Skip to content

Commit 75f08c8

Browse files
committed
.
1 parent fd533cf commit 75f08c8

2 files changed

Lines changed: 141 additions & 1 deletion

File tree

app/(default)/(event)/rss2026/workshop/page.tsx

Lines changed: 137 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default function Home() {
160160
<h5 className="text-white">
161161
RSS 2026 Workshop
162162
<br></br>
163-
Sydney, Australia
163+
July 13, Morning, Sydney, Australia
164164
</h5>
165165
</div>
166166
</div>
@@ -205,6 +205,142 @@ export default function Home() {
205205

206206

207207

208+
<div className="w-full px-6 flex justify-center mt-24">
209+
<div className="w-full max-w-7xl flex">
210+
<h2 className="text-t1">
211+
<Link href="#contribution" className="scroll-mt-32 group flex items-center" id="contribution">
212+
Call for Contributions
213+
<span className="ml-6 hidden group-hover:inline-block size-6 text-foreground">
214+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
215+
<path d="M15.197 3.35462C16.8703 1.67483 19.4476 1.53865 20.9536 3.05046C22.4596 4.56228 22.3239 7.14956 20.6506 8.82935L18.2268 11.2626M10.0464 14C8.54044 12.4882 8.67609 9.90087 10.3494 8.22108L12.5 6.06212" strokeWidth="2.5" strokeLinecap="round"/>
216+
<path d="M13.9536 10C15.4596 11.5118 15.3239 14.0991 13.6506 15.7789L11.2268 18.2121L8.80299 20.6454C7.12969 22.3252 4.55237 22.4613 3.0464 20.9495C1.54043 19.4377 1.67609 16.8504 3.34939 15.1706L5.77323 12.7373" strokeWidth="2.5" strokeLinecap="round"/>
217+
</svg>
218+
</span>
219+
</Link>
220+
</h2>
221+
</div>
222+
</div>
223+
224+
<div className="w-full px-6 flex justify-center mt-12">
225+
<div className="w-full max-w-7xl flex flex-col gap-3">
226+
<p>
227+
We invite researchers to share their work with the community through submissions to the workshop. Authors may submit reports describing their research contributions, and we also encourage alternative formats such as videos demonstrating systems in action, even without a formal paper.
228+
</p>
229+
<p>
230+
We particularly welcome <b>ongoing, preliminary, or exploratory work</b>. Accepted submissions will be presented in person as a combination of a short spotlight talk and a poster or demo session, fostering discussion and community engagement.
231+
</p>
232+
</div>
233+
</div>
234+
235+
<div className="w-full px-6 flex justify-center mt-12">
236+
<div className="w-full max-w-7xl flex flex-col">
237+
<h3 className="text-xl font-bold">
238+
Topics of Interest
239+
</h3>
240+
</div>
241+
</div>
242+
<div className="w-full px-6 flex justify-center mt-6">
243+
<div className="w-full max-w-7xl flex flex-col gap-3">
244+
<p>
245+
We welcome works on a wide range of topics, including but not limited to:
246+
</p>
247+
<ul className="ml-6 space-y-3 list-outside list-disc">
248+
<li>
249+
Long-horizon robot learning and multi-stage task execution
250+
</li>
251+
<li>
252+
On-policy progress estimation under partial observability
253+
</li>
254+
<li>
255+
Task decomposition and sub-goal discovery for complex behaviors
256+
</li>
257+
<li>
258+
Run-time failure detection, recovery, and robustness in real-world deployment
259+
</li>
260+
<li>
261+
Closed-loop decision-making with feedback-driven adaptation
262+
</li>
263+
<li>
264+
Integration of learning, planning, and control for sequential decision-making
265+
</li>
266+
<li>
267+
Data efficiency in robot learning, including on-policy data collection and hybrid offline–online training
268+
</li>
269+
<li>
270+
Metrics and evaluation protocols for long-horizon performance, robustness, and generalization
271+
</li>
272+
</ul>
273+
</div>
274+
</div>
275+
276+
<div className="w-full px-6 flex justify-center mt-12">
277+
<div className="w-full max-w-7xl flex flex-col">
278+
<h3 className="text-xl font-bold">
279+
Guidelines
280+
</h3>
281+
</div>
282+
</div>
283+
<div className="w-full px-6 flex justify-center mt-6">
284+
<div className="w-full max-w-7xl flex flex-col gap-3">
285+
<ul className="ml-6 space-y-3 list-outside list-disc">
286+
<li>All papers must be submitted through&nbsp;
287+
<Link href="https://openreview.net/group?id=roboticsfoundation.org/RSS/2026/Workshop/ExWBC" target="_blank" className="text-o-blue animated-underline">
288+
OpenReview
289+
</Link>.
290+
</li>
291+
<li>
292+
Manuscripts are required to use the&nbsp;
293+
<Link href="https://roboticsconference.org/docs/paper-template-latex.tar.gz" target="_blank" className="text-o-blue animated-underline">
294+
LaTex
295+
</Link>
296+
&nbsp;or&nbsp;
297+
<Link href="https://roboticsconference.org/docs/paper-template-word.zip" target="_blank" className="text-o-blue animated-underline">
298+
Word
299+
</Link>
300+
&nbsp;template.
301+
</li>
302+
<li>
303+
No strict page length requirements on submissions.
304+
</li>
305+
<li>
306+
To facilitate double-blind review, all submissions must be fully anonymized.
307+
</li>
308+
<li>
309+
Accepted contributions will be made available online on this workshop website as non-archival reports.
310+
</li>
311+
<li>
312+
All accepted contributions will be invited for presentations.
313+
</li>
314+
</ul>
315+
</div>
316+
</div>
317+
318+
<div className="w-full px-6 flex justify-center mt-12">
319+
<div className="w-full max-w-7xl flex flex-col">
320+
<h3 className="text-xl font-bold">
321+
Timeline
322+
</h3>
323+
</div>
324+
</div>
325+
<div className="w-full px-6 flex justify-center mt-6">
326+
<div className="w-full max-w-7xl flex flex-col gap-3">
327+
<p>
328+
For any potential ambiguities, please refer to OpenReview.
329+
</p>
330+
<ul className="ml-6 space-y-3 list-outside list-disc">
331+
<li>
332+
Submission start: May 10, 2026
333+
</li><li>
334+
Submission end: June 21, 2026
335+
</li><li>
336+
Notification: July 01, 2026
337+
</li>
338+
</ul>
339+
</div>
340+
</div>
341+
342+
343+
208344
<div className="w-full px-6 flex justify-center mt-24">
209345
<div className="w-full max-w-7xl flex">
210346
<h2 className="text-t1">

data/navigator-project.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ export const NavigatorProject: {
105105
text: "Introduction",
106106
id: "introduction",
107107
},
108+
{
109+
text: "Contribution",
110+
id: "contribution",
111+
},
108112
{
109113
text: "Schedule",
110114
id: "schedule",

0 commit comments

Comments
 (0)