Skip to content

Commit 722fa9f

Browse files
committed
.
1 parent fb8eea1 commit 722fa9f

File tree

2 files changed

+54
-8
lines changed

2 files changed

+54
-8
lines changed

app/(default)/(event)/challenge2026/page.tsx

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ export default function Home() {
133133
<div className="w-full px-6 flex justify-center mt-24">
134134
<div className="w-full max-w-7xl flex">
135135
<h2 className="text-t1">
136-
<Link href="#introduction" className="scroll-mt-32 group flex items-center" id="introduction">
137-
Introduction
136+
<Link href="#track" className="scroll-mt-32 group flex items-center" id="track">
137+
Tentative Tracks
138138
<span className="ml-6 hidden group-hover:inline-block size-6 text-foreground">
139139
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
140140
<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"/>
@@ -151,7 +151,24 @@ export default function Home() {
151151
<div className="w-full px-6 flex justify-center mt-12">
152152
<div className="w-full max-w-7xl flex flex-col">
153153
<h3 className="text-xl font-bold">
154-
Track 1
154+
General-Purpose Dexterous Manipulation
155+
</h3>
156+
</div>
157+
</div>
158+
<div className="w-full px-6 flex justify-center mt-6">
159+
<div className="w-full max-w-7xl flex flex-col gap-3">
160+
<p className="leading-relaxed">
161+
Dexterous manipulation with multi-fingered hands is a fundamental capability for robots to perform complex, human-like tasks in unstructured environments. It is crucial for developing general-purpose robots that can assist in daily life, from household chores to industrial assembly. To help accelerate progress in this area, our challenge invites participants to develop and train control policies for an <span className="underline">open-source, high-degree-of-freedom dexterous hand</span>. Participants will demonstrate the capability and robustness of their policies through their success rates across a series of defined manipulation tasks, evaluated first in simulation and then on a physical system.
162+
</p>
163+
</div>
164+
</div>
165+
166+
167+
168+
<div className="w-full px-6 flex justify-center mt-12">
169+
<div className="w-full max-w-7xl flex flex-col">
170+
<h3 className="text-xl font-bold">
171+
Track X
155172
</h3>
156173
</div>
157174
</div>
@@ -166,6 +183,35 @@ export default function Home() {
166183

167184

168185
<div className="w-full px-6 flex justify-center mt-12">
186+
<div className="w-full max-w-7xl flex flex-col">
187+
<h3 className="text-xl font-bold">
188+
Feedback
189+
</h3>
190+
</div>
191+
</div>
192+
<div className="w-full px-6 flex justify-center mt-6">
193+
<div className="w-full max-w-7xl flex flex-col">
194+
<div className="flex-1 flex gap-6 items-center">
195+
<Link href="https://forms.gle/C1gu8z9zgENUSJn88" target="_blank" className="size-6 md:size-8 group">
196+
<AspectRatio ratio={1/1}>
197+
<Image
198+
src="/assets/icon/google_form.png"
199+
alt="icon"
200+
fill
201+
className="group-hover:scale-125 transition delay-100 duration-200"
202+
/>
203+
</AspectRatio>
204+
</Link>
205+
<span className="flex-1">
206+
We welcome your feedback on the proposed challenge topics. Please share your thoughts by completing this <Link className="text-o-blue animated-underline" href="https://forms.gle/fyi4EEEWKscekU5o7" target="_blank">Google Form</Link>.
207+
</span>
208+
</div>
209+
</div>
210+
</div>
211+
212+
213+
214+
{/* <div className="w-full px-6 flex justify-center mt-12">
169215
<div className="w-full max-w-7xl flex flex-col">
170216
<h3 className="text-xl font-bold">
171217
Participate
@@ -187,12 +233,12 @@ export default function Home() {
187233
</Link>
188234
<span className="flex-1">
189235
For participation in the challenge, registering for your team is a <span className="underline">strict requirement</span> by filling out this <Link className="text-o-blue animated-underline" href="https://forms.gle/C1gu8z9zgENUSJn88" target="_blank">Google Form</Link>.
190-
{/* <br></br>
191-
The registration information can be modified until <code>[ICCV 2025] September 20</code>. */}
236+
<br></br>
237+
The registration information can be modified until <code>[ICCV 2025] September 20</code>.
192238
</span>
193239
</div>
194240
</div>
195-
</div>
241+
</div> */}
196242

197243

198244

data/navigator-project.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export const NavigatorProject: {
9898
],
9999
"/challenge2026": [
100100
{
101-
text: "Introduction",
102-
id: "introduction",
101+
text: "Track",
102+
id: "track",
103103
},
104104
{
105105
text: "Schedule",

0 commit comments

Comments
 (0)