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
14 changes: 7 additions & 7 deletions src/content.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ const team = defineCollection({
schema: ({ image }) => z.object({
name: z.string(),
role: z.enum([
'Principal Investigator',
'Professor',
'Principal Investigator',
'Professor',
'Associate Professor',
'Assistant Professor',
'Postdoc',
'Postdoc',
'Research Assistant',
'PhD Student',
'Master Student',
'Undergraduate',
'PhD Student',
'Master Student',
'Undergraduate',
'Alumni'
]),
title: z.array(z.string()).optional(), // For specific academic titles like "Academician", "Changjiang Scholar"
Expand Down Expand Up @@ -133,7 +133,7 @@ const honors = defineCollection({
award: z.string(), // e.g., "Gold Medal", "First Prize"
date: z.date(),
year: z.string(), // Display year on badge
type: z.enum(['Challenge Cup', 'Internet+', 'Dream Challenge', 'Other']).default('Other'),
type: z.enum(['Challenge Cup', 'Internet+', 'Dream Challenge', 'TMC AI Summit', 'Other']).default('Other'),
members: z.array(z.string()), // Team members who received the honor
}),
});
Expand Down
8 changes: 8 additions & 0 deletions src/content/honors/TMCAI-2026-showcase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "TMC AI Summit 2026 Student Research Showcase"
award: "1st & 3rd place"
date: 2026-02-20
year: "2026"
type: "TMC AI Summit"
members: ["Jorge Botas", "Ilia Buralkin"]
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Liu Lab wins 1st and 3rd place at the TMC AI Summit 2026 Student Research Showcase"
date: 2026-02-20
summary: "Congratulations to Jorge Botas and Ilia Buralkin for winning 1st and 3rd place, respectively, at the TMC AI Summit 2026 Student Research Showcase!"
---

Congratulations to **Jorge Botas** and **Ilia Buralkin** for their outstanding performance at the [TMC AI Summit 2026](https://tmc-ai-summit.org/) Student Research Showcase! Jorge won **1st place** and Ilia won **3rd place** — a fantastic achievement for the Liu Lab!