-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
338 lines (313 loc) · 14.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Daniel Polanco - Team motivated cross platform biostatician</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Daniel Polanco of Atelier Circle LLC">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/devresume.css">
</head>
<body>
<div class="main-wrapper">
<div class="container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Daniel Polanco</h2>
<div class="resume-tagline mb-3 mb-md-0">Senior Bioinformatician</div>
</div>
<!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-phone-square fa-fw fa-lg me-2 "></i><a
class="resume-link" href="tel:#">1 719 422 3765</a></li>
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg me-2"></i><a
class="resume-link" href="mailto:#">[email protected]</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg me-2"></i><a class="resume-link"
href="#">www.daniel.polanco.me</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg me-2"></i>Denver</li>
</ul>
</div>
<!--//resume-contact-->
</div>
<!--//row-->
</div>
<!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="row align-items-center">
<div class="col-12 col-md-3 col-xl-2 text-center">
<img class="resume-profile-image mb-3 mb-md-0 me-md-5 ms-md-0 rounded mx-auto"
src="assets/images/resume-profile.png" alt="image">
</div>
<div class="col text-start">
<p class="mb-0">Academically trained as a computational biologist. Open source contributor,
and certified Apple App Store publisher. My long-term goal is to mentor and lead a
software development team. In the near-term, to support and collaborate with clinical
and bioinformatic research teams.</p>
</div>
<!--//col-->
</div>
</div>
<!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pe-0 pe-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Work Experiences</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Founder / Mobile
Software Engineer</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Atelier Circle LLC | 2017 - Present</div>
</div>
<div class="item-content">
<p>Collaborated with the Colorado Center for Personalized Medicine to redesign
iMTracker (lifestyle tracking app) on iOS for a pilot study.</p>
<ul class="resume-list">
<li>Modernize, streamline, and improve perforamce of legacy user interface.
</li>
<li>General debug and software management, including unit testing, source
control, and documentation.</li>
<li>Modification of existing code to allow customization of notifications
and direct data entry.</li>
<li>Data storage organization to improve analysis performance and privacy
control.</li>
<li>Automate source build, code coverage, reporting, and app submission for
publication.</li>
</ul>
</div>
</div>
<!--//item-->
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Inovation Engineer
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Stantec | 2016 - 2017</div>
</div>
<div class="item-content">
<p>Created a holographic mobile app for HoloLens with Git, Visual Studio Team
Services, and
Agile methodology. Built and deployed on Azure.</p>
</div>
</div>
<!--//item-->
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Research Assistant
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
University of Colorado | 2013 - 2016</div>
</div>
<div class="item-content">
<p>Developed and prototyped a model for identifying genomic duplications
with Dr. David D. Pollock.</p>
<ul class="resume-list">
<li>Conduct statistical analysis and interpret expression levels from
cDNA/mRNA.</li>
<li>Locate and remove mitochondrial DNA, identify repeat sequences, and
search for sequencing contamination.</li>
<li>Concentrate, isolate, and clone plasmid DNA and further prepare DNA to
be sent for off-site sequencing.</li>
</ul>
</div>
</div>
<!--//item-->
</section>
<!--//work-section-->
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Projects</h3>
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">iMTracker</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Proprietary Source</div>
</div>
<div class="item-content">
<p>Design, engineer, and ready to publish a health personalization application
that tracks symptoms. Symptoms are processed on devide (EDGE) and results
are presented to summarize backend analysis.</p>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Enteroscan</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Mixed Source</div>
</div>
<div class="item-content container mb-2">
<div class="row">
<p>Created a technical design for an <a href="https://youtu.be/SvNkYgzg9VQ"
class="theme-link">ingestible
pill</a> including video demonstration.
Created in Autodesk Fusion 360 for graduate coursework.
</div>
<div class="row">
<div class="video col-sm embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/SvNkYgzg9VQ" allowfullscreen></iframe>
</div>
<div class="image col-sm">
<img class="img-fluid mx-auto"
src="assets/images/enteroscan-diagram.png" alt="image">
</div>
</div>
</div>
</div>
<!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Duplication
Identification</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Open Source</div>
</div>
<div class="item-content">
<p>Identify genomic duplications using a novel algorithm for sorting and
detecting key fragments.</p>
</div>
</div>
<!--//item-->
</section>
<!--//project-section-->
</div>
<!--//resume-main-->
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">C/C++/C#</li>
<li class="mb-2">R/Python/Perl</li>
<li class="mb-2">PostgreSQL/MySQL</li>
<li class="mb-2">Omic Pipeline Development</li>
</ul>
</div>
<!--//item-->
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Superb interpersonal / communication skills, both written
and verbal</li>
<li class="mb-2">Thrives on shared goals and collaborating with others to
achieve objectives</li>
<li class="mb-2">Strong analytical thinking and problem solver</li>
<li class="mb-2">Self starter with good time management</li>
</ul>
</div>
<!--//item-->
</section>
<!--//skills-section-->
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-3">
<div class="resume-degree font-weight-bold">MSc Biomedical Sciences and
Biotechnology</div>
<div class="resume-degree-org text-muted">University of Colorado, Aurora</div>
<div class="resume-degree-time text-muted">2015 - 2017</div>
</li>
<li>
<div class="resume-degree font-weight-bold">BSc Biology</div>
<div class="resume-degree-org text-muted">Univeristy of Colorado, Denver</div>
<div class="resume-degree-time text-muted">2009 - 2013</div>
</li>
</ul>
</section>
<!--//education-section-->
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li>
<div class="font-weight-bold">Graduate Research Update, CU Anschutz, Top Three Posters</div>
<div class="text-muted">Genomic Duplication Identification (2015)</div>
</li>
<li>
<div class="font-weight-bold">Regional Poster Competition, RM Bioscience Convention, First Place Poster</div>
<div class="text-muted">Microsatellite and Transposable Element Masking (2014)</div>
</li>
<li>
<div class="font-weight-bold">Undergraduate Research Opportunity, CU Denver, Funding for Promising Work</div>
<div class="text-muted">Transposable Element Masking (2012)</div>
</li>
<li class="mb-3">
<div class="font-weight-bold">Summa Cum Laude</div>
<div class="text-muted">Bachelor Degree (2009-2013)</div>
</li>
</ul>
</section>
<!--//education-section-->
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-2">English <span class="text-muted">(Native)</span></li>
<li>Spanish <span class="text-muted">(Limited Working)</span></li>
</ul>
</section>
<!--//certificates-section-->
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-2">Aeronautics & Space</li>
<li class="mb-2">Making & Open Engineering</li>
<li class="mb-2">Future Technologies (AR/VR/MR)</li>
</section>
<!--//certificates-section-->
</aside>
<!--//resume-aside-->
</div>
<!--//row-->
</div>
<!--//resume-body-->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="http://github.com/danthecoloradan"><i
class="fab fa-github-square fa-2x me-2" data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">github.com/danthecoloradan</span></a>
</li>
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="http://linkedin.com/in/danpolanco"><i
class="fab fa-linkedin fa-2x me-2" data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">linkedin.com/in/danpolanco</span></a>
</li>
<li class="list-inline-item mb-lg-0 me-lg-3"><a class="resume-link" href="http://twitter.com/danthecoloradan"><i
class="fab fa-twitter-square fa-2x me-2" data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">@danthecoloradan</span></a></li>
</ul>
</div>
<!--//resume-footer-->
</article>
</div>
<!--//container-->
<footer class="footer text-center py-4">
<!--/* This template is free as long as you keep the footer attribution link. If you'd like to use the template without the attribution link, you can buy the commercial license via our website: themes.3rdwavemedia.com Thank you for your support. :) */-->
<small class="copyright text-muted">Designed with <span class="sr-only">love</span><i
class="fas fa-heart"></i> by
<a class="theme-link" href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for
developers</small>
</footer>
</div>
<!--//main-wrapper-->
</body>
</html>