File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ export const members: {
66 links : { icon : string ; url : string } [ ] ;
77 keys : string [ ] ;
88} [ ] = [
9+ {
10+ name : "Jinwei Li" ,
11+ image : "/assets/person/jinwei_li.jpg" ,
12+ desc : "Tsinghua University" ,
13+ image_s : "/assets/person/jinwei_li_s.jpg" ,
14+ links : [
15+ {
16+ icon : "email" ,
17+ url : "mailto:lijinwei22@mails.tsinghua.edu.cn" ,
18+ } ,
19+ ] ,
20+ keys : [ "alumni" ] ,
21+ } ,
922 {
1023 name : "Shihao Li" ,
1124 image : "/assets/person/shihao_li.jpg" ,
@@ -571,19 +584,6 @@ export const members: {
571584 ] ,
572585 keys : [ "student" ] ,
573586 } ,
574- {
575- name : "Jinwei Li" ,
576- image : "/assets/person/jinwei_li.jpg" ,
577- desc : "Tsinghua University" ,
578- image_s : "/assets/person/jinwei_li_s.jpg" ,
579- links : [
580- {
581- icon : "email" ,
582- url : "mailto:lijinwei22@mails.tsinghua.edu.cn" ,
583- } ,
584- ] ,
585- keys : [ "student" ] ,
586- } ,
587587 {
588588 name : "Yucheng Huang" ,
589589 image : "/assets/person/yucheng_huang.jpg" ,
You can’t perform that action at this time.
0 commit comments