Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
Revertir cambios
  • Loading branch information
jenniferisasi authored Feb 15, 2024
1 parent a26eb0b commit 447bd86
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@ layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order.
years: [2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016]
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 447bd86

Please sign in to comment.