-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
57 lines (44 loc) · 1.3 KB
/
research.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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="./img/favicon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Huancheng(Watson) Hu</title>
<link rel="stylesheet" href="./stylesheet.css">
</head>
<body>
<div class="sidenav">
<div class="navblock">
<div class="navblock_text">
<a href="./index.html">About</a>
<a href="./resume.html">Resume</a>
<a style="color:#3498DB" href="./research.html">Research</a>
<!-- <a href="./portfolio.html">Portfolio</a>
<a href="./blog.html">Blog</a> -->
</div>
</div>
<div class="footer">
<p>© 2022 Huancheng Hu</p>
</div>
</div>
<div class="main">
<h2>Research Activity</h2>
<p>placeholder</p>
<br>
<h3 class="research_accent">Standards Development</h3>
<p>placeholder</p>
<br>
<h3 class="research_accent">Publications</h3>
<h4>Placeholder</h4>
<p><i>placerholder</i></p>
<p>placeholder</p>
<p><a href="https://www.example.com" target="_blank">Download</a></p>
<br>
<h3 class="research_accent">Invited Talks</h3>
<p> placeholder
<i>placeholder</p>
</div>
</body>
</html>