Add latest events and people refinements
This commit is contained in:
parent
49fb30cc53
commit
002b164db8
7 changed files with 231 additions and 83 deletions
|
|
@ -17,6 +17,8 @@ export interface DepartmentEvent {
|
|||
collaborators?: string;
|
||||
description: string;
|
||||
source: "CSE events.xlsx" | "CSE archive";
|
||||
sourceLabel?: string;
|
||||
sourceUrl?: string;
|
||||
featured?: boolean;
|
||||
}
|
||||
|
||||
|
|
@ -66,6 +68,22 @@ export const departmentEvents: DepartmentEvent[] = [
|
|||
source: "CSE events.xlsx",
|
||||
featured: true,
|
||||
},
|
||||
{
|
||||
id: "history-of-science-engineering-india-2026",
|
||||
title: "Workshop on Doing History of Science and Engineering in India",
|
||||
category: "workshop",
|
||||
year: 2026,
|
||||
displayDate: "23-24 Feb 2026",
|
||||
startDate: "2026-02-23",
|
||||
endDate: "2026-02-24",
|
||||
organizer: "HSS IITGN and History of Mathematics in India (HoMI)",
|
||||
collaborators: "Neeldhara Misra",
|
||||
description:
|
||||
"A workshop on doing history of science and engineering in India from a social-history perspective.",
|
||||
source: "CSE archive",
|
||||
sourceLabel: "Event website",
|
||||
sourceUrl: "https://history-of-science-2026.netlify.app/",
|
||||
},
|
||||
{
|
||||
id: "modern-80211-wlans-2025",
|
||||
title: "Certificate Course on Modern 802.11 WLANs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue