From f72008eeb1d8a5b00b9b2e289b53f8dd3d2939c3 Mon Sep 17 00:00:00 2001
From: buchuitoudegou <756541536@qq.com>
Date: Mon, 6 Apr 2026 15:15:43 +0800
Subject: [PATCH] feat: add award for PODS
---
src/components/Publication/index.tsx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/components/Publication/index.tsx b/src/components/Publication/index.tsx
index 8cb9298..9e9cdf2 100644
--- a/src/components/Publication/index.tsx
+++ b/src/components/Publication/index.tsx
@@ -13,6 +13,9 @@ function getAwardInfo(pubId: Number) {
if (pubId === 68) {
return | ★ Singapore PREMIA Best Student Paper Awards, Certificate of Commendation
}
+ if (pubId === 76) {
+ return | ★ best new comer award
+ }
return "";
}