-
Notifications
You must be signed in to change notification settings - Fork 2
/
collaboration.html
285 lines (227 loc) · 13.2 KB
/
collaboration.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
<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<head>
<meta charset="UTF-8" />
<title>Collaboration</title>
<link rel="stylesheet" type="text/css" href="css/nav.css">
<link rel="stylesheet" type="text/css" href="./css/new1.css">
<link rel="stylesheet" type="text/css" href="./css/page/collaboration.css">
<link rel="stylesheet" type="text/css" href="css/painter.css">
<link rel="stylesheet" type="text/css" href="css//page//collaboration_painter.css">
<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" role="main" style="background-color: white">
<div id="HQ_page">
<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"></div>
<div class="lnav">
<ul class="navul" style="margin-left: 0;padding: 0;">
<li id="nav2" class="uli cntli">
<a href="#p1">Introduction</a>
</li>
<li id="nav3" class="uli cntli">
<a href="#p2">NAU-China</a>
</li>
<li id="nav4" class="uli cntli">
<a href="#p3">SYSU-CHINA</a>
</li>
<li id="nav4" class="uli cntli">
<a href="#p4">iCA</a>
</li>
</ul>
</div>
<div class="content">
<div class="main" style="color: black;">
<aside>
<div id="p1">
<h2 style="text-align:left;font:22px;">
Introduction
</h2>
</br>
<p style="text-indent: 2em;text-align: left;">
The project we chose this year was difficult for undergraduates, but it was pleasing to have some help as we stumbled along the way. With great honor, we were glad to find some collaborators and communicated with them.
</p>
<p style="text-indent: 2em;text-align: left;">They reminded us that we were not a single team but a traveller who would finally meet partners with a common goal.</p>
</div>
</br>
<div id="p2" style="text-align:center;">
<h2 style="text-align:left;font:22px;text-align: left;">
NAU-China
</h2>
</br>
<p style="text-indent: 2em;text-align: left;">Being our brother team, iGEM from Nanjing Agriculture University provided us critical help. We shared the same lab and meeting room, we chatted with each other and supported each other. It is the iGEMers’support that gave
us such motivation to complete the whole experiment.</p>
</br>
<img src="./image/NAU-CHINA-2022.jpg" width="300px" style="margin:0 auto;">
</div>
</br>
<div id="p3" style="text-align:center;">
<h2 style="text-align:left;font:22px;text-align: left;">
SYSU-CHINA
</h2>
</br>
<p style="text-indent: 2em;text-align: left;">On 10th September, SYSU-CHINA and our team held an online meeting on discussion of mutation strategies for directed evolution. We introduced them to the principles and details of the PACE system and SYSU-CHINA very generously
offered to help us build a mutation library using the TADR system and implemented the experiments in September. We would like to express our sincere thanks to them for their friendly collaboration.</p>
</br>
<img src="./image/ACCESS.png" width="850px" height="300px" style="margin:0 auto;">
</br>
</div>
</br>
<div id="p4" style="text-align:center;">
<h2 style="text-align:left;font:22px;text-align: left;">
iDEC China Association (iCA)
</h2>
</br>
<p style="text-indent: 2em;text-align: left;">In order to promote Directed Evolution and iDEC in China, we (NAU) have joined forces with SUSTech, CPU, NEFU and OUC to organize iDEC China Association in anticipation of providing a communication platform for Chinese
iDECers and enthusiasts.</p>
</div>
</aside>
</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>
<script src="./js/longli.js "></script>
</body>
</html>