Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeluci authored Jun 13, 2024
1 parent 7196db3 commit 4a28d3b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions _pages/publications.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
layout: page
permalink: /publications/
title: Publications
description: Publications by categories in reversed chronological order.
title: publications
description: Ordered by most recent.
years: [2024, 2023, 2022, 2021, 2019, 2018]
nav: true
nav_order: 2
nav_order: 1
---

<!-- _pages/publications.md -->
<div class="publications">

{% bibliography %}
{%- for y in page.years %}
<h2 class="year">{{y}}</h2>
{% bibliography -f papers -q @*[year={{y}}]* %}
{% endfor %}

</div>

0 comments on commit 4a28d3b

Please sign in to comment.