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
20 changes: 15 additions & 5 deletions src/components/Events/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export interface Event {
export const events: Event[] = [
// Upcoming Events
{
title: "Lingua Franca Tutorial at CPS-IoT Week 2026",
date: "2026-05-11",
location: "Saint Malo, France (CPS-IoT Week 2026)",
title: "Lingua Franca Tutorial at FDL 2026 Summer School",
date: "2026-09-08",
location: "Rome, Italy (FDL 2026 Summer School)",
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",
"Hands-on tutorial on modeling and programming time-sensitive systems using the Lingua Franca coordination language, part of the FDL 2026 Summer School. Eight short labs in C or Python cover reactors, logical time, determinism, modal models, deadlines, and federated execution.",
link: "/events/fdl-2026-tutorial",
type: "tutorial",
isUpcoming: true,
},
Expand All @@ -37,6 +37,16 @@ export const events: Event[] = [
isExternal: true,
},
// Past Events
{
title: "Lingua Franca Tutorial at CPS-IoT Week 2026",
date: "2026-05-11",
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: false,
},
{
title: "ReCPS: Workshop on Reactive Cyber-Physical Systems",
date: "2026-04-20",
Expand Down
Loading
Loading