diff --git a/_data/people.yaml b/_data/organizers.yaml similarity index 100% rename from _data/people.yaml rename to _data/organizers.yaml diff --git a/_features/03-call-for-papers.md b/_features/03-call-for-papers.md new file mode 100644 index 0000000..5a1096d --- /dev/null +++ b/_features/03-call-for-papers.md @@ -0,0 +1,10 @@ +--- +id: Overview +name: Overview +heading: Overview +div_class: lead +# subheading: Will Catch Your Eye +# image: "http://placehold.it/500x500" +--- + +This workshop aims to bring together researchers across the robotics, computer vision, and machine learning communities to discuss the unique challenges and opportunities in long-term perception for autonomy in human-centric environments. We aim to present the latest advances and emerging techniques, to identify the core challenges in human-centric scenes — which are highly complex, semantically rich, distinctly dynamic and subject to constant change — and to set the direction of research to address them in the coming years. Recent advancements are presented through a series of invited and contributed talks by distinguished leading researchers from academia and industry. The workshop discusses the pressing questions and tensions in the field — End-to-end learned vs. geometry-based? Maps vs. mapless? High-fidelity vs. scalability? Dense vs. symbolic? Safety vs. performance? Foundation models vs. on-domain learning? — In short: What do robots really need from perception solutions for effective and safe long-term autonomy around and with humans? To encourage interaction among all participants, the workshop features a poster and demos session, spotlight talks, and an interactive discussion session, connecting invited speakers, contributors, organizers, and attendees in smaller groups for an open-ended guided in-depth discussion. All talks and accepted contributions are published on the workshop's webpage to expand its reach and impact. A best presentation award and support for underrepresented student researchers is sponsored by Amazon. This workshop builds on the success of our previous popular workshops in perception and mapping at IROS’23 and ICRA’22, but with a distinct focus on dynamic human-centric environments to enable long-term robot autonomy. \ No newline at end of file diff --git a/_features/04-speakers.md b/_features/04-speakers.md new file mode 100644 index 0000000..714840f --- /dev/null +++ b/_features/04-speakers.md @@ -0,0 +1,9 @@ +--- +id: Invited Speakers +name: Invited Speakers +heading: Invited Speakers +# subheading: Is Pretty Cool Too. +# image: "http://placehold.it/500x500" +--- + +{% include speakers.html %} \ No newline at end of file diff --git a/_features/04-schedule.md b/_features/05-schedule.md similarity index 100% rename from _features/04-schedule.md rename to _features/05-schedule.md diff --git a/_features/03-organizers.md b/_features/06-organizers.md similarity index 82% rename from _features/03-organizers.md rename to _features/06-organizers.md index 344dc31..5ebcc47 100644 --- a/_features/03-organizers.md +++ b/_features/06-organizers.md @@ -6,4 +6,4 @@ heading: Organizers # image: "http://placehold.it/500x500" --- -{% include people.html %} \ No newline at end of file +{% include organizers.html %} \ No newline at end of file diff --git a/_includes/people.html b/_includes/organizers.html similarity index 92% rename from _includes/people.html rename to _includes/organizers.html index e436418..a567abb 100644 --- a/_includes/people.html +++ b/_includes/organizers.html @@ -1,7 +1,7 @@
- {% for member in site.data.people %} + {% for member in site.data.organizers %}
diff --git a/_includes/speakers.html b/_includes/speakers.html new file mode 100644 index 0000000..a567abb --- /dev/null +++ b/_includes/speakers.html @@ -0,0 +1,18 @@ +
+
+
+ {% for member in site.data.organizers %} +
+
+
+ {{ member.name }} +
+

{{ member.name }}

+ +

{{ member.affiliation }}

+
+
+ {% endfor %} +
+
+
\ No newline at end of file