From fe0241dc2927e76b0464c78d31d05e3cd133533c Mon Sep 17 00:00:00 2001 From: jorgebotas Date: Thu, 26 Feb 2026 09:16:10 -0600 Subject: [PATCH] TMC AI summit 2026 achievements and news --- src/content.config.ts | 14 +++++++------- src/content/honors/TMCAI-2026-showcase.md | 8 ++++++++ ...-tmcai-2026-student-research-showcase-awards.md | 7 +++++++ 3 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 src/content/honors/TMCAI-2026-showcase.md create mode 100644 src/content/news/2026-02-20-tmcai-2026-student-research-showcase-awards.md diff --git a/src/content.config.ts b/src/content.config.ts index 4a0f5e4..e69da1d 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -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" @@ -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 }), }); diff --git a/src/content/honors/TMCAI-2026-showcase.md b/src/content/honors/TMCAI-2026-showcase.md new file mode 100644 index 0000000..4886f4a --- /dev/null +++ b/src/content/honors/TMCAI-2026-showcase.md @@ -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"] +--- \ No newline at end of file diff --git a/src/content/news/2026-02-20-tmcai-2026-student-research-showcase-awards.md b/src/content/news/2026-02-20-tmcai-2026-student-research-showcase-awards.md new file mode 100644 index 0000000..0d5f41e --- /dev/null +++ b/src/content/news/2026-02-20-tmcai-2026-student-research-showcase-awards.md @@ -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!