Feature additional outreach events

This commit is contained in:
Neeldhara Misra 2026-06-01 18:04:00 +05:30
parent 55345ea281
commit 49fb30cc53
2 changed files with 4 additions and 0 deletions

View file

@ -340,6 +340,7 @@ export const departmentEvents: DepartmentEvent[] = [
description: description:
"A GIAN course on pattern matching algorithms taught by Amihood Amir.", "A GIAN course on pattern matching algorithms taught by Amihood Amir.",
source: "CSE archive", source: "CSE archive",
featured: true,
}, },
{ {
id: "acm-graph-theory-summer-school-2017", id: "acm-graph-theory-summer-school-2017",
@ -386,6 +387,7 @@ export const departmentEvents: DepartmentEvent[] = [
description: description:
"A GIAN course on 3D digitization methods for cultural heritage.", "A GIAN course on 3D digitization methods for cultural heritage.",
source: "CSE archive", source: "CSE archive",
featured: true,
}, },
]; ];

View file

@ -185,6 +185,8 @@ const educationEventIds = new Set([
"acm-graph-theory-summer-school-2017", "acm-graph-theory-summer-school-2017",
"teqip-design-analysis-algorithms-2016", "teqip-design-analysis-algorithms-2016",
"gian-social-choice-2017", "gian-social-choice-2017",
"gian-pattern-matching-2017",
"gian-3d-digitization-cultural-heritage-2015",
]); ]);
const educationEvents = featuredLearningEvents.filter((event) => const educationEvents = featuredLearningEvents.filter((event) =>