diff --git a/src/data/events.json b/src/data/events.json index 400c451..2cf26c8 100644 --- a/src/data/events.json +++ b/src/data/events.json @@ -1,5 +1,25 @@ { "events": [ + { + "name": "Canadian Undergraduate Conference on AI", + "date": "March 7-8, 2026", + "location": "Toronto, ON", + "website": "https://cucai.ca/", + "province": "ON", + "type": "conference", + "tags": [ + "conference", + "ai", + "student", + "artificial intelligence", + "canada", + "toronto", + "university", + "learning", + "collaboration" + ], + "isStudentFocused": true + }, { "name": "StarterHacks", "date": "January 1, 2026", @@ -1220,4 +1240,4 @@ "isStudentFocused": true } ] -} \ No newline at end of file +}