generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
140 lines (140 loc) · 4.38 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
{
"basics": {
"name": "Ricardo Jesus Huaman Kemper",
"label": "Researcher",
"image": "",
"email": "rotvie@gmail.com",
"phone": "",
"url": "https://rotvie.github.io/",
"summary": "Electronic Engineer with a strong interest in Robotics and AI.",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
},
"profiles": [
{
"network": "Twitter",
"username": "rotvie",
"url": "https://twitter.com/rotvie"
},
{
"network": "LinkedIn",
"username": "ricardo-jesus-huaman-kemper",
"url": "https://www.linkedin.com/in/ricardo-jesus-huaman-kemper/"
},
{
"network": "GitHub",
"username": "Rotvie",
"url": "https://github.com/Rotvie"
},
{
"network": "YouTube",
"username": "rotvie_official",
"url": "https://www.youtube.com/@rotvie_official"
}
]
},
"work": [
{
"name": "Cardiff University",
"position": "Researcher, Human-centred Computing Laboratory",
"url": "https://www.cardiff.ac.uk/",
"startDate": "2024-01-01",
"endDate": "2024-04-01",
"summary": "Led a project to integrate foundational models with robotics to enhance human-robot interaction.",
"highlights": ["Developed pipelines to improve robots’ responsiveness in various settings using NLP techniques."]
},
{
"name": "Universidad Privada Antenor Orrego",
"position": "Researcher, Multidisciplinary Research Laboratory",
"url": "https://www.upao.edu.pe/",
"startDate": "2021-05-01",
"endDate": "2023-12-01",
"summary": "Worked on agricultural mobile robots’ autonomous navigation systems using SLAM, path planning, and ROS.",
"highlights": [
"Government-funded projects for agricultural automation.",
"Developed computer vision pipelines for agricultural classification tasks."
]
},
{
"name": "CorAll Development & Research S.A.C.",
"position": "Deep Learning Intern",
"url": "https://coralldar.com/",
"startDate": "2022-02-01",
"endDate": "2022-06-01",
"summary": "Managed data administration and supported ML/DL algorithm development for specific project needs."
}
],
"education": [
{
"institution": "Universidad Privada Antenor Orrego",
"location": "Trujillo, Peru",
"area": "Electronic Engineering",
"studyType": "Bachelor's",
"startDate": "2017-07-01",
"endDate": "2022-07-01",
"score": "1st"
}
],
"publications": [
{
"name": "Performance Evaluation of the ROS Navigation Stack using LeGO-LOAM",
"publisher": "9th Brazilian Technology Symposium (BTSym’23)",
"releaseDate": "2024"
},
{
"name": "Artificial vision strategy for Ripeness assessment of Blueberries on Images taken during Pre-harvest stage in Agroindustrial Environments using Deep Learning Techniques",
"publisher": "2023 IEEE INTERCON",
"releaseDate": "2023"
},
{
"name": "Deep Learning-based Segmentation and Classification System for Artichoke Seedling Grading",
"publisher": "2023 IEEE INTERCON",
"releaseDate": "2023"
},
{
"name": "Linear Quadratic Regulator (LQR) Control for the Active Suspension System of a Four-Wheeled Agricultural Robot",
"publisher": "2023 IEEE INTERCON",
"releaseDate": "2023"
},
{
"name": "Autonomous Navigation of a Four-Wheeled Robot in a Simulated Blueberry Farm Environment",
"publisher": "2022 IEEE ANDESCON",
"releaseDate": "2022"
}
],
"skills": [
{
"name": "Programming",
"level": "Advanced",
"icon": "fa-solid fa-hashtag",
"keywords": ["Python", "C++", "PyTorch", "TensorFlow", "Docker", "Kubernetes", "Bash Scripting", "Linux", "Git", "AWS", "Azure"]
},
{
"name": "Agile",
"level": "Intermediate",
"icon": "fa-solid fa-hashtag",
"keywords": ["Agile methodologies", "Project Management"]
}
],
"languages": [
{
"language": "Spanish",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "Fluent",
"icon": ""
},
{
"language": "Japanese",
"fluency": "Advanced (JLPT N2)",
"icon": ""
}
]
}