Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/components/Events/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ export interface Event {
// Events are automatically sorted by date
export const events: Event[] = [
// Upcoming Events
{
title: "Lingua Franca Tutorial at CPS-IoT Week 2026",
date: "2026-05-11",
endDate: "2026-05-14",
location: "Saint Malo, France (CPS-IoT Week 2026)",
description:
"Half-day hands-on tutorial on Lingua Franca, an open-source coordination language for building deterministic, concurrent, and time-sensitive cyber-physical systems. Includes technical overview, CPS demos, and programming sessions with C and Python.",
link: "/events/cpsweek-2026-tutorial",
type: "tutorial",
isUpcoming: true,
},
{
title: "ReCPS: Workshop on Reactive Cyber-Physical Systems",
date: "2026-04-20",
Expand Down
Loading