-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
93 lines (73 loc) · 3.26 KB
/
cv.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
<!DOCTYPE html>
<html>
<body style="background-color:powderblue;" onload="myFunction()">
<img src="pics/research/EGU2016.jpg" alt="EGU 2016 Wein Österreich">
<h1>Research Work Detail and Curriculum Vitae</h1>
<section>
<h2>Current and Past Research Positions:</h2>
<ul>
<li>Florida State University (2008-2011) Research Associate
<li>Newcastle Univeristy/Met Office Hadley Centre (2011-2023) Research Associate
<li>National Oceanography Centre (2023-) Research Scientist
</ul>
<h2>Education:</h2>
<ul>
<li>Boston University 1999 BA Space & Planetary Science (advisor: Theodore Fritz (deceased))
<li>Penn State University 2001 MSc Meteorology (advisor: Jenni Evans)
<li>University of Maryland 2008 PhD Atmospheric & Oceanic Science (advisor: Sumant Nigam)
</ul>
<h2>Project involvement:</h2>
<ul>
<li>NOAA/USGS High resolution dynamical downscaling over the South East US and Caribbean
<li>NERC/ERC CONVEX/INTENSE/FUTURE-STORMS: High resolution dynamical downscaling over the UK
<li>World Weather Attribution
<li>EuroCORDEX FPS convective-permitting model ensemble / EU Horizon2020 European Climate Prediction System
<li>Met Office/DEFRA/EA UK Climate Projections
<li>NERC FUTURE-DRAINAGE: Climate services and adapation -- translating UK Climate Projection information to surface water flooding information
<li>NERC CLASS/ATLANTIS: Ocean surface processes
</ul>
<h2>Professional memberships:</h2>
<ul>
<li>American Geophysical Union
<li>American Meteorological Society
<li>Royal Meteorological Society
</ul>
<h2>Institute visits</h2>
<ul>
<li>Japan Agency for Marine-Earth Science and Technology (sponsored by National Science Foundation)
<li>Swedish Meteorological and Hydrological Institute (sponsored by European Cooperation in Science and Technology)
</ul>
<h2>Research topics:</h2>
<ul>
<li>Tropical meteorology
<li>Large-scale dynamics
<li>Global and regional/mesoscale climate models
<li>Climate change adapation
<li>Data science and statistical modelling of climate data
<li>Extreme events
<li>Land and sea surface observations
</ul>
<h2>Research outreach:</h2>
<ul>
<li>COP26 <a href="https://www.strath.ac.uk/workwithus/cop26/innovationshowcase/">UK Universities' Climate Innovation Showcase</a>: <a href="https://www.strath.ac.uk/workwithus/cop26/innovationshowcase/adaptadvance/climateresilientfuture-drainagesystems/">Climate-resilient future drainage systems</a>
<li>Behind the paper <a href="https://communities.springernature.com/posts/large-scale-dynamics-moderate-impact-relevant-changes-to-organised-convective-storms">Large-scale dynamics moderate impact-relevant changes to organised convective storms</a>
</ul>
<hr class="solid">
<h2>Researcher profile:</h2>
<p><a href="https://scholar.google.ca/citations?hl=en&user=FeDs8GAAAAAJ">Google Scholar profile</a></p>
<p><a href="https://orcid.org/0000-0001-7695-3754">ORCID</a></p>
<hr class="solid">
<h2>CV:</h2>
<p><a href="Files2Share/CV/cv.pdf">Full CV</a></p>
</section>
<hr class="solid">
<p>Return to <a href="/">index page</a></p>
<p>This is last updated on <span id="LastUpdate"></span></p>
<script>
function myFunction() {
var x = document.lastModified;
document.getElementById("LastUpdate").innerHTML = x;
}
</script>
</body>
</html>