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",