-
Notifications
You must be signed in to change notification settings - Fork 0
/
opportunities.html
154 lines (121 loc) · 5.45 KB
/
opportunities.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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75496748-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75496748-3');
</script>
<!-- End Google Analytics -->
<title>Reseach group - Marcus Lofverstrom</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<h1><strong><a href="index.html"><p style="color:#080808";>
Earth System Dynamics Lab</p></a></strong></h1>
<nav id="nav">
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="opportunities.html">Opportunities</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" class="wrapper">
<!-- <section id="one" class="wrapper style1"> -->
<div class="container">
<header class="major special">
<h2>Opportunities</h2>
</header>
</div>
<section>
<!-- <section id="one" class="wrapper style1"> -->
<div class="container">
<!--
<header>
<h3>Alumni</h3>
</header>
<p> </p>
-->
<!--
<p> <a href="Grad_student_UA_2021_SAm_hydro.pdf" style="color:#0011ff" target="_blank">Funded graduate student position</a> in climate dynamics in the Department of Geosciences at the University of Arizona (starting fall 2021). See <a href="Grad_student_UA_2021_SAm_hydro.pdf" style="color:#0011ff" target="_blank">ad</a> for more details.</p>
<p>The successful applicant will analyze climate model output of South American hydroclimate through the Holocene. State-of-the-art climate model simulations with moisture tracking capabilities will be utilized to explore the origin of precipitation and assess how transport pathways are modulated by major climate modes and across climate states. Students with a BSc or MSc in atmospheric and/or ocean sciences, geosciences, physics, or math are especially encouraged to apply.</p>
<p>Applications (<a href="https://www.geo.arizona.edu/prospective-graduate-students" style="color:#0011ff" target="_blank">link to application portal</a>) must be received by January 8th for fall 2021 admission. Prospective applicants are encouraged to <a href="contact.html" style="color:#0011ff">contact Dr. Marcus Lofverstrom</a> for further information.
</p>
<hr />
-->
<header>
<h3>Prospective undergraduate students</h3>
</header>
<p>Please get in touch if you are interested in joining the lab as an undergraduate researcher. </p>
<header>
<h3>Prospective graduate students</h3>
</header>
<p>Prospective PhD and Master’s students, please email me with a brief introduction and statement of research interests. I am currently looking for graduate students interested in:</p>
<ul>
<li>Dynamic meteorology</li>
<li>Climate / Paleoclimate</li>
<li>Climate modeling</li>
</ul>
<p>
The admission for 2022 is opening in October. For more information on the admissions process, please visit the
<a href="https://www.geo.arizona.edu/prospective-graduate-students" style="color:#0011ff" target="_blank">
Department of Geosciences</a> website.
</p>
<header>
<h3>Prospective Postdoctoral Researchers</h3>
</header>
<p>Postdoctoral scientists without external funding, please contact me to discuss possible funding opportunities.</p>
</div>
</section>
<!-- Footer -->
<section id="two" class="wrapper style1">
<div class="container">
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://scholar.google.com/citations?user=wOx3vCcAAAAJ&hl=en" target="_blank"
class="image"><img src="images/logos/google_scholar_logo.png" alt="GitHub"
style="width:100px;height:100px;" /></a></li>
<li><a href="https://github.com/lofverstrom" target="_blank"
class="image"><img src="images/logos/Octocat.png" alt="GitHub"
style="width:100px;height:100px;" /></a></li>
<li><a href="https://www.climatesystemscenter.org/" target="_blank"
class="image "><img src="images/logos/CSC_Logomark_Color.png" alt="CSC"
style="width:100px;height:100px;" /></a></li>
<li><a href="https://www.overleaf.com?r=27c608f6&rm=d&rs=b" target="_blank"
class="image "><img src="images/logos/overleaf.png" alt="CSC"
style="width:100px;height:100px;" /></a></li>
</ul>
<ul class="copyright">
<li>© Marcus Lofverstrom, 2021</li>
<!-- <li>Design: <a href="http://templated.co">TEMPLATED</a></li> -->
</ul>
</div>
</footer>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>