forked from melvinchng/business-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
366 lines (331 loc) · 13.7 KB
/
cv.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
---
layout: default_style
permalink: /cv
published: true
---
<div class="container">
<div class="row">
<div class="services-header">
<h2 align="center" class="services-header-title"><i>Curriculum Vitae</i></h2><hr>
</div>
</div>
</div>
<div class="container">
<b>Menu:</b>
<div id="navigation">
<div class="navigation-column">
<ul id="navigation-list-left"></ul>
</div>
<div class="navigation-column">
<ul id="navigation-list-right"></ul>
</div>
</div>
<style>
.navigation-column {
width: 50%;
float: left;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', function() {
const headings = document.querySelectorAll('h3');
const navigationListLeft = document.getElementById('navigation-list-left');
const navigationListRight = document.getElementById('navigation-list-right');
headings.forEach(function(heading, index) {
const title = heading.textContent;
const anchor = 'section-' + index;
heading.setAttribute('id', anchor);
// Check if the heading is within the footer
if (!heading.closest('footer')) {
const listItem = document.createElement('li');
const link = document.createElement('a');
link.textContent = title;
link.setAttribute('href', '#' + anchor);
listItem.appendChild(link);
// Alternate between left and right columns
if (index % 2 === 0) {
navigationListLeft.appendChild(listItem);
} else {
navigationListRight.appendChild(listItem);
}
}
});
});
</script>
</div>
<!-- Begin #academic background-section -->
<div class="container">
<div class="row">
<div class="services-header">
<h3 class="background-header-title">Academic background </h3><hr>
</div>
</div>
<p></p>
<img src="../assets/img/aboutme/Portrait Dr. Ribas-Deulfoeu.jpg" alt="Lauriane Ribas-Deulofeu" id="floatright" width="180">
<ul>
<li>2015-2020: <b> Ph.D. in life science</b>. TIGP Biodiversity joint program. Academia Sinica - National Taiwan Normal University, Taipei (Taiwan).</li>
<li>2011-2013: <b> M.Sc. in biology, health, ecology specialty environment and biodiversity management</b>. EPHE Paris Sciences & Lettres (PSL), Paris (France).</li>
<li>2010-2011: <b> B.Sc. in geography, town and country planning</b>. University of Lyon III (France).<br>
<li>2010-2011: <b> Advanced vocational training certificate in protection and management of natural spaces</b>. LAP Poisy (France).</li>
<li>2008-2010: <b> Advanced vocational training certificate in environmental awareness</b>. MFR Mondy (France).</li>
</ul>
</p>
</div>
<!-- End #academic background-section -->
<div class="container">
<div class="row">
<div class="services-header">
<h3 class="experience-header-title">Scientific networks and societies member </h3><hr>
</div>
</div>
<div class="row">
<div class="blockquote-box blockquote-info animated wow fadeInRight clearfix">
<div class="square pull-left" style="height: 70px; display: flex; align-items: center; justify-content: center;">
<img src="../assets/ico/World-MAFlogo.png" alt="Feature-img" height="60" width="63">
</div>
<h4>
<a href="https://maf-world.eu/" target="_blank" style="display: flex; align-items: center;">MAF WORLD • COST ACTION (EU)</a>
</h4>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInRight clearfix">
<div class="square pull-left" style="height: 70px; display: flex; align-items: center; justify-content: center;">
<img src="../assets/ico/scesap_2.png" alt="Feature-img" height="60" width="63">
</div>
<h4>
<a href="https://www.scesap.org/" target="_blank" style="display: flex; align-items: center;">Society for Coastal Ecosystems Studies - Asia Pacific (Asia Pacific)</a>
</h4>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInRight clearfix">
<div class="square pull-left" style="height: 70px; display: flex; align-items: center; justify-content: center;">
<img src="../assets/ico/TCRS logo.png" alt="Feature-img" height="60" width="63">
</div>
<h4>
<a href="http://taiwanesecoralreefsociety.blogspot.com" target="_blank" style="display: flex; align-items: center;">Taiwan Coral Reef Society</a>
</h4>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInRight clearfix">
<div class="square pull-left" style="height: 70px; display: flex; align-items: center; justify-content: center;">
<img src="../assets/ico/West-Pacific Coral Monitoring Network.png" alt="Feature-img" height="60" width="63">
</div>
<h4>
<a href="https://historical-fisher-649.notion.site/West-Pacific-Coral-Monitoring-Network-450963d077604aa68df98ca731bfd9c0" target="_blank" style="display: flex; align-items: center;">
West-Pacific Coral Monitoring Network (Asia Pacific)
</a>
</h4>
</div>
<div class="services-header">
<h3 class="experience-header-title">Academic experiences</h3><hr>
</div>
</div>
</div>
<!-- Main Container -->
<div id="banners"></div>
<div class="container">
<div class="row">
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/Nord_custom.png" alt="Feature-img" height="90" width="95">
</div>
<h4>
<a href="https://www.nord.no/en/about/faculties-and-centres/faculty-of-biosciences-and-aquaculture" target="_blank">Faculty of Biosciences and Aquaculture, Nord University (Norway)</a>
</h4>
<p>
<ul>
<li>2024-</li>
<li>Post-doctoral researcher</li>
<li>Project: BioBoost+ </li>
<li>Aim: Boosting the frequency and scale of marine biodiversity monitoring using digital imagery and artificial intelligence</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/FRElab logo.png" alt="Feature-img" height="90" width="95">
</div>
<h4>
<a href="https://www.dipintothereef.com/" target="_blank">Functional Reef Ecology lab (Pr. Vianney Denis), IONTU (Taiwan)</a>
</h4>
<p>
<ul>
<li>2021-2024</li>
<li>Post-doctoral researcher</li>
<li>Project: 100 Taiwan Reef matters</li>
<li>Aim: Evaluating Taiwan MPAs efficacy to protect its reefs.</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/Logo lin 2.png" alt="Feature-img" height="90" width="90">
</div>
<h4>
<a href="https://otolithlin.biodiv.tw/home" target="_blank">Dr. Lin CH's Lab, BRCAS (Taiwan)</a>
</h4>
<p>
<ul>
<li>Postdoctoral researcher</li>
<li>2020-2021</li>
<li>Project: Taiwan paleo-reefs</li>
<li>Aim: Reviewing fossil corals records from Taiwan from non-numerized litterature & describing Taiwan paleo-reefs compositions.</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/TIGP logo3.png" alt="Feature-img" height="90" width="90">
</div>
<h4>
<a href="https://www.biodiv.tw/index.php?lang=en&touch=2" target="_blank">Dr. Chen CA's Lab, BRCAS (Taiwan)</a> / <a href="https://tigp.sinica.edu.tw/"target="_blank">Taiwan International Graduate Program (TIGP-Biodiversity, Taiwan)</a>
</h4>
<p>
<ul>
<li>Ph.D student</li>
<li>2015-2020</li>
<li>Project: Sustainability of Kenting National Park (KNP) coral reefs</li>
<li>Aim: Identifying parameters of coral reefs resilience to sustain KNP reef resources under climate change & anthropogenic pressures.</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/BRCAS logo 3.png" alt="Feature-img" height="90" width="90">
</div>
<h4>
Dr Chen CA's Lab, BRCAS (Taiwan) <a href="https://www.ephe.psl.eu/" target="_blank"> / EPHE, Paris Sciences & Lettres (PSL - France)</a>
</h4>
<p>
<ul>
<li>Master student (2<sup>nd</sup> year)</li>
<li>2012-2013</li>
<li>Project: Environmental Changes project</li>
<li>Aim: Describing the structure & composition of benthic communities along Taiwan latitudinal gradient.</li>
</ul>
</p>
</div>
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<p></p>
<img src="../assets/ico/Logo EPHE 1.png" alt="Feature-img" height="90" width="95">
</div>
<h4>
Centre de bio-archéologie et d'écologie (UMR5059)<a href="https://www.ephe.psl.eu/" target="_blank"> / EPHE, Paris Sciences & Lettres (PSL - France)</a>
</h4>
<p>
<ul>
<li>Master student (1<sup>st</sup> year)</li>
<li>2011-2012</li>
<li>Project: Dynamics of productivity and erosion since the Last Glacial Maximum, in the Mediterranean region</li>
<li>Aim: Exploring the connections between erosion dynamics, watershed productivity, and fire regimes in Lake Creno (Corsica, France).</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<!--End Main Container -->
<!-- Begin #teaching background-section -->
<div class="container">
<div class="row">
<div class="services-header">
<h3 class="background-header-title">Teaching experiences</h3><hr>
</div>
</div>
<p><b>2023-2024:</b>
<ul>
<li><b> Si Wan College, National Sun Yat-sen University (NSYSU)</b><br>
<ol type="square">
<li><b>Course:</b> Scientific thinking (lead instructors: Pr. Pierre-Alexandre Château & Pr. Shu-Chiu Liu). Bachelor and Master programs, 2<sup>nd</sup> semester:</li>
</li>
<ol>
<i><b>- Be the ugly duckling: Creative thinking in science and how to develop your skills.</i></b>
</ol>
</ol>
<br>
</ul>
</p>
<p><b>2022-2023:</b>
<ul>
<li><b> Institute of Oceanography, National Taiwan University (IONTU)</b>: <br>
<ol type="square">
<b>Course:</b> Ocean 5098 - Ecological data analysis in R (lead instructor: Pr. Vianney Denis). Master program, 1<sup>st</sup> semester:</li>
<ol>
<li><i><b>- Basic data organisation & exploration in R</i></b></li>
<li><i><b>- Data reformatting & exploration using dplyr & tidyr packages</i></b></li>
</ol>
<br>
<b>Course:</b> Ocean 5097 - Coral Reef Ecosystem in a Changing World (lead instructor: Pr. Vianney Denis). Master program, 2nd semester:</li>
<ol>
<li><i><b>- Invertebrates and their roles in coral reef ecosystems.</i></b></li>
<li><i><b>- The paleoecology and distribution of coral reefs.</i></b></li>
</ol>
</ol>
<br>
<li><b> FRElab, National Taiwan University (IONTU)</b> <br>
<ol type="square">
<li><b> In-house training:</b> Learning to identify reef benthic organisms (lead instructor: Dr. Lauriane Ribas-Deulofeu). Master & Ph.D. students:</li>
</li>
<ol>
<li><i><b>- Scleractinian genus</i></b></li>
<li><i><b>- Other benthic organisms of interest in photo-quadrat analyses (Octocorallia, Actinia, Porifera, Antipatharia, etc.) </i></b></li>
<li><i><b>- Initiation to CoralNet</i></b></li>
</ol>
</ol>
<br>
<li><b> Si Wan College, National Sun Yat-sen University (NSYSU)</b><br>
<ol type="square">
<li><b>Course:</b> Scientific thinking (lead instructors: Pr. Pierre-Alexandre Château & Pr. Shu-Chiu Liu). Bachelor and Master programs, 1<sup>st</sup> semester:</li>
</li>
<ol>
<i><b>- Be the ugly duckling: Creative thinking in science and how to develop your skills.</i></b>
</ol>
</ol>
<br>
<li><b> Department of Marine Environment and Engineering, National Sun Yat-sen University (NSYSU)</b><br>
<ol type="square">
<li><b>Course:</b> Invited lecturer. Bachelor program, 1<sup>st</sup> semester:</li>
</li>
<ol>
<i><b>- Using the Past to Protect the Future: Paleoecology of Reefs.</i></b>
</ol>
</ol>
<br>
</ul>
</p>
<p><b>2021-2022:</b>
<ul>
<li><b> Institute of Oceanography, National Taiwan University (IONTU)</b><br>
<ol type="square">
<b>Course:</b> Ocean 5097 - Coral Reef Ecosystem in a Changing World (lead instructor: Pr. Vianney Denis). Master program, 2<sup>nd</sup> semester:</li>
<ol>
<li><i><b>- Invertebrates and their roles in coral reef ecosystems.</i></b></li>
<li><i><b>- The paleoecology and distribution of coral reefs.</i></b></li>
</ol>
</ol>
<br>
<li><b> Si Wan College, National Sun Yat-sen University (NSYSU)</b><br>
<ol type="square">
<b>Course:</b> Scientific thinking (lead instructors: Pr. Pierre-Alexandre Château & Pr. Shu-Chiu Liu). Bachelor and Master programs, every semester:</li>
<ol>
<li><i><b>- Be the ugly duckling: Creative thinking in science and how to develop your skills.</i></b></li>
</ol>
</ol>
</ul>
</p>
<p><b>2021:</b>
<ul>
<li><b> Department of Geosciences, National Taiwan University (NTU)</b><br>
<ol type="square">
<b> Invited lecturer:</b> Bachelor program (host: Pr. Jih-Pai Lin)</li>
<ol>
<li><i><b>- Paleoecology and its application for coral reefs conservation.</i></b></li>
</ol>
</ol>
</ul>
</p>
</div>
<!-- End #teaching-section -->