From 0bfcb44916c603a6bf0d0f996a3256e526fea19d Mon Sep 17 00:00:00 2001 From: McCauley Armishaw <151598523+marmishaw14@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:24:25 -0600 Subject: [PATCH] data: added CUCAI 2026 --- src/data/events.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 +}