Skip to content

Commit e15efb4

Browse files
authored
Update index.html
1 parent 358cfa7 commit e15efb4

File tree

1 file changed

+102
-87
lines changed

1 file changed

+102
-87
lines changed

index.html

Lines changed: 102 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,142 @@
11
<!DOCTYPE html>
22
<html lang="zh-CN">
3-
<head>
3+
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Peng-Fei Liu's Homepage</title>
77
<meta name="author" content="Peng-Fei Liu">
88
<meta name="copyright" content="Peng-Fei Liu's Homepage">
99
<meta name="keywords" content="Peng-Fei Liu, Neutron Scattering, Computational Materials">
1010
<link rel="stylesheet" href="cssjs/home.css">
11-
</head>
12-
<body>
13-
<div class="container">
14-
<header>
11+
</head>
12+
<body>
13+
<div class="container">
14+
<header>
1515
<a href="https://www.cas.cn/" target="_blank">
16-
<img src="images/logo/logo-cas.png" alt="CAS" class="logo">
16+
<img src="images/logo/logo-cas.png" alt="CAS" class="logo">
1717
</a>
1818
<div class="quote-container">
19-
<div class="quote" id="quote">名人名言加载中...</div>
20-
<div class="quote-author" id="quoteAuthor">无名氏</div>
19+
<div class="quote" id="quote">名人名言加载中...</div>
20+
<div class="quote-author" id="quoteAuthor">无名氏</div>
2121
</div>
22-
</header>
23-
</div>
24-
<nav>
25-
<div class="container">
22+
</header>
23+
</div>
24+
<nav>
25+
<div class="container">
2626
<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>
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>
3434
</div>
3535
<div class="menu-icon" onclick="toggleNav()">&#9776;</div>
36-
</div>
37-
</nav>
38-
<div class="container">
39-
<section id="about">
36+
</div>
37+
</nav>
38+
<div class="container">
39+
<section id="about">
4040
<div class="image-slider">
41-
<img src="images/slideshow/slideshow_01.png" alt="图片1" class="active">
42-
<img src="images/slideshow/slideshow_02.png" alt="图片2">
43-
<img src="images/slideshow/slideshow_03.png" alt="图片3">
44-
<img src="images/slideshow/slideshow_04.png" alt="图片4">
45-
<div class="slider-controls">
46-
<button onclick="prevImage()">&#10094;</button>
47-
<button onclick="nextImage()">&#10095;</button>
48-
</div>
41+
<img src="images/slideshow/slideshow_01.png" alt="图片1" class="active">
42+
<img src="images/slideshow/slideshow_02.png" alt="图片2">
43+
<img src="images/slideshow/slideshow_03.png" alt="图片3">
44+
<img src="images/slideshow/slideshow_04.png" alt="图片4">
45+
<div class="slider-controls">
46+
<button onclick="prevImage()">&#10094;</button>
47+
<button onclick="nextImage()">&#10095;</button>
48+
</div>
4949
</div>
50-
</section>
51-
<section id="research">
52-
<p>
53-
The spallation neutron source is always a large-scale scientific facility that reflects the comprehensive strength of a country's scientific and technological level, economic level and industrial level. It is also an advanced experimental platform for multi-disciplinary research. The China Spallation Neutron Source (CSNS) is the first pulsed neutron source facility in developing countries. Thus it is expected to have positive effects in promoting the development of fundamental sciences and technology.
54-
</p>
55-
<p>
56-
Neutron scattering technology is widely used in physics, chemistry, life sciences, materials science and technology, resource environment, nanotechnology, etc. It is expected to achieve breakthroughs in important frontier research fields such as quantum regulation and high temperature superconductivity.
57-
</p>
58-
<p>
59-
Our group works mainly in interactions between electrons, phonons, and orbitals within materials and the resulting novel physical phenomena using theoretical calculations (first-principles, AI molecular dynamics, Monte Carlo simulations) and large-scale scientific facilities (neutron scattering, and synchrotron X-ray techniques).
60-
</p>
61-
62-
<p>
63-
<b>Perspective students/visitors:</b> If you are interested in our work, do not hesitate to contact us.
64-
</p>
65-
</section>
66-
<section id="publications">
50+
</section>
51+
<section id="research">
52+
<p>
53+
The spallation neutron source is always a large-scale scientific facility that reflects the comprehensive strength of a country's scientific and technological level, economic level and industrial level. It is also an advanced experimental platform for multi-disciplinary research. The China Spallation Neutron Source (CSNS) is the first pulsed neutron source facility in developing countries. Thus it is expected to have positive effects in promoting the development of fundamental sciences and technology.
54+
</p>
55+
<p>
56+
Neutron scattering technology is widely used in physics, chemistry, life sciences, materials science and technology, resource environment, nanotechnology, etc. It is expected to achieve breakthroughs in important frontier research fields such as quantum regulation and high temperature superconductivity.
57+
</p>
58+
<p>
59+
Our group works mainly in interactions between electrons, phonons, and orbitals within materials and the resulting novel physical phenomena using theoretical calculations (first-principles, AI molecular dynamics, Monte Carlo simulations) and large-scale scientific facilities (neutron scattering, and synchrotron X-ray techniques).
60+
</p>
61+
62+
<p>
63+
<b>Perspective students/visitors:</b> If you are interested in our work, do not hesitate to contact us.
64+
</p>
65+
</section>
66+
<section id="publications">
6767
<h2>出版物</h2>
6868
<div class="publication">
69-
<p><strong>论文标题1</strong><br>
70-
作者1, 作者2, 作者3<br>
71-
<em>期刊名称</em>, 2023, 12, 123-130.</p>
72-
<p><strong>论文标题2</strong><br>
73-
作者1, 作者2, 作者3<br>
74-
<em>期刊名称</em>, 2022, 10, 45-50.</p>
69+
<p>
70+
<strong>论文标题1</strong>
71+
<br>
72+
作者1, 作者2, 作者3
73+
<br>
74+
<em>期刊名称</em>, 2023, 12, 123-130.
75+
</p>
76+
<p>
77+
<strong>论文标题2</strong>
78+
<br>
79+
作者1, 作者2, 作者3
80+
<br>
81+
<em>期刊名称</em>, 2022, 10, 45-50.
82+
</p>
7583
</div>
76-
</section>
77-
<section id="projects">
84+
</section>
85+
<section id="projects">
7886
<h2>项目</h2>
7987
<div class="project">
80-
<h3>项目名称1</h3>
81-
<p>项目描述,简要介绍项目的背景、目标和成果。<br>
82-
<a href="#">[项目链接]</a></p>
88+
<h3>项目名称1</h3>
89+
<p>项目描述,简要介绍项目的背景、目标和成果。
90+
<br>
91+
<a href="#">[项目链接]</a>
92+
</p>
8393
</div>
8494
<div class="project">
85-
<h3>项目名称2</h3>
86-
<p>项目描述,简要介绍项目的背景、目标和成果。<br>
87-
<a href="#">[项目链接]</a></p>
95+
<h3>项目名称2</h3>
96+
<p>项目描述,简要介绍项目的背景、目标和成果。
97+
<br>
98+
<a href="#">[项目链接]</a>
99+
</p>
88100
</div>
89-
</section>
90-
<section id="teaching">
101+
</section>
102+
<section id="teaching">
91103
<h2>教学经历</h2>
92104
<ul>
93-
<li>课程名称1 - 学期/年份</li>
94-
<li>课程名称2 - 学期/年份</li>
105+
<li>课程名称1 - 学期/年份</li>
106+
<li>课程名称2 - 学期/年份</li>
95107
</ul>
96-
</section>
97-
<section id="awards">
108+
</section>
109+
<section id="awards">
98110
<h2>荣誉与奖项</h2>
99111
<div class="award">
100-
<h3>奖项名称1</h3>
101-
<p>获奖时间: 2023年<br>
112+
<h3>奖项名称1</h3>
113+
<p>获奖时间: 2023年
114+
<br>
102115
颁发机构: 机构名称</p>
103116
</div>
104117
<div class="award">
105-
<h3>奖项名称2</h3>
106-
<p>获奖时间: 2022年<br>
118+
<h3>奖项名称2</h3>
119+
<p>获奖时间: 2022年
120+
<br>
107121
颁发机构: 机构名称</p>
108122
</div>
109-
</section>
110-
<section id="contact">
123+
</section>
124+
<section id="contact">
111125
<h2>联系方式</h2>
112-
<p>邮箱: <a href="mailto:your.email@example.com">your.email@example.com</a></p>
113-
<p>地址: 你的工作单位地址</p>
114-
</section>
115-
</div>
116-
<footer>
117-
<div class="container">
118-
<p
119-
Copyright &copy; 2025 Peng-Fei Liu.
120-
Address:No. 1, Zhongziyuan Road, Dalang, Dongguan 523803, China.
121-
Email: pfliu@ihep.ac.cn.
126+
<p>邮箱: <a href="mailto:your.email@example.com">your.email@example.com</a>
122127
</p>
128+
<p>地址: 你的工作单位地址</p>
129+
</section>
123130
</div>
124-
</footer>
125-
<script src="cssjs/home.js"></script>
126-
</body>
131+
<footer>
132+
<div class="container">
133+
<p>
134+
Copyright &copy; 2025 Peng-Fei Liu.
135+
Address:No. 1, Zhongziyuan Road, Dalang, Dongguan 523803, China.
136+
Email: pfliu@ihep.ac.cn.
137+
</p>
138+
</div>
139+
</footer>
140+
<script src="cssjs/home.js"></script>
141+
</body>
127142
</html>

0 commit comments

Comments
 (0)