Skip to content

Commit 1583a0c

Browse files
committed
.
1 parent 1245ec4 commit 1583a0c

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

data/team.tsx

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ export const members: {
66
links: { icon: string; url: string }[];
77
keys: string[];
88
}[] = [
9+
{
10+
name: "Shihao Li",
11+
image: "/assets/person/shihao_li.jpg",
12+
desc: "Beijing Institute of Technology",
13+
image_s: "/assets/person/shihao_li_s.jpg",
14+
links: [
15+
{
16+
icon: "email",
17+
url: "lishihao.shawn@gmail.com",
18+
},
19+
{
20+
icon: "github",
21+
url: "https://github.com/lshasd123",
22+
},
23+
],
24+
keys: ["alumni"],
25+
},
926
{
1027
name: "Hongyang Li",
1128
image: "/assets/person/hongyang_li.jpg",
@@ -390,6 +407,23 @@ export const members: {
390407
],
391408
keys: ["student"],
392409
},
410+
{
411+
name: "Zhenhua Wu",
412+
image: "/assets/person/zhenhua_wu.jpg",
413+
desc: "Sun Yat-sen University",
414+
image_s: "/assets/person/zhenhua_wu_s.jpg",
415+
links: [
416+
{
417+
icon: "email",
418+
url: "mailto:wuzhenhua1122@gmail.com",
419+
},
420+
{
421+
icon: "github",
422+
url: "https://github.com/ArthurWuzh",
423+
},
424+
],
425+
keys: ["alumni"],
426+
},
393427
{
394428
name: "Yunsong Zhou",
395429
image: "/assets/person/yunsong_zhou.jpg",
@@ -487,23 +521,6 @@ export const members: {
487521
],
488522
keys: ["joint"],
489523
},
490-
{
491-
name: "Zhenhua Wu",
492-
image: "/assets/person/zhenhua_wu.jpg",
493-
desc: "Sun Yat-sen University",
494-
image_s: "/assets/person/zhenhua_wu_s.jpg",
495-
links: [
496-
{
497-
icon: "email",
498-
url: "mailto:wuzhenhua1122@gmail.com",
499-
},
500-
{
501-
icon: "github",
502-
url: "https://github.com/ArthurWuzh",
503-
},
504-
],
505-
keys: ["alumni"],
506-
},
507524
{
508525
name: "Haochen Liu",
509526
image: "/assets/person/haochen_liu.jpg",
@@ -546,6 +563,19 @@ export const members: {
546563
],
547564
keys: ["student"],
548565
},
566+
{
567+
name: "Jinwei Li",
568+
image: "/assets/person/jinwei_li.jpg",
569+
desc: "Tsinghua University",
570+
image_s: "/assets/person/jinwei_li_s.jpg",
571+
links: [
572+
{
573+
icon: "email",
574+
url: "lijinwei22@mails.tsinghua.edu.cn",
575+
},
576+
],
577+
keys: ["student"],
578+
},
549579
{
550580
name: "Yucheng Huang",
551581
image: "/assets/person/yucheng_huang.jpg",
@@ -580,32 +610,6 @@ export const members: {
580610
],
581611
keys: ["student"],
582612
},
583-
{
584-
name: "Jialong Zeng",
585-
image: "/assets/person/jialong_zeng.jpg",
586-
desc: "South China University of Technology",
587-
image_s: "/assets/person/jialong_zeng_s.jpg",
588-
links: [
589-
{
590-
icon: "email",
591-
url: "colenzeng@gmail.com",
592-
},
593-
],
594-
keys: ["student"],
595-
},
596-
{
597-
name: "Jinwei Li",
598-
image: "/assets/person/jinwei_li.jpg",
599-
desc: "Tsinghua University",
600-
image_s: "/assets/person/jinwei_li_s.jpg",
601-
links: [
602-
{
603-
icon: "email",
604-
url: "lijinwei22@mails.tsinghua.edu.cn",
605-
},
606-
],
607-
keys: ["student"],
608-
},
609613
{
610614
name: "Kai Zhang",
611615
image: "/assets/person/kai_zhang.jpg",
@@ -624,18 +628,14 @@ export const members: {
624628
keys: ["student"],
625629
},
626630
{
627-
name: "Shihao Li",
628-
image: "/assets/person/shihao_li.jpg",
629-
desc: "Beijing Institute of Technology",
630-
image_s: "/assets/person/shihao_li_s.jpg",
631+
name: "Jialong Zeng",
632+
image: "/assets/person/jialong_zeng.jpg",
633+
desc: "South China University of Technology",
634+
image_s: "/assets/person/jialong_zeng_s.jpg",
631635
links: [
632636
{
633637
icon: "email",
634-
url: "lishihao.shawn@gmail.com",
635-
},
636-
{
637-
icon: "github",
638-
url: "https://github.com/lshasd123",
638+
url: "colenzeng@gmail.com",
639639
},
640640
],
641641
keys: ["student"],

0 commit comments

Comments
 (0)