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
4 changes: 2 additions & 2 deletions src/content.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ 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+', 'Other']).default('Other'),
level: z.enum(['Special', 'First', 'Second', 'Third']).default('Third'),
type: z.enum(['Challenge Cup', 'Internet+', 'Dream Challenge', 'Other']).default('Other'),
members: z.array(z.string()), // Team members who received the honor
}),
});

Expand Down
Empty file added src/content/books/.gitkeep
Empty file.
8 changes: 8 additions & 0 deletions src/content/honors/AICLR-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Allen Institute Cell Lineage Reconstruction DREAM Challenge"
award: "1st place, Subchallenge 1"
date: 2020-03-04
year: "2020"
type: "Dream Challenge"
members: ["Zhandong Liu", "Jingyuan (Jasper) Hu"]
---
8 changes: 0 additions & 8 deletions src/content/honors/challenge-cup.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/honors/honor-second.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/honors/honor-special.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/content/honors/honor-third.md

This file was deleted.