-
Notifications
You must be signed in to change notification settings - Fork 0
/
Research.html
48 lines (45 loc) · 3.11 KB
/
Research.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Research</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1 class="big-title translate" data-speed="0.1">Ocean</h1>
<img src="resources/images/person.png" class="person translate" data-speed="-0.25" alt="">
<img src="resources/images/sea1.png" class="mountain1 translate" data-speed="-0.2" alt="">
<img src="resources/images/sky1.png" class="sky translate" data-speed="0.5" alt="">
</header>
<section>
<div class="shadow"></div>
<div class="container">
<div class="content opacity">
<h3 class="title" style="margin-top:3cm;">
About
<div class="border"></div>
</h3>
<p class="text"> With <a href="https://www.geomar.de/en/hhoving" target="_blank" rel="noopener noreferrer">Henk-Jan Hoving</a> and the <a href="https://www.geomar.de/en/hhoving/researchgroup" target="_blank" rel="noopener noreferrer">Deep sea ecology group</a> in <a href="https://www.geomar.de/en" target="_blank" rel="noopener noreferrer">GEOMAR</a> and <a href="http://www.ruirosalab.com/rui-rosa.html" target="_blank" rel="noopener noreferrer">Rui Rosa</a> at <a href="https://www.mare-centre.pt/pt" target="_blank" rel="noopener noreferrer">MARE</a>, I am modelling the distribution of Cephalopods (squids, octopus and co.) now and in the future.</p>
<p class="text">In the last sixty years, cephalopod species populations have increased in abundance regionally and have recently expanded their range poleward. These population changes are thought to result from the adaptative capacity and phenotypic plasticity of cephalopods to cope with environmental change. I am trying to understand the impacts that climate change will bring to the distribution of cephalopods throughout the World's Ocean, and possible consequences in the predators that depend on them.</p>
<p class="text">Previously, I have developed research on trophic and spatial ecology of Southern Ocean squid using stable isotopes analysis.</p>
<p class="text" style="margin-bottom:3cm;">More recently, I have been getting know-how on techniques such as eDNA, biological video analysis and basic electronics, that I would like to apply on
research of Nekton species ecology </p>
</div>
<div class="imgContainer opacity">
<img src="https://www.mbari.org/wp-content/uploads/2020/04/VampireSquid_Wallpaper_sm.jpg" alt="Vampire squid">
</div>
</div>
</section>
<ul>
<li><a href="blog.html">News</a></li>
<li><a href="projects/project.html">Projects</a></li>
<li><a class="active" href="Research.html">My Research</a></li>
<li><a href="Bio.html">About me</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
<script src="script.js"></script>
</body>
</html>