Skip to content

Commit 65085de

Browse files
authored
Merge pull request #319 from lf-lang/tutorial
Page for Lingua Franca Tutorial at CPS-IoT Week 2026
2 parents 1258087 + b23aadf commit 65085de

File tree

5 files changed

+546
-0
lines changed

5 files changed

+546
-0
lines changed

src/components/Events/events.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ export interface Event {
1414
// Events are automatically sorted by date
1515
export const events: Event[] = [
1616
// Upcoming Events
17+
{
18+
title: "Lingua Franca Tutorial at CPS-IoT Week 2026",
19+
date: "2026-05-11",
20+
endDate: "2026-05-14",
21+
location: "Saint Malo, France (CPS-IoT Week 2026)",
22+
description:
23+
"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.",
24+
link: "/events/cpsweek-2026-tutorial",
25+
type: "tutorial",
26+
isUpcoming: true,
27+
},
1728
{
1829
title: "ReCPS: Workshop on Reactive Cyber-Physical Systems",
1930
date: "2026-04-20",

0 commit comments

Comments
 (0)