-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (49 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yang Zhao</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header">
<img src="images/spzhao.jpg" alt="Yang" class="profile-pic">
<h1>Yang Zhao 赵阳</h1>
<p>Berlin, Germany</p>
</div>
<div class="section">
<h2>About Me</h2>
<p>Research interests: digital humanities; computational & interdisciplinary research in art history;<br>Daoist art; Buddhist art; Chinese funeral art; gender issues</p>
</div>
<div class="section">
<h2>Education</h2>
<p>M.Sc. Computer Science | University of York<br>
M.A. East Asian Art History | Heidelberg University<br>
B.A. Museum Studies | Fudan University</p>
</div>
<div class="section">
<h2>Professional experience</h2>
<p>Research assistant at Heidelberger Akademie der Wissenschaften 05.2024-present</p>
</div>
<div class="section">
<h2>Awards & Scholarships</h2>
<p>Heinz-Götze Travel Grant for Chinese Art History | Baden-Württemberg Scholarship<br>
“Xiyuan” Fudan's Undergraduate Research Opportunities Program Grant<br>
“Heshi” Scholarship of the Cultural Heritage and Museology Department
</p>
</div>
<div class="section">
<h2>Certifications</h2>
<p>Microsoft Azure AI Engineer Associate | AWS Certified Cloud Practitioner</p>
</div>
<div class="social-links">
<p>
<a href="https://www.linkedin.com/in/yang-zhao-eaah/">LinkedIn</a> |
<a href="https://github.com/YangZ192">GitHub</a> |
<a href="https://uni-heidelberg.academia.edu/YangZhao">Academia</a> |
<a href="mailto:[email protected]">Email</a>
</p>
</div>
</body>
</html>