-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (71 loc) · 4.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Han Wang</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 1rem;
}
h1, h2 {
color: #333;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
margin: 0 1rem 1rem 0;
}
#footer {
font-size: 0.8rem;
margin-top: 2rem;
text-align: center;
}
.container {
max-width: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<div class="container">
<h1>Han Wang</h1>
<img src="photo_2023-08-13_02-28-50.jpg" alt="Han Wang" width="220" height="300">
<!-- <p>Research Scientist</p>
<p><a href="https://www.maths.ed.ac.uk/school-of-mathematics" target="_blank">School of Mathematics</a></p>
<p><a href="https://www.ed.ac.uk/" target="_blank">University of Edinburgh</a></p> -->
<h2>Contact</h2>
<p>Address: Universität Hamburg, Theoretische Ozeanographie, Raum 450, Bundesstraße. 53, 20146 Hamburg </p>
<p>Email: <img src="email.jpg" width="200" alt="Email (Note there are three 'n's!)"></p>
<p>Github: https://github.com/hannnwang</p>
<p>ORCID: https://orcid.org/0000-0002-5841-5474</p>
<h2>Personal info</h2>
<p>
Here is my current <a href="Han_CV.pdf"> CV </a>.
</p>
<p>I grew up in Shanghai, China, a city near the <a href="https://en.wikipedia.org/wiki/Yangtze" target="_blank">Yangtze River</a>. My name in Chinese is 王含.</p>
<p>
I attended the <a href="https://en.wikipedia.org/wiki/University_of_Science_and_Technology_of_China" target="_blank">University of Science and Technology of China</a> in Hefei for my undergraduate studies, where I developed an interest in physics. I then moved to New York, USA, where I earned a Ph.D. from the <a href="https://en.wikipedia.org/wiki/Courant_Institute_of_Mathematical_Sciences" target="_blank">Courant Institute of Mathematical Sciences</a> under the supervision of <a href="http://cims.nyu.edu/~obuhler/Oliver_Buhler/Welcome.html" target="_blank">Oliver Bühler</a>. There, I was exposed to beauties in geophysical fluid dynamics. A fateful event was learning about the power laws in the Gage-Nastrom spectrum and their <a href="https://www.youtube.com/watch?v=ZFMZIBBQNAY" target="_blank">(dis)connections</a> with classical two-dimensional theories. This developed my penchant to studying how to disentangle waves and balanced motions in the atmosphere and ocean, and over the years, I have been developing different tools for that.
</p>
<p>
My Ph.D. work developed analytical methods to help us gain dynamical insights from in-situ observational data. Then, at University of Toronto, where I spent 1.5 years working with <a href="https://sites.physics.utoronto.ca/nicolasgrisouard" target="_blank">Nicolas Grisouard</a>, I explored deep learning algorithms to extract internal tides (an important component in oceanic waves) from two-dimensional spatial data. From April 2022 till September 2024, I did my second postdoc at the University of Edinburgh, supervised by
<a href="https://www.maths.ed.ac.uk/~vanneste/index.html#footer1-2q" target="_blank">Jacques Vanneste</a> and
<a href="http://www-pord.ucsd.edu/wryoung/" target="_blank">Bill Young</a> to study the interactions between deep-water surface gravity waves and currents in the ocean. Currently, I'm working at University of Hamburg doing the job of a project leader (official title pending for bureucratic reasons) in the <a href="https://www.trr-energytransfers.de/" target="_blank">"TRR 181"</a> research center.
</p>
<p>
You may notice that my work locations over the recent years overlap greatly with <a href="https://tolmak.khtos.com/" target="_blank"> Kostiantyn Tolmachov</a>. During my spare time, I like learning more about nature. Here is my <a href="https://www.inaturalist.org/observations?place_id=any&user_id=jinkou&verifiable=any" target="_blank">profile</a> on my favorite social network.
</p>
<div id="footer">
<p>Page generated with patient help from Wenjun Zhao, Connor Behan and ChatGPT.</p>
</div>
</div>
</body>
</html>