-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (71 loc) · 3.28 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TWKN9DVYJD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TWKN9DVYJD');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">Irena Vaňková</a></h1>
</div>
<div id="banner"><img src="images/sermilik.jpg" width="667" height="118" alt="" /></div>
</div>
<div id="menu" class="container">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Papers_Talks.html">Publications and Talks</a></li>
<li><a href="Teaching.html">Teaching</a></li>
<li><a href="Personal.html">Personal</a></li>
</ul>
</div>
<div id="top-bar" class="container">
<div class="bar">
</div>
</div>
<div id="page" class="container">
<div id="content">
<div class="post">
<h2 class="title"><a href="#"> </a></h2>
<div class="entry"> <img src="images/Me.jpg" width="239" height="205" alt="" class="border alignleft" />
<p>I am a polar scientist working primarily in the area of ice-ocean interactions. In 2018 I finished my PhD under the guidance of <a href="http://efdl.cims.nyu.edu/" rel="nofollow">David Holland</a> at the <a href="https://www.cims.nyu.edu/" rel="nofollow">Courant Institute of Mathematical Sciences</a> at New York University. After that I spent two years as a Marie-Curie Fellow at the <a href="https://www.bas.ac.uk/team/science-teams/oceans/" rel="nofollow">British Antarctic Survey</a> (BAS), followed by an additional year and half working as a physical oceanographer. In May 2022 I moved to New Mexico to join the <a href="https://www.lanl.gov/org/ddste/aldcels/earth-environmental-sciences/index.php" rel="nofollow">
Earth and Environmental Sciences</a> and <a href="https://www.lanl.gov/org/ddste/aldsc/theoretical/" rel="nofollow"> Theoretical</a> Divisions at the Los Alamos National Laboratory. Since Fall 2022 I have been funded by a Director's Fellowship to integrate understanding from in-situ observations of ice-shelf melting, which I gathered and analyzed while at BAS, into the <a href="https://e3sm.org/" rel="nofollow">Energy Exascale Earth System Model</a>
developed by the Department of Energy.
</p>
</div>
</div>
</div>
<div id="sidebar">
<ul>
<li>
<h2>Contact information</h2>
<p><strong>Email:</strong></p>
<p>vankova AT lanl.gov</p>
<p><strong>Address:</strong></p>
<p>
Los Alamos National Laboratory<br>
Los Alamos, NM 87544</p>
</li>
</ul>
</div>
<div class="clearfix"> </div>
<div id="footer-bar" class="two-cols">
<div class="clearfix"> </div>
</div>
</div>
</div>
<div id="footer" class="container">
</div>
</body>
</html>