Skip to content
Merged
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
16 changes: 16 additions & 0 deletions app/awards/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down