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
15 changes: 15 additions & 0 deletions src/data/archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,21 @@ export const ALL_ARCHIVE_ITEMS: ArchiveItem[] = [
},
]
},
{
date: new Date("03/12/2026"),
name: "Leetcode and Pot Painting with WIC",
description: "ACM joins Women in Computing for a Leetcode and art combo meeting!",
year: "25-26",
semester: "Spring",
entryType: "Meetings",
tags: ["Workshops", "Fun", "Collab"],
links: [
{
name: "ACM Admin Slides",
url: new URL("https://docs.google.com/presentation/d/1ZxWI28b08-VafwZ7IEdBaBTQiMx54TSIjv-LVeyvsts/edit")
},
]
},
// Bugsmashers SP26
{
name: 'BugSmashers: C and C++',
Expand Down
6 changes: 3 additions & 3 deletions src/data/bugsmashers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const HACKNIGHTS: BugsmasherMeeting[] = [
title: 'Quantum Computing',
subtitle: 'Say Goodbye to Your Encryption',
semester: 'S26',
date: new Date('March 12, 2026'),
date: new Date('March 26, 2026'),
content: 'A meeting about quantum computing where you\'ll find out what a qubit is.',
tags: ['quantum', 'qubit'],
},
Expand Down Expand Up @@ -175,8 +175,8 @@ export const PROJECT_NIGHTS = [
},
{
title: 'Project Day ' + day++,
description: getFormattedDate(new Date('March 26, 2026')),
date: new Date('March 26, 2026')
description: getFormattedDate(new Date('March 10, 2026')),
date: new Date('March 10, 2026')
},
{
title: 'Project Day ' + day++,
Expand Down
12 changes: 11 additions & 1 deletion src/data/meetings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ export const UPCOMING_MEETINGS: Meeting[] = [
{
date: "March 12, 2026",
title: "ACM x WIC: Leetcode and Art Night",
subtitle: "ACM joins Women in Computing for a Leetcode and art combo meeting!",
subtitle: "LEEP2 2425: ACM joins Women in Computing for a Leetcode and art combo meeting!",
},
Comment on lines 158 to +160
{
date: "March 25, 2026",
title: "Alarm.com Industry Speaker",
subtitle: "Possibly an industry speaker from Alarm.com? Still in the works.",
},
{
date: "April 1, 2026",
title: "ACM x Upsilon Pi Epsilon",
subtitle: "ACM is holding a collaborative meeting with Upsilon Pi Epsilon, a computer science honor society.",
},
]
Loading