From 4b33f989ae3105139eedab2fa90a1edd6e4b9082 Mon Sep 17 00:00:00 2001
From: buchuitoudegou <756541536@qq.com>
Date: Tue, 7 Apr 2026 18:47:06 +0800
Subject: [PATCH] fix: award name & add news
---
src/components/Publication/index.tsx | 2 +-
src/components/self/news.json | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/components/Publication/index.tsx b/src/components/Publication/index.tsx
index 9e9cdf2..a104087 100644
--- a/src/components/Publication/index.tsx
+++ b/src/components/Publication/index.tsx
@@ -14,7 +14,7 @@ function getAwardInfo(pubId: Number) {
return | ★ Singapore PREMIA Best Student Paper Awards, Certificate of Commendation
}
if (pubId === 76) {
- return | ★ best new comer award
+ return | ★ Best Newcomer Award of PODS 2026
}
return "";
}
diff --git a/src/components/self/news.json b/src/components/self/news.json
index 837f89d..6b6e619 100644
--- a/src/components/self/news.json
+++ b/src/components/self/news.json
@@ -1,4 +1,9 @@
[
+ {
+ "year": 2026,
+ "month": "April",
+ "content": "Our paper “Near-Optimality for Single-Source Personalized PageRank” has received the Best Newcomer Award of PODS 2026!"
+ },
{
"year": 2025,
"month": "March",