Skip to content

Commit 6fa720b

Browse files
authored
Merge pull request #25 from shrungpatel/master
added new workshop
2 parents 781a981 + 691ed91 commit 6fa720b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/data-entries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ export const projectItems: Array<ProjectItem> = [
104104
// WORKSHOPS
105105
// input most recent ones at top
106106
export const workshopItems: Array<WorkshopItem> = [
107+
{
108+
date: "February 15, 2026",
109+
topic: "ML From Scratch",
110+
leading: "Christine Xu",
111+
status: "completed",
112+
},
107113
{
108114
date: "November 9, 2025",
109115
topic: "Intro to GPU Programming",

0 commit comments

Comments
 (0)