Skip to content

Commit 9522cc8

Browse files
committed
.
1 parent 02e3827 commit 9522cc8

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424

2525

2626
import { Landing } from "./landing"
27-
// import { News } from "./news"
27+
import { News } from "./news"
2828
// import { Embodied, E2EAD } from "@/components/app-drawer"
2929
import { Chen2025_value_learning } from "@/components/citation-drawer"
3030

@@ -46,7 +46,7 @@ export default function Home() {
4646

4747

4848

49-
{/* <div className="w-full px-6 flex justify-center mt-24">
49+
<div className="w-full px-6 flex justify-center mt-24">
5050
<div className="w-full max-w-7xl flex">
5151
<h2 className="text-t1">
5252
<Link href="#news" className="scroll-mt-32 group flex items-center" id="news">
@@ -64,7 +64,7 @@ export default function Home() {
6464

6565

6666

67-
<News /> */}
67+
<News />
6868

6969

7070

data/team.tsx

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,35 @@ export const members: {
4444
],
4545
keys: ["staff"],
4646
},
47-
// {
48-
// name: "Li Chen",
49-
// image: "/assets/person/li_chen.jpg",
50-
// image_s: "/assets/person/li_chen_s.jpg",
51-
// desc: "End-to-End Autonomous Driving & Embodied AI",
52-
// links: [
53-
// {
54-
// icon: "homepage",
55-
// url: "https://ilnehc.github.io/",
56-
// },
57-
// {
58-
// icon: "scholar",
59-
// url: "https://scholar.google.com/citations?user=ulZxvY0AAAAJ",
60-
// },
61-
// {
62-
// icon: "email",
63-
// url: "mailto:lichen@opendrivelab.com",
64-
// },
65-
// {
66-
// icon: "github",
67-
// url: "https://github.com/ilnehc",
68-
// },
69-
// {
70-
// icon: "x",
71-
// url: "https://twitter.com/ilnehc",
72-
// },
73-
// ],
74-
// keys: ["hku"],
75-
// },
47+
{
48+
name: "Li Chen",
49+
image: "/assets/person/li_chen.jpg",
50+
image_s: "/assets/person/li_chen_s.jpg",
51+
desc: "End-to-End Autonomous Driving & Embodied AI",
52+
links: [
53+
{
54+
icon: "homepage",
55+
url: "https://ilnehc.github.io/",
56+
},
57+
{
58+
icon: "scholar",
59+
url: "https://scholar.google.com/citations?user=ulZxvY0AAAAJ",
60+
},
61+
{
62+
icon: "email",
63+
url: "mailto:lichen@opendrivelab.com",
64+
},
65+
{
66+
icon: "github",
67+
url: "https://github.com/ilnehc",
68+
},
69+
{
70+
icon: "x",
71+
url: "https://twitter.com/ilnehc",
72+
},
73+
],
74+
keys: [],
75+
},
7676
{
7777
name: "Huijie Wang",
7878
image: "/assets/person/huijie_wang.jpg",
@@ -102,31 +102,31 @@ export const members: {
102102
],
103103
keys: ["staff"],
104104
},
105-
// {
106-
// name: "Chonghao Sima",
107-
// image: "/assets/person/chonghao_sima.jpg",
108-
// image_s: "/assets/person/chonghao_sima_s.jpg",
109-
// desc: "Autonomous Driving",
110-
// links: [
111-
// {
112-
// icon: "scholar",
113-
// url: "https://scholar.google.com/citations?user=dgYJ6esAAAAJ",
114-
// },
115-
// {
116-
// icon: "email",
117-
// url: "mailto:smch@opendrivelab.com",
118-
// },
119-
// {
120-
// icon: "github",
121-
// url: "https://github.com/ChonghaoSima",
122-
// },
123-
// {
124-
// icon: "x",
125-
// url: "https://twitter.com/smch_1127",
126-
// },
127-
// ],
128-
// keys: ["hku"],
129-
// },
105+
{
106+
name: "Chonghao Sima",
107+
image: "/assets/person/chonghao_sima.jpg",
108+
image_s: "/assets/person/chonghao_sima_s.jpg",
109+
desc: "Autonomous Driving",
110+
links: [
111+
{
112+
icon: "scholar",
113+
url: "https://scholar.google.com/citations?user=dgYJ6esAAAAJ",
114+
},
115+
{
116+
icon: "email",
117+
url: "mailto:smch@opendrivelab.com",
118+
},
119+
{
120+
icon: "github",
121+
url: "https://github.com/ChonghaoSima",
122+
},
123+
{
124+
icon: "x",
125+
url: "https://twitter.com/smch_1127",
126+
},
127+
],
128+
keys: [],
129+
},
130130
{
131131
name: "Tianyu Li",
132132
image: "/assets/person/tianyu_li.jpg",

0 commit comments

Comments
 (0)