Skip to content

Commit 1bf1b88

Browse files
authored
Update members list with new entries and details
1 parent 8a77e57 commit 1bf1b88

1 file changed

Lines changed: 60 additions & 17 deletions

File tree

contents/members.js

Lines changed: 60 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,48 @@ members = {
1717
},
1818
],
1919
"Student":[
20+
{
21+
"name":"Huangjie Cao",
22+
"photoUrl":"./photos/2025/Huangjie Cao.jpg",
23+
"introduction":"Research Area: Multimodal Visual Object Tracking.",
24+
"footnote":"Master Student",
25+
"footnote2":"Year of Attendance: 2025"
26+
},
27+
{
28+
"name":"Jiahao He",
29+
"photoUrl":"./photos/2025/Jiahao He.jpg",
30+
"introduction":"Research Area: 3D Reconstruction and Scene Understanding.",
31+
"footnote":"Master Student",
32+
"footnote2":"Year of Attendance: 2025"
33+
},
34+
{
35+
"name":"Pan Xiong",
36+
"photoUrl":"./photos/2025/Pan Xiong.jpg",
37+
"introduction":"Research Area: Low-level Vision.",
38+
"footnote":"Master Student",
39+
"footnote2":"Year of Attendance: 2025"
40+
},
41+
{
42+
"name":"Shutong Xiao",
43+
"photoUrl":"./photos/2025/Shutong Xiao.jpg",
44+
"introduction":"Research Area: Text to Image Generation.",
45+
"footnote":"Master Student",
46+
"footnote2":"Year of Attendance: 2025"
47+
},
48+
{
49+
"name":"Yuang Liu",
50+
"photoUrl":"./photos/2025/Yuang Liu.jpg",
51+
"introduction":"Research Area: Point Cloud Upsamping.",
52+
"footnote":"Master Student",
53+
"footnote2":"Year of Attendance: 2025"
54+
},
55+
{
56+
"name":"Yunchen Xiong",
57+
"photoUrl":"./photos/2025/Yunchen Xiong.jpg",
58+
"introduction":"Research Area: Image-based 3D Reconstruction.",
59+
"footnote":"Master Student",
60+
"footnote2":"Year of Attendance: 2025"
61+
},
2062
{
2163
"name":"Baowei Zhuang",
2264
"photoUrl":"./photos/2024/Baowei Zhuang.jpg",
@@ -101,53 +143,53 @@ members = {
101143
"footnote":"Master Student",
102144
"footnote2":"Year of Attendance: 2023"
103145
},
146+
],
147+
"Co-supervised Students":[
104148
{
149+
"name":"Jianyu Zhao",
150+
"photoUrl":"./photos/2024/Jianyu Zhao.jpg",
151+
"introduction":"Research Area: Text/Image to Video Generation and AIGC.",
152+
"footnote":"PhD Student",
153+
"footnote2":"Year of Attendance: 2024"
154+
},
155+
156+
],
157+
"Alumni":[
158+
{
105159
"name":"Ying Hu",
106160
"photoUrl":"./photos/2022/Ying Hu.jpg",
107161
"introduction":"Research Area: Image Style Transfer and Deep Learning.",
108162
"footnote":"Master Student",
109-
"footnote2":"Year of Attendance: 2022"
163+
"footnote2":"Year of Graduation: 2025"
110164
},
111165
{
112166
"name":"Kai Liu",
113167
"photoUrl":"./photos/2022/Kai Liu.jpg",
114168
"introduction":"Research Area: Transformer-based Point Cloud Compression.",
115169
"footnote":"Master Student",
116-
"footnote2":"Year of Attendance: 2022"
170+
"footnote2":"Year of Graduation: 2025"
117171
},
118172
{
119173
"name":"Chenyi Zhuang",
120174
"photoUrl":"./photos/2022/Chenyi Zhuang.jpg",
121175
"introduction":"Research Area: Text-to-Image Synthesis and Few-shot Learning.",
122176
"footnote":"Master Student",
123-
"footnote2":"Year of Attendance: 2022"
177+
"footnote2":"Year of Graduation: 2025"
124178
},
125179
{
126180
"name":"Qingguo Liu",
127181
"photoUrl":"./photos/2022/Qingguo Liu.jpg",
128182
"introduction":"Research Area: Image Superresolution and Contrastive Learning.",
129183
"footnote":"Master Student",
130-
"footnote2":"Year of Attendance: 2022"
184+
"footnote2":"Year of Graduation: 2025"
131185
},
132186
{
133187
"name":"Yao Yuan",
134188
"photoUrl":"./photos/2022/Yao Yuan.jpg",
135189
"introduction":"Research Area: Salient Object Detection and Saliency Prediction.",
136190
"footnote":"Master Student",
137-
"footnote2":"Year of Attendance: 2022"
191+
"footnote2":"Year of Graduation: 2025"
138192
},
139-
],
140-
"Co-supervised Students":[
141-
{
142-
"name":"Jianyu Zhao",
143-
"photoUrl":"./photos/2024/Jianyu Zhao.jpg",
144-
"introduction":"Research Area: Text/Image to Video Generation and AIGC.",
145-
"footnote":"PhD Student",
146-
"footnote2":"Year of Attendance: 2024"
147-
},
148-
149-
],
150-
"Alumni":[
151193
{
152194
"name":"Shanshan Li",
153195
"photoUrl":"./photos/2021/Shanshan Li.jpg",
@@ -231,3 +273,4 @@ members = {
231273
}
232274

233275

276+

0 commit comments

Comments
 (0)