Skip to content

Commit ff0f4da

Browse files
committed
.
1 parent bc71074 commit ff0f4da

153 files changed

Lines changed: 162 additions & 42 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/(default)/(page)/events/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ export default function Home() {
5959
<span className="text-o-gray italic">June 11 - 15, 2025</span>
6060
</TimelineTitle>
6161
<TimelineDescription className="text-sm">
62-
<Link href="/legacy/challenge2025/#1x-wm" className="text-o-blue animated-underline">
62+
<Link href="/challenge2025/#1x-wm" className="text-o-blue animated-underline">
6363
[Challenge] World Model Challenge by 1X
6464
</Link>
6565
</TimelineDescription>
6666
<TimelineDescription className="text-sm">
67-
<Link href="/legacy/challenge2025/#navsim-e2e-driving" className="text-o-blue animated-underline">
67+
<Link href="/challenge2025/#navsim-e2e-driving" className="text-o-blue animated-underline">
6868
[Challenge] NAVSIM v2 End-to-End Driving Challenge
6969
</Link>
7070
</TimelineDescription>
@@ -108,12 +108,12 @@ export default function Home() {
108108
<span className="text-o-gray italic">October 19 - 23, 2025</span>
109109
</TimelineTitle>
110110
<TimelineDescription className="text-sm">
111-
<Link href="/legacy/challenge2025/#1x-wm" className="text-o-blue animated-underline">
111+
<Link href="/challenge2025/#1x-wm" className="text-o-blue animated-underline">
112112
[Challenge] World Model Challenge by 1X
113113
</Link>
114114
</TimelineDescription>
115115
<TimelineDescription className="text-sm">
116-
<Link href="/legacy/challenge2025/#navsim-e2e-driving" className="text-o-blue animated-underline">
116+
<Link href="/challenge2025/#navsim-e2e-driving" className="text-o-blue animated-underline">
117117
[Challenge] NAVSIM v2 End-to-End Driving Challenge
118118
</Link>
119119
</TimelineDescription>
@@ -135,7 +135,7 @@ export default function Home() {
135135
<span className="text-o-gray italic">October 19 - 25, 2025</span>
136136
</TimelineTitle>
137137
<TimelineDescription className="text-sm">
138-
<Link href="/legacy/challenge2025/#agibot-world" className="text-o-blue animated-underline">
138+
<Link href="/challenge2025/#agibot-world" className="text-o-blue animated-underline">
139139
[Challenge] AgiBot World Challenge
140140
</Link>
141141
</TimelineDescription>

app/(default)/(page)/projects/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export default function Home() {
202202
Facilitating the <b>Perception, Prediction, Planning, Behavior, Motion</b> tasks with human-written reasoning logic as a connection in between.
203203
</li>
204204
<li>
205-
<a className="text-o-blue animated-underline" href="/legacy/challenge2024/#driving_with_language">
205+
<a className="text-o-blue animated-underline" href="/challenge2024/#driving_with_language">
206206
Autonomous Grand Challenge @ CVPR 2024
207207
</a> with 152 teams from 14 countries and regions participating.
208208
</li>
@@ -296,12 +296,12 @@ export default function Home() {
296296
The world's first perception and reasoning benchmark for scene structure in autonomous driving.
297297
</li>
298298
<li>
299-
<a className="text-o-blue animated-underline" href="/legacy/challenge2024/#mapless_driving">
299+
<a className="text-o-blue animated-underline" href="/challenge2024/#mapless_driving">
300300
Autonomous Grand Challenge @ CVPR 2024
301301
</a> with 120 teams from 10 countries and regions participating.
302302
</li>
303303
<li>
304-
<a className="text-o-blue animated-underline" href="/legacy/challenge2023/#openlane_topology">
304+
<a className="text-o-blue animated-underline" href="/challenge2023/#openlane_topology">
305305
Autonomous Driving Challenge @ CVPR 2023
306306
</a> with 34 teams from 4 countries and regions participating.
307307
</li>

components/redirect.tsx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Redirect() {
5050
pathname.toLowerCase().startsWith('/blog/agibot-world') ||
5151
pathname.toLowerCase().startsWith('/agibot-world')
5252
) {
53-
redirect('/legacy/AgiBot-World/')
53+
redirect('/AgiBot-World/')
5454
}
5555
if (
5656
pathname.toLowerCase().startsWith('/agibotworld_paper.pdf') ||
@@ -66,27 +66,27 @@ export default function Redirect() {
6666
if (
6767
pathname.toLowerCase().startsWith('/mpi')
6868
) {
69-
redirect('/legacy/MPI/')
69+
redirect('/MPI/')
7070
}
7171
if (
7272
pathname.toLowerCase().startsWith('/vista')
7373
) {
74-
redirect('/legacy/Vista/')
74+
redirect('/Vista/')
7575
}
7676
if (
7777
pathname.toLowerCase().startsWith('/drivelm')
7878
) {
79-
redirect('/legacy/DriveLM/')
79+
redirect('/DriveLM/')
8080
}
8181
if (
8282
pathname.toLowerCase().startsWith('/nexus')
8383
) {
84-
redirect('/legacy/Nexus/')
84+
redirect('/Nexus/')
8585
}
8686
if (
8787
pathname.toLowerCase().startsWith('/robodual')
8888
) {
89-
redirect('/legacy/RoboDual/')
89+
redirect('/RoboDual/')
9090
}
9191
if (
9292
pathname.toLowerCase().startsWith('/freetacman')
@@ -111,32 +111,32 @@ export default function Redirect() {
111111
pathname.toLowerCase() =='/cvpr2025' ||
112112
pathname.toLowerCase() =='/cvpr2025/'
113113
) {
114-
redirect('/legacy/cvpr2025/')
114+
redirect('/cvpr2025/')
115115
}
116116
if (
117117
pathname.toLowerCase().startsWith('/corl2025')
118118
) {
119-
redirect('/legacy/corl2025/workshop/')
119+
redirect('/corl2025/workshop/')
120120
}
121121
if (
122122
pathname.toLowerCase().startsWith('/iccv2025')
123123
) {
124-
redirect('/legacy/iccv2025/workshop/')
124+
redirect('/iccv2025/workshop/')
125125
}
126126
if (
127127
pathname.toLowerCase().startsWith('/cvpr2025/workshop')
128128
) {
129-
redirect('/legacy/cvpr2025/workshop/')
129+
redirect('/cvpr2025/workshop/')
130130
}
131131
if (
132132
pathname.toLowerCase().startsWith('/cvpr2025/tutorial')
133133
) {
134-
redirect('/legacy/cvpr2025/tutorial/')
134+
redirect('/cvpr2025/tutorial/')
135135
}
136136
if (
137137
pathname.toLowerCase().startsWith('/challenge2025')
138138
) {
139-
redirect('/legacy/challenge2025/')
139+
redirect('/challenge2025/')
140140
}
141141

142142

@@ -145,29 +145,29 @@ export default function Redirect() {
145145
if (
146146
pathname.toLowerCase().startsWith('/cvpr2024/workshop')
147147
) {
148-
redirect('/legacy/cvpr2024/workshop/')
148+
redirect('/cvpr2024/workshop/')
149149
}
150150
if (
151151
pathname.toLowerCase().startsWith('/cvpr2024/tutorial')
152152
) {
153-
redirect('/legacy/cvpr2024/tutorial/')
153+
redirect('/cvpr2024/tutorial/')
154154
}
155155
if (
156156
pathname.toLowerCase().startsWith('/cvpr2024/challenge') ||
157157
pathname.toLowerCase().startsWith('/challenge2024')
158158
) {
159-
redirect('/legacy/challenge2024/')
159+
redirect('/challenge2024/')
160160
}
161161
if (
162162
pathname.toLowerCase().startsWith('/valse2024')
163163
) {
164-
redirect('/legacy/valse2024/workshop/')
164+
redirect('/valse2024/workshop/')
165165
}
166166
if (
167167
pathname.toLowerCase() =='/cvpr2024' ||
168168
pathname.toLowerCase() =='/cvpr2024/'
169169
) {
170-
redirect('/legacy/cvpr2024/')
170+
redirect('/cvpr2024/')
171171
}
172172
if (
173173
pathname.toLowerCase().startsWith('/event2024')
@@ -183,27 +183,27 @@ export default function Redirect() {
183183
pathname.toLowerCase().startsWith('/AD23Challenge') ||
184184
pathname.toLowerCase().startsWith('/challenge2023')
185185
) {
186-
redirect('/legacy/challenge2023/')
186+
redirect('/challenge2023/')
187187
}
188188
if (
189189
pathname.toLowerCase().startsWith('/event/iclr23_ADworkshop') ||
190190
pathname.toLowerCase().startsWith('/sr4ad/iclr23') ||
191191
pathname.toLowerCase().startsWith('/iclr2023')
192192
) {
193-
redirect('/legacy/iclr2023/workshop/')
193+
redirect('/iclr2023/workshop/')
194194
}
195195
if (
196196
pathname.toLowerCase().startsWith('/event/cvpr23_ADworkshop') ||
197197
pathname.toLowerCase().startsWith('/e2ead/cvpr23') ||
198198
pathname.toLowerCase().startsWith('/cvpr2023')
199199
) {
200-
redirect('/legacy/cvpr2023/workshop/')
200+
redirect('/cvpr2023/workshop/')
201201
}
202202
if (
203203
pathname.toLowerCase().startsWith('/e2ead/cvpr23_CN') ||
204204
pathname.toLowerCase().startsWith('/event2023')
205205
) {
206-
redirect('/legacy/event2023/')
206+
redirect('/event2023/')
207207
}
208208

209209

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)