forked from karenamckinnon/karenamckinnon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
126 lines (111 loc) · 5.34 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
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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42597580-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<title>Jane W. Baldwin</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 class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><strong><a href="index.html">Jane W. Baldwin</a></strong></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="research_interests.html">Research Interests</a></li>
<li><a href="opportunities.html">Opportunities</a></li>
<li><a href="group.html">Group</a></li>
<li><a href="McKinnon-Karen-CV.pdf">CV</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner">
<h2>Climate Dynamics and Extreme Event Risk</h2>
<p>[Currently]<br/>
Postdoctoral Fellow<br/>
Lamont-Doherty Earth Observatory, Columbia University<br/><br/>
[Starting July 2021]<br/>
Assistant Professor of Earth System Science<br/>
University of California, Irvine<br/>
</p>
</section>
<!-- Welcome section -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>Welcome.</h2>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>Research in the McKinnon group sits at the nexus of climate science and statistics. We are interested in questions that span the weather-climate divide, shed light on the interactions between natural variability and human-caused climate change, and link to downstream human and biological impacts.</p>
</div>
</div>
</div>
</section>
<!-- Upcoming talks -->
<section id="two" class="wrapper style2">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<ul>
<li><b>October 2020</b>: Welcome to Wenwen Kong, the newest member of the McKinnon group! Wenwen joins us as an NSF-funded postdoctoral scholar, and will be working on understanding the role of the land surface in influencing temperature variability and extremes.</li>
<li><b>May 2020</b>: New paper roundup! <a href="https://www.dropbox.com/s/h774zw2fr838rkx/McKinnonPoppick2020_JABES.pdf?raw=1">McKinnon and Poppick</a> develop a method to quantify changes in daily temperature-humidity relationships; <a href="https://www.dropbox.com/s/s3vzsvz25qcwvp2/DeserEA2020_NatureClimateChange.pdf?raw=1">Deser and the Large Ensemble Working Group</a> present a perspective on the utility of large climate model ensembles; and <a href="https://www.dropbox.com/s/sr44j6xpct2xf04/ElsworthEA2020_CCCR.pdf?raw=1">Elsworth et al.</a> apply the Observational Large Ensemble methodology to ocean chlorophyll concentrations.</li>
<li><b>January 2020</b>: Professor Karen McKinnon is awarded an NSF grant through the Climate and Large Scale Dynamics division, "The factors governing daily near-surface air temperature variability over land". See grant information <a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1939988">here</a>.</li>
<li><b>November 2019</b>: Statistics graduate student Sam Baugh passes his qualifying exams, and advances to candidacy. Congratulations Sam!</li>
<li><b>June 2019</b>: Undergraduate Chris Reed wins the Glickfeld Excellence in Environmental Research Award to support his senior thesis research on the sensitivity of California crops to climate variability. Congratulations Chris!</li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<header class="major">
<h2>Group news</h2>
</header>
</div>
</div>
</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=Jtn-XfoAAAAJ&hl=en" class="icon fa-google"></a></li>
<li><a href="https://github.com/janewbaldwin/" class="icon fa-github"></a></li>
<li><a href="https://twitter.com/janewbaldwin" class="icon fa-twitter"></a></li>
</ul>
<ul class="copyright">
<li>© Jane W. Baldwin, 2020</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>