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 f61bb8d commit 81745f4Copy full SHA for 81745f4
publications.html
@@ -36,10 +36,18 @@
36
</div>
37
</nav>
38
<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
47
<section id="publications">
48
<div class="publication">
49
<ol>
-<li>
50
+<li data-year="2025">
51
<strong>
52
Space-confined synthesis of sinter-resistant high-entropy nanoparticle library
53
</strong>,
0 commit comments