From 363d32b1aad563ed0f3b5b0eaec270c99385863e Mon Sep 17 00:00:00 2001 From: Charlie Li <33972674+CharlieLeee@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:21:11 +0200 Subject: [PATCH] Add NeurIPS 2025 and CVPR 2026 awards --- app/awards/page.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/awards/page.tsx b/app/awards/page.tsx index 3fd483b..ae8f7c4 100644 --- a/app/awards/page.tsx +++ b/app/awards/page.tsx @@ -10,6 +10,22 @@ export const metadata = { export default function AwardsPage() { const awards = [ + { + date: "June 2026", + title: "Winner of the CVPR 2026 OpenSUN3D Challenge", + organization: "CVPR OpenSUN3D Challenge", + recipients: "Chengkun Li, Haozhe Qi, Alexander Mathis", + description: "Winner of the Open-Vocabulary 3D Affordance Grounding track at the CVPR 2026 OpenSUN3D Challenge. The team combined multi-view 3D representations with language-aligned grounding to localize affordances across diverse scenes.", + type: "Competition" + }, + { + date: "December 2025", + title: "NeurIPS 2025 MyoChallenge Track Winner", + organization: "NeurIPS MyoChallenge", + recipients: "Servette MyoClub (Chengkun Li, Merkourios Simos, Bianca Ziliotto, Alexander Mathis)", + description: "Towards Human Athletic Intelligence — winning submission at NeurIPS 2025 MyoChallenge. The team presented a muscle-actuated control approach that achieved soccer penalty kicks.", + type: "Competition" + }, { date: "October 2024", title: "Robert Bing Prize",