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 9b17024 commit 6245c4e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
layout: page
permalink: /publications/
title: Publications
description: Ordered by most recent.
years: [2024, 2023, 2022, 2021, 2019, 2018]
description: Publications by categories in reversed chronological order.
nav: true
nav_order: 2
---

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

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

</div>

0 comments on commit 6245c4e

Please sign in to comment.