We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 781a981 + 691ed91 commit 6fa720bCopy full SHA for 6fa720b
1 file changed
src/data-entries.ts
@@ -104,6 +104,12 @@ export const projectItems: Array<ProjectItem> = [
104
// WORKSHOPS
105
// input most recent ones at top
106
export const workshopItems: Array<WorkshopItem> = [
107
+ {
108
+ date: "February 15, 2026",
109
+ topic: "ML From Scratch",
110
+ leading: "Christine Xu",
111
+ status: "completed",
112
+ },
113
{
114
date: "November 9, 2025",
115
topic: "Intro to GPU Programming",
0 commit comments