Skip to content

Commit aa1882e

Browse files
authored
Update publications.md
1 parent 9600619 commit aa1882e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

_pages/publications.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@ layout: page
33
permalink: /publications/
44
title: publications
55
description:
6-
years: [2025,2023,2022,2021]
6+
years: [2025, 2023, 2022, 2021]
77
nav: true
88
nav_order: 1
99
---
1010

11-
Here you can find a list of my publications. If you cannot access any of the papers listed below, please email me. I would be happy to share it!
11+
Here you can find a list of my publications. If you cannot access any of the papers listed below, please email me — I’d be happy to share a copy!
1212

13-
<!-- _pages/publications.md -->
1413
<div class="publications">
15-
16-
{%- for y in page.years %}
17-
<h2 class="year">{{y}}</h2>
18-
{% bibliography -f {{ site.scholar.bibliography }} -q @*[year={{y}}]* %}
14+
{% for y in page.years %}
15+
<h2 class="year">{{ y }}</h2>
16+
{% bibliography --query "year:#{y}" %}
1917
{% endfor %}
20-
2118
</div>

0 commit comments

Comments
 (0)