-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
190 lines (137 loc) · 9.19 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
<!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</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">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.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 active" href="index.html"><i class="fas fa-user fa-fw me-2"></i>About Me<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="resume.html"><i class="fas fa-file-alt fa-fw me-2"></i>Resume</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">
<section class="about-me-section p-3 p-lg-5 theme-bg-light">
<div class="container">
<div class="profile-teaser row">
<div class="col">
<h2 class="name font-weight-bold mb-1">Pol Carbó Mestre</h2>
<div class="tagline mb-3">Environmental and Data Scientist</div>
<div class="bio mb-4">Passionate about the sea, I have dedicated my career to environmental science and management. After earning my B.S. in Marine Science, I participated in several marine projects as an environmental scientist and field researcher. I recently graduated with a Master's in Environmental Science and Management from UCSB, enhancing my understanding of environmental issues while also delving into my second greatest passion, Data Science.</a>
</div><!--//bio-->
<div class="mb-4">
<a class="btn btn-secondary mb-3" href="resume.html"><i class="fas fa-file-alt me-2"></i><span class="d-none d-md-inline">View</span> Resume</a>
</div>
</div><!--//col-->
<div class="col-md-5 col-lg-5">
<img class="profile-image img-fluid mb-3 mb-lg-0 me-md-0" src="assets/images/about/about_profile.png" alt="Some nice MidJourney artwork for 'Environmental Data Science' prompt">
</div>
</div>
</div>
</section><!--//about-me-section-->
<section class="aboutme-section p-3 p-lg-5">
<div class="profile-teaser2 row">
<div class="col">
<h2 class="section-title font-weight-bold mb-5">About</h2>
<p>
The ocean has always been present in my earliest childhood memories. I grew up by the sea, where my grandfather immersed me in the underwater world, for which I ended up making my career. However, after a few decades, some of those memories belong to an underwater landscape that would be unrecognizable to that child. Since then, the decline of marine ecosystems has pushed me to develop a great interest in matters related to the Ocean-Human interface. As a result, I have passionately immersed myself in what I was doing, first at an obvious choice in my academics and later at a professional level.
</p>
</div><!--//col-->
<!-- <div class="col-md-5 col-lg-5">
<img class="profile-image2 img-fluid mb-3 mb-lg-0 me-md-0" src="assets/images/about/about1.png" alt="">
</div> -->
</div>
<br>
<div class="profile-teaser2 row">
<div class="col">
<h2 class="section-title font-weight-bold mb-5">Career and interests</h2>
<p>
In 2014, I graduated from the University of Las Palmas de Gran Canaria with a B.S. in Marine Science. Delving into the scientific knowledge associated with my undergraduate studies encouraged me to pursue a career in marine science and environmental management. At my first job at the Spanish Bank of Algae—a research center associated with my university—I focused on algae biodiversity. There, I participated in environmental management initiatives such as the MIMAR project working with harmful algal blooms (HABs), a cooperation program in Algeria, and a research stay at the Israel Oceanographic and Limnological Research Institute of Haifa.
<p>
After that, I applied my expertise in consulting firms, such as ECOS, where I worked on monitoring seagrass ecosystems and water quality assessments. Later, I got involved in further marine management projects with TRAGSATEC, specifically participating in environmental impact assessments, endangered species recovery programs, the monitoring of aquaculture facilities, the management of marine protected areas (MPAs), and the development of new ones in the Canary Archipelago.
<p>
My enthusiasm for environmental science and management issues is closely tied to my passion for data science. In 2020, I decided to further pursue my interest in data science by enrolling in a Master's in Biostatistics at the University of Barcelona. This academic experience enhanced my programming abilities and knowledge in statistics, multivariate analysis, and modeling.
<p>
Recently, I completed my Master's in Environmental Science and Management at UCSB, where I was able to improve my understanding of environmental issues while further delving into Data Science. While at UCSB, I balanced my program with additional data science courses, allowing me to consolidate my existing skills in R and improve my ability to code in SQL and Python while enhancing my expertise in working with environmental datasets, data visualization, geospatial analysis, and machine learning.
<p>
As a recent graduate, I envision myself working on environmental management issues from a data science perspective. I plan to use my data analysis skills and knowledge in environmental science and management to contribute to the field so that more informed decisions about environmental impacts can be made. I am passionate about developing new methods for monitoring and predicting the effects of human activity on the environment. I firmly believe that by using data to understand and address environmental issues, we can make more effective decisions about protecting our planet.
</p>
<!-- <figure><img class="img-fluid" src="assets/images/.jpg" alt=""></figure> -->
</div>
</div>
</section>
<div class="container"><hr></div>
</div><!--//main-wrapper-->
</div><!--//main-wrapper-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>