Skip to content

Commit 448cd87

Browse files
committed
Update ReCPS page.
1 parent af31733 commit 448cd87

File tree

2 files changed

+156
-61
lines changed

2 files changed

+156
-61
lines changed

src/components/Events/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export default function Events(): JSX.Element {
173173
</Heading>
174174
<p className={styles.heroSubtitle}>
175175
<Translate>
176-
Join us at conferences, workshops, and meetups to learn more about
176+
Join us at conferences, workshops, and tutorials to learn more about
177177
Lingua Franca and connect with the community.
178178
</Translate>
179179
</p>

src/pages/events/recps-2026.tsx

Lines changed: 155 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function ReCPS2026() {
99
return (
1010
<Layout
1111
title="ReCPS Workshop at DATE 2026"
12-
description="Workshop on Reactive Cyber-Physical Systems: Design, Simulation, and Coordination at DATE 2026"
12+
description="Reactive CPS (ReCPS): Workshop on Reactive Cyber-Physical Systems: Design, Simulation, and Coordination at DATE 2026"
1313
>
1414
{/* Hero Section */}
1515
<div className={styles.heroSection}>
@@ -18,7 +18,7 @@ export default function ReCPS2026() {
1818
Upcoming Event
1919
</div>
2020
<Heading as="h1" className={styles.heroTitle}>
21-
ReCPS Workshop
21+
Reactive CPS (ReCPS)
2222
</Heading>
2323
<p className={styles.heroSubtitle}>
2424
Workshop on Reactive Cyber-Physical Systems: Design, Simulation, and
@@ -29,79 +29,92 @@ export default function ReCPS2026() {
2929
<span>📍 Verona, Italy</span>
3030
<span>
3131
🎯 Co-located with{" "}
32-
<Link href="https://www.date-conference.com/" className={styles.heroLink}>
32+
<Link
33+
href="https://www.date-conference.com/"
34+
className={styles.heroLink}
35+
>
3336
DATE 2026
3437
</Link>
3538
</span>
3639
</div>
3740
</div>
3841
</div>
3942

40-
{/* Main Content */}
43+
{/* About Section */}
4144
<div className="section">
4245
<div className="container">
4346
<div className="row">
4447
<div className="col col--8 col--offset-2">
4548
<Heading as="h2">About the Workshop</Heading>
4649
<p>
47-
The ReCPS (Reactive Cyber-Physical Systems) Workshop brings
48-
together researchers and practitioners working on the design,
49-
simulation, and coordination of reactive cyber-physical systems.
50-
</p>
51-
<p>
52-
This workshop is co-located with the{" "}
53-
<Link href="https://www.date-conference.com/">
54-
Design, Automation and Test in Europe (DATE) Conference 2026
55-
</Link>
56-
, one of the premier conferences in electronic system design and
57-
test.
50+
The Reactive CPS (ReCPS) Workshop at{" "}
51+
<Link href="https://www.date-conference.com/">DATE 2026</Link>{" "}
52+
is a new workshop dedicated to the modeling, design, simulation,
53+
analysis, and verification of reactive cyber-physical systems
54+
(CPS). ReCPS emphasizes reactive CPS architectures that
55+
continuously interact with their environment in real time,
56+
leveraging methodologies and tools such as the reactor model of
57+
computation and the{" "}
58+
<Link href="/docs/">Lingua Franca</Link> coordination language.
5859
</p>
5960

60-
<div className={styles.infoBox}>
61-
<Heading as="h3">📢 More Information Coming Soon</Heading>
62-
<p>
63-
The workshop has been accepted to DATE 2026. Detailed
64-
information about the program, call for papers, submission
65-
deadlines, and registration will be posted here as it becomes
66-
available.
67-
</p>
68-
<p>
69-
In the meantime, feel free to join our{" "}
70-
<Link href="https://lf-lang.zulipchat.com/">
71-
Zulip community
72-
</Link>{" "}
73-
for updates and discussions.
74-
</p>
75-
</div>
61+
<Heading as="h3" className="margin-top--lg">
62+
Tentative Workshop Program
63+
</Heading>
64+
<p>The workshop program will feature:</p>
65+
<ul>
66+
<li>
67+
<strong>Keynote talk by Prof. Edward A. Lee, UC Berkeley</strong>
68+
</li>
69+
<li>
70+
<strong>Presentations of technical papers</strong>
71+
</li>
72+
<li>
73+
<strong>Demo sessions</strong>
74+
</li>
75+
</ul>
76+
7677
</div>
7778
</div>
7879
</div>
7980
</div>
8081

81-
{/* Call for Papers & Important Dates */}
82+
{/* Organizers Section */}
8283
<div className="section sectionAlt">
8384
<div className="container">
8485
<div className="row">
8586
<div className="col col--8 col--offset-2">
86-
<div className={clsx("card", "margin-bottom--lg")}>
87-
<div className="card__header">
88-
<Heading as="h3">📝 Call for Papers</Heading>
89-
</div>
87+
<Heading as="h2" className="text--center margin-bottom--lg">
88+
👥 Organizers
89+
</Heading>
90+
<div className="card">
9091
<div className="card__body">
91-
<p>
92-
We invite submissions of research papers and demo abstracts
93-
on topics related to reactive cyber-physical systems,
94-
including but not limited to design methodologies,
95-
simulation techniques, and coordination frameworks.
96-
</p>
97-
<p>More details on submission guidelines coming soon.</p>
92+
<ul className={styles.organizersList}>
93+
<li>
94+
<strong>General Chair:</strong> Hokeun Kim (Arizona State
95+
University, United States)
96+
</li>
97+
<li>
98+
<strong>Program Chair:</strong> Sebastiano Gaiardelli
99+
(University of Verona, Italy)
100+
</li>
101+
</ul>
98102
</div>
99103
</div>
104+
</div>
105+
</div>
106+
</div>
107+
</div>
100108

101-
<div className={clsx("card", "margin-bottom--lg")}>
102-
<div className="card__header">
103-
<Heading as="h3">📅 Important Dates</Heading>
104-
</div>
109+
{/* Important Dates Section */}
110+
<div className="section">
111+
<div className="container">
112+
<div className="row">
113+
<div className="col col--8 col--offset-2">
114+
<Heading as="h2" className="text--center margin-bottom--lg">
115+
📅 Important Dates
116+
</Heading>
117+
<div className="card">
105118
<div className="card__body">
106119
<ul className={styles.datesList}>
107120
<li>
@@ -111,34 +124,117 @@ export default function ReCPS2026() {
111124
<li>
112125
<strong>March 2, 2026:</strong> Notification of acceptance
113126
</li>
127+
<li>
128+
<strong>April 20-22, 2026:</strong> Workshop at DATE 2026,
129+
Verona, Italy
130+
</li>
114131
</ul>
115132
</div>
116133
</div>
134+
</div>
135+
</div>
136+
</div>
137+
</div>
117138

139+
{/* Topics Section */}
140+
<div className="section sectionAlt">
141+
<div className="container">
142+
<div className="row">
143+
<div className="col col--8 col--offset-2">
144+
<Heading as="h2" className="text--center margin-bottom--lg">
145+
📋 Topics of Interest
146+
</Heading>
147+
<p>Scope and topics to be considered include:</p>
118148
<div className="card">
149+
<div className="card__body">
150+
<div className="row">
151+
<div className="col col--6">
152+
<ul>
153+
<li>Cyber-physical production systems (CPPS)</li>
154+
<li>Safety-critical CPS</li>
155+
<li>Distributed CPS</li>
156+
<li>Real-time scheduling and coordination</li>
157+
<li>Simulation of CPS</li>
158+
<li>Digital twins</li>
159+
</ul>
160+
</div>
161+
<div className="col col--6">
162+
<ul>
163+
<li>Verification and testing of CPS</li>
164+
<li>Predictability and determinism of CPS</li>
165+
<li>Integration and deployment of CPS</li>
166+
<li>AI/ML-driven autonomous CPS</li>
167+
<li>Modeling & simulation of human-in-the-loop CPS</li>
168+
<li>CPS-human interaction via LLMs</li>
169+
</ul>
170+
</div>
171+
</div>
172+
</div>
173+
</div>
174+
</div>
175+
</div>
176+
</div>
177+
</div>
178+
179+
{/* Submission Section */}
180+
<div className="section">
181+
<div className="container">
182+
<div className="row">
183+
<div className="col col--8 col--offset-2">
184+
<Heading as="h2" className="text--center margin-bottom--lg">
185+
📝 Submission Guidelines
186+
</Heading>
187+
<p>We invite the following types of contributions:</p>
188+
189+
<div className={clsx("card", "margin-bottom--md")}>
119190
<div className="card__header">
120-
<Heading as="h3">👥 Organizers</Heading>
191+
<Heading as="h4">Research Papers</Heading>
121192
</div>
122193
<div className="card__body">
123-
<ul className={styles.organizersList}>
124-
<li>
125-
<strong>General Chair:</strong> Hokeun Kim (Arizona State
126-
University, United States)
127-
</li>
128-
<li>
129-
<strong>Program Chair:</strong> Sebastiano Gaiardelli
130-
(University of Verona, Italy)
131-
</li>
132-
</ul>
194+
<p className="margin-bottom--none">
195+
Original research contributions on topics related to
196+
reactive cyber-physical systems design, simulation,
197+
verification, and deployment.
198+
</p>
133199
</div>
134200
</div>
201+
202+
<div className={clsx("card", "margin-bottom--md")}>
203+
<div className="card__header">
204+
<Heading as="h4">Demo Abstracts</Heading>
205+
</div>
206+
<div className="card__body">
207+
<p className="margin-bottom--none">
208+
Short abstracts describing working prototypes, tools, or
209+
demonstrations related to reactive CPS and the Lingua Franca
210+
ecosystem.
211+
</p>
212+
</div>
213+
</div>
214+
215+
<div className="card">
216+
<div className="card__header">
217+
<Heading as="h4">Review Process</Heading>
218+
</div>
219+
<div className="card__body">
220+
<p>
221+
Single blind review (no need to anonymize submissions) by a program committee with acceptance
222+
decisions.
223+
</p>
224+
<p className="margin-bottom--none">
225+
<strong>Submission system:</strong> EasyChair (link coming
226+
soon)
227+
</p>
228+
</div>
229+
</div>
230+
135231
</div>
136232
</div>
137233
</div>
138234
</div>
139235

140236
{/* Related Links */}
141-
<div className="section">
237+
<div className="section sectionAlt">
142238
<div className="container text--center">
143239
<Heading as="h2">Related Resources</Heading>
144240
<p>Learn more about reactive programming and Lingua Franca.</p>
@@ -164,4 +260,3 @@ export default function ReCPS2026() {
164260
</Layout>
165261
);
166262
}
167-

0 commit comments

Comments
 (0)