-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-eng.html
More file actions
68 lines (55 loc) · 2.75 KB
/
index-eng.html
File metadata and controls
68 lines (55 loc) · 2.75 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="./style.css" />
<title>Mathilde Jutras - research in oceanography</title>
<meta name="description" content="Welcome on Mathilde Jutras' website, researcher in oceanography at ISMER-UQAR">
<meta name="keywords" content="Mathilde Jutras">
<meta name="robots" content="index, follow">
<link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml" />
</head>
<style>
@import url('./style.css');
</style>
<body>
<div id='rectangle'>
<!-- Fixed Header -->
<header>
<h1>Jutras Lab on physics and marine biogeochemistry</h1>
<nav>
<ul>
<li><a href="index-eng.html">Research</a></li>
<li><a href="page-publi-eng.html">Publications</a></li>
<li><a href="page-people-eng.html">Opportunities</a></li>
<li><a href="page-societe-eng.html">Scoiety</a></li>
<li><a href="page-contact-eng.html">Contact</a></li>
<li><a href="index.html"><u>FRANÇAIS</u></a></li>
</ul>
</nav>
</header>
<div id='corps'>
<div class='txt'>
<h1>About</h1>
<img src="portrait-2.jpg" alt="Photo" class="side-image">
<p>I am an assistant professor of oceanography at the <a href='https://www.uqar.ca/institut-des-sciences-de-la-mer-ismer/' target='_blank'>Institut des sciences de la mer (ISMER)</a>
of the Université du Québec à Rimouski in Eastern Canada. I focus on biogeochemical and physical oceanography.</p>
<p><b>***I am looking for students to form my research group! More details <a href="page-people-eng.html">here</a>.***</b></p>
<h1>Research</h1>
<p>In my research, I am interested in the influence of physical processes on ocean biogeochemistry.
Deoxygenation, acidification, and ocean carbon uptake are influenced not only by biological processes but also by physics.
Using ocean data and models, I try to understand what controls marine biogeochemical cycles and the changes they undergo.</p>
<p>Here are some of the specific questions I focus on:</p>
<ul>
<li>The different processes that determine the biogeochemical evolution of waters</li>
<li>Deoxygenation in the St Lawrence Gulf and Lower Estuary</li>
<li>Impact of climate change on the biogeochemistry of the St Lawrence</li>
<li>The climatic variability of the Northwest Atlantic and its influence on biogeochemistry</li>
<li>The role of submesoscale variability on marine biogeochemistry</li>
</ul>
<p>To address these questions, I mostly use <b>data</b> collected from ships or by autonomus sensors,
sometimes complemented by ocean <b>models and reanalyses</b>.</p>
</div>
</div>
</body>
</html>