-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
56 lines (49 loc) · 1.52 KB
/
publications.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
<!DOCTYPE html>
<html lang="en">
</head>
<link rel="icon" media="(prefers-color-scheme:dark)" href="./assets/img/XMU_logo.png" type="image/png"/>
<link rel="icon" media="(prefers-color-scheme:light)" href="./assets/img/XMU_logo.png" type="image/png"/>
<meta charset="utf-8">
</head>
<link rel="stylesheet" href="./assets/css/style.css" type="text/css" />
<link rel="stylesheet" href="./assets/css/jemdocCustom.css" type="text/css" />
<title>Xiwei Deng - Publications</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-category">Xiwei Deng</div>
<div class="menu-item"><a href="index.html" class="current">Home</a></div>
<div class="menu-category">Reserach</div>
<div class="menu-item"><a href="publications.html">Publications</a></div>
<div class="menu-item"><a href="Experiences.html">Experiences</a></div>
<div class="menu-item"><a href="Projects.html">Projects</a></div>
<div class="menu-item"><a href="Awards.html">Awards</a></div>
</td>
<td id="layout-content">
<h1>Publications</h1>
<h2 id="conference">Conference</h2>
<ul>
<li>To be continued</li>
</ul>
<h2 id="journal">Journal</h2>
<ul>
<li>To be continued</li>
</ul>
<!--
<div class="infoblock">
<div class="blockcontent">
<p><a href="news.html">More news</a></p>
</div></div>
-->
<div id="footer">
<div style="text-align: center;">Copyright © Xiwei Deng | Last modified :
Sep 2024
</div>
</div>
</td>
</tr>
</table>
</body>
</html>