Skip to content

Commit 6ec88bc

Browse files
committed
Add page limit and format.
1 parent 448cd87 commit 6ec88bc

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/pages/events/recps-2026.tsx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,19 @@ export default function ReCPS2026() {
191191
<Heading as="h4">Research Papers</Heading>
192192
</div>
193193
<div className="card__body">
194-
<p className="margin-bottom--none">
194+
<p>
195195
Original research contributions on topics related to
196196
reactive cyber-physical systems design, simulation,
197197
verification, and deployment.
198198
</p>
199+
<ul className="margin-bottom--none">
200+
<li>
201+
<strong>Page limit:</strong> 4 pages (including references)
202+
</li>
203+
<li>
204+
<strong>Format:</strong> IEEE conference format
205+
</li>
206+
</ul>
199207
</div>
200208
</div>
201209

@@ -204,11 +212,19 @@ export default function ReCPS2026() {
204212
<Heading as="h4">Demo Abstracts</Heading>
205213
</div>
206214
<div className="card__body">
207-
<p className="margin-bottom--none">
215+
<p>
208216
Short abstracts describing working prototypes, tools, or
209217
demonstrations related to reactive CPS and the Lingua Franca
210218
ecosystem.
211219
</p>
220+
<ul className="margin-bottom--none">
221+
<li>
222+
<strong>Page limit:</strong> 2 pages (including references)
223+
</li>
224+
<li>
225+
<strong>Format:</strong> IEEE conference format
226+
</li>
227+
</ul>
212228
</div>
213229
</div>
214230

0 commit comments

Comments
 (0)