diff --git a/.astro/settings.json b/.astro/settings.json index 7516fcb..a937fda 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1772162251231 + "lastUpdateCheck": 1775149267677 } } \ No newline at end of file diff --git a/src/data/archive.ts b/src/data/archive.ts index 496ae98..53e8640 100644 --- a/src/data/archive.ts +++ b/src/data/archive.ts @@ -464,7 +464,7 @@ export const ALL_ARCHIVE_ITEMS: ArchiveItem[] = [ year: "25-26", semester: "Spring", entryType: "Meetings", - tags: ["Industry"], + tags: ["Talks", "Industry"], links: [ { name: "ACM Admin Slides", @@ -472,6 +472,25 @@ export const ALL_ARCHIVE_ITEMS: ArchiveItem[] = [ }, ] }, + { + date: new Date("04/01/2026"), + name: "ACM x Upsilon Pi Epsilon", + description: "ACM and UPE hold a joint meeting with a pair programming activity.", + year: "25-26", + semester: "Spring", + entryType: "Meetings", + tags: ["Collab", "Fun"], + links: [ + { + name: "Slides", + url: new URL("https://docs.google.com/presentation/d/1FOoSsA8SynX-P7grXlpa3XR2uCf0NjBfqXbL1hNeWxA/edit") + }, + { + name: "Pair Programming Challenges", + url: new URL("https://docs.google.com/document/d/1yOZ21R00bcEymdxYrp94QINmWvQrGDWjAfJ48n7S4Ig/edit") + }, + ] + }, // Bugsmashers SP26 { name: 'BugSmashers: C and C++', diff --git a/src/data/bugsmashers.ts b/src/data/bugsmashers.ts index c3e7ade..b48def2 100644 --- a/src/data/bugsmashers.ts +++ b/src/data/bugsmashers.ts @@ -123,7 +123,7 @@ export const HACKNIGHTS: BugsmasherMeeting[] = [ title: 'White Hat Hacking', subtitle: 'Join the Red Team!', semester: 'S26', - date: new Date('April 2, 2026'), + date: new Date('April 9, 2026'), content: 'At this meeting, you\'ll work through some offensive hacking exercises.', tags: ['red team', 'ctf', 'cybersecurity'], }, @@ -180,8 +180,8 @@ export const PROJECT_NIGHTS = [ }, { title: 'Project Day ' + day++, - description: getFormattedDate(new Date('April 9, 2026')), - date: new Date('April 9, 2026') + description: getFormattedDate(new Date('April 2, 2026')), + date: new Date('April 2, 2026') }, { title: 'Project Day ' + day++, diff --git a/src/data/meetings.ts b/src/data/meetings.ts index 244f1bc..7ba2f46 100644 --- a/src/data/meetings.ts +++ b/src/data/meetings.ts @@ -168,4 +168,9 @@ export const UPCOMING_MEETINGS: Meeting[] = [ title: "ACM x Upsilon Pi Epsilon", subtitle: "ACM is holding a collaborative meeting with Upsilon Pi Epsilon, a computer science honor society.", }, + { + date: "April 8, 2026", + title: "Archer Speaker on DevOps", + subtitle: "Bruce Allison of Archer Integrated Risk Management will speak on their experience with DevOps and service ownership.", + }, ] \ No newline at end of file