Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
To add the year indication/menu on a side
  • Loading branch information
jenniferisasi authored Feb 15, 2024
1 parent 57ffc83 commit d5eab1c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
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">

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

</div>

0 comments on commit d5eab1c

Please sign in to comment.