Skip to content

Commit 15d389f

Browse files
committed
.
1 parent e9df379 commit 15d389f

File tree

7 files changed

+39
-30
lines changed

7 files changed

+39
-30
lines changed
18.7 KB
Loading

public/legacy/events/events2025.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
const events2025data = [
2+
{
3+
heading: "Workshop at IROS 2025",
4+
subheading: "FAST: Fully Autonomy Emerges from Situational CogniTion",
5+
link: "https://sites.google.com/view/iros2025fastworkshop/home",
6+
linkoption: '',
7+
background: "/assets/event/iros2025workshop.jpg",
8+
backgroundoption: "bg-left",
9+
date: "October 19, 2025",
10+
},
211
{
312
heading: "Workshop at ICCV 2025",
4-
subheading: " ",
13+
subheading: "Learning to See: Advancing Spatial Understanding for Embodied Intelligence",
514
link: "/iccv2025/workshop/",
615
linkoption: '',
716
background: "/assets/event/honolulu.jpg",

public/legacy/events/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ <h5 class="text-white select-none">
261261
</a>
262262
</li>
263263
<li>
264-
<a>
265-
[Workshop] To be announced
264+
<a href="https://sites.google.com/view/iros2025fastworkshop/home" target="_blank" class="text-o-blue hover:underline">
265+
[Workshop] FAST: Fully Autonomy Emerges from Situational CogniTion
266266
</a>
267267
</li>
268268
</ul>

public/legacy/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,22 @@ <h2>
395395
</a>
396396
</div>
397397
<div class="mt-20 gap-20 grid laptop:grid-cols-[repeat(auto-fill,_minmax(520px,_1fr))]">
398+
<div class="flex flex-col rounded-3xl border-2 border-o-white w-full laptop:w-128">
399+
<a href="/iccv2025/workshop" class="hover:opacity-70">
400+
<div class="w-full h-72 bg-[url('/assets/event/honolulu.jpg')] bg-center bg-cover rounded-t-3xl"></div>
401+
<div class="felx flex-col space-y-6 p-6 laptop:p-10">
402+
<h3>
403+
Workshop at ICCV 2025
404+
</h3>
405+
<h4>
406+
Learning to See: Advancing Spatial Understanding for Embodied Intelligence
407+
</h4>
408+
<h4 class="text-o-blue">
409+
October, 2025
410+
</h4>
411+
</div>
412+
</a>
413+
</div>
398414
<div class="flex flex-col rounded-3xl border-2 border-o-white w-full laptop:w-128">
399415
<a class="hover:opacity-70" href="/challenge2025/">
400416
<div class="w-full h-72 bg-[url('/assets/event/lHlT9joqwXjGv4c4pIGgK1qlJOvwEEtD.jpg')] bg-center bg-cover rounded-t-3xl"></div>
@@ -427,22 +443,6 @@ <h4 class="text-o-blue">
427443
</div>
428444
</a>
429445
</div>
430-
<div class="flex flex-col rounded-3xl border-2 border-o-white w-full laptop:w-128">
431-
<a target="_blank" href="https://sagroups.ieee.org/3474/" class="hover:opacity-70">
432-
<div class="w-full h-72 bg-[url('/assets/event/ieeesa.jpg')] bg-center bg-cover rounded-t-3xl"></div>
433-
<div class="felx flex-col space-y-6 p-6 laptop:p-10">
434-
<h3>
435-
IEEE Standard P3474
436-
</h3>
437-
<h4>
438-
Human Intentions and AI Alignment
439-
</h4>
440-
<h4 class="text-o-blue">
441-
2024 - ongoing
442-
</h4>
443-
</div>
444-
</a>
445-
</div>
446446
</div>
447447
</div>
448448

public/ui2025/components/sidebar_content_desktop.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
</div>
131131
</summary>
132132
<ul>
133+
<li>
134+
<a href="/iccv2025/workshop" class="sidebar-button pl-12">
135+
Workshop at ICCV 2025
136+
</a>
137+
</li>
133138
<li>
134139
<a href="/challenge2025/" class="sidebar-button pl-12">
135140
Challenge 2025
@@ -140,11 +145,6 @@
140145
Events at CVPR 2025
141146
</a>
142147
</li>
143-
<li>
144-
<a href="https://sagroups.ieee.org/3474/" target="_blank" class="sidebar-button pl-12">
145-
IEEE Standard P3474
146-
</a>
147-
</li>
148148
<li>
149149
<a href="/events/" class="sidebar-button pl-12">
150150
More ...

public/ui2025/components/sidebar_content_mobile.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
</div>
131131
</summary>
132132
<ul>
133+
<li>
134+
<a href="/iccv2025/workshop" class="sidebar-button pl-12">
135+
Workshop at ICCV 2025
136+
</a>
137+
</li>
133138
<li>
134139
<a href="/challenge2025/" class="sidebar-button pl-12">
135140
Challenge 2025
@@ -140,11 +145,6 @@
140145
Events at CVPR 2025
141146
</a>
142147
</li>
143-
<li>
144-
<a href="https://sagroups.ieee.org/3474/" target="_blank" class="sidebar-button pl-12">
145-
IEEE Standard P3474
146-
</a>
147-
</li>
148148
<li>
149149
<a href="/events/" class="sidebar-button pl-12">
150150
More ...

public/ui2025/css/index_tailwind.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)