Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsly123 authored Dec 17, 2024
1 parent 19c3c48 commit 3fa5228
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ nav_order: 1

<p>An up-to-date list is available on <a href="https://scholar.google.com/citations?user=qNk6tgcAAAAJ" target="_blank" rel="noopener noreferrer">Google Scholar</a>.</p>

{% include bib_search.liquid %}

<div class="publications">

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

</div>

0 comments on commit 3fa5228

Please sign in to comment.