pages/_pages/publications.md
Yue Gao 39d1f5e522
Fixed hard-coded bib files in templates (#1373)
The bibliography filename `papers.bib` is hard coded in templates, and
the equivalent setting in `_config.yml` is not used anywhere. So
changing the bib filename in `_config.yml` won't have any effects.

This PR replaces hard-coded filenames with the value from `_config.yml`.
2023-04-27 11:55:57 -03:00

443 B

layout permalink title description years nav nav_order
page /publications/ publications publications by categories in reversed chronological order. generated by jekyll-scholar.
1967
1956
1950
1935
1905
true 1

{%- for y in page.years %}

{{y}}

{% bibliography -f {{ site.scholar.bibliography }} -q @*[year={{y}}]* %} {% endfor %}