Skip to content

Commit 40a3cf1

Browse files
committed
GO-1-Pro in landing and update team data
1 parent 9321d4c commit 40a3cf1

File tree

7 files changed

+113
-2
lines changed

7 files changed

+113
-2
lines changed

app/(default)/(home)/landing.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { AspectRatio } from "@/components/ui/aspect-ratio"
2222

2323

2424
import { publications } from "@/data/publications"
25-
const landings = [5,4,0,2,3,1].map(index => [...publications.values()].filter(publication => publication.keys.includes('home_sliding'))[index])
25+
const landings = [0,1,5,4,2,3].map(index => [...publications.values()].filter(publication => publication.keys.includes('home_sliding'))[index])
2626
const type_mapping: Record<string, string> = {
2727
"page": "Page",
2828
"huggingface": "Hugging Face",
@@ -35,6 +35,7 @@ const type_mapping: Record<string, string> = {
3535
"dataset": "Dataset",
3636
}
3737
const image_mapping: Record<string, string> = {
38+
"GO-1-Pro: Is Diversity All You Need for Scalable Robotic Manipulation?": "/assets/publication/GO-1-Pro.jpg",
3839
"UniVLA: Learning to Act Anywhere with Task-centric Latent Actions": "https://ik.imagekit.io/opendrivelab/univla",
3940
"Planning-oriented Autonomous Driving": "/assets/background/890e373a8bca0b4f0df9701fa09cf131.png",
4041
"AgiBot World Colosseo: A Large-scale Manipulation Platform for Scalable and Intelligent Embodied Systems": "https://ik.imagekit.io/opendrivelab/agibotworld.jpg",

app/(default)/(home)/news.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,19 @@ export function News() {
2020
<div className="w-full max-w-7xl flex flex-col gap-6 leading-relaxed">
2121
<ul className="space-y-6">
2222
<li className="flex items-center gap-1 flex-wrap">
23-
<Badge variant="outline">
23+
{/* <Badge variant="outline"> */}
24+
<Badge variant="default">
25+
2025.09.19
26+
</Badge>
27+
GO-1 is now open source on
28+
<Link className="text-o-blue animated-underline" href="https://github.com/OpenDriveLab/AgiBot-World" target="_blank">[GitHub]</Link>
29+
with our technical blog available at
30+
<Link className="text-o-blue animated-underline" href="[opendrivelab.com/OpenGO1]" target="_blank">OpenGO1</Link>
31+
.
32+
</li>
33+
<li className="flex items-center gap-1 flex-wrap">
34+
{/* <Badge variant="outline"> */}
35+
<Badge variant="default">
2436
2025.07.01
2537
</Badge>
2638
DetAny3D is now open source. Check it out on:

data/publications.tsx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,32 @@ export const publications: {
6161
description: string;
6262
keys: string[];
6363
}[] = [
64+
{
65+
title: "GO-1-Pro: Is Diversity All You Need for Scalable Robotic Manipulation?",
66+
link: "https://arxiv.org/abs/2507.06219",
67+
image: "/assets/publication/GO-1-Pro.jpg",
68+
author: "Chonghao Sima, Katrin Renz, Kashyap Chitta, Li Chen, Hanxue Zhang, Chengen Xie, Ping Luo, Andreas Geiger, Hongyang Li",
69+
note: "arXiv 2025",
70+
noteoption: '',
71+
star: "https://img.shields.io/github/stars/OpenDriveLab/DriveLM?style=social",
72+
starlink: "https://github.com/OpenDriveLab/DriveLM",
73+
icon: [
74+
{
75+
type: "blog",
76+
link: "https://opendrivelab.com/OpenGO1/",
77+
},
78+
{
79+
type: "github",
80+
link: "https://github.com/OpenDriveLab/AgiBot-World",
81+
},
82+
{
83+
type: "huggingface",
84+
link: "huggingface.co/agibot-world/GO-1",
85+
},
86+
],
87+
description: "The first comprehensive analysis of data diversity principles revealing optimal scaling strategies for large-scale robotic manipulation training.",
88+
keys: ['editor_pick', 'home_sliding', 'drawer_e2e'],
89+
},
6490
{
6591
title: "Detect Anything 3D in the Wild",
6692
link: "https://arxiv.org/abs/2504.07958",

data/team.tsx

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,23 @@ export const members: {
282282
],
283283
keys: ["phd"],
284284
},
285+
{
286+
name: "Yichao Zhong",
287+
image: "/assets/person/yichao_zhong.jpg",
288+
image_s: "/assets/person/yichao_zhong_s.jpg",
289+
desc: "HKU (The University of Hong Kong)",
290+
links: [
291+
{
292+
icon: "email",
293+
url: "peterzychhh@gmail.com",
294+
},
295+
{
296+
icon: "github",
297+
url: "z-taylcr7.github.io",
298+
},
299+
],
300+
keys: ["phd"],
301+
},
285302
{
286303
name: "Hanxue Zhang",
287304
image: "/assets/person/hanxue_zhang.jpg",
@@ -675,6 +692,61 @@ export const members: {
675692
],
676693
keys: ["intern"],
677694
},
695+
{
696+
name: "Hugo Mak",
697+
image: "/assets/person/haoguang_mai.jpg",
698+
desc: "HKU (The University of Hong Kong)",
699+
image_s: "/assets/person/haoguang_mai_s.jpg",
700+
links: [
701+
{
702+
icon: "email",
703+
url: "hugologymai@connect.hku.hk",
704+
},
705+
],
706+
keys: ["intern"],
707+
},
708+
{
709+
name: "Jiaheng Wang",
710+
image: "/assets/person/jiaheng_wang.jpg",
711+
desc: "University College London",
712+
image_s: "/assets/person/jiaheng_wang_s.jpg",
713+
links: [
714+
{
715+
icon: "email",
716+
url: "jiaheng.wang.ucl@gmail.com",
717+
},
718+
{
719+
icon: "github",
720+
url: "https://github.com/Jiaheng-Wang-kcl",
721+
},
722+
],
723+
keys: ["intern"],
724+
},
725+
{
726+
name: "Yuhang Lu",
727+
image: "/assets/person/yuhang_lu.jpg",
728+
desc: "HKU (The University of Hong Kong)",
729+
image_s: "/assets/person/yuhang_lu_s.jpg",
730+
links: [
731+
{
732+
icon: "homepage",
733+
url: "https://yuhanglu2000.github.io/",
734+
},
735+
{
736+
icon: "email",
737+
url: "lu.yuhang2000@outlook.com",
738+
},
739+
{
740+
icon: "scholar",
741+
url: "https://scholar.google.com/citations?user=HiwDOksAAAAJ",
742+
},
743+
{
744+
icon: "github",
745+
url: "https://github.com/yuhanglu2000",
746+
},
747+
],
748+
keys: ["intern"],
749+
},
678750
{
679751
name: "Shadi Hamdan",
680752
image: "/assets/person/shadi_hamdan.jpg",
7.09 KB
Loading
7.09 KB
Loading
1.32 MB
Loading

0 commit comments

Comments
 (0)