-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
64 lines (64 loc) · 1.99 KB
/
resume.json
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
{
"basics": {
"name": "Wu Haoxuan",
"label": "Research Student",
"image": "",
"email": "[email protected]",
"url": "https://loskiw.github.io/"
},
"education": [
{
"institution": "City University of Hong Kong",
"location": "China",
"url": "https://www.cityu.edu.hk/",
"area": "Department of Electrical Engineering",
"studyType": "Ph.D.",
"startDate": "2023-09-01",
"endDate": "",
"score": "10"
},
{
"institution": "City University of Hong Kong",
"location": "China",
"url": "https://www.cityu.edu.hk/",
"area": "Department of Electrical Engineering",
"studyType": "M.S. in Multimedia Information Technology",
"startDate": "2022-09-01",
"endDate": "2023-09-01",
"score": "10",
"courses": [
"Dissertation"
]
},
{
"institution": "North China Electric Power University",
"location": "China",
"url": "https://www.ncepu.edu.cn/",
"area": "School of Control and Computer Engineering",
"studyType": "B.Eng. in Computer Science and Technology",
"startDate": "2018-09-01",
"endDate": "2022-06-01",
"score": "10"
}
],
"work": [
{
"name": "Beijing Aixin Technology Co., Lt",
"position": "AI Toolchain Development Engineer (Intern)",
"startDate": "2022-01",
"endDate": "2022-06",
"summary": "Investigate whether there is a better trade-off between FPS and the number of instructions in the operating logic of the company's chips."
}
],
"volunteer": [
{
"organization": "China International Fair for Trade in Services",
"position": "Volunteer Leader",
"startDate": "2020-08",
"endDate": "2020-09",
"summary": "Volunteer Leader of School of Control and Computer Engineering. Responsible for coordinating and managing volunteer work arrangements for related venues;",
"highlights": [
"Awarded 'Outstanding Volunteer'"
]
}]
}