-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (81 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Gan Duan's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://i1.rgstatic.net/ii/profile.image/1023200947367944-1620961524675_Q128/Gan-Duan.jpg" alt="Gan profile image"></td>
<td> <h1>Gan Duan</h1>
<p><em>CERC Postdoctoral Research fellow at CSIRO</em></p>
<p>I have over 7 years working with geoscience data as a professional data scientist as well as 2 years’ experience working in cloud technologies (Pawsey Supercomputing Centre, WA). I have worked at Monash University by collaborating with team
members of Architects and Scientist and from On-Premise Infrastructure to Cloud platforms.</p></td>
</tr>
</table>
<hr>
<h3>Working Experience</h3>
<table>
<thead>
<tr>
<th>Dates</th><th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>12/2021 – present</td>
<td>postdoctoral research scientist, CSIRO</td>
</tr>
<tr>
<td>07/2021 – 12/2021</td>
<td>Research fellow, Monash University</td>
</tr>
</tbody>
</table>
</ul>
<h3>Academic Qualification</h3>
<ul>
<li>Ph.D. from Monash University, Australia (10/2017 – 09/2021) </li>
<li>Master from Chinese Academy of Sciences, China (09/2014 – 07/2017) </li>
<li>Bachelor from China University of geoscience, China (09/2010 - 07/2014)</li>
</ul>
<h3>Skills</h3>
<table>
<tr>
<td> <table>
<tbody>
<tr>
<td>Python</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
</td>
<td> <table>
<tbody>
<tr>
<td>Adobe Illustrator</td>
<td>⭐️⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Photoshop</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<h3>Personal Website</h3>
<ul>
<li><a href="https://www.researchgate.net/profile/Gan-Duan">ResearchGate</a></li>
</ul>
<hr>
<p><a href="contact-me.html">Contact Me</a></p>
</body>
</html>