Skip to content

Commit 7004c9f

Browse files
committed
.
1 parent c44ffa0 commit 7004c9f

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

app/(default)/(page)/team/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default function Home() {
246246
<div className="w-full max-w-7xl flex">
247247
<h2 className="text-t1">
248248
<Link href="#student" className="scroll-mt-32 group flex items-center" id="student">
249-
Visiting & Internship Student
249+
Visiting Students / Intern / RA
250250
<span className="ml-6 hidden group-hover:inline-block size-6 text-foreground">
251251
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor">
252252
<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"/>

data/team.tsx

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@ export const members: {
2727
],
2828
keys: ["staff"],
2929
},
30-
{
31-
name: "Li Chen",
32-
image: "/assets/person/li_chen.jpg",
33-
image_s: "/assets/person/li_chen_s.jpg",
34-
desc: "End-to-End Autonomous Driving & Embodied AI",
35-
links: [
36-
{
37-
icon: "homepage",
38-
url: "https://ilnehc.github.io/",
39-
},
40-
{
41-
icon: "scholar",
42-
url: "https://scholar.google.com/citations?user=ulZxvY0AAAAJ",
43-
},
44-
{
45-
icon: "email",
46-
url: "mailto:lichen@opendrivelab.com",
47-
},
48-
{
49-
icon: "github",
50-
url: "https://github.com/ilnehc",
51-
},
52-
{
53-
icon: "x",
54-
url: "https://twitter.com/ilnehc",
55-
},
56-
],
57-
keys: ["hku"],
58-
},
30+
// {
31+
// name: "Li Chen",
32+
// image: "/assets/person/li_chen.jpg",
33+
// image_s: "/assets/person/li_chen_s.jpg",
34+
// desc: "End-to-End Autonomous Driving & Embodied AI",
35+
// links: [
36+
// {
37+
// icon: "homepage",
38+
// url: "https://ilnehc.github.io/",
39+
// },
40+
// {
41+
// icon: "scholar",
42+
// url: "https://scholar.google.com/citations?user=ulZxvY0AAAAJ",
43+
// },
44+
// {
45+
// icon: "email",
46+
// url: "mailto:lichen@opendrivelab.com",
47+
// },
48+
// {
49+
// icon: "github",
50+
// url: "https://github.com/ilnehc",
51+
// },
52+
// {
53+
// icon: "x",
54+
// url: "https://twitter.com/ilnehc",
55+
// },
56+
// ],
57+
// keys: ["hku"],
58+
// },
5959
{
6060
name: "Huijie Wang",
6161
image: "/assets/person/huijie_wang.jpg",
@@ -85,31 +85,31 @@ export const members: {
8585
],
8686
keys: ["staff"],
8787
},
88-
{
89-
name: "Chonghao Sima",
90-
image: "/assets/person/chonghao_sima.jpg",
91-
image_s: "/assets/person/chonghao_sima_s.jpg",
92-
desc: "Autonomous Driving",
93-
links: [
94-
{
95-
icon: "scholar",
96-
url: "https://scholar.google.com/citations?user=dgYJ6esAAAAJ",
97-
},
98-
{
99-
icon: "email",
100-
url: "mailto:smch@opendrivelab.com",
101-
},
102-
{
103-
icon: "github",
104-
url: "https://github.com/ChonghaoSima",
105-
},
106-
{
107-
icon: "x",
108-
url: "https://twitter.com/smch_1127",
109-
},
110-
],
111-
keys: ["hku"],
112-
},
88+
// {
89+
// name: "Chonghao Sima",
90+
// image: "/assets/person/chonghao_sima.jpg",
91+
// image_s: "/assets/person/chonghao_sima_s.jpg",
92+
// desc: "Autonomous Driving",
93+
// links: [
94+
// {
95+
// icon: "scholar",
96+
// url: "https://scholar.google.com/citations?user=dgYJ6esAAAAJ",
97+
// },
98+
// {
99+
// icon: "email",
100+
// url: "mailto:smch@opendrivelab.com",
101+
// },
102+
// {
103+
// icon: "github",
104+
// url: "https://github.com/ChonghaoSima",
105+
// },
106+
// {
107+
// icon: "x",
108+
// url: "https://twitter.com/smch_1127",
109+
// },
110+
// ],
111+
// keys: ["hku"],
112+
// },
113113
{
114114
name: "Tianyu Li",
115115
image: "/assets/person/tianyu_li.jpg",
@@ -502,7 +502,7 @@ export const members: {
502502
url: "https://github.com/ArthurWuzh",
503503
},
504504
],
505-
keys: ["joint"],
505+
keys: ["alumni"],
506506
},
507507
{
508508
name: "Haochen Liu",

0 commit comments

Comments
 (0)