Skip to content

Commit 3c208be

Browse files
committed
.
1 parent a1285b3 commit 3c208be

File tree

1 file changed

+81
-1
lines changed

1 file changed

+81
-1
lines changed

data/publications.tsx

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,92 @@ export const publications: {
6464
time: string;
6565
timeline: string[];
6666
}[] = [
67+
{
68+
title: "EgoHumanoid",
69+
link: "",
70+
image: "",
71+
author: "",
72+
note: "Preprint 2026",
73+
noteoption: '',
74+
star: "",
75+
starlink: "",
76+
icon: [
77+
{
78+
type: "page",
79+
link: "/EgoHumanoid",
80+
},
81+
],
82+
description: "",
83+
keys: [],
84+
time: '2026.02.12',
85+
timeline:[],
86+
},
87+
{
88+
title: "MM-Hand",
89+
link: "",
90+
image: "",
91+
author: "",
92+
note: "Preprint 2026",
93+
noteoption: '',
94+
star: "",
95+
starlink: "",
96+
icon: [
97+
{
98+
type: "page",
99+
link: "https://mmlab.hk/research/MM-Hand",
100+
},
101+
],
102+
description: "",
103+
keys: [],
104+
time: '2026.02.11',
105+
timeline:[],
106+
},
107+
{
108+
title: "MM-VideoNav",
109+
link: "",
110+
image: "",
111+
author: "",
112+
note: "Preprint 2026",
113+
noteoption: '',
114+
star: "",
115+
starlink: "",
116+
icon: [
117+
{
118+
type: "page",
119+
link: "/MM-VideoNav",
120+
},
121+
],
122+
description: "",
123+
keys: [],
124+
time: '2026.02.11',
125+
timeline:[],
126+
},
127+
{
128+
title: "χ0-RL",
129+
link: "",
130+
image: "",
131+
author: "",
132+
note: "Preprint 2026",
133+
noteoption: '',
134+
star: "",
135+
starlink: "",
136+
icon: [
137+
{
138+
type: "page",
139+
link: "/kai0-rl",
140+
},
141+
],
142+
description: "",
143+
keys: [],
144+
time: '2026.02.10',
145+
timeline:[],
146+
},
67147
{
68148
title: "χ0: A Live-Stream Robotic Teamwork for Clothing Manipulation from Zero to Hero",
69149
link: "/kai0",
70150
image: "https://ik.imagekit.io/opendrivelab/kai0.png",
71151
author: "",
72-
note: "arXiv",
152+
note: "Preprint 2026",
73153
noteoption: '',
74154
star: "",
75155
starlink: "",

0 commit comments

Comments
 (0)