Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Publication/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getAwardInfo(pubId: Number) {
return <a href="https://www.premiasg.org/web/" target="_blank"><span style={{ color: "gray" }}> | ★ Singapore PREMIA Best Student Paper Awards, Certificate of Commendation</span></a>
}
if (pubId === 76) {
return <span style={{ color: "gray" }}> | ★ best new comer award</span>
return <span style={{ color: "gray" }}> | ★ Best Newcomer Award of PODS 2026</span>
}
return "";
}
Expand Down
5 changes: 5 additions & 0 deletions src/components/self/news.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading