-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
410 lines (340 loc) · 19.6 KB
/
resume.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9CRVNZY34D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9CRVNZY34D');
</script>
<title>pcarbomestre - resume</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="Personal website">
<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.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-9.css">
<!-- Style HTML -->
<style>
::selection {
color: white;
background: #154973;
}
</style>
</head>
<body>
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a class="no-text-decoration" href="index.html">Pol Carbó</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark" >
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column" >
<div class="profile-section pt-3 pt-lg-0" >
<img class="profile-image mb-3 rounded-circle mx-auto" src="assets/images/profile.png" alt="image" >
<div style="margin-bottom: 20px;">
</div>
<div class="bio mb-3">Hi, my name is Pol Carbó. I am a Marine Scientist and Data enthusiast. I recently graduated with a Master's degree in Environmental Science and Management from UCSB.</div><!--//bio-->
<div style="margin-bottom: 40px;">
</div>
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a href="https://twitter.com/p_carbomestre" target="_blank"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/polcarbo/" target="_blank"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/pcarbomestre" target="_blank"><i class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="mailto:[email protected]" target="_blank"><i class="fab fa fa-envelope fa-fw"></i></a></li>
</ul><!--//social-list-->
<div style="margin-bottom: 20px;">
</div>
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-start">
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="fas fa-user fa-fw me-2"></i>About Me</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="resume.html"><i class="fas fa-file-alt fa-fw me-2"></i>Resume<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html"><i class="fas fa-blog fa-fw me-2"></i>Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><i class="fas fa-envelope-open-text fa-fw me-2"></i>Contact</a>
</li>
</ul>
<div class="dark-mode-toggle text-center w-100">
<hr class="mb-4">
</div>
<div style="margin-bottom: 60px;">
</div>
</div>
</nav>
</div><!--//force-overflow-->
</header>
<div class="main-wrapper">
<div class="container resume-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">Pol Carbó Mestre</h2>
<div class="resume-tagline mb-3 mb-md-0">Environmental and Data Scientist</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:+18056379895">+1 (805) 637-9895</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]">[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="https://pcarbomestre.github.io/" target="_blank">www.pcarbomestre.github.io</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg me-2"></i>Santa Barbara, CA</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">
I earned a B.S. in Marine Science in 2014 and gained extensive experience in field research and data analysis. My work primarily focused on environmental impact assessments, monitoring endangered species and ecosystems, and managing marine protected areas. In 2020, I completed a Master's in Biostatistics, further enhancing my coding skills and knowledge in statistics, multivariate analysis, and modeling. More recently, I graduated from UCSB with a Master's in Environmental Science and Management, where I deepened my understanding of environmental issues while delving into Data Science. I am particularly interested in using my skills in working with environmental data, data visualization, geospatial analysis, and machine learning.
</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="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</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">Master of Environmental Science and Management</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">2021 - 2023</div>
</div>
<div class="item-content">
<p>
Bren School, University of California Santa Barbara (UCSB). Specialization in Coastal Marine Resources Management and Data Science.
</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">Master of Bioinformatics and Biostatistics</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">2020 - 2021</div>
</div>
<div class="item-content">
<p>
University of Barcelona (UB), and Open University of Catalonia (UOC). Master thesis in machine learning and remote sensing.
</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">BSc Marine Science </h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">2010 - 2014</div>
</div>
<div class="item-content">
<p>
University of Las Palmas de Gran Canaria (ULPGC). Undergraduate dissertation in oceanography at the Autonomous University of Baja California Sur (UABCS) and the Marine Sciences Interdisciplinary Center (CICIMAR-IPN).
</p>
</div>
</div><!--//item-->
</section><!--//project-section-->
<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">Environmental Data Scientist</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Earth Research Institute | June. 2023 - present</div>
</div>
<div class="item-content">
<p>Tasks in data analysis, data visualization, and package, API and App creation.</p>
<ul class="resume-list">
<li>Conducted evaluation of a productivity model, linking its results to various climate change scenarios.</li>
<li>Engaged in the research and identification of additional data sources for potential correlations.</li>
<li>Implemented automation in data compilation, applying web scraping techniques, SQL queries from public databases, and API integrations.</li>
<li>Developed a Dockerized Python interface using Dash for data access and visualization.</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">Freelance Data Analyst</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Hendata | May. 2023 - Oct. 2023</div>
</div>
<div class="item-content">
<ul class="resume-list">
<li>Assessed compliance of Paraguay's agricultural sector with the new EU landmark deforestation law.</li>
<li>Created R-based tools for accessing data on grazing parcels and farm operations to verify compliance.</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">Data Manager</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Bren School | Apr. 2022 - Jun. 2023</div>
</div>
<div class="item-content">
<p>Master's Group Project: Collaborative Conservation Planning for the Gaviota Region
<br>
Client: The Nature Conservancy (TNC)</p>
<ul class="resume-list">
<li>Evaluated natural resources and environmental risks in the Gaviota Coast region.</li>
<li>Collected and aggregated large datasets by applying fuzzy logic modeling techniques to create comprehensive representations of spatial information.</li>
<li>Developed an R Shiny app using Leaflet capabilities to visualize and interact with the resulting layers.</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">Environmental Scientist</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">TRAGSATEC | 2019 - 2021</div>
</div>
<div class="item-content">
<p>Tasks in field research, scientific diving, sample collection, ROV assistance operations, data analysis, GIS, and report writing. Responsibilities regarding project management, and preparation of field campaigns.</p>
<ul class="resume-list">
<li>Worked with coastal communities, engaged with fishermen, and collected and processed fishery data.</li>
<li>Compiled data from park rangers, mapped anthropogenic impacts with a focus on vessel activity, and wrote a detailed report for an MPA management project coordinating with stakeholders.</li>
<li>Monitored MPAs and prospective MPA sites by collecting and analyzing environmental data.</li>
<li>Assessed the environmental impact of aquaculture operations through data collection, analysis, and the development of a comprehensive environmental impact assessment report.</li>
<li>Participated in endangered species recovery programs by preparing scientific outreach and communication materials.</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">Environmental Scientist</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">ECOS, Environmental studies, and oceanography | Sep.- Dec. 2018</div>
</div>
<div class="item-content">
<p>
Tasks in field research, sample collection, and analysis.</p>
<ul class="resume-list">
<li>Monitored seagrass ecosystems across the Canary archipelago by collecting and analyzing samples through scientific diving, field research, and lab work.</li>
<li>Collected water, sediments, and organisms for water quality assessments in harbors, wastewater, and brine discharges.</li>
</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">Research Assistant</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Israel Oceanographic and Limnological Research Institute | Mar. 2017</div>
</div>
<div class="item-content">
<p>
5th Short-Term Scientific Missions of PhycoMorph (COST Action FA1406). Research in non-indigenous species. Awarded with a European Cooperation in Science and Technology Organization grant.
</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">Research Assistant</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">Spanish Bank of Algae | 2015 - 2017</div>
</div>
<div class="item-content">
<p>
Research in algae biodiversity, harmful algal blooms, and non-indigenous species. Tasks in taxonomy, molecular characterization, bioprospecting, and culture. Responsibilities regarding lab’s logistics.
</p>
<ul class="resume-list">
<li>Research in HABs and non-indigenous species.</li>
<li>Fieldwork in the Canary Archipelago, Algeria, and Israel.</li>
<li>Characterized algae strains using traditional taxonomy and molecular techniques such as barcoding and phylogenetics.</li>
<li>Created scientific outreach and communication materials for conferences and events.</li>
</div>
</div><!--//item-->
</section><!--//work-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">Python<li>
<li class="mb-2">R</li>
<li class="mb-2">SQL</li>
<li class="mb-2">Dash</li>
<li class="mb-2">Shiny</li>
<li class="mb-2">Earth Engine</li>
<li class="mb-2">Colab</li>
<li class="mb-2">AWS</li>
<li class="mb-2">Docker</li>
<li class="mb-2">QGIS/ArcGIS</li>
<li class="mb-2">Adobe Creative</li>
<li class="mb-2">MS Office</li>
</ul>
</div><!--//item-->
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-2">Team player<li>
<li class="mb-2">Strong problem solver</li>
<li>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">Awards</h3>
<ul class="list-unstyled resume-awards-list">
<li class="mb-3">
<div class="font-weight-bold"> Postgraduate fellowship</div>
<div class="text-muted">La Caixa Foundation (2021)</div>
</li>
<li class="mb-3">
<div class="font-weight-bold">COST grant</div>
<div class="text-muted">European Cooperation in Science and Technology (2017)</div>
</li>
<li class="mb-3">
<div class="font-weight-bold">Undergraduate scholarship</div>
<div class="text-muted">Santander Bank (2014)</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">Spanish <span class="text-muted">(Native)</span></li>
<li class="mb-2">Catalan <span class="text-muted">(Native)</span></li>
<li class="mb-2">English <span class="text-muted">(Professional)</span></li>
<li class="mb-2">French <span class="text-muted">(Intermediate)</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">Diving</li>
<li class="mb-2">Sailing</li>
<li class="mb-2">Climbing</li>
<li class="mb-2">Surfing</li>
<li class="mb-2">Travelling</li>
</ul>
</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="https://github.com/pcarbomestre" target="_blank"><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/pcarbomestre</span></a></li>
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link" href="https://www.linkedin.com/in/polcarbo/" target="_blank"><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/polcarbo/</span></a></li>
</ul>
</div><!--//resume-footer-->
</article>
</div><!--//container-->
<div class="container"><hr></div>
</div><!--//main-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>