generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
154 lines (154 loc) · 5.02 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"basics": {
"name": "Zhongtao (Tony) Guan",
"label": "Undergraduate Researcher",
"image": "",
"email": "[email protected]",
"phone": "+1-617-784-6900",
"url": "https://github.com/DoZz-M",
"summary": "Undergraduate student at ShanghaiTech University and MIT with strong research and project experience in robotics and power systems.",
"location": {
"address": "ShanghaiTech University",
"postalCode": "",
"city": "Shanghai",
"countryCode": "CN",
"region": "Shanghai"
},
"profiles": [
{
"network": "LinkedIn",
"username": "Zhongtao Guan",
"url": "https://www.linkedin.com/in/zhongtao-guan-220766287/"
},
{
"network": "GitHub",
"username": "DoZz-M",
"url": "https://github.com/DoZz-M"
}
]
},
"work": [
{
"name": "Massachusetts Institute of Technology",
"position": "Undergraduate Researcher",
"url": "https://mit.edu",
"startDate": "2024-07-01",
"endDate": "Present",
"summary": "Conducting research on insect-scale robots and hybrid locomotion.",
"highlights": [
"Developed a sub-gram flapping-wing passive hopper for insect-scale robots.",
"Conducted trajectory optimization and online NLMPC for complex tasks."
]
},
{
"name": "ShanghaiTech University",
"position": "Research Assistant",
"url": "https://shanghaitech.edu.cn",
"startDate": "2021-09-01",
"endDate": "Present",
"summary": "Conducted research on fault location for power systems and designed inverters for photovoltaic systems.",
"highlights": [
"Proposed methods for fault location on hybrid power systems.",
"Designed and controlled a three-phase inverter for grid-connected photovoltaic systems."
]
}
],
"education": [
{
"institution": "ShanghaiTech University",
"location": "Shanghai, China",
"url": "https://shanghaitech.edu.cn",
"area": "Electronic Information Engineering",
"studyType": "Bachelor of Engineering",
"startDate": "2021-09-01",
"endDate": "Present",
"score": "GPA: 3.80/4.00",
"courses": ["Introduction to Control", "Signals and Systems", "Electromagnetics", "Power Electronics"]
},
{
"institution": "Massachusetts Institute of Technology",
"location": "Cambridge, Massachusetts, U.S.",
"url": "https://mit.edu",
"area": "Electrical Engineering and Computer Science",
"studyType": "Special Student Program",
"startDate": "2024-02-01",
"endDate": "2024-05-31",
"score": "GPA: 5.00/5.00",
"courses": ["Underactuated Robotics", "Nonlinear Control"]
}
],
"awards": [
{
"title": "Outstanding Teaching Assistant",
"date": "2023-01-01",
"awarder": "ShanghaiTech University",
"summary": "Acted as head TA for Electric Circuit course, coordinating TAs and assisting with lectures and grading."
},
{
"title": "RoboMaster University Championship",
"date": "2022-01-01",
"awarder": "RoboMaster",
"summary": "Won 2nd Prize in the Shanghai division and 3rd Prize nationally."
},
{
"title": "National Undergraduate Electronic Design Contest",
"date": "2023-01-01",
"awarder": "Shanghai Municipal Education Commission",
"summary": "Won 2nd Prize in the Shanghai division."
}
],
"publications": [
{
"name": "Preliminary Result of Cury: A Backdrivable Leg Design using Linear Actuators",
"publisher": "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)",
"releaseDate": "2024-01-01",
"url": "https://ieeexplore.ieee.org/abstract/document/10253208",
"summary": "Presented a backdrivable leg design with linear actuators for walking and jumping."
},
{
"name": "Accurate Single-Ended Fault Location for Cable-OHL Hybrid Transmission Lines",
"publisher": "Power and Energy Society General Meeting (PESGM)",
"releaseDate": "2023-01-01",
"url": "https://ieeexplore.ieee.org/abstract/document/10252886",
"summary": "Proposed methods for fault location on hybrid transmission lines."
}
],
"skills": [
{
"name": "Robotics",
"level": "Advanced",
"keywords": ["Insect-Scale Robots", "Trajectory Optimization", "Nonlinear Control"]
},
{
"name": "Power Systems",
"level": "Advanced",
"keywords": ["Fault Location", "Inverters", "Photovoltaic Systems"]
}
],
"languages": [
{
"language": "English",
"fluency": "Fluent"
},
{
"language": "Chinese",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Robotics",
"keywords": ["Insect-Scale Robots", "Hybrid Locomotion", "Soft Actuators"]
}
],
"references": [
{
"name": "Kevin Chen",
"reference": "Research Supervisor at MIT, EECS Department"
},
{
"name": "Jiahao Chen",
"reference": "Assistant Professor at ShanghaiTech University"
}
]
}