Skip to content

Commit 81745f4

Browse files
authored
Update publications.html
1 parent f61bb8d commit 81745f4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

publications.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,18 @@
3636
</div>
3737
</nav>
3838
<div class="container">
39+
40+
<div class="year-filter">
41+
<button onclick="filterPublications('all')" class="active">All</button>
42+
<button onclick="filterPublications('2025')">2025</button>
43+
<button onclick="filterPublications('2024')">2024</button>
44+
<button onclick="filterPublications('2023')">2023</button>
45+
</div>
46+
3947
<section id="publications">
4048
<div class="publication">
4149
<ol>
42-
<li>
50+
<li data-year="2025">
4351
<strong>
4452
Space-confined synthesis of sinter-resistant high-entropy nanoparticle library
4553
</strong>,

0 commit comments

Comments
 (0)