-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (32 loc) · 1.56 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
<html>
<head>
<title>Main Page</title>
<style>
h1 {text-align: center; color: tomato; font-size:60px;}
h2 {text-align: left; color: black; font-size:40px;}
h2 {text-align: left; color: black; font-size:30px;}
p {text-align: left; color: black; font-size:18px;}
img {display: block; margin-left: auto; margin-right: auto;}
footer {text-align: center; color: grey;}
</style>
</head>
<body>
<h1>Air-Wave-Ocean-Ice-Land (AWOIL) Interactions</h1>
<h2>0. Welcome</h2>
<p> Hi, my name is Zhaohui Cheng, currently a PhD student interested in AWOIL interactions. I wish you enjoy this website.
If you would like to contact me, please send an e-mail to [email protected].</p>
<h2>1. Softwares</h2>
<p>1. Unix commands <a href="unixcommands.html" target="_self">View</a> </p>
<p>2. How to set python virtual environment <a href="pythonenvi.html" target="_self">View</a> </p>
<p>3. How to install Wavewatch <a href="wavewatch.html" target="_self">View</a> </p>
<p>4. Climate Data Operators (CDO) software <a href="cdo.html" target="_self">View</a> </p>
<p>5. Python libraries <a href="pythonlibraries.html" target="_self">View</a> </p>
<p>6. Code libraries <a href="codelibraries.html" target="_self">View</a> </p>
<h2>2. Theory</h2>
<p>1. Linear theory of ocean waves <a href="linearwave.html" target="_self">View</a> </p>
<h2>3. Methods</h2>
<p>1. Machine learning <a href="machinelearning.html" target="_self">View</a> </p>
<img src="img_bac.jpeg" alt="airsea" style="width:50%;">
<footer>An image taken from Goat Island, NZ</footer>
</body>
</html>