Skip to content
Merged
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
54 changes: 54 additions & 0 deletions src/lib/components/workshop/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@ export const currentTable: Tables = {
},
],
sp26: [
{
name: 'acmAI:BYO Chatbot w/ Memory',
team: 'ai',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1daBrcEFupBMcewgR4FnpxroarQCdoNRMu-ONzt8qkkQ/edit?slide=id.g362851c2e2a_0_59#slide=id.g362851c2e2a_0_59',
},
{
name: 'acmAI:Benchmarking AIs',
team: 'ai',
Expand Down Expand Up @@ -540,6 +546,12 @@ export const currentTable: Tables = {
semester: 'fa25',
link: 'https://docs.google.com/presentation/d/1C632d55AysW2eW7ZXK-L_cBoPajhovluJeB1i_efxWQ/edit?usp=sharing',
},
{
name: 'Clean Code & Debugging FA2025',
team: 'dev',
semester: 'fa25',
link: 'https://docs.google.com/presentation/d/1eyYt1_wEc-pcW3psynFpGsuneeYbJpNkFr4h3v9pibw/edit?usp=sharing',
},
{
name: 'Intro To React Workshop',
team: 'dev',
Expand Down Expand Up @@ -596,6 +608,12 @@ export const currentTable: Tables = {
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1Mxoq2RdgKF8RsRl2MR6gRqsbOUx6F2A6g-1TJLwPfYc/edit?usp=drivesdk',
},
{
name: 'Dev SP2026: Clean Code & Debugging',
team: 'dev',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1E5gFuntYp95E4g6SSdiiiM0z4D-T8qjV84vvPT1h4WM/edit?usp=drivesdk',
},
{
name: 'Dev SP2026: Deployment Day',
team: 'dev',
Expand All @@ -614,12 +632,24 @@ export const currentTable: Tables = {
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1KeCJ2OGxrlmm8cVJmkJt-ixlZt1kdDO_gdR_x6UxYjs/edit?usp=sharing',
},
{
name: 'Dev SP2026: Intro to Docker',
team: 'dev',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1i6g03dYpGo82yoRR5GVtOgpmP3RSPTqdbAsHXoDqhYU/edit?usp=sharing',
},
{
name: 'Dev SP2026: Intro to React',
team: 'dev',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1WI6xAihCC2Aab93N5Gneo25uERST7bqyeLtrhuyq1rQ/edit?usp=sharing',
},
{
name: 'Dev SP2026: Intro to SQL',
team: 'dev',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1r7KMsOUbzwxkdySAeR-r89S_vzilL7si4VEzVts50fc/edit?usp=sharing',
},
{
name: 'Dev SP2026: Intro to Tailwind',
team: 'dev',
Expand Down Expand Up @@ -979,6 +1009,24 @@ export const currentTable: Tables = {
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1XTgfH-hOVUqJt48p-LIB5wo2Q32xTbtLndFvCJgpjSU/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - Commencement',
team: 'oss',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1rvitEFxb37WuGKJsBcSk_WzUqccJ0d92Zli8qT_Eg3Y/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - Database Integration',
team: 'oss',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1EOei2-9Ho4CkhAOC-oOXnq7rSec7HGV1Mu96eEJ_eu0/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - Embedded Devices',
team: 'oss',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1Dk7pzR12lkvGNUbz_iKKj2hkAcKZVKfNP5qmKQ7r0QI/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - First Contributions',
team: 'oss',
Expand All @@ -991,6 +1039,12 @@ export const currentTable: Tables = {
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1ELhWW00-MtUuwI7jcCbJEYk_xF0Vr2shIqRfhYiZdQw/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - Intro to Bash',
team: 'oss',
semester: 'sp26',
link: 'https://docs.google.com/presentation/d/1mGqPKu4QR7IPFA7eX8DbHkdMxDIAMMqG4Sf7B4D-BTw/edit?usp=drivesdk',
},
{
name: 'Open Source Team SP26 - Intro to SvelteKit',
team: 'oss',
Expand Down
Loading