From 4a28d3bcb25feb47b0f46d96557af6a80396bf0a Mon Sep 17 00:00:00 2001 From: Mario de Lucio Date: Thu, 13 Jun 2024 15:04:43 -0400 Subject: [PATCH] Update publications.md --- _pages/publications.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/_pages/publications.md b/_pages/publications.md index 29c2d98e..593e56f9 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -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 --- -
-{% bibliography %} +{%- for y in page.years %} +

{{y}}

+ {% bibliography -f papers -q @*[year={{y}}]* %} +{% endfor %}