Skip to content

Commit

Permalink
edit publications page
Browse files Browse the repository at this point in the history
  • Loading branch information
irishryoon committed Oct 27, 2024
1 parent 77e19e8 commit f69bf2d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
years: [2024, 2023, 2022, 2020, 2019, 2018, 2013]
nav: true
nav_order: 2
---

<!-- _pages/publications.md -->

<!-- Bibsearch Feature -->

{% include bib_search.liquid %}

<div class="publications">

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

</div>

0 comments on commit f69bf2d

Please sign in to comment.