We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091946a commit fb8eea1Copy full SHA for fb8eea1
data/events.tsx
@@ -18,6 +18,16 @@ export const events: {
18
location: string;
19
keys: string[];
20
}[] = [
21
+ {
22
+ title: "Challenge 2026",
23
+ subtitle: "Autonomous Grand Challenge",
24
+ url: "/challenge2026/",
25
+ image: "https://ik.imagekit.io/opendrivelab/Modify_the_left_human_hand_to_become_an_abstract_e-1770009757382.jpg?updatedAt=1770010027998",
26
+ imageoption: "object-center",
27
+ date: "",
28
+ location: "",
29
+ keys: ['2026', 'editor_pick'],
30
+ },
31
{
32
title: "Workshop at CVPR 2026",
33
subtitle: "From Labs to Life: Embodied Intelligence in the Wild",
0 commit comments