Skip to content

Commit af60385

Browse files
authored
Create publications.html
1 parent e15efb4 commit af60385

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

publications.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Peng-Fei Liu's Homepage</title>
7+
<meta name="author" content="Peng-Fei Liu">
8+
<meta name="copyright" content="Peng-Fei Liu's Homepage">
9+
<meta name="keywords" content="Peng-Fei Liu, Neutron Scattering, Computational Materials">
10+
<link rel="stylesheet" href="cssjs/home.css">
11+
</head>
12+
<body>
13+
<div class="container">
14+
<header>
15+
<a href="https://www.cas.cn/" target="_blank">
16+
<img src="images/logo/logo-cas.png" alt="CAS" class="logo">
17+
</a>
18+
<div class="quote-container">
19+
<div class="quote" id="quote">名人名言加载中...</div>
20+
<div class="quote-author" id="quoteAuthor">无名氏</div>
21+
</div>
22+
</header>
23+
</div>
24+
<nav>
25+
<div class="container">
26+
<div class="nav-links" id="navLinks">
27+
<a href="./index.html">Home</a>
28+
<a href="./research.html">Research</a>
29+
<a href="./people.html">People</a>
30+
<a href="./publications.html">Publications</a>
31+
<a href="./softwares.html">Softwares</a>
32+
<a href="./gallery.html">Gallery</a>
33+
<a href="./positions.html">Positions</a>
34+
</div>
35+
<div class="menu-icon" onclick="toggleNav()">&#9776;</div>
36+
</div>
37+
</nav>
38+
<div class="container">
39+
<section id="publications">
40+
<div class="publication">
41+
<p>
42+
<strong>论文标题1</strong>
43+
<br>
44+
作者1, 作者2, 作者3
45+
<br>
46+
<em>期刊名称</em>, 2023, 12, 123-130.
47+
</p>
48+
<p>
49+
<strong>论文标题2</strong>
50+
<br>
51+
作者1, 作者2, 作者3
52+
<br>
53+
<em>期刊名称</em>, 2022, 10, 45-50.
54+
</p>
55+
</div>
56+
</section>
57+
</div>
58+
<footer>
59+
<div class="container">
60+
<p>
61+
Copyright &copy; 2025 Peng-Fei Liu.
62+
Address:No. 1, Zhongziyuan Road, Dalang, Dongguan 523803, China.
63+
Email: pfliu@ihep.ac.cn.
64+
</p>
65+
</div>
66+
</footer>
67+
<script src="cssjs/home.js"></script>
68+
</body>
69+
</html>

0 commit comments

Comments
 (0)