Skip to content

Commit 716c2a7

Browse files
committed
Reorganize sections for ReCPS workshop.
1 parent b1573e4 commit 716c2a7

File tree

1 file changed

+92
-61
lines changed

1 file changed

+92
-61
lines changed

src/pages/events/recps-2026.tsx

Lines changed: 92 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,35 @@ export default function ReCPS2026() {
7979
</div>
8080
</div>
8181

82-
{/* Call for Papers Section */}
82+
{/* Organizers Section */}
8383
<div className="section sectionAlt">
84+
<div className="container">
85+
<div className="row">
86+
<div className="col col--8 col--offset-2">
87+
<Heading as="h2" className="text--center margin-bottom--lg">
88+
👥 Organizers
89+
</Heading>
90+
<div className="card">
91+
<div className="card__body">
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>
102+
</div>
103+
</div>
104+
</div>
105+
</div>
106+
</div>
107+
</div>
108+
109+
{/* Call for Papers Section */}
110+
<div className="section">
84111
<div className="container">
85112
<div className="row">
86113
<div className="col col--8 col--offset-2">
@@ -121,26 +148,39 @@ export default function ReCPS2026() {
121148
</div>
122149
</div>
123150

124-
{/* Organizers Section */}
151+
{/* Topics Section */}
125152
<div className="section sectionAlt">
126153
<div className="container">
127154
<div className="row">
128155
<div className="col col--8 col--offset-2">
129156
<Heading as="h2" className="text--center margin-bottom--lg">
130-
👥 Organizers
157+
📋 Topics of Interest
131158
</Heading>
159+
<p>Scope and topics to be considered include (but are not limited to):</p>
132160
<div className="card">
133161
<div className="card__body">
134-
<ul className={styles.organizersList}>
135-
<li>
136-
<strong>General Chair:</strong> Hokeun Kim (Arizona State
137-
University, United States)
138-
</li>
139-
<li>
140-
<strong>Program Chair:</strong> Sebastiano Gaiardelli
141-
(University of Verona, Italy)
142-
</li>
143-
</ul>
162+
<div className="row">
163+
<div className="col col--6">
164+
<ul>
165+
<li>Cyber-physical production systems (CPPS)</li>
166+
<li>Safety-critical CPS</li>
167+
<li>Distributed CPS</li>
168+
<li>Real-time scheduling and coordination</li>
169+
<li>Simulation of CPS</li>
170+
<li>Digital twins</li>
171+
</ul>
172+
</div>
173+
<div className="col col--6">
174+
<ul>
175+
<li>Verification and testing of CPS</li>
176+
<li>Predictability and determinism of CPS</li>
177+
<li>Integration and deployment of CPS</li>
178+
<li>AI/ML-driven autonomous CPS</li>
179+
<li>Modeling & simulation of human-in-the-loop CPS</li>
180+
<li>CPS-human interaction via LLMs</li>
181+
</ul>
182+
</div>
183+
</div>
144184
</div>
145185
</div>
146186
</div>
@@ -178,48 +218,8 @@ export default function ReCPS2026() {
178218
</div>
179219
</div>
180220

181-
{/* Topics Section */}
182-
<div className="section sectionAlt">
183-
<div className="container">
184-
<div className="row">
185-
<div className="col col--8 col--offset-2">
186-
<Heading as="h2" className="text--center margin-bottom--lg">
187-
📋 Topics of Interest
188-
</Heading>
189-
<p>Scope and topics to be considered include:</p>
190-
<div className="card">
191-
<div className="card__body">
192-
<div className="row">
193-
<div className="col col--6">
194-
<ul>
195-
<li>Cyber-physical production systems (CPPS)</li>
196-
<li>Safety-critical CPS</li>
197-
<li>Distributed CPS</li>
198-
<li>Real-time scheduling and coordination</li>
199-
<li>Simulation of CPS</li>
200-
<li>Digital twins</li>
201-
</ul>
202-
</div>
203-
<div className="col col--6">
204-
<ul>
205-
<li>Verification and testing of CPS</li>
206-
<li>Predictability and determinism of CPS</li>
207-
<li>Integration and deployment of CPS</li>
208-
<li>AI/ML-driven autonomous CPS</li>
209-
<li>Modeling & simulation of human-in-the-loop CPS</li>
210-
<li>CPS-human interaction via LLMs</li>
211-
</ul>
212-
</div>
213-
</div>
214-
</div>
215-
</div>
216-
</div>
217-
</div>
218-
</div>
219-
</div>
220-
221221
{/* Submission Section */}
222-
<div className="section">
222+
<div className="section sectionAlt">
223223
<div className="container">
224224
<div className="row">
225225
<div className="col col--8 col--offset-2">
@@ -249,7 +249,7 @@ export default function ReCPS2026() {
249249
</div>
250250
</div>
251251

252-
<div className={clsx("card", "margin-bottom--md")}>
252+
<div className="card">
253253
<div className="card__header">
254254
<Heading as="h4">Demo Abstracts</Heading>
255255
</div>
@@ -270,14 +270,24 @@ export default function ReCPS2026() {
270270
</div>
271271
</div>
272272

273+
</div>
274+
</div>
275+
</div>
276+
</div>
277+
278+
{/* Review Process Section */}
279+
<div className="section">
280+
<div className="container">
281+
<div className="row">
282+
<div className="col col--8 col--offset-2">
283+
<Heading as="h2" className="text--center margin-bottom--lg">
284+
🔍 Review Process
285+
</Heading>
273286
<div className="card">
274-
<div className="card__header">
275-
<Heading as="h4">Review Process</Heading>
276-
</div>
277287
<div className="card__body">
278288
<p>
279-
Single blind review (no need to anonymize submissions) by a program committee with acceptance
280-
decisions.
289+
Single blind review (no need to anonymize submissions) by a
290+
program committee with acceptance decisions.
281291
</p>
282292
<p className="margin-bottom--none">
283293
<strong>Submission system:</strong>{" "}
@@ -287,14 +297,35 @@ export default function ReCPS2026() {
287297
</p>
288298
</div>
289299
</div>
300+
</div>
301+
</div>
302+
</div>
303+
</div>
290304

305+
{/* Publication Section */}
306+
<div className="section sectionAlt">
307+
<div className="container">
308+
<div className="row">
309+
<div className="col col--8 col--offset-2">
310+
<Heading as="h2" className="text--center margin-bottom--lg">
311+
📄 Publication
312+
</Heading>
313+
<div className="card">
314+
<div className="card__body">
315+
<p className="margin-bottom--none">
316+
Accepted manuscripts will be distributed to the workshop
317+
attendees, but will not be officially published, so that the
318+
authors can use the materials for their publication later.
319+
</p>
320+
</div>
321+
</div>
291322
</div>
292323
</div>
293324
</div>
294325
</div>
295326

296327
{/* Related Links */}
297-
<div className="section sectionAlt">
328+
<div className="section">
298329
<div className="container text--center">
299330
<Heading as="h2">Related Resources</Heading>
300331
<p>Learn more about reactive programming and Lingua Franca.</p>

0 commit comments

Comments
 (0)