-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
103 lines (103 loc) · 2.67 KB
/
Copy pathresume.json
File metadata and controls
103 lines (103 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"basics": {
"name": "Yudong He",
"label": "Researcher",
"image": "",
"email": "ydhe@szu.edu.cn",
"alternateEmail": "yhebh@connect.ust.hk",
"phone": "",
"url": "https://ydcnanhe.github.io",
"summary": "",
"location": {
"address": "Clear Water Bay",
"postalCode": "",
"city": "Hong Kong",
"countryCode": "CN",
"region": "Hong Kong"
},
"profiles": [
{
"network": "Twitter",
"username": "AlbertEinstein",
"url": "https://twitter.com/AlbertEinstein"
}
]
},
"work": [
{
"name": "College of Artificial Intelligence, Shenzhen University",
"position": "Assistant Professor",
"location": "Shenzhen, China",
"url": "https://www.szu.edu.cn/",
"startDate": "2026",
"endDate": "",
"summary": "",
"highlights": []
},
{
"name": "School of Data Science, The Chinese University of Hong Kong, Shenzhen",
"position": "Visiting Scholar",
"location": "Shenzhen, China",
"url": "https://www.cuhk.edu.cn/",
"startDate": "2025",
"endDate": "2026",
"summary": "",
"highlights": []
},
{
"name": "IEDA, The Hong Kong University of Science and Technology",
"position": "Postdoctoral Researcher",
"location": "Hong Kong, China",
"url": "https://hkust.edu.hk/",
"startDate": "2022",
"endDate": "2025",
"summary": "",
"highlights": ["Signal Processing"]
}
],
"education": [
{
"institution": "The Hong Kong University of Sicence and Technology",
"location": "Hong Kong",
"url": "https://hkust.edu.hk/",
"area": "IEDA",
"studyType": "PhD",
"startDate": "2018-08-15",
"endDate": "2022-09-01",
"score": "",
"courses": ""
},
{
"institution": "University of Science and Technology of China",
"location": "Hefei, China",
"url": "https://en.ustc.edu.cn/",
"area": "Physics",
"studyType": "Bachelor",
"startDate": "2013-09-01",
"endDate": "2017-07-01",
"score": "",
"courses": ""
}
],
"awards": [
{
"title": "First Prize (top 50) in High School Students Physics Competition Sichuan Division",
"date": "2012",
"awarder": "",
"url": "",
"summary": "Recommended for admission to USTC without National College Entrance Examination"
}
],
"interests": [
{
"name": "Coffee",
"icon": "fa-solid fa-tag",
"keywords": ["Pour Over Coffee", "Geisha", "WBrC"]
},
{
"name": "Tennis",
"icon": "fa-solid fa-tag",
"keywords": ["Roger Federer", "Ace", "Grand Slam"]
}
]
}