--- layout: page permalink: /publications/ title: publications description: # publications by categories in reversed chronological order. generated by jekyll-scholar. years: [2022, 2021, 2020, 2019] nav: true nav_order: 2 --- {% include bib_search.liquid %}
{%- for y in page.years %}

{{y}}

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