Skip to content

Commit a48e780

Browse files
committed
update rss workshop
1 parent 390d1ef commit a48e780

4 files changed

Lines changed: 39 additions & 20 deletions

File tree

app/(default)/(event)/rss2026/workshop/page.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ const speakers: {
4747
affiliation: "Stanford University & Physical Intelligence, USA",
4848
link: 'https://marceltorne.github.io/'
4949
},
50+
{
51+
name: "Tapomayukh Bhattacharjee",
52+
image: "/assets/person/tapomayukh_bhattacharjee.jpg",
53+
position: "Assistant Professor",
54+
affiliation: "Cornell University, USA",
55+
link: 'https://scholar.google.com/citations?user=X1zsXTgAAAAJ&hl=en'
56+
},
5057
// {
5158
// name: "Roberto Martín-Martín",
5259
// image: "https://ik.imagekit.io/opendrivelab/yuance/people/roberto_marti%CC%81n_marti%CC%81n.jpg",
@@ -400,7 +407,7 @@ export default function Home() {
400407

401408

402409
<div className="w-full px-6 flex justify-center mt-12">
403-
<div className="w-full max-w-7xl grid gap-12 grid-cols-2 md:grid-cols-3 xl:grid-cols-4 3xl:grid-cols-5">
410+
<div className="w-full max-w-7xl grid gap-12 grid-cols-2 md:grid-cols-3 xl:grid-cols-5">
404411
{[...speakers.values()].map((speaker) => (
405412
<div className="flex flex-col gap-3 group/image" key={speaker.name}>
406413
<Link href={speaker.link} target="_blank">

app/(default)/(event)/rss2026/workshop/schedule.tsx

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const scheduleItems: {
4848
type: ScheduleItemType;
4949
time: string;
5050
name?: string;
51+
nameNote?: string;
5152
nameLink?: string;
5253
affiliation?: string;
5354
affiliationLogo?: string;
@@ -90,13 +91,13 @@ const scheduleItems: {
9091
nameLink: "https://scholar.google.com/citations?user=UyZL660AAAAJ&hl=en",
9192
affiliation: "Tsinghua University, China",
9293
affiliationLogo: "/assets/brand/tsinghua_square.png",
93-
title: "TBD",
94+
title: "Beyond Imitation: Executable, Correctable, and Adaptable Skills for Humanoid Robots",
9495
recordings: {
9596
youtube: "",
9697
bilibili: "",
9798
},
9899
slides: "",
99-
bio: "Yi Li is an Assistant Professor in the Institute for Interdisciplinary Information Sciences (IIIS) at Tsinghua University. He received his PhD from Stanford University advised by Leonidas J. Guibas, and later worked as a Research Scientist at Google. His recent research interests include 3D perception, humanoid robot learning, and human-robot interaction.",
100+
bio: "Li Yi is a tenure-track assistant professor at the Institute for Interdisciplinary Information Sciences (IIIS), Tsinghua University, and Chief Scientist at Beijing Galbot Co., Ltd. He received his Ph.D. from Stanford University, advised by Professor Leonidas J. Guibas. And he was previously a Research Scientist at Google. Before joining Stanford, he got his B.E. in Electronic Engineering from Tsinghua University. His recent research focuses on 3D computer vision, humanoid robot learning, and dexterous manipulation, and his mission is to equip robotic agents with the ability of understanding and interacting with the 3D world. He has published papers at top-tier computer vision, computer graphics, and machine learning conferences with more than 35000 citations. And he has served as an Area Chair for CVPR, IJCAI, and NeurIPS. His representative work includes ShapeNet, PointNet++, and HOI4D.",
100101
},
101102
{
102103
type: "talk",
@@ -125,43 +126,49 @@ const scheduleItems: {
125126
},
126127
{
127128
type: "talk",
128-
time: "10:30 AM",
129-
name: "Marcel Torne",
130-
nameLink: "https://marceltorne.github.io/",
131-
affiliation: "Stanford University & Physical Intelligence, USA",
132-
affiliationLogo: "/assets/brand/stanford.png",
133-
title: "TBD",
129+
time: "11:00 AM",
130+
name: "Fan Shi",
131+
nameLink: "https://fanshi14.github.io/me/",
132+
affiliation: "National University of Singapore, Singapore",
133+
affiliationLogo: "/assets/brand/nus.png",
134+
title: "Simulation Enabled Robust Locomotion Learning. Can It Do the Same for Manipulation?",
134135
recordings: {
135136
youtube: "",
136137
bilibili: "",
137138
},
138139
slides: "",
139-
bio: "Marcel Torne is a researcher at Stanford and Physical Intelligence. His research focuses on learning-based assistive robots and methods for in-context adaptation of policies to unseen scenarios with an emphasis on human-centric approaches.",
140+
bio: "Fan Shi is an Assistant Professor at the National University of Singapore, where he holds the prestigious NUS Presidential Young Professorship. His research lies at the intersection of artificial intelligence and robotics, with a focus on physical simulation, robot learning, and the development of scalable methods for embodied intelligence. His work has been recognized through awards and support from leading organizations, including the NVIDIA Academic Grant Program, Google Research, and the Swiss AI Initiative.",
140141
},
141142
{
142143
type: "talk",
143-
time: "11:00 AM",
144-
name: "Fan Shi",
145-
nameLink: "https://fanshi14.github.io/me/",
146-
affiliation: "National University of Singapore, Singapore",
147-
affiliationLogo: "/assets/brand/nus.png",
148-
title: "Simulation Enabled Robust Locomotion Learning. Can It Do the Same for Manipulation?",
144+
time: "11:30 AM",
145+
name: "Marcel Torne",
146+
nameNote: "remote",
147+
nameLink: "https://marceltorne.github.io/",
148+
affiliation: "Stanford University & Physical Intelligence, USA",
149+
affiliationLogo: "/assets/brand/stanford.png",
150+
title: "TBD",
149151
recordings: {
150152
youtube: "",
151153
bilibili: "",
152154
},
153155
slides: "",
154-
bio: "Fan Shi is an Assistant Professor at the National University of Singapore, where he holds the prestigious NUS Presidential Young Professorship. His research lies at the intersection of artificial intelligence and robotics, with a focus on physical simulation, robot learning, and the development of scalable methods for embodied intelligence. His work has been recognized through awards and support from leading organizations, including the NVIDIA Academic Grant Program, Google Research, and the Swiss AI Initiative.",
156+
bio: "Marcel Torne is a researcher at Stanford and Physical Intelligence. His research focuses on learning-based assistive robots and methods for in-context adaptation of policies to unseen scenarios with an emphasis on human-centric approaches.",
155157
},
156158
{
157159
type: "talk",
158-
time: "12:00 AM",
159-
name: "Speakers and Organizers",
160-
title: "Debate",
160+
time: "12:00 PM",
161+
name: "Tapomayukh Bhattacharjee",
162+
nameLink: "https://scholar.google.com/citations?user=X1zsXTgAAAAJ&hl=en",
163+
affiliation: "Cornell University, USA",
164+
affiliationLogo: "/assets/brand/cornell.png",
165+
title: "TBD",
161166
recordings: {
162167
youtube: "",
163168
bilibili: "",
164169
},
170+
slides: "",
171+
bio: "Tapomayukh \"Tapo\" Bhattacharjee is an Assistant Professor in the Department of Computer Science at Cornell University, where he directs the EmPRISE Lab. His research aims to enable robots to assist people with mobility limitations with activities of daily living, spanning human-robot interaction, haptic perception, and robot manipulation. He received his PhD in Robotics from Georgia Institute of Technology and was an NIH Ruth L. Kirschstein NRSA postdoctoral research associate at the University of Washington.",
165172
},
166173
];
167174

@@ -292,6 +299,11 @@ export function ScheduleList() {
292299
>
293300
{item.name}
294301
</Link>
302+
{item.nameNote && (
303+
<span className="ml-1 text-xs text-o-gray">
304+
({item.nameNote})
305+
</span>
306+
)}
295307
{item.affiliation && (
296308
<>
297309
<br className="laptop:hidden" />

public/assets/brand/cornell.png

57.7 KB
Loading
34.5 KB
Loading

0 commit comments

Comments
 (0)