-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
384 lines (327 loc) · 16.1 KB
/
index.html
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<title>Camilo Camacho - About me</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-teal w3-card" style="margin:100">
<div class="w3-bar-item w3-padding-large w3-xlarge w3-hide-small ">
CAMILO CAMACHO
</div>
<div class="w3-bar-item w3-padding-largew3-padding-large w3-hide-medium w3-hide-large w3-display-left">
CAMILO CAMACHO
</div>
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<div class="w3-display-right">
<a href="./projects.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small w3-large w3-right"><i class="fas fa-cogs"></i> Projects</a>
<a href="./publications.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small w3-large w3-right"><i class="fas fa-book-open"></i> Publications</a>
<a href="./index.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small w3-large w3-right"><i class="fas fa-user"></i> About me</a>
</div>
</div>
</div>
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<div id="navDemo" class="w3-bar-block w3-teal w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="./index.html" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">ABOUT ME</a>
<a href="./publications.html" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">PUBLICATIONS</a>
<a href="./projects.html" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">PROJECTS</a>
</div>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<!-- The Band Section -->
<div class="w3-container w3-content w3-center w3-padding-32" style="max-width:1200px" id="band">
<h2 class="w3-wide">About me</h2>
<div class="w3-cell-row">
<div class="w3-container w3-cell w3-left-align w3-mobile" style="width:30%">
<img alt="Camilo Camacho" src="img/camilo.png" class="w3-border w3-padding w3-card" style="width: 100%;">
</div>
<div class="w3-container w3-cell w3-left-align w3-mobile">
<h3 class="w3-round w3-teal w3-padding w3-card">
<i class="fas fa-user"></i> General Information & Contact
</h3>
<p class="w3-left-align"> <b>Name:</b> Camilo Camacho </p>
<p class="w3-left-align"> <b>Email:</b> camilo.im93[at]gmail.com </p>
<div class="w3-xlarge w3-left-align w3-text-teal w3-padding">
<a href="https://www.linkedin.com/in/camilo-camacho/" target="_blank"><i class="fab fa-linkedin" ></i></a>
<a href="https://twitter.com/camiloim93" target="_blank"><i class="fab fa-twitter" ></i></a>
<a href="https://github.com/edgarcamilocamacho" target="_blank"><i class="fab fa-github" ></i></a>
<a href="https://orcid.org/0000-0002-6084-2512" target="_blank"><i class="fab fa-orcid" ></i></a>
<a href="https://scholar.google.com/citations?user=tJG988kAAAAJ" target="_blank"><i class="fas fa-graduation-cap" ></i></a>
</div>
<h3 class="w3-round w3-teal w3-padding w3-card">
<i class="fas fa-graduation-cap"></i> Education
</h3>
<table class="w3-table">
<col width="30%">
<!-- <col width="70%"> -->
<tr>
<td><i class="far fa-calendar-alt"></i> August 2015 – April 2018</td>
<td>
<span class="w3-large"><b>Master in Electronics Engineering</b></span><br>
<a href="http://unal.edu.co/" target="_blank">Universidad Nacional de Colombia</a><br>
Bogotá, Colombia
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> February 2010 – April 2015</td>
<td>
<span class="w3-large"><b>Bachelor in Electronics Engineering</b></span><br>
<a href="http://uptc.edu.co/" target="_blank">Universidad Pedagógica y Tecnológica de Colombia</a><br>
Tunja, Colombia
</td>
</tr>
</table>
</div>
</div>
<div class="w3-cell-row">
<div class="w3-container w3-cell w3-left-align w3-mobile" style="width:50%">
<h3 class="w3-round w3-teal w3-padding w3-card">
<i class="fas fa-briefcase"></i> Past and Present Positions
</h3>
<table class="w3-table">
<col width="25%">
<!-- <col width="70%"> -->
<tr>
<td><i class="far fa-calendar-alt"></i> Dec 2020 - Ongoing</td>
<td>
<span class="w3-large"><b>Robotics Architect and Software Engineer</b></span><br>
<a class="" href="https://www.usta.edu.co/" target="_blank">Unlimited Robotics</a><br>
Tel Aviv, Israel<br>
<p class="w3-justify">Robotics Software Architecture.</p>
<p class="w3-justify">ROS/ROS2 integration.</p>
<p class="w3-justify">2D/3D Mapping and Navigation.</p>
<p class="w3-justify">Arms planning and manipulation.</p>
<p class="w3-justify">C/C++ & Python developer.</p>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Mar 2018 - Jan 2021</td>
<td>
<span class="w3-large"><b>Lecturer and Researcher</b></span><br>
<a class="" href="https://www.usta.edu.co/" target="_blank">Universidad Santo Tomás</a><br>
Bogotá, Colombia<br>
<p class="w3-justify">Member of the Robotics Development Research Group (GED) of the Universidad Santo Tomás, leader of the Artificial Vision research line.</p>
<p><b>Courses imparted:</b></p>
<ul>
<li>Artificial Vision</li>
<li>Artificial Intelligence</li>
<li>Machine Learning</li>
<li>Operating Systems</li>
</ul>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Oct 2017 - Feb 2018</td>
<td>
<span class="w3-large"><b>Lecturer</b></span><br>
<a href="http://uptc.edu.co/" target="_blank">Universidad Pedagógica y Tecnológica de Colombia</a><br>
Tunja, Colombia<br>
<p><b>Courses imparted:</b></p>
<ul>
<li>Computer Architecture</li>
<li>Analog electronics</li>
</ul>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Jun 2017 - Oct 2017</td>
<td>
<span class="w3-large"><b>Electronics Designer</b></span><br>
<a href="https://www.labe.unal.edu.co/" target="_blank">Electrical Testing Laboratory LABE - Universidad Nacional de Colombia</a><br>
Bogotá, Colombia<br>
<p>Hardware designer for control of high voltage impulse generators.</p>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Feb 2016 - May 2017</td>
<td>
<span class="w3-large"><b>Teaching Assistant</b></span><br>
<a href="http://unal.edu.co/" target="_blank">Universidad Nacional de Colombia</a><br>
Bogotá, Colombia<br>
<p><b>Tutor of the following topics:</b></p>
<ul>
<li>Digital Systems</li>
<li>Hardware Description Languages</li>
<li>Programming</li>
</ul>
</td>
</tr>
</table>
</div>
<div class="w3-container w3-cell w3-left-align w3-mobile" style="width:50%">
<h3 class="w3-round w3-teal w3-padding w3-card ">
<i class="fas fa-dumbbell"></i> Skills
</h3>
<div class="w3-container w3-padding w3-cell-row">
<div class="w3-container w3-cell w3-padding w3-mobile" style="width:50%">
<div class="w3-card">
<div class="w3-round w3-teal w3-large w3-padding"> Robotics</div>
<div class="w3-round w3-white w3-padding">
<p><i class="fas fa-check w3-text-teal"></i> Navigation and Localization</p>
<p><i class="fas fa-check w3-text-teal"></i> SLAM / Visual SLAM</p>
<p><i class="fas fa-check w3-text-teal"></i> 2D/3D Mapping</p>
<p><i class="fas fa-check w3-text-teal"></i> Mobile Robotics</p>
<p><i class="fas fa-check w3-text-teal"></i> Robot Kinematics</p>
</div>
</div>
</div>
<div class="w3-container w3-cell w3-padding w3-mobile" style="width:50%">
<div class="w3-card">
<div class="w3-round w3-teal w3-large w3-padding"> Programming Languages</div>
<div class="w3-round w3-white w3-padding">
<p><i class="fas fa-check w3-text-teal"></i> C/C++</p>
<p><i class="fas fa-check w3-text-teal"></i> Python</p>
<p><i class="fas fa-check w3-text-teal"></i> VHDL/Verilog</p>
</div>
</div>
</div>
</div>
<div class="w3-container w3-cell-row">
<div class="w3-container w3-cell w3-padding w3-mobile" style="width:50%">
<div class="w3-card">
<div class="w3-round w3-teal w3-large w3-padding"> Artificial Intelligence & Machine Learning</div>
<div class="w3-round w3-white w3-padding">
<p><i class="fas fa-check w3-text-teal"></i> Convolutional Neural Networks</p>
<p><i class="fas fa-check w3-text-teal"></i> Reinforcement Learning</p>
</div>
</div>
</div>
<div class="w3-container w3-cell w3-padding w3-mobile" style="width:50%">
<div class="w3-card">
<div class="w3-round w3-teal w3-large w3-padding"> Frameworks, APIs & Software</div>
<div class="w3-round w3-white w3-padding">
<p><i class="fas fa-check w3-text-teal"></i> Linux</p>
<p><i class="fas fa-check w3-text-teal"></i> Git</p>
<p><i class="fas fa-check w3-text-teal"></i> TensorFlow</p>
<p><i class="fas fa-check w3-text-teal"></i> Keras</p>
<p><i class="fas fa-check w3-text-teal"></i> ROS (MoveIt, RTAB-Map, GMapping, etc.)</p>
<p><i class="fas fa-check w3-text-teal"></i> OpenCV</p>
<p><i class="fas fa-check w3-text-teal"></i> Boost</p>
</div>
</div>
</div>
</div>
<h3 class="w3-round w3-teal w3-padding w3-card">
<i class="fas fa-award"></i> Awards, Honors and Fellowships
</h3>
<table class="w3-table">
<col width="25%">
<tr>
<td><i class="far fa-calendar-alt"></i> Dec 2020</td>
<td>
<span class="w3-large"><b>"Excelencia Tomasina" Awards</b></span><br>
Category: Research and Innovation<br>
Universidad Santo Tomás<br>
Bogotá, Colombia<br>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Oct 2019</td>
<td>
<span class="w3-large"><b>First Place - Latin American Robotics Competition</b></span><br>
Category: IEEE Open<br>
Universidade Federal do Rio Grande - FURG<br>
Rio Grande/RS, Brasil<br>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Dec 2014</td>
<td>
<span class="w3-large"><b>Meritorious Bachelor Thesis</b></span><br>
<a href="http://uptc.edu.co/" target="_blank">Universidad Pedagógica y Tecnológica de Colombia</a><br>
Tunja, Colombia<br>
</td>
</tr>
<tr>
<td><i class="far fa-calendar-alt"></i> Dec 2009</td>
<td>
<span class="w3-large"><b>Fellowship for Bachelor</b></span><br>
<a href="http://uptc.edu.co/" target="_blank">Universidad Pedagógica y Tecnológica de Colombia</a><br>
Tunja, Colombia<br>
</td>
</tr>
</table>
</div>
</div>
<div class="w3-row w3-padding-32 w3-large">
<div class="w3-third">
<a href="./index.html"><i class="fas fa-user w3-xxxlarge w3-text-teal"></i></a>
<p>About me</p>
</div>
<div class="w3-third">
<a href="./publications.html"><i class="fas fa-book-open w3-xxxlarge w3-text-teal"></i></a>
<p>Publications</p>
</div>
<div class="w3-third">
<a href="./projects.html"><i class="fas fa-cogs w3-xxxlarge w3-text-teal"></i></a>
<p>Projects</p>
</div>
</div>
</div>
<!-- The Contact Section -->
<!-- -->
<div class="w3-container w3-content w3-padding-32 w3-teal" style="max-width:2000px" id="contact">
<!-- <div class="" style="max-width:800px"> -->
<div>
<div class="w3-col m6 w3-large w3-margin-bottom w3-center">
<h2 class="w3-wide w3-center">Contact</h2>
<i class="fa fa-map-marker" style="width:30px"></i> Bogotá, Colombia<br>
<!-- <i class="fa fa-phone" style="width:30px"></i> Phone: +57 3013313328<br> -->
<i class="fa fa-envelope" style="width:30px"> </i> Email: camilo.im93[at]gmail.com<br>
</div>
<div class="w3-col m6 w3-large w3-margin-bottom w3-center">
<h2 class="w3-wide w3-center">Other links</h2>
<i class="fab fa-linkedin" style="width:30px"></i><a href="https://www.linkedin.com/in/camilo-camacho/" target="_blank">LinkedIn</a><br>
<i class="fab fa-github" style="width:30px"></i><a href="https://github.com/edgarcamilocamacho" target="_blank">GitHub</a><br>
<i class="fab fa-orcid" style="width:30px"></i><a href="https://orcid.org/0000-0002-6084-2512" target="_blank">ORCID</a><br>
<i class="fas fa-graduation-cap" style="width:30px"></i><a href="https://scholar.google.com/citations?user=tJG988kAAAAJ" target="_blank">Google Scholar</a><br>
</div>
</div>
</div>
</div>
<!-- End Page Content -->
<script>
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 4000);
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
// When the user clicks anywhere outside of the modal, close it
var modal = document.getElementById('ticketModal');
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</body>
</html>