From 0e0c09a5b78436d0ba74aff9c96841e37c4cf361 Mon Sep 17 00:00:00 2001 From: obliviance Date: Sat, 22 Mar 2025 18:33:48 -0400 Subject: [PATCH] Fixing some incorrect event dates and adding a new event --- src/data/events.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/data/events.json b/src/data/events.json index e800159..3cf1169 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -31,12 +31,12 @@ "description": "Learn the fundamentals of artificial intelligence, focusing on the history, different types of algorithms, and how you can learn about it.", "type": "Workshop", "image": "/assets/events/ml-workshop.jpg", - "tags": ["beginner-friendly", "informative"] + "tags": ["beginner-friendly", "conceptual"] }, { "id": "4", "title": "CUHacking AI Workshop", - "date": "2024-03-15", + "date": "2025-03-15", "time": "2:00 PM - 3:00 PM", "location": "Richcraft Hall 1200", "description": "Hackathon workshop on how to implement Ollama and HuggingFace models in your projects. Also, mentorship access to hackathon participants.", @@ -46,15 +46,27 @@ }, { "id": "5", - "title": "Applications of AI", - "date": "2024-03-20", - "time": "5:30 PM - 7:30 PM", - "location": "Herzberg Labs 3422", + "title": "Build Your Own Neural Network", + "date": "2025-03-20", + "time": "6:00 PM - 7:00 PM", + "location": "Canal Building 2400", "description": "Beginner workshop on implementing neural networks and a demo on how to build your own model.", "type": "Workshop", "image": "/assets/events/neural-networks.jpg", "rsvpLink": "https://forms.google.com/...", "tags": ["hands-on", "technical"] + }, + { + "id": "6", + "title": "Using AI APIs", + "date": "2025-04-02", + "time": "6:00 PM - 7:00 PM", + "location": "Tory Building 431", + "description": "Learn how to use AI APIs to implement AI in your projects.", + "type": "Workshop", + "image": "/assets/events/neural-networks.jpg", + "rsvpLink": "https://forms.google.com/...", + "tags": ["hands-on", "technical"] } ] }