File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,16 @@ layout: page
33permalink : /publications/
44title : publications
55description :
6- years : [2025,2023,2022,2021]
6+ years : [2025, 2023, 2022, 2021]
77nav : true
88nav_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 >
You can’t perform that action at this time.
0 commit comments