-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·464 lines (433 loc) · 34.5 KB
/
index.html
File metadata and controls
executable file
·464 lines (433 loc) · 34.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:image" content="static/img/personalwebsite.png" />
<meta property="og:title" content="David Delgado Ruiz" />
<meta property="og:description" content="David Delgado's website." />
<link href="static/css/bootstrap.css" rel="stylesheet">
<link href="static/css/styles.css" rel="stylesheet">
<link href="static/css/techimages.css" rel="stylesheet">
<link href="static/css/timeline.css" rel="stylesheet">
<link href="static/css/gallery.css" rel="stylesheet">
<link href="static/css/project-modals.css" rel="stylesheet">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
<script src="static/js/timeline.js"></script>
</head>
<body>
<div class="container">
<div id="content">
<div id="header">David
<span class="blue">Delgado Ruiz</span>
</div>
<ul id="tabs" class="nav nav-pills custom" data-tabs="tabs">
<li class="active header-tab"><a href="#home" data-toggle="tab">Home</a></li>
<li class="header-tab"><a href="#projects" data-toggle="tab">Projects</a></li>
<li class="header-tab"><a href="#college" data-toggle="tab">College</a></li>
<li class="header-tab"><a href="#timeline" data-toggle="tab">Timeline</a></li>
<li class="header-tab"><a href="#talksandteaching" data-toggle="tab">Talks and teaching</a></li>
<li class="header-tab"><a href="#contact" data-toggle="tab">Contact</a></li>
<li class="header-tab"><a href="#friends" data-toggle="tab">Friends</a></li>
</ul>
<div id="my-tab-content" class="tab-content">
<div class="tab-pane active" id="home">
<h1 class="center-header">Hello!</h1>
<img class="profile-pic" src="static/img/personal-photos/ppnew.png" alt="Profile image">
<p>
I'm David! Here is my <a target="_blank" href="static/DavidDelgadoResumeSimple.pdf">resume</a>.
I'm a engineer at <a target="_blank" href="http://quantil.co">Quantil</a>, recently graduated from Universidad de los Andes where I studied Systems and Computing Engineering.
</p>
<p>
My interests range from security and cryptography to data science and howto use effective visualization
to solve <strong>real world problems.</strong>
</p>
<p> I also believe that we the people who understand technology must work to improve the world, not make it worse. Let everything we do
be transparent and full of goodness. Protect people and their rights; <strong>Do not take advantage.</strong>
</p>
<br>
<h2> What I know and have worked with</h2>
<div class="table-responsive">
<table class="table">
<col width="300">
<col width="300">
<tbody>
<tr>
<td>I really want to work with Python!</td>
<td>
<div align="center" class="category img-big">
<img src="static/img/stack/python.png"/ alt="Python logotype">
</div>
</td>
</tr>
<tr>
<td>I use Node, Express and Meteor to build awesome backends in JS</td>
<td>
<div align="center" class="category img-big">
<img src="static/img/stack/node.png"/ alt="NodeJS logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/express.png"/ alt="Express logotype">
</div>
</td>
</tr>
<tr>
<td> For the web interface of my projects I use HTML, CSS and JS</td>
<td>
<div align="center" class="category img-big">
<img src="static/img/stack/html.png"/ alt="HTML logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/css.png"/ alt="CSS logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/js.png"/ alt="javascript logotype">
</div>
</td>
</tr>
<tr>
<td>I learned a lot of Java during my college years</td>
<td>
<div align="center" class="category img-big">
<img src="static/img/stack/java.png"/ alt="Java logotype">
</div>
</td>
</tr>
<tr>
<td>I use Python + Pandas data science/engineering tasks</td>
<td>
<div align="center" class="category img-big">
<img src="static/img/stack/python.png"/ alt="Python logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/pandas.png"/ alt="Python logotype">
</div>
</td>
</tr>
<tr>
<td>I have worked with Oracle11g, PostgreSQL, MongoDB and Firestore in various projects.
I used both mySQL and MongoDB for my thesis. I currently use CassandraDB for inside company projects.
</td>
<td>
<div align="center" class="category" id="oracle">
<img src="static/img/stack/oracle.png"/ alt="Oracle logotype">
</div>
<div align="center" class="category img-med">
<img src="static/img/stack/postgresql.png"/ alt="PostgreSQL logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/mysql.png"/ alt="mySQL logotype">
</div>
<div align="center" class="category" id="mongo">
<img src="static/img/stack/mongo.png"/ alt="Mongo logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/firestore.png"/ alt="firestore logotype">
</div>
<div align="center" class="category img-big">
<img src="static/img/stack/cassandra.png"/ alt="firestore logotype">
</div>
</td>
</tr>
<tr>
<td>I used Swift to develop an awesome app with some friends!</td>
<td>
<div align="center" class="category img-med-sml">
<img src="static/img/stack/swift.png"/ alt="Apple Swift logotype">
</div>
</td>
</tr>
</tbody>
</table>
</div>
<h2> What I'm doing these days</h2>
<p>Currently I am learning about <a href="http://johnguerra.co/classes/visual_analytics_fall_2018/">Visual Analytics</a>.
I am also implementing an big data ETL pipeline using Python.
It has been an amazing experience.
</p>
</div>
<div class="tab-pane" id="projects">
<h1 class="center-header">Projects</h1>
<h2>My thesis: Photoring</h2>
<iframe class="center-video" width="560" height="315" src="https://www.youtube.com/embed/PArgtZ5IpsU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<!-- <img class="medium-pic" src="https://github.com/nonameable/photoringSQL/raw/master/static/img/photoringLive.png" alt="photoring image"> -->
<p>
A tool for the navigation, exploration and visualization of large photo collections.
I implemented the data model for a particular collection in two different database schemas: mySQL and MongoDB.
I then compared both implementations in terms of suitableness to the problem, ease of implementation and efficiency.
</p>
<p>My thesis advisor is <a target="_blank" href="http://johnguerra.co">John Guerra</a>, an amazing professor and person.</p>
<a href="https://drive.google.com/file/d/1EcKFNwm3HfpZAjm4mwUk3PU6Zo1itHWr/view?usp=sharing">Paper</a>
<a href="https://drive.google.com/file/d/1s7Aq5JOlYfiNzxOhTNpvqw4HVpLt64W-/view?usp=sharing">Poster</a>
<a href="https://docs.google.com/presentation/d/1Us1CnIjapx4cyfgX-ir0so8eIhyJVvUbUrRU_SeV99M/edit?usp=sharing">Presentation</a>
<a href="https://www.youtube.com/watch?v=PArgtZ5IpsU">Demo in Spanish</a>
<a href="https://github.com/nonameable/photoringSQL">Github</a>
<h2>LocalStores</h2>
<img class="medium-small-pic horizontal" src="static/img/projects/localstores.png" alt="localstores iOS">
<img class="medium-small-pic horizontal" src="static/img/projects/localstores2.jpg" alt="localstores Android">
<p> Do you know the closest stores with the best prices for your shopping list? Localstores is the way to go.
Made with Swift, Google Maps API and Firestore.
Project made with <a target="_blank" href="https://dalthviz.github.io/">Daniel</a>, <a target="_blank" href="https://about.me/camendoza94">Camilo</a> and <a target="_blank" href="http://juanmurillo.me/">Juan</a>.
<h2>Accio Planner</h2>
<iframe class="center-video" allowfullscreen="" frameborder="0" height="315" src="https://www.youtube.com/embed/V6zJbEuhjT4" width="480"></iframe>
<p>We want students who are having a hard time paying for college to have a better educational experience. We can help them with our course planner, which allows them to make better decisions.</p>
<p>Essentially, we created a web App that merges 2 or more majors/minors optimizing for time given the student constraints, in order to take much more advantage of the college experience. We used NodeJS, Express, GAMS, Angular, PostgreSQL.</p>
<p> We also wrote a <a href="https://drive.google.com/open?id=1-EV7P3-6jdil-HzL0kqyzfHfD7oxPAFl"> paper with out optimization model</a>.</p>
<p>Project made with <a target="_blank" href="https://mariacamilarg.me/">Maria Camila</a>, <a target="_blank" href="https://github.com/lcastro12">Laura</a> and <a target="_blank" href="http://juanmurillo.me/">Juan</a>. Together we are ACCIO.</p>
<h2>WellCol</h2>
<img class="medium-pic" src="static/img/timeline/wellcol.png" alt="well col front page">
<p>Application for storing information and monitoring emergencies a petroleum wells network.</p>
<p> The main objective for this project was to implement client requirements taking into account
quality attributes such as usability, performance, reliability, and security. </p>
<p> We made use of load balancers such as Nginx in order to guarantee availability
and also applied design patters such as Factory Method and Proxy to reach the desired levels of coupling and cohesion in
the source code.</p>
<p> In addition, we implemented an API that allowed communication with real sensors measuring data using NodeRED.</p>
<p>Technologies used: NodeJS, Express, PostreSQL and Angular. We developed a client for Android and iOS.</p>
<p>Project made with <a target="_blank" href="http://castrovaron.com/#/">Juan José, <a target="_blank" href="http://juanmurillo.me/">Juan</a> and <a target="_blank" href="jsgomez14.github.io">Sebastián</a>.
<h2>Other small projects</h2>
<h4>PuertoAndes</h4>
<p>Application for storage, management and analysis of a port network. </p>
<p> Database had tables with more than 2 million rows.</p>
<p> Technologies used: Oracle11g, Java JDBC, SQLDeveloper.</p>
<h4>CCT</h4>
<p> Application for finding shortest/cheapest/ routes for package delivery in Bogotá, Colombia using shortest path, Dijkstra and other graph algorithms. </p>
<p> This application was made using pure Java.</p>
</div>
<div class="tab-pane" id="college">
<h1>My life at Uniandes</h1>
<p>CS Graduate courses:</p>
<ul>
<li><strong>Cryptography:</strong> Graduate level foundation on traditional cryptography, principles of cryptoanalysis, secret key ciphers, key agreements, authentication protocols, digital signatures and public key ciphers. Professor Milton Quiroga is awesome and I can sincerely say this is one of the best courses I've taken. To see the type of things we do: <a target="_blank" href="https://github.com/nonameable/shamir-scheme.git">Shamir's secret sharing scheme</a>. </li>
<li><strong>Secure Infrastructure: </strong>The course revolves around the components of an infrastructure solution: services and applications, processing, operating systems and communications. For each of these components, the respective risks and the corresponding controls that can be implemented are analyzed.</li>
<li><strong>Scientific Computing and Visualization:</strong> More info <a target="_blank" href="https://sistemas.uniandes.edu.co/es/escuela-verano/anterior/escuela-verano2016/isis-4827">here.</a> Together with <a target="_blank" href="http://juanmurillo.me/"> Juan Murillo</a> we wrote an small <a href="https://drive.google.com/file/d/1ynKSMIpaiyQBjaWmNdGVpI0ZtgbCpUAz/view">paper</a>.</li>
</ul>
<p>Uniandes courses are full of teamwork and projects, here are some of the CS undergraduate courses I have taken:</p>
<ul>
<li><strong>Object Oriented Programming I & II:</strong> A cool introduction to programming, algorithms and data structures in Java</li>
<li><strong>Data Structures</strong> </li>
<li><strong>Design and Analysis of Algorithms:</strong> I learned about language semantics, algorithm construction, strategies, optimal route graph algorithms, Greedy algorithms, Search within graphs and the basics of computational complexity theory. </li>
<li><strong>Web development:</strong> Using React, HTML, CSS, MongoDB, Node and sometimes Meteor to build cool web applications such as <a href="https://kipcount.herokuapp.com/">kipcount</a>. Learn more<a target="_blank" href="http://johnguerra.co/classes/webDevelopment_spring_2017/"> here</a>.</li>
<li><strong>Business Intelligence:</strong> Using data science methods and tools to obtain valuable insights. Did an analysis about <a target="_blank" href="https://github.com/projectsuniandes/hurto-celulares-colombia/">cellphone theft here in Colombia</a> and also one about <a target="_blank" href="https://github.com/projectsuniandes/admonsis_analysis "> computer room usage at Uniandes. </a> My professor was <a href="https://www.christian-ariza.net/">Christian Ariza</a>
</li>
<li><strong>Technological Infrastructure</strong> with <a href="https://profesores.virtual.uniandes.edu.co/ragomez/en/inicio-en/">Rafael Gómez</a> </li>
<li><strong>Computer Infrastructure</strong> with <a href="https://profesores.virtual.uniandes.edu.co/~sarueda/dokuwiki/doku.php">Sandra Rueda</a> </li>
<li><strong>Networking</strong> with <a href="https://profesores.virtual.uniandes.edu.co/hcastro/en/inicio-en/">Harold Castro</a> </li>
<li><strong>Software Architecture:</strong> The purpose of this course is to develop skills in the areas of software design and architecture, relying on methodological tools such as architecture styles, patterns (eg, design, architecture). Likewise, the aim is to develop the ability to use and understand the impact of technology on software architecture.</li>
<li><strong>Software Development in Teams</strong> with <a href="https://profesores.virtual.uniandes.edu.co/rcasalla/en/inicio-en/">Rubby Cassallas</a> </li>
<li><strong>Transactional Systems (Databases):</strong> I learned really useful concepts that I have used practically every semester since I took the course.</li>
<li><strong>Modeling, Simluation and Optimization: Check this <a href="https://drive.google.com/open?id=1-EV7P3-6jdil-HzL0kqyzfHfD7oxPAFl">paper</a>.</strong> </li>
</ul>
<p>Other awesome courses I have taken:</p>
<ul>
<li><strong>Geostatistics:</strong> I learned about spatial data analysis and geostatistical methods. More specifically: semivariogram analysis, kriging interpolation and model evaluation through cross-validation techniques.</li>
<li><strong>Scientific Programming:</strong> Numerical methods to solve science and engineering problems.</li>
<li><strong>Probability and Statistics</strong></li>
<li><strong>Finance: Deciding to invest</strong></li>
<li><strong>Ethical Dilemas</strong></li>
<li><strong>Physics I & II: Mechanics, Thermodynamics and Electromagnetism</strong></li>
<li><strong>Great Ideas in Physics</strong></li>
<li><strong>Capitalism, History and Culture:</strong> How capitalism has shaped our world.</li>
<li><strong>Differential, Integral Calculus and Differential Equations, Linear Algebra, Vector Calculus</strong></li>
</ul>
<p>Here is my <a href="static/DavidDelgadoResumeSimple.pdf" target="_blank">resume</a>.</p>
<p><b>Contact:</b>
<br>protonmail:<a href="mailto:dmdr@protonmail.com">dmdr@protonmail.com</a>
<br>github: <a href="https://github.com/nonameable">github.com/nonameable</a>
<br>linkedin: <a href="https://www.linkedin.com/in/davidmdelgador">linkedin.com/in/davidmdelgador</a>
<br>email: <a href="mailto:dm.delgado10@uniandes.edu.co">dm.delgado10@uniandes.edu.co</a>
<br>
</p>
</div>
<div class="tab-pane" id="talksandteaching">
<h1>Talks and teaching</h1>
<h2>Pyladies Colombia</h2>
<ul>
<li>
<strong>Introduction to Python:</strong>
<br>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vS0_56fXzQKLScCpeEtebgPNw1GXJmzFff_bm6NOQD_3tMrnNZ6dZoNmhvx-tSKSgXKS9DW1F-VsF7x/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<br>
<a href="https://drive.google.com/file/d/1lC4IO4BGnOwjKnbXUighff4gyV9O-Iww/view?usp=sharing">Colab</a>
<a href="https://github.com/nonameable/pyladies-iniciando-con-python">Code</a>
</li>
<li><strong>Visualization using Plotly and Matplotlib: </strong>
<br>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vS7iwuHX6XDk9tFuYNO-z5Dz3c9ATvgXV9UXGYqnbn-cuPitgeCse8BpBNqx_VYJFqB9qwAzgiCpmBy/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<br>
<a href="https://colab.research.google.com/drive/1kl-lHHo7VFtGLfE1_Bq8QENhr_gFVbqG">Colab 1</a>
<a href="https://colab.research.google.com/drive/12A1pleVDZ_jFZQsryZp5k0AJWMbXF-86">Colab 2</a>
<a href="https://github.com/nonameable/visualizando-python">Code</a>
</ul>
</div>
<div class="tab-pane" id="timeline">
<h1 class="center-header">Some things I've lived!</h1>
<br><br>
<!-- You will need to convert css to LESS -->
<div class="timeline">
<div class="timeline-item active">
<div class="year">2014 Fall<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">Freshman at Universidad de los Andes thanks to a <a target="_blank" href="http://www.talentoti.gov.co/635/w3-channel.html" target="_blank"> MINTIC</a> scholarship</div>
</div>
<div class="timeline-item">
<div class="year">2015 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/forreals.jpg"/>
</div>
<div class="text">
Teacher Assistant for the <b>Discrete Mathematics</b> course here at Uniandes. It was great to teach and help students just like in highschool!
</div>
</div>
</div>
<div class="timeline-item">
<div class="year">2015 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/cupitaller.png"/>
</div>
<div class="text">
<b>Programming Teacher </b>at <a target="_blank" href="https://cupitaller.virtual.uniandes.edu.co/" target="_blank" > Cupitaller</a>! The place where students come to learn about OOP in Java.
</div>
</div>
</div>
<div class="timeline-item">
<div class="year">2015 <span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/nona.jpg"/>
</div>
<div class="text">
My both hard and enlightning encounter with <b>indian philosophy</b>
</div>
</div>
</div>
<div class="timeline-item">
<div class="year">2016 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/jenkins.png"/>
<img src="static/img/timeline/sonarqube.png"/>
</div>
<div class="text">
Took <i>Transactional Systems</i>, where I learned how to integrate a database with <b>millions</b>
of entries with an application for managing operations in a real-world port. Also I
took <i>Software Development in Teams</i> where I learned the <b>importance and value of automating
testing and deployment </b> together with good team organization practices.
</div>
</div>
</div>
<div class="timeline-item">
<div class="year">2016 Summer<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/devops.png"/>
</div>
<div class="text">
Took <a href=" target="_blank" https://courses.edx.org/certificates/c86cb47369f8456e81498d5d146a3a29" target="_blank"> <i>Introduction to DevOps</i> </a> by Microsoft of edx. During the spring semester I realized that delivering software is not as
simple as you might think. You need continuous integration of the people involved in the project. <strong> DevOps</strong> is one of the solutions to that.
</div>
</div>
</div>
<div class="timeline-item">
<div class="year">2016 Fall<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/wellcol.png"/>
</div>
<div class="text">
<i>Software Arquitecture</i> is here! Learned about Security, performance, avaliability and usability.
<b>Modern design patters</b> and <b>arquitectures</b> used in the biggest companies were practiced in labs and in the class
project: wellcol.
</div>
</div>
</div>
<div class="timeline-item active">
<div class="year">2017 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/wban.jpg"/>
</div>
Professor <a target="_blank" href="https://profesores.virtual.uniandes.edu.co/sarueda/" target="_blank">Sandra Rueda</a> invited me to
join her one of her PhD students as a research assistant in the development of a secure arquitecture and protocols for communication between
nodes in Wireless Body Area Networks (<b>WBAN</b>)
</div>
</div>
<div class="timeline-item active">
<div class="year">2017 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/accio.png"/>
</div>
From left to right: <a target="_blank" href="http://juanmurillo.me/">Juan</a>, <a target="_blank" href="https://github.com/lcastro12">Laura</a>, <a target="_blank" href="https://mariacamilarg.me">Maria Camila</a> and me. Together we started an amazing team called Accio.
</div>
</div>
<div class="timeline-item active">
<div class="year">2017 Fall<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/winners.jpeg"/>
</div>
Together with <a target="_blank" href="https://mariacamilarg.me">Maria Camila</a> and <a target="_blank" href="https://github.com/lcastro12">Laura</a> we <a href="https://uniandes.edu.co/noticias/educacion/segunda-version-de-las-maratones-de-seguridad">won</a> the Second version of the Information Security Marathons here at uniandes. We defeated both graduate students and working security professionals.
</div>
</div>
<div class="timeline-item active">
<div class="year">2018 Spring<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="https://raw.githubusercontent.com/john-guerra/homepageJohnGuerra/master/img/projs/photoRing.png"/>
</div>
My thesis advisor is <a target="_blank" href="http://johnguerra.co">John Guerra</a>, an amazing professor and person.</p>
My goal is to design and implement an architecture that will support an scalable visualization and exploration tool for large image datasets. You can see my proposal <a target="_blank" href="https://drive.google.com/open?id=16V0X_yBHtxPEEXiEEHAAsAd-JsWIW4bX">here</a>.</p>
</div>
</div>
<div class="timeline-item active">
<div class="year">2018 Fall<span class="marker"><span class="dot"></span></span>
</div>
<div class="info">
<div class="image">
<img src="static/img/timeline/quantil.jpg"/>
</div>
After helping Quantil with the development of <a href="http://app.candidata.co/">Candidata</a>, I asked them
if I could continue working with them. They are working on amazing projects both in Data Mining and Financial technology.
</div>
</div>
</div>
</div>
<div class="tab-pane" id="contact">
<h1>Say Hello!</h1>
<p>I love to meet new people, specially while drinking a warm cup of tea.</p>
<p>Here is my <a href="static/DavidDelgadoResumeSimple.pdf" target="_blank">resume</a> if you need it.</p>
<p>
<b>Contact:</b>
<br>protonmail:<a href="mailto:dmdr@protonmail.com">dmdr@protonmail.com</a>
<br>gmail:<a href="mailto:@gmail.com">davidmdelgador@gmail.com</a>
<br>github: <a href="https://github.com/nonameable">github.com/nonameable</a>
<br>linkedin: <a href="https://www.linkedin.com/in/davidmdelgador">linkedin.com/in/davidmdelgador</a>
<br>email: <a href="mailto:dm.delgado10@uniandes.edu.co">dm.delgado10@uniandes.edu.co</a>
<br>twitter: <a href="https://twitter.com/dwhitelined">dwhitelined</a>
<br>
</p>
</div>
<div class="tab-pane" id="friends">
My friend Diana Catalina Rivera is the host of <strong>UR ROCK</strong>. It is an amazing radio program! Listen to it here!
<br>
<a class="spreaker-player" href="https://www.spreaker.com/show/ur-rock" data-resource="show_id=1810300" data-theme="light" data-autoplay="false" data-playlist="show" data-cover="https://d3wo5wojvuv7l.cloudfront.net/images.spreaker.com/original/477805794597ffd8fda1d35d4e086d00.jpg" data-width="100%" data-height="400px">Listen to "UR ROCK" on Spreaker.</a><script async src="https://widget.spreaker.com/widgets.js"></script>
</div>
</div>
<img class="small-pic" src="static/img/nona.jpg" alt="Nonameable image">
</div>
<script type="text/javascript" src="static/js/tabs.js"></script>
</div> <!-- container -->
<script type="text/javascript" src="static/js/bootstrap.js"></script>
</body>
</html>