-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (318 loc) · 15.6 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
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Bookmark" href="src/none.png" />
<link rel="shortcut icon" href="src/none.png" type="image/x-icon" />
<link rel="icon" href="src/none.png" type="image/x-icon" />
<title>USTC-homepage</title>
<style type="text/css">
html {
overflow-x: hidden;
}
</style>
<!-- Common -->
<!--
<link
href="https://2021.igem.org/wiki/index.php?title=Template:USTC/CSS/assets/css/solution.css&action=raw&ctype=text/css"
type="text/css" rel="stylesheet" />
<link
href="https://2021.igem.org/wiki/index.php?title=Template:USTC/CSS/assets/css/lib/font-awesome.min.css&action=raw&ctype=text/css"
type="text/css" rel="stylesheet" />-->
<link href="css/themify-icons.css" type="text/css" rel="stylesheet" />
<link href="css/sidebar.css" type="text/css" rel="stylesheet" />
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!--<link
href="https://2021.igem.org/wiki/index.php?title=Template:USTC/CSS/assets/css/lib/helper.css&action=raw&ctype=text/css"
type="text/css" rel="stylesheet" />-->
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<style type="text/css">
.test_div {
height: auto;
width: 100%;
flex-direction: column;
background-repeat: no-repeat;
background-size: 100% auto;
display: flex;
}
.lm_button {
background-color: #7498af;
height: 3%;
width: 100%;
position: relative;
}
.button_text_mine {
/* display: inline-block; */
height: 100px;
line-height: 100px;
width: 100%;
vertical-align: middle;
overflow: hidden;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 500%;
cursor: pointer;
}
.focus-in-expand {
animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes focus-in-expand {
0% {
letter-spacing: -0.3em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
.blur-out-expand {
animation: blur-out-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes blur-out-expand {
0% {
filter: blur(0.01);
}
100% {
letter-spacing: 0.3em;
filter: blur(12px) opacity(0%);
}
}
</style>
<script type="text/javascript">
uiWelcome_place = 0;
</script>
<div class="sidebar sidebar-hide-to-small sidebar-shrink sidebar-gestures">
<div class="nano">
<div class="nano-content">
<div class="logo">
<!-- <img src="assets/images/logo.png" alt="" /> -->
<a href="index.html">
<!-- <img src="assets/images/logo.png" alt="" /> --></br>
<span href="index.html" style="font-size:32px">USTC 2023</span>
</a>
</div>
<ul>
<li class="label" style="font-size:16px">Nav-bar</li>
<li>
<a class="sidebar-sub-toggle"style="font-size:19px">
<i class="ti-user"></i> Team
<span class="sidebar-collapse-icon ti-angle-down"></span>
</a>
<ul>
<li>
<a href="team/members.html" style="font-size: 17px;">Members</a>
</li>
</ul>
</li>
<li>
<a class="sidebar-sub-toggle"style="font-size:19px">
<i class="ti-calendar"></i>Project
<span class="sidebar-collapse-icon ti-angle-down"></span>
</a>
<ul>
<li>
<a href="project/introduction.html" style="font-size:17px">Background</a>
</li>
<li>
<a href="project/description.html" style="font-size:17px">Description</a>
</li>
<li>
<a href="project/design.html" style="font-size:17px">Design</a>
</li>
<li>
<a href="project/results.html" style="font-size:17px">Results</a>
</li>
<li>
<a href="project/conclusion and disscussion.html" style="font-size:17px">Conclusion and Discussion</a>
</li>
</ul>
</li>
<li>
<a class="sidebar-sub-toggle"style="font-size:19px">
<i class="ti-calendar"></i>Documentation
<span class="sidebar-collapse-icon ti-angle-down"></span>
</a>
<ul>
<li>
<a href="documentation/notebook.html" style="font-size: 17px;">Notebook</a>
</li>
<li>
<a href="documentation/protocol.html" style="font-size: 17px;">Protocol</a>
</li>
</ul>
</li>
<li>
<a href="hp/collaboration.html"style="font-size:19px">
<i class="ti-heart"></i> Human Practice</a>
</li>
<li>
<a class="sidebar-sub-toggle"style="font-size:19px">
<i class="ti-view-list-alt"></i> Model
<span class="sidebar-collapse-icon ti-angle-down"></span>
</a>
<ul>
<li>
<a href="model/model.html" style="font-size:17px">Model</a>
</li>
</ul>
</li>
<li>
<a href="safety/safety.html" style="font-size:19px">
<i class="ti-home"></i>Safety
<span class="sidebar-collapse-icon ti-angle-down"></span>
</a>
</li>
<!--<li>
<a href="parts/parts.html">
<i class="ti-layout-grid4-alt"></i> 元件</a>
</li>-->
</ul>
</div>
</div>
</div>
<div class="header" style="position: fixed; top: 0;">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="float-left">
<div class="hamburger sidebar-toggle">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="uiWelcome" style="position: fixed; width: 100%; z-index: 9; top: 40%; margin-top: -100px;">
<p class="focus-in-expand" style="color: #FFFFFF;
margin: 0;
font-size: 70px;
text-shadow:0px 0px 18px #ffffff;
text-align: center;"> Welcome to</p>
<p class="focus-in-expand" style="color: #FFFFFF;
margin: 0;
font-size: 70px;
text-shadow:0px 0px 18px #ffffff;
text-align: center;"> our Studies</p>
<p class="focus-in-expand" style="color: #FFFFFF;
font-size: 50px;
font-style: italic;
text-shadow:0px 0px 18px #ffffff;
text-align: center;"> presented jointly by USTC</p>
</div>
<div class="content-wrap">
<div class="main">
<div class="container-fluid" style="padding: 0%;">
<section id="main-content">
<div class="row">
<div class="test_div">
<img src="src/bg.jpg" style="height:100%;"></img>
<div class="row">
<div class="test_div">
<div class="col-lg-12">
<div class="card">
<div class="stat-widget-one">
<div class="stat-content dib">
<h1 style="color: #002752;" align="center">Abstract</h1>
<div class="stat-digit">
Directed evolution is a powerful synthetic biology approach used to optimize proteins especially for enzyme. It is commonly employed to enhance the catalytic efficiency of target enzymes to meet production demands. EvolvR systems including enCas9 and error-prone DNA polymerase have been developed to enable continuous directed evolution in Escherichia coli and Saccharomyces cerevisiae, yielding promising results. However, sensitive and high-throughput substrate/product detection technologies are urgently needed for the directed evolution of certain synthetic enzymes. Many substances, such as cyclic monoterpenes and monosaccharides, are difficult to detect endogenously in real-time. Here, we aim to expand the application of EvolvR to nonconventional yeast species and establish synthetic platforms for two difficult-to-detect compounds, borneol and tagatose. Additionally, we have developed biosensors capable of endogenous detection, in order to facilitate directed evolution pathways for difficult-to-detect substances and provide a paradigm for similar molecules. <br>
</div>
<div>
</br>
<center><img src="src/description.jpg" width="70%" />
</center>
</br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--<center style="background-color: rgb(52,57,87);">
<div class="card">
<h1><a style="color: #343957; font-size: larger;"
href="project/description.html">了解更多</a>
</h1>
</div>
</center>-->
<img src="src/T--USTC--footer.png"
style="max-width: 100%; min-width: 100%;height: auto;"></img>
<div style=" padding: 10px ;
width: 100%;
height: 60px;
text-align:right;
font-size: 20px;
background-color: black;
color: #ffffff;">
Next :<a href="team/members.html" style="text-decoration: none;">Members Page</a>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<script type="text/javascript">
window.onscroll = function () {
if (uiWelcome_place == 0) {
document.getElementById("uiWelcome").getElementsByTagName("p")[0].className = "blur-out-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[1].className = "blur-out-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[2].className = "blur-out-expand";
uiWelcome_place = 1;
console.log(uiWelcome_place);
}
if (window.pageYOffset == 0) {
document.getElementById("uiWelcome").getElementsByTagName("p")[0].className = "focus-in-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[1].className = "focus-in-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[2].className = "focus-in-expand";
uiWelcome_place = 0;
console.log(uiWelcome_place);
}
}
</script>
<script type="text/javascript">
var elevideo = document.getElementById("wuxiaoyu_sb");
elevideo.addEventListener('play', function () { //播放开始执行的函数
document.getElementById("uiWelcome").getElementsByTagName("p")[0].className = "blur-out-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[1].className = "blur-out-expand";
document.getElementById("uiWelcome").getElementsByTagName("p")[2].className = "blur-out-expand";
uiWelcome_place = 1;
console.log(uiWelcome_place);
console.log("开始播放");
});
</script>
<!--jquery库-->
<script src="js/jquery.min.js"></script>
<!--jquery库-->
<script src="js/jquery.nanoscroller.min.js"></script>
<!--边栏-->
<script src="js/sidebar.js"></script>
<script src="js/pace.min.js"></script>
<!--不知道有什么用
<script
src="https://2021.igem.org/wiki/index.php?title=Template:USTC/JS/assets/js/lib/bootstrap.min.js&action=raw&ctype=text/javascript"></script>
-->
<script src="js/scripts.js"></script>
<!-- 鼠标点击效果 -->
<script src="js/cursor-effects.js"></script>
<script src="js/snow.js"></script>
<script>
/**
* This function takes 2 arguments
* First is the path to the directory with snowflake images
* Second is the maximum number of snowflakes, please do not
* set this number above 60 as it will impact the performance
*/
createSnow('', 60);
</script>
</body>