-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
494 lines (400 loc) · 24.8 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<head>
<meta charset="UTF-8" />
<title>Home</title>
<link rel="stylesheet" type="text/css" href="./css/nav.css">
<link rel="stylesheet" type="text/css" href="./css/home-painter.css">
<link rel="stylesheet" type="text/css" href="./css/home-new1.css">
<link rel="stylesheet" type="text/css" href="./css/page/home.css">
<script type="text/javascript" src="./js/nav.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"></script>
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.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: #C3D7DE;">
<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 class="img1">
<p style="text-align:center;font-size: 80px;">Directed Evolution of <br /> Tyrosyl-tRNA Synthetase
</p>
</div>
<div class="shell-main-content">
<div class="shell-main-content-left">
<h1 style="font-size: 34px;margin-bottom:-200px;line-height:50px;text-align: left;z-index: 2;color: white;">
Mussel foot proteins introduction</h1>
<h2 style="font-size: 27px;line-height:50px;text-align: left;height:400px;z-index: 2;font-weight: normal;">
<br /> Mussel foot proteins are a class of protein complexes secreted through mussel foot glands that react with the surface of the substrate to produce extremely strong adhesion. They are currently used as biomedical
adhesives because of their strong adhesion, degradability and excellent biocompatibility in the marine environment.
</h2>
</div>
<div class="shell-main-content-right">
<img src="./image/QQ20221009011125.png" style="z-index: 1;margin-left: -220px;width: 700px;margin-bottom: -100px;" alt="">
</div>
</div>
<div class="shell-main-header" style="width: 100%;">
<div class="shell-main-header-left">
<div class="shell-main-header-left-top">
<h2 style="color: hsl(207, 60%, 60%);">In</h2>
<span>order to generate MAPs</span>
</div>
<br />
<div class="shell-main-header-left-bottom">
<span style="color: rgb(100, 100, 100);width: 230px;text-indent: 2em;font-size: 22px;">in a large
scale by microbiology, we hope to obtain a kind of aminoacyl-tRNA synthetase
(aaRS) that allows L-DOPA to be site-specially incorporated into recombinant
MAPs by directed evolution.
</span>
<!-- <span style="font-family: font;">Forgetting someone doesn’t mean never think of him, but
thinking of him with a calm heart.</span> -->
</div>
<div style="position:absolute;right:10px;"><img src="./image/home1.png" style="margin-bottom: auto;width: 600px;float: center;box-shadow: 0 0 20px black ;">
</div>
<div class="shell-main-header-left-footer">
<!-- <p>-------生活</p> -->
</div>
</div>
</div>
<!-- <div class="shell-main-bottom">
<h2><span>Fluorescent</span> screening pathway
</h2>
<div class="shell-main-bottom-bottom">
<ul>
<li>
<img src="./image/图片-2 (1).png" width="100px" height="200px" alt="" style="margin-left: 10px;">
<h2>homologous recombination
</h2>
</li>
<li>
<img src="./image/图片3.jpg" width="200px" height="200px" alt="" style="margin-top:18px;border-radius: 50%;">
<h2 style="display:block;margin-top: 50px;">transformation
</h2>
</li>
<li>
<img src="./image/图片4.jpg" width="200px" height="200px" alt="" style="border-radius: 50%;">
<h2>mutation library construction
</h2>
</li>
<li>
<img src="./image/图片5.jpg" width="200px" height="200px" alt="" style="border-radius: 50%;">
<h2>Fluorescent screen
</h2>
</li>
</ul>
</div>
</div> -->
<style>
.box {
display: flex;
}
mode-viewer {
width: 800px;
height: 500px;
margin: 0, auto
}
</style>
<div class="shell-main-lbt" style="width: 100%;">
<li class="img">
<ui class="images" style="position: absolute;top: 100px;">
<li class="img">
<div class="shell-main-lbt-word" style="margin-top: 200px;">
<!-- <h2>Absolutely honest goods</h2><br /> -->
<span style="font-size: 27px;line-height: 1.5em;"> We built mutation libraries by
error-prone PCR and site-directed mutagenesis. <br />Meanwhile, Phage-assisted
Continuous Evolution (PACE) strategy was also<br /> used for the directed
evolution of tyrosyl-tRNA synthetase (TyrRS).
</span>
</div>
</li>
<li class="img">
<div class="shell-main-lbt-word">
<!-- <h2>absolutely punctual team</h2><br />
<span>It has a studio team of more than 20 people. Everyone in the team is the elite of the
elite and always completes tasks on time</span> -->
</div>
</li>
<li class="img">
<!-- <div class="shell-main-lbt-word">
<h2>We have a lot of skills</h2><br />
<span>We can program, have front-end and back-end teams, painters, designers and sales
masters</span> -->
</div>
</li>
</ui>
</ui>
<ui class="min-images">
<li class="min"></li>
<li class="min"></li>
<li class="min"></li>
</ui>
<div class="button">
<div class="button-left">
</div>
<div class="button-right"></div>
</div>
</div>
<div class="shell-main-image" style="position:relative;">
<div class="shell-main-image-left">
<h2>Fluorescent screening strategy</h2>
<span>
We built mutation libraries by error-prone PCR and site-directed mutagenesis. In addition, a mutated sfGFP was applied to operate fluorescence screening. Mutants were then selected by fluorescence with plate reader.</span>
</div>
<img src="./image/mby.png" width="400px" height="300px" style="position:absolute;top: 410px;left: 50px;">
<div class="shell-main-image-right" style="z-index: 40;margin-top: 40px;">
<h2 style="color:white">PACE strategy</h2><br />
<span>PACE (Phage-assisted continuous evolution), a advanced system used to evolved the aminoacyl-tRNA synthetase.</span>
</div>
<img src="./image/M13.png" width="300px" height="360px" style="position:absolute;top: 240px;right: 0px;">
</div>
<script>
var slideX = document.querySelector(".shell-main-image-right").scrollTop;
console.log("你好" + slideX);
$(".shell-main-bottom").hover(function() {
$(".shell-main-image-img").css({
"margin-left": "50px",
}, "slow");
</script>
<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>
<!-- 引入jquery -->
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js "></script>
<script>
window.addEventListener('scroll', function() {
let top = window.scrollY
if (top != 0) {
$('.shell-top').css('top', '-100vh')
$('.shell-main').css('top', '0')
$('.shell-main-lbt-word').css('transform', 'translateY(0px)')
$('.shell-main-lbt-word').css('backdrop-filter', 'blur(5px)')
$('.shell-main-lbt-word h2').css('transform', 'translate(0px)')
$('.shell-main-lbt-word span').css('transform', 'translate(0px)')
} else {
$('.shell-top').css('top', '0px')
$('.shell-main').css('top', '100vh')
$('.shell-main-lbt-word').css('transform', 'translateY(400px)')
$('.shell-main-lbt-word').css('backdrop-filter', 'blur(0px)')
$('.shell-main-lbt-word h2').css('transform', 'translate(520px)')
$('.shell-main-lbt-word span').css('transform', 'translate(-620px)')
}
if (top > 650) {
$('.shell-main-header-left-top').css('opacity', '1')
$('.shell-main-header-left-top').css('transform', 'translateY(0px)')
$('.shell-main-header-left-bottom').css('opacity', '1')
$('.shell-main-header-left-bottom').css('transform', 'translateY(0px)')
$('.shell-main-header-left-footer').css('opacity', '1')
$('.shell-main-header-left-footer').css('transform', 'translateY(0px)')
} else {
$('.shell-main-header-left-top').css('opacity', '0')
$('.shell-main-header-left-top').css('transform', 'translateY(400px)')
$('.shell-main-header-left-bottom').css('opacity', '0')
$('.shell-main-header-left-bottom').css('transform', 'translateY(400px)')
$('.shell-main-header-left-footer').css('opacity', '0')
$('.shell-main-header-left-footer').css('transform', 'translateY(400px)')
}
})
let left = document.querySelector(".button-left ")
let right = document.querySelector(".button-right ")
let min = document.querySelectorAll(".min ")
let images = document.querySelector(".images ")
let index = 0
let time
function position() {
images.style.left = (index * -100) + "% "
}
function add() {
if (index >= min.length - 1) {
index = 0
} else {
index++
}
}
function desc() {
if (index < 1) {
index = min.length - 1
} else {
index--
}
}
function timer() {
time = setInterval(() => {
index++
desc()
add()
position()
clearInterval(time)
}, 2000)
}
left.addEventListener("click ", () => {
desc()
position()
clearInterval(time)
timer()
})
// 右边的按钮和左边也是差不多
right.addEventListener("click ", () => {
add()
position()
clearInterval(time)
timer()
})
for (let i = 0; i < min.length; i++) {
min[i].addEventListener("click ", () => {
index = i
position()
clearInterval(time)
timer()
})
}
timer()
</script>
</div>
</div>
</div>
</div>
</body>
</html>