From c59b606efda35538bca96e0724af1987d0d54f10 Mon Sep 17 00:00:00 2001 From: obliviance Date: Sun, 9 Mar 2025 17:45:24 -0400 Subject: [PATCH 1/3] Updating placeholder event info with real info --- src/data/events.json | 74 ++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 33 deletions(-) diff --git a/src/data/events.json b/src/data/events.json index f02563c..e800159 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -2,51 +2,59 @@ "events": [ { "id": "1", - "title": "Introduction to Machine Learning", - "date": "2024-03-15", - "time": "5:30 PM - 7:30 PM", - "location": "Tory Building 432", - "description": "Learn the fundamentals of machine learning algorithms and their applications.", - "type": "Workshop", + "title": "Club Expo", + "date": "2025-01-15", + "time": "11:00 AM - 4:00 PM", + "location": "Teraanga Commons", + "description": "Presenting the club to new students and recruiting new members.", + "type": "Social", "image": "/assets/events/ml-workshop.jpg", - "rsvpLink": "https://forms.google.com/...", - "tags": ["beginner-friendly", "hands-on"] + "tags": ["social", "recruitment"] }, { "id": "2", - "title": "AI in Healthcare Panel Discussion", - "date": "2024-03-20", - "time": "6:00 PM - 8:00 PM", - "location": "River Building 2200", - "description": "Industry experts discuss the impact of AI in modern healthcare.", - "type": "Panel", - "image": "/assets/events/healthcare-panel.jpg", - "rsvpLink": "https://forms.google.com/...", - "tags": ["healthcare", "industry-experts"] + "title": "Club Executive Meet and Greet", + "date": "2025-01-22", + "time": "5:00 PM PM - 7:00 PM", + "location": "Paterson Hall 114", + "description": "Meet the club executives and learn about the club's goals and our plans for the future", + "type": "Social", + "image": "/assets/events/ml-workshop.jpg", + "tags": ["social", "planning"] }, { "id": "3", - "title": "Neural Networks Deep Dive", - "date": "2024-03-25", - "time": "5:00 PM - 7:00 PM", - "location": "Herzberg Labs 3422", - "description": "Advanced workshop on neural network architectures and implementation.", + "title": "Introduction to Artificial Intelligence", + "date": "2025-03-06", + "time": "6:00 PM - 7:00 PM", + "location": "Tory Building 217", + "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/neural-networks.jpg", - "rsvpLink": "https://forms.google.com/...", - "tags": ["advanced", "technical"] + "image": "/assets/events/ml-workshop.jpg", + "tags": ["beginner-friendly", "informative"] }, { "id": "4", - "title": "AI Ethics Symposium", - "date": "2024-04-05", - "time": "4:00 PM - 6:00 PM", - "location": "Richcraft Hall 2228", - "description": "Join us for a discussion on ethical considerations in AI development.", - "type": "Symposium", - "image": "/assets/events/ethics-symposium.jpg", + "title": "CUHacking AI Workshop", + "date": "2024-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.", + "type": "Workshop", + "image": "/assets/events/neural-networks.jpg", + "tags": ["beginner-friendly", "hands-on"] + }, + { + "id": "5", + "title": "Applications of AI", + "date": "2024-03-20", + "time": "5:30 PM - 7:30 PM", + "location": "Herzberg Labs 3422", + "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": ["ethics", "discussion"] + "tags": ["hands-on", "technical"] } ] } From 0d82c034532a11edcc074d20cab5a32ce8417ec1 Mon Sep 17 00:00:00 2001 From: obliviance Date: Sun, 9 Mar 2025 17:48:05 -0400 Subject: [PATCH 2/3] Updating icon URLs to link to the right websites --- src/app/contact/contact.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/contact.tsx b/src/app/contact/contact.tsx index 12f1362..830744d 100644 --- a/src/app/contact/contact.tsx +++ b/src/app/contact/contact.tsx @@ -16,7 +16,7 @@ const ContactPage = () => (
- + ( Instagram - + ( Discord - + ( Linkedin - + Date: Sun, 9 Mar 2025 17:48:45 -0400 Subject: [PATCH 3/3] Updating placeholder stats with real stats --- src/components/Stats.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Stats.tsx b/src/components/Stats.tsx index 65135d3..29db7b1 100644 --- a/src/components/Stats.tsx +++ b/src/components/Stats.tsx @@ -5,22 +5,22 @@ import { cn } from "@/lib/utils"; const stats = [ { - number: "500+", + number: "50+", label: "Members", description: "Active students in our community", }, { - number: "20+", + number: "5+", label: "Events", description: "Workshops and meetups per year", }, { - number: "15+", + number: "1", label: "Projects", description: "Collaborative AI projects completed", }, { - number: "10+", + number: "2", label: "Partners", description: "Industry and academic partnerships", },