-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
519 lines (501 loc) · 34.7 KB
/
index.html
File metadata and controls
519 lines (501 loc) · 34.7 KB
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Juan David Serrano Website</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="row">
<div class="col-xl col-lg col-md ">
<nav class="navbar navbar-expand-lg navbar-expand-md bg-dark navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#about_section">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education_section">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects_section">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience_section">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#hobbies_section">Hobbies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact_information_section">Contact Information</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-5">
<div class="card">
<img src="IMG_0090.JPG" alt="presentacion image"
class="rounded-circle mx-auto d-block"
id="presentation_image">
<div class="card-body">
<h1 class="text-center" id="name_tag"><strong> Juan David Serrano</strong></h1>
<h2 class="text-center titles">B.Sc Electronic Engineering</h2>
<h2 class="text-center titles">B.Sc System Engineering</h2>
<hr/>
<dl class="row">
<dt class="col-6 text-center">Residence</dt>
<dd class="col-6 text-center">Colombia</dd>
<dt class="col-6 text-center">City</dt>
<dd class="col-6 text-center">Bogota D.C</dd>
<dt class="col-6 text-center">Age</dt>
<dd class="col-6 text-center">22</dd>
</dl>
<hr/>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">Java</dt>
<dd class="col-6 text-right">90%</dd>
</dl>
<span class="progress col-12">
<span class="progress-bar w-90" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">Python</dt>
<dd class="col-6 text-right">80%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-80" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">JS</dt>
<dd class="col-6 text-right">60%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-60" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">HTML</dt>
<dd class="col-6 text-right">75%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-75" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">CSS</dt>
<dd class="col-6 text-right">60%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-60" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">SQL</dt>
<dd class="col-6 text-right">90%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-90" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<div class="programming_language">
<dl class="row">
<dt class="col-6 text-left">Matlab</dt>
<dd class="col-6 text-right">90%</dd>
</dl>
<span class="progress col-12 ">
<span class="progress-bar w-90" role="progressbar"
aria-valuenow="75"
aria-valuemin="0" aria-valuemax="100"></span>
</span>
</div>
<hr/>
<ul class="list-group">
<li>Tensorflow, Pandas, OpenCV</li>
<li>Git, Github, Bitbucket</li>
<li>InfluxDB, Mongo, Postgre</li>
<li>Latex</li>
<li>Flask</li>
</ul>
</div>
</div>
</div>
<article class="col-lg-8 col-md-7" id="main_content">
<section id="about_section">
<h2> About</h2>
<p class="text-justify">
Dedicated and responsible undergraduate student finishing his last year of studies. Comfortable in a
wide variety of working environments. Compromised with getting the job done and receptive to new
knowledge. Specially interested in machine learning applications and full-stack development.
Personally, I consider adaptability is the most important value of an engineer considering how fast
technologies are emerging. That is why I focus all my efforts on improving myself always taking into
account high ethics standards.
</p>
</section>
<section id="education_section">
<h2> Education </h2>
<div class="row">
<div class="col border-0">
<h3>B.Sc. Electronic Engineering</h3>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-house-door-fill" viewBox="0 0 16 16">
<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>
</svg>
Universidad de los Andes
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-week" viewBox="0 0 16 16">
<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
2016-2021 (Expected)</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
Bogota D.C</label>
<ul>
<li>GPA 4.47/5</li>
<li>Undergraduate studies on control systems, electronic design and networks.</li>
<li>Emphasis on robotics and control systems.</li>
</ul>
</div>
<div class="col border-0">
<h3>B.Sc. System Engineering</h3>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-house-door-fill" viewBox="0 0 16 16">
<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>
</svg>
Universidad de los Andes</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-week" viewBox="0 0 16 16">
<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
2016-2021 (Expected)</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
Bogota D.C, Colombia</label>
<ul>
<li>GPA 4.47/5</li>
<li>Undergraduate studies on full stack development, algorithms analysis, IT technologies,
etc.
</li>
</ul>
</div>
</div>
</section>
<section id="projects_section">
<h2> Projects </h2>
<div class="row ">
<div class="card text-white bg-dark mb-3 mx-auto">
<div class="card-header">
<img class="card-img-top" src="melspectrogram.png" alt="low cost device image">
</div>
<div class="card-body">
<h3 class="card-title">Low Cost Audio Distress Signals Detector</h3>
<p class="card-text">Research paper regarding development of deep learning strategy for
distress audio signals detection and implementation in low cost device.
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3 mx-auto">
<div class="card-header">
<img class="card-img-top" src="rover.jpg" alt="martian rover">
</div>
<div class="card-body">
<h3 class="card-title">Uniandes Robocol</h3>
<p class="card-text">Multidisciplinary Student initiative focus on building robots,
mainly a mars rover which has competed twice on <abbr
title="European Rover Challenge"> ERC</abbr>
</p>
</div>
</div>
<div class="card text-white bg-dark mb-3 mx-auto">
<div class="card-header">
<img class="card-img-top" src="mariobros.png" alt="Mario Bros Image">
</div>
<div class="card-body">
<h3 class="card-title">Mario Bros CNN World Classifier</h3>
<p class="card-text"> Machine Learning course project with the purpose of creating a
<abbr title="Convolutional Neural Network">CNN</abbr> capable of classifying the
world from an image of Mario Bros </p>
</div>
</div>
<div class="card text-white bg-dark mb-3 mx-auto">
<div class="card-header">
<img class="card-img-top" src="signal.png" alt="Signal Image">
</div>
<div class="card-body">
<h3 class="card-title">1D CNN for Sleep Stage Classification</h3>
<p class="card-text"> 1-Dimensional Multi-Headed CNN for sleep stage signals
classification</p>
</div>
</div>
<div class="card text-white bg-dark mb-3 mx-auto">
<div class="card-header">
<img class="card-img-top" src="leviathan2.jpeg" alt="Robot Image">
</div>
<div class="card-body">
<h3 class="card-title">Simple Position Tracking Robot</h3>
<p class="card-text"> Simple 2-wheeled robot capable of odometry tracking and motion
planning
</p>
</div>
</div>
</div>
</section>
<section id="experience_section">
<h2> Experience </h2>
<div class="row border-0">
<div class="col-lg-4 col-sm-7 mx-auto">
<img src="programming.jpg" alt="programming image"
class="rounded-circle mx-auto d-block job">
<h3 class="mx-auto">Java Programming Monitor</h3>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-building" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694L1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/>
<path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>
</svg>
Universidad de los Andes
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-week" viewBox="0 0 16 16">
<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
<time datetime="2018-01">Jan 2018</time>
-
<time datetime="2018-06"> Jan 2018</time>
(5 Months)
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
Bogota D.C, Colombia
</label><br/>
<label class="keywords">Keywords: Object Oriented Programming, Classes, Attributes,
Cycles</label>
<h3>Description:</h3>
<p>
Tutoring first year students on Java Programming fundamentals. Basic design and
construction of classes, distribution of responsibilities, etc.
</p>
</div>
<div class="col-lg-4 col-sm-7 mx-auto">
<img src="internship.jpg" alt="internship image"
class="rounded-circle mx-auto d-block job">
<h3 class="mx-auto"> Full-time Internship</h3>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-building" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694L1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/>
<path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>
</svg>
Lumu Technologies
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-week" viewBox="0 0 16 16">
<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
<time datetime="2020-08">Aug 2020</time>
-
<time datetime="2021-01"> Jan 2021</time>
(5 Months)
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
Bogota D.C, Colombia
</label><br/>
<label class="keywords">Keywords: Cyber-security, Back-end development, InfluxDB, Flask, Zoho
CRM</label>
<h3>Description:</h3>
<p>
Back-end development internship. Construction of system monitoring application using
time-series database and implementation of CRM integration
</p>
</div>
<div class="col-lg-4 col-sm-7 mx-auto">
<img src="neural.jpg" alt="neural network image"
class="rounded-circle mx-auto d-block job">
<h3>Optimization Monitor</h3>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-building" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694L1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/>
<path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>
</svg>
Universidad de los Andes
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-calendar-week" viewBox="0 0 16 16">
<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>
<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>
</svg>
<time datetime="2021-01">Jan 2021</time>
- current
</label><br/>
<label>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>
</svg>
Bogota D.C, Colombia
</label><br/>
<label class="keywords">Keywords: Algorithms, Gradient descent, Machine Learning</label>
<h3>Description:</h3>
<p>
Course monitor in optimization fundamentals linear and non-linear optimization.
</p>
</div>
</div>
</section>
<section id="hobbies_section">
<h2> Hobbies </h2>
<div class="row">
<div class="col border-0">
<h3> PC Building</h3>
<p class="text-justify"> One of my favorite and most recent hobbies is PC building. With
the
arrival of the
pandemic I
started to work 24/7 from home, this made me realize that it was time for me to
upgrade my computer. As a way of entertaining myself I decided to build a desktop PC. What
started as a pandemic-project turned into a clear hobby, nowadays I follow every youtube
channel regarding this topic.
</p>
<h3> Volleyball</h3>
<p class="text-justify">
I have played volleyball since I was twelve years old. Almost every day at school we would
lay on recess, morning and afternoon training. Practically I met all my long term school
friends thanks to it. When I got to the university first a passed the trials into the
beach volleyball team and later into the volleyball team.
</p>
<div class="carousel slide mx-auto" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="pc1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="volley.jpg" alt="Second slide">
</div>
</div>
</div>
<div class="embed-responsive embed-responsive-16by9 mx-auto">
<video controls>
<source src="video.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
</article>
</div>
<footer class="row justify-content-center">
<div class="col-lg-4 vertically_center d-flex justify-content-center">
<section class="text-center" id="contact_information_section">
<p class="text-center">Tel: +57 313-829-3259</p>
<a href="mailto:jd.serranom@uniandes.edu.co" target="_blank" class="icon_contact">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
</svg>
</a>
<a href="https://www.instagram.com/juandserrano1" target="_blank" class="icon_contact">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/jdserranom" target="_blank" class="icon_contact">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
</section>
</div>
<div class="col-lg-8 mx-auto">
<div class="text-center">
<ul class="">
<li class="">
<a class="" href="#about_section">About</a>
</li>
<li class="">
<a class="" href="#education_section">Education</a>
</li>
<li class="">
<a class="" href="#projects_section">Projects</a>
</li>
<li class="">
<a class="" href="#experience_section">Experience</a>
</li>
<li class="">
<a class="" href="#hobbies_section">Hobbies</a>
</li>
<li class="">
<a class="" href="#contact_information_section">Contact Information</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>