-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
304 lines (286 loc) · 18.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="referrer" content="no-referrer">
<link rel="shortcut icon" href="./favicon.ico" />
<title>Welcome to my homepage</title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
body {
margin: auto;
padding-right: 2em;
padding-left: 2em;
max-width: 60em;
border: 1px solid black;
border-top: 0px;
border-bottom: 0px;
color: black;
font-family: Verdana, sans-serif;
font-size: 100%;
line-height: 150%;
color: #333;
background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
</style>
</head>
<body>
<style type="text/css">
#navWrap {
height: 100px;
}
#nav {
top: 0;
width: 60em;
height: 100px;
position: absolute;
color: #FFF;
text-align: center;
border-bottom: 1px solid black;
}
#nav h1 {
color: #000;
}
#nav ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#nav ul li { display: inline; }
#nav ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000;
}
#nav ul li a:hover {
color: #fff;
background-color: #369;
}
</style>
<style type="text/javascript">
$(function() {
// Stick the #nav to the top of the window
var nav = $('#nav');
var navHomeY = nav.offset().top;
var isFixed = false;
var $w = $(window);
$w.scroll(function() {
var scrollTop = $w.scrollTop();
var shouldBeFixed = scrollTop > navHomeY;
if (shouldBeFixed && !isFixed) {
nav.css({
position: 'fixed',
top: 0,
left: nav.offset().left,
width: nav.width()
});
isFixed = true;
}
else if (!shouldBeFixed && isFixed)
{
nav.css({
position: 'static'
});
isFixed = false;
}
});
});
</style>
<div id="navWrap">
<div id="nav">
<h1>Peng-Li Du's Homepage</h1>
<ul>
<li><a href="#Aboutme">About me</a></li>
<li><a href="#Education">Education</a></li>
<li><a href="#Research">Research</a></li>
<li><a href="#Publications">Publications</a></li>
<li><a href="#Teaching">Teaching</a></li>
<li><a href="#Document">Document</a></li>
<li><a href="#Links">Links</a></li>
<li><a href="cv.pdf" style="background-color:red">CV.pdf</a></li>
</ul>
</div>
</div>
<div id="BasicInfo" style="width:100%; padding-top: 10px">
<div id="textinfo" style="float:left;width:67%">
<h2 id="Aboutme">About me</h2>
Peng-Li Du<br/>
Email: <a href="mailto:[email protected]">[email protected]</a> <br/>
Github:<a href="http://github.com/dupl10">http://github.com/dupl10</a><br/>
<h2 id="Education">Education & Academic Experience</h2>
<table cellpadding=5>
<tr>
<td>2014.09--2021.06</td>
<td>PhD</td>
<td>Hefei National Laboratory for Physical Sciences at the Microscale</td>
<td>University of Science and Technology of China</td>
</tr>
<tr>
<td>2010.09--2014.06</td>
<td>BSc</td>
<td>College of Chemistry and Chemical Engineering</td>
<td>Lanzhou University</td>
</tr>
</table>
</div>
<div id="photoinfo" style="float:right;width:33%">
<img style="border:none;padding-top:8%;padding-left:4%" src="dupl.png" width=300px>
</div>
</div>
<div id="Res" style="clear: both; padding-top: 10px">
<h2 id="Research">Research Fields</h2>
<ul>
<li>Fundamental chemistry theory and numerical methods for open quantum systems</li>
<li>Quantum dynamics and thermodynamics</li>
<li>Organic chemistry</li>
</ul>
</div>
<div id="Pub" style="padding-top: 10px">
<h2 id="Publications">Publications</h2>
<i>Peer-reviewed journal articles</i>
<ol style="text-align: justify;">
<li>“<a href="./Publications/entanglement.pdf">System-Bath Entanglement Theorem with Gaussian Environment</a>”, Peng-Li Du#, Yao Wang#, Rui-Xue Xu*, Hou-Dao Zhang, and YiJing Yan, J. Chem. Phys., 2020, 152(3): 034102.</li>
<li>“<a href="./Publications/heat.pdf">Nonequilibrium system–bath entanglement theorem versus heat transport</a>”, Peng-Li Du#, Zi-Hao Chen#, Yu Su, Yao Wang*, Rui-Xue Xu, and YiJing Yan*, Chem. J. Chinese Universities, 2021, 42(7): 2155-2160.</li>
</ol>
<i>Theses</i>
<ol style="text-align: justify;">
<li>“<a href="./Thesis/BSc.pdf">不饱和醛与自由基反应的微观机理及动力学性质的理论研究</a>”——杜鹏理学士学位论文。</li>
<li>“<a href="./Thesis/PhD.pdf">体系–环境纠缠的光吸收谱与热涨落谱</a>”——杜鹏理博士学位论文。</li>
</ol>
<i>Book chapters</i>
<ol style="text-align: justify;">
</ol>
</div>
<div id="Tea" style="padding-top: 10px">
<h2 id="Teaching">Teaching</h2>
<i><a href="https://rec.ustc.edu.cn/share/680bcc80-807a-11ee-aede-1b7539450c74">有机化学Ⅰ</a></i>
<ol style="text-align: justify;">
<!--
<li><a href="./Teaching/organic1/第一章 绪论.pptx">第一章 绪论.pptx</a></li>
<li><a href="./Teaching/organic1/第二章 饱和脂肪烃.pptx">第二章 饱和脂肪烃.pptx</a></li>
<li><a href="./Teaching/organic1/第三章 不饱和脂肪烃.pptx">第三章 不饱和脂肪烃.pptx</a></li>
<li><a href="./Teaching/organic1/第四章 芳香烃.pptx">第四章 芳香烃.pptx</a></li>
<li><a href="./Teaching/organic1/第五章 旋光异构.pptx">第五章 旋光异构.pptx</a></li>
<li><a href="./Teaching/organic1/第六章 卤代烃.pptx">第六章 卤代烃.pptx</a></li>
<li><a href="./Teaching/organic1/第七章 醇、酚、醚.pptx">第七章 醇、酚、醚.pptx</a></li>
<li><a href="./Teaching/organic1/第八章 醛、酮、醌.pptx">第八章 醛、酮、醌.pptx</a></li>
<li><a href="./Teaching/organic1/第九章 羧酸、羧酸衍生物和取代羧酸.pptx">第九章 羧酸、羧酸衍生物和取代羧酸.pptx</a></li>
<li><a href="./Teaching/organic1/第十章 含氮化合物.pptx">第十章 含氮化合物.pptx</a></li>
<li><a href="./Teaching/organic1/第十一章 杂环化合物.pptx">第十一章 杂环化合物.pptx</a></li>
<li><a href="./Teaching/organic1/第十二章 糖类.pptx">第十二章 糖类.pptx</a></li>
<li><a href="./Teaching/organic1/第十三章 氨基酸和蛋白质.pptx">第十三章 氨基酸和蛋白质.pptx</a></li>
-->
</ol>
<i><a href="https://rec.ustc.edu.cn/share/6425b000-807a-11ee-8b44-9d16e5d2564f">有机化学Ⅱ</a></i>
<ol style="text-align: justify;">
<!--
<li><a href="./Teaching/organic2/01-绪论-杜鹏理.pptx">第1章 绪论</a></li>
<li><a href="./Teaching/organic2/02-烷烃-杜鹏理.pptx">第2章 饱和烃:烷烃和环烷烃</a></li>
<li><a href="./Teaching/organic2/03-烯烃炔烃二烯烃-杜鹏理.pptx">第3章 不饱和烃:烯烃、炔烃和二烯烃</a></li>
<li><a href="./Teaching/organic2/04-芳烃-杜鹏理.pptx">第4章 芳烃</a></li>
<li><a href="./Teaching/organic2/05-立体化学-杜鹏理.pptx">第5章 对映异构</a></li>
<li><a href="./Teaching/organic2/06-卤代烃-杜鹏理.pptx">第6章 卤代烃 金属有机化合物</a></li>
<li><a href="./Teaching/organic2/07-醇酚醚-杜鹏理.pptx">第7章 醇、酚和醚</a></li>
<li><a href="./Teaching/organic2/08-醛、酮和醌-杜鹏理.pptx">第8章 醛、酮和醌</a></li>
<li><a href="./Teaching/organic2/09-羧酸及其衍生物-杜鹏理.pptx">第9章 羧酸及其衍生物</a></li>
<li><a href="./Teaching/organic2/10-含氮有机化合物-杜鹏理.pptx">第10章 含氮有机化合物</a></li>
<li><a href="./Teaching/organic2/11-杂环化合物-杜鹏理.pptx">第11章 杂环化合物</a></li>
-->
</ol>
<i><a href="https://rec.ustc.edu.cn/share/8df09600-8079-11ee-a3d4-29a94da77f0e">有机化学Ⅲ</a></i>
<ol style="text-align: justify;">
<!--
<li><a href="./Teaching/organic3/01-绪论-杜鹏理.pptx">第1章 绪论</a></li>
<li><a href="./Teaching/organic3/02-烷烃-杜鹏理.pptx">第2章 饱和烃:烷烃和环烷烃</a></li>
<li><a href="./Teaching/organic3/03-烯烃炔烃二烯烃-杜鹏理.pptx">第3章 不饱和烃:烯烃、炔烃和二烯烃</a></li>
<li><a href="./Teaching/organic3/04-芳烃-杜鹏理.pptx">第4章 芳烃</a></li>
<li><a href="./Teaching/organic3/05-立体化学-杜鹏理.pptx">第5章 对映异构</a></li>
<li><a href="./Teaching/organic3/06-卤代烃-杜鹏理.pptx">第6章 卤代烃 金属有机化合物</a></li>
<li><a href="./Teaching/organic3/07-醇酚醚-杜鹏理.pptx">第7章 醇、酚和醚</a></li>
<li><a href="./Teaching/organic3/08-醛、酮和醌-杜鹏理.pptx">第8章 醛、酮和醌</a></li>
<li><a href="./Teaching/organic3/09-羧酸及其衍生物-杜鹏理.pptx">第9章 羧酸及其衍生物</a></li>
<li><a href="./Teaching/organic3/10-含氮有机化合物-杜鹏理.pptx">第10章 含氮有机化合物</a></li>
<li><a href="./Teaching/organic3/11-杂环化合物-杜鹏理.pptx">第11章 杂环化合物</a></li>
-->
</ol>
</div>
<div id="Doc" style="padding-top: 10px">
<h2 id="Document">Document Download</h2>
<p><a href="download/NMR.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>Table of NMR Chemical Shift </button></a></p>
<p><a href="download/pka.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>Table of pKa</button></a></p>
<p><a href="download/Periodic_table_of_elements.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>Periodic Table of Elements</button></a></p>
<p><a href="download/submit standerd.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>Submission Requirements</button></a></p>
<p><a href="download/fuxiaoying.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>独特的氟效应</button></a></p>
<p><a href="download/youjirongjijixingbiao.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>有机溶剂极性表格 </button></a></p>
<p><a href="download/zhuyishixiang.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>有机溶剂毒性以及实验室注意事项 </button></a></p>
<p><a href="download/sidaoutu.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>四大谱图原理解析 </button></a></p>
<p><a href="download/youjirongjijixingbiao.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>溶剂性质表 </button></a></p>
<p><a href="download/hurongbiao.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>溶剂互溶表 </button></a></p>
<p><a href="download/NMRweiyi.pdf" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>常见NMR化学位移 </button></a></p>
<p><a href="https://mp.weixin.qq.com/s/eDl6sRJz4kk2zTbR4TZLsQ" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>如何用MestRenova和Origin软件绘制核磁二维谱 </button></a></p>
<p><a href="https://www.bilibili.com/video/BV19Q4y1A7cJ" target="_blank" ><button type="button" class="btn btn-large"><i class="icon-chevron-right"></i>有机化学 李艳梅 </button></a></p>
</div>
<div id="Lin" style="padding-top: 10px">
<h2 id="Links">Links</h2>
<ul>
<li><a href="https://chatbot.weixin.qq.com/webapp/0eoJGspXnewLiVZLcrtLH8YKhdFF6q?robotName=硼锂AI">硼锂AI</a></li>
<li><a href="http://www.ustc.edu.cn">USTC homepage</a></li>
<li><a href="http://bbs.ustc.edu.cn">USTC BBS</a></li>
<li><a href="./github_index.html">GitHub Pages</a></li>
<li><a href="./清华大学_高等量子力学.pdf">Modern Quantum Mechanics</a></li>
<li><a href="./daxigua">BigWaterMelon</a><font color="red"> (Play the game on your PHONE!) </font></li>
<li><a href="./xiaoputao">SmallGrapes</a><font color="red"> (Play the game on your PHONE!) </font></li>
<li><a href="./CPE-namelist">23化工3、4点名系统</a></li>
<li><a href="./ECE-namelist">22能化点名系统</a></li>
<li><a href="./CET-namelist">22化卓点名系统</a></li>
</ul>
</div>
<div style="text-align: center; padding-top: 10px">
<a href="./download/Periodic_table-2014.png"><IMG SRC="./download/Periodic_table-2014.png" width="100%"></a>
</div>
<div style="text-align: center; padding-top: 10px">
<iframe frameborder="0" height="777" src="https://ac.yunyoujun.cn"></iframe>
</div>
<div style="text-align:center">
<script>
function getInfo(obj) {
var ipinfo=obj.ip;
var addrinfo = obj.addr;
document.write('<b>'+'欢迎来自'+'<font color="green">'+ addrinfo +'</font>'+'的网友;'+'您的IP:'+'<font color="blue">'+ ipinfo +'</font>'+'</b>');
}
</script>
<script src="https://whois.pconline.com.cn/ipJson.jsp?callback=getInfo"></script>
</div>
<!--
<div id="Fun" style="width:100%; padding-top: 10px">
<div id="musicinfo" style="left;width:33%">
<audio width="720" height="480" controls="controls" autoplay="autoplay" loop="loop">
<source src="http://music.163.com/song/media/outer/url?id=520568265.mp3" type="audio/mpeg"> </audio>
</div>
<div id="videoinfo" style="left;width:67%">
<video id="video" width="720" height="480" controls="controls" autoplay="autoplay" preload="none" poster="http://media.w3.org/2010/05/bunny/poster.png">
<source id="mp4" src="http://media.w3.org/2010/05/bunny/movie.mp4" type="video/mp4">
<source id="ogv" src="http://media.w3.org/2010/05/bunny/movie.ogv" type="video/ogg">
<source id="hd_ogv" src="http://media.w3.org/2010/05/bunny/movie_hd.ogv" type="video/ogg">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
</div>
</div>
-->
</body>
<!--
<footer style="text-align: center">
<script>
function cb(response) {
document.getElementById('visits').innerText = '累计访问次数:' + response.value;
}
</script>
<script async src="https://api.countapi.xyz/hit/dupl.github.io/visits?callback=cb"></script>
<p><a href="https://dupl.github.io" target="_blank" ><button id="visits" type="button" class="btn btn-large"></button></a></p>
</footer>
-->
</html>