-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.html
508 lines (420 loc) · 27 KB
/
team.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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<head>
<meta charset="UTF-8" />
<title>Team</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/nav.css">
<link rel="stylesheet" type="text/css" href="./css/card.css">
<link rel="stylesheet" type="text/css" href="./css/page/team.css">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="stylesheet" type="text/css" href="./css/team-painter.css">
<link rel="stylesheet" type="text/css" href="./css/new1.css">
<!-- <link rel="stylesheet" type="text/css" href="./css/bootstrap//bootstrap.css">
<link rel="stylesheet" type="text/js" href="./js//bootstrap/bootstrap.js"> -->
<script src="./js/main.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"></script>
<!-- <script>
window.addEventListener('scroll', function() {
let top = window.scrollY
console.log(top)
if (top > 200) {
$('.main').css('transform', 'translateY(-300px)')
} else {
$('.main').css('transform', 'translateY(0%)')
}
})
</script> -->
</head>
<body>
<div id="loading">
<div class='loadingX' style="background-color: #abc2ea;">
<img src="./image/lodding_3.gif" height=100% width=100%>
</div>
</div>
<script>
document.onreadystatechange = function() {
if (document.readyState === "complete") {
setTimeout(
function() {
// document.querySelector("#loading").style.opacity = "0%";
document.querySelector("#loading").style.display = "none";
document.querySelector("#globalWrapper").style.display = "block";
}, 3000)
}
}
</script>
<div id='globalWrapper'>
<div id="content" class="mw-body" role="main" style="background-color: white">
<div id="HQ_page">
<div id="bodyContent">
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
<section class="menu-section-area">
<!-- Navigation -->
<nav class="menu">
<div style="height: 0px;width: 0px;position: relative;">
<img src="./image/logo.png" width="50px" height="50px" style="position:absolute;top:-14px;">
</div>
<ol>
<li class="menu-item"><a href="./index.html">Home</a></li>
<li class="menu-item">
<a href="#0">Project
<svg version="1.1" class="plus-icon" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18">
<line fill="none" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10"
x1="10" y1="9" x2="17" y2="9" />
<line fill="none" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10"
x1="9" y1="9" x2="9" y2="1" />
<g id="lineGroup_1">
<line fill="none" stroke-width="4" stroke-linecap="round"
stroke-miterlimit="10" x1="1" y1="9" x2="8" y2="9" />
<line fill="none" stroke-width="4" stroke-linecap="round"
stroke-miterlimit="10" x1="9" y1="17" x2="9" y2="9" />
</g>
</svg>
</a>
<ol class="sub-menu">
<li class="sub-menu-item"><a href="./description.html">Description</a></li>
<li class="sub-menu-item"><a href="./design.html">Design</a></li>
<li class="sub-menu-item"><a href="./results.html">Results</a></li>
<li class="sub-menu-item"><a href="./supplement.html">Supplement</a></li>
<li class="sub-menu-item"><a href="./protocol.html">Protocol</a></li>
</ol>
</li>
<li class="menu-item"><a href="./lab_notebook.html">Lab notebook</a></li>
<li class="menu-item">
<a href="#0">Team
<svg version="1.1" class="plus-icon" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18">
<line fill="none" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10"
x1="10" y1="9" x2="17" y2="9" />
<line fill="none" stroke-width="4" stroke-linecap="round" stroke-miterlimit="10"
x1="9" y1="9" x2="9" y2="1" />
<g id="lineGroup_1">
<line fill="none" stroke-width="4" stroke-linecap="round"
stroke-miterlimit="10" x1="1" y1="9" x2="8" y2="9" />
<line fill="none" stroke-width="4" stroke-linecap="round"
stroke-miterlimit="10" x1="9" y1="17" x2="9" y2="9" />
</g>
</svg>
</a>
<ol class="sub-menu">
<li class="sub-menu-item"><a href="./team.html">Team</a></li>
<li class="sub-menu-item"><a href="./collaboration.html">Collaboration</a></li>
</ol>
</li>
</nav>
<!-- Navigation -->
</section>
<!-- 轮播 -->
<div id="demo" class="carousel slide" data-bs-ride="carousel">
<!-- Indicators/dots -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#demo" data-bs-slide-to="0" class="active"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="1"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="2"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="3"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="4"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="5"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="6"></button>
<button type="button" data-bs-target="#demo" data-bs-slide-to="7"></button>
</div>
<!-- The slideshow/carousel -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="./imgs/1.jpg" alt="Shanghai" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/2.jpg" alt="Beijing" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/3.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/4.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/5.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/6.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/7.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
<div class="carousel-item">
<img src="./imgs/8.jpg" alt="Wuhan" class="d-block" style="width:100%">
<div class="carousel-caption">
</div>
</div>
</div>
<!-- Left and right controls/icons -->
<button class="carousel-control-prev" type="button" data-bs-target="#demo" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#demo" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<div class="content" style="">
<div class="main" style="color: black;border-color: #C3D7DE;">
<aside style="margin-top: -200px;">
<br /><br /><br /><br /><br /><br /><br />
<h2>Team Members
</h2>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Wenhui Tao.jpg" alt="">
</div>
<h1>Wenhui Tao</h1>
<h2>Leader</h2>
<p>Wenhui Tao: conceived and designed the project and guided the team, bought the materials and tools for conducting the experiment.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Puze Geng.jpg" alt="">
</div>
<h1>Puze Geng</h1>
<h2>Leader</h2>
<p>Puze Geng: conceived the project with conceptual and practical guidance, make significant decision for the team.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Rui Yuan.jpg" alt="">
</div>
<h1>Rui Yuan</h1>
<h2>Advisor</h2>
<p>Rui Yuan: revised the article and helped with the wiki and finished with the photo retouching work.</p>
</div>
</div>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Weiran Lin.jpg" alt="">
</div>
<h1>Weiran Lin</h1>
<h2>Advisor</h2>
<p>Weiran Lin: support the experiment with rich experience and wrote the article with contributions from other authors.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Ke Xu.jpg" alt="">
</div>
<h1>Ke Xu</h1>
<h2>Advisor</h2>
<p>Ke Xu: support the experiment with rich experience, translated and modified articles and protocols.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Xiaorui Liu.jpg" alt="">
</div>
<h1>Xiaorui Liu</h1>
<h2>Advisor</h2>
<p>Xiaorui Liu: support the experiment with rich experience, took photos for the useful data and results and wrote the experimental diary.</p>
</div>
</div>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Jun Liu.jpg" alt="">
</div>
<h1>Jun Liu</h1>
<h2>Wet Lab</h2>
<p>Jun Liu: performed the whole experiments, gave counsel suggest for the lab group.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Qingyun Cai.jpg" alt="">
</div>
<h1>Qingyun Cai</h1>
<h2>Wet Lab</h2>
<p>Qingyun Cai: performed PACE experiments, constructed the PACE chemostat.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Ziyi Zhang.jpg" alt="">
</div>
<h1>Ziyi Zhang</h1>
<h2>Wet Lab</h2>
<p>Ziyi Zhang: performed the whole experiments, finished the protocols.</p>
</div>
</div>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Xiaohan Ning.jpg" alt="">
</div>
<h1>Xiaohan Ning</h1>
<h2>Wet Lab</h2>
<p>Xiaohan Ning: performed the whole experiments, collected and collated experimental data.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Yuhao Zhang.jpg" alt="">
</div>
<h1>Yuhao Zhang</h1>
<h2>Wet Lab</h2>
<p>Yuhao Zhang: performed the whole experiments, analyzed the experimental data and made the conclusion.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Jiaji Lv.jpg" alt="">
</div>
<h1>Jiaji Lv</h1>
<h2>Wet Lab</h2>
<p>Jiaji Lv: designed the project, performed the whole experiments, and collected the background knowledge.</p>
</div>
</div>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Yue Zhang.JPG" alt="">
</div>
<h1>Yue Zhang</h1>
<h2>Wet Lab</h2>
<p>Yue Zhang: performed the whole experiments, collated the experimental diary.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Jingliu Cai.jpg" alt="">
</div>
<h1>Jingliu Cai</h1>
<h2>Design</h2>
<p>Jingliu Cai: made and beautify the wiki and slides.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Meichen Song.jpg" alt="">
</div>
<h1>Meichen Song</h1>
<h2>Design</h2>
<p>Meichen Song: designed the logo and poster for the team.</p>
</div>
</div>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/Yiheng Yang.jpg" alt="">
</div>
<h1>Yiheng Yang</h1>
<h2>Model</h2>
<p>Yiheng Yang: accounted for the computational experiments, including molecular dynamic simulations and modelling the structures of proteins.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Fan Yang.jpg" alt="">
</div>
<h1>Fan Yang</h1>
<h2>Wiki</h2>
<p>Fan Yang: finished the wiki and provided useful wiki tools and suggestions.</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/Hongdi Zhang.jpg" alt="">
</div>
<h1>Hongdi Zhang</h1>
<h2>Wiki</h2>
<p>Hongdi Zhang: finished the wiki and provided useful wiki tools and suggestions.</p>
</div>
</div>
<h2>PI
</h2>
<div class="card-part">
<div class="card">
<div class="photo">
<img src="./team/cx.jpg" alt="">
</div>
<h1>Xi Chen</h1>
<h2></h2>
<p>Xi Chen: provided guidance for the experiment and agree to serve as corresponding authors and ensures communication.
</p>
</div>
<div class="card">
<div class="photo">
<img src="./team/yx.jpg" alt="">
</div>
<h1>Xin Yan</h1>
<h2></h2>
<p>Xin Yan: provided guidance for the experiment and agree to serve as corresponding authors and ensures communication.
</p>
</div>
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
<div class="footer " style="position:absolute;right:0;left:0;margin:0 auto;width: 100%;height: 400px;background-color: black;margin-top: -200px;position: relative;">
<div class="container" style="width:100%;height:100%;background-color: black;width: 100%;font-size: 14px;">
<div class="footer-img" style="position:absolute;left: 0;">
<img src="./image/footer.jpg" width="600px" height="230px">
</div>
<div class="footer-content" style="text-align: center;right: 0;height: 100%;width: 50%;background-color: black;top: 0;">
<ul class="footer-content-ul">
<li class="first">
<a href="./index.html" style="font-size: 21px;">HOME</a>
</li>
</ul>
<ul>
<li class="first">
<a href="./description.html" style="font-size: 21px;">PROJECT</a>
</li>
<li>
<a href="./description.html">Description</a>
</li>
<li>
<a href="./design.html">Design</a>
</li>
<li>
<a href="./results.html">Results</a>
</li>
<li>
<a href="./supplement.html">Supplement</a>
</li>
<li>
<a href="./protocol.html">Protocol</a>
</li>
</ul>
<ul class="footer-content-ul">
<li class="first">
<a href="./lab_notebook.html" style="font-size: 18px;">LAB NOTEBOOK</a>
</li>
</ul>
<ul class="footer-content-ul">
<li class="first">
<a href="./team.html" style="font-size: 21px;">TEAM</a>
</li>
<li>
<a href="./team.html">Team</a>
</li>
<li>
<a href="./collaboration.html">Collaboration</a>
</li>
</ul>
</div>
<div class="footer-row">
<div class="col-md-12 " style="margin-top: -30px; ">
<p style="text-align: center;font-size: 16px; color: white;">Copyright © 2022 NAU All rights reserved.
</p>
</div>
</div>
</div>
</div>
</html>