forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
80 lines (80 loc) · 2.8 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
{
"basics": {
"name": "Bo Ai",
"email": "[email protected]"
},
"work": [
{
"name": "Stanford Vision and Learning Lab, Stanford University",
"position": "Visiting Researcher Intern",
"startDate": "2023",
"endDate": "2023",
"summary": "Conduct research on learning visuo-tactile dynamics models for robotic manipulation",
"highlights": ["robotic manipulation", "dynamics model learning", "multimodal perception"]
},
{
"name": "Agency for Science, Technology and Research (A*STAR), Singapore",
"position": "Research Engineer",
"startDate": "2023",
"endDate": "2024",
"summary": "Conduct research at the intersection of machine learning and robotics",
"highlights": ["robotic manipulation", "dynamics model learning", "foundation models for robotics"]
},
{
"name": "Adaptive Computing Lab, National University of Singapore",
"position": "Undergraduate Research Assistant",
"startDate": "2021",
"endDate": "2023",
"summary": "Conduct research in robotic navigation, maintain and demonstrate robotic systems",
"highlights": ["long-horizon visual navigation", "sim-to-real transfer", "integrating learning and planning"]
}
],
"education": [
{
"institution": "National University of Singapore",
"location": "Singapore",
"url": "https://nus.edu.sg/",
"area": "Computer Science & Statistics under Turing Program",
"studyType": "Bachelor in Computer Science",
"startDate": "2019",
"endDate": "2023",
"courses": ["Machine Learning", "Intelligent Robots: Algorithms and Systems", "AI Planning and Decision Making",
"Information Theory", "Stochastic Processes"]
}
],
"awards": [
{
"title": "NUS Outstanding Undergraduate Researcher Prize",
"date": "2022",
"awarder": "National University of Singapore",
"summary": "Annual, university-wide competition to encourage research and to recognise the best undergraduate researchers in NUS (30 recipients university-wide)"
},
{
"title": "NUS School of Computing Innovation Prize",
"date": "2022",
"awarder": "Singapore Computer Society",
"summary": "Awarded to projects which \"demonstrate a significant degree of innovation and high potential socio-economic impact\" (2 recipients department-wide)"
}
],
"interests": [
{
"name": "Robotics",
"icon": "fa-solid fa-tag",
"keywords": [
"Cross-Embodiment Learning",
"Skill Composition",
"Mobile Manipulation",
"Dynamics Model Learning",
"Sim-to-Real Transfer"
]
},
{
"name": "Machine Learning",
"icon": "fa-solid fa-tag",
"keywords": [
"Reinforcement Learning",
"Generalization"
]
}
]
}