Skip to content

Commit

Permalink
modifica publi
Browse files Browse the repository at this point in the history
  • Loading branch information
enzolipari committed Apr 10, 2024
1 parent 3c96512 commit dce26bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ layout: page
permalink: /publications/
title: Publications
description: Selected publications. You can find a full list of publications in my Google Scholar.
years: [2024, 2023, 2022, 2021, 2020, 2019]
nav: true
nav_order: 2
---

<!-- _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 dce26bb

Please sign in to comment.