We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94a156 commit 3711f66Copy full SHA for 3711f66
publications.html
@@ -39,6 +39,12 @@
39
<div class="container">
40
41
<section id="publications">
42
+ <div class="year-filter">
43
+ <button onclick="filterPublications('all')" class="active">All</button>
44
+ <button onclick="filterPublications('2025')">2025</button>
45
+ <button onclick="filterPublications('2024')">2024</button>
46
+ <button onclick="filterPublications('2023')">2023</button>
47
+ </div>
48
<div class="publication">
49
<ol reversed>
50
<li>
0 commit comments