-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
executable file
·402 lines (331 loc) · 17.4 KB
/
team.html
File metadata and controls
executable file
·402 lines (331 loc) · 17.4 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="css/base.min.css" type="text/css">
<link rel="stylesheet" href="css/base_purple.min.css" type="text/css">
<link rel="stylesheet" href="css/base_white.min.css" type="text/css">
<link rel="stylesheet" href="css/landing_common.min.css" type="text/css">
<link rel="stylesheet" href="css/segmentation.min.css" type="text/css">
<link rel="stylesheet" href="css/team.css" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
<title>TEAM | BIT-CHINA IGEM2013</title>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/nav.js"></script>
<script type="text/javascript" src="./js/team.js"></script>
<script type="text/javascript" src="./js/hidden_scroll.js"></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<a href="./index.html"><img src="img/logo.png" alt="logo"></a>
</div>
<div id="navigation">
<div class="navigation">
<div class="centering">
<ul class="topnav" id="topnav">
<li class="navitem1">
<a href="./index.html">HOME</a>
</li>
<li class="navitem2">
<a href="./project.html">PROJECT</a>
<ul class="subnav">
<li><a href="#">Overview</a></li>
<li><a href="#">Heat-resistant system</a></li>
<li><a href="#">Quorum-control system</a></li>
<li><a href="./parts.html">Parts</a></li>
<li><a href="./safety.html">Safety</a></li>
</ul>
</li>
<li class="navitem3">
<a href="./team.html">TEAM</a>
<ul class="subnav">
<ul>
<li><a href="#">Members</a></li>
<li><a href="#">Official Profile</a></li>
<li><a href="#">About the University</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</ul>
</li>
<li class="navitem4">
<a href="./modeling.html">MODELING</a>
<ul class="subnav">
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Simulation Results</a></li>
<li><a href="#">GRN Simulation</a></li>
</ul>
</ul>
</li>
<li class="navitem5">
<a href="./humanpractice.html">HUMAN PRACTICE</a>
</li>
<li class="navitem6">
<a href="./notebook.html">NOTEBOOK</a>
<ul class="subnav">
<ul>
<li><a href="#">Journal</a></li>
<li><a href="#">Protocols</a></li>
</ul>
</ul>
</li>
<li class="navitem7">
<a href="./sponser.html">SPONSER</a>
</li>
<li class="navitem8">
<a href="http://2013.igem.org">IGEM</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="width_wrapper">
<div id="empty" class></div>
<!-- sidebar -->
<div id="sidebar" style="left: 0px">
<div id="leftarrow">
<a href="javascript:void(0);" onclick="fold()">
<img src='./img/left_arrow.png'/>
</a>
</div>
<div id="rightarrow" style="visibility:hidden;opacity:0;">
<a href="javascript:void(0);" onclick="unfold()">
<img src='./img/right_arrow.png'/>
</a>
</div>
<div class="list" id="team">
<div class="temper">
<div class="team_height">
<div class="temp-head-team"></div>
<div class="temp-body-team">
<div class="color-team">
<div id="mercury"></div>
</div>
</div>
<div class="temp-tail-team"></div>
</div>
</div>
<div class="navis">
<h2><a href="javascript:void(0);" onclick="temper(0, '#team')">TEAM</a></h2>
<ul>
<li>
<a class="drop" href="javascript:void(0);" onclick="temper(1, '#team_members')">Team Members</a>
</li>
<ul>
<li><a href="javascript:void(0);" onclick="temper(2,'#instructors')">Instructors</a></li>
<li><a href="javascript:void(0);" onclick="temper(3,'#advisors')">Advisors</a></li>
<li><a href="javascript:void(0);" onclick="temper(4,'#students_members')">Students Members</a></li>
</ul>
<li>
<a href="javascript:void(0);" onclick="temper(5,'#OfficialProfile')">Official Profile</a>
</li>
<li>
<a href="javascript:void(0);" onclick="temper(6,'#AbouttheUniversity')">About the University</a>
</li>
<li>
<a href="javascript:void(0);" onclick="temper(7,'#ContactUs')">Contact Us</a></li>
</li>
</ul>
</div>
</div>
</div>
<div id="team_members"></div>
<div class="section pagetitle team" >
<h1>Team Members</h1>
</div>
<div class="section text">
<div id="instructors"></div>
<div class="group">Instructors</div>
<ul class="grid cs-style-4">
<li>
<figure>
<div><img src="img/team/LiChun.png" alt="ChunLi" width="360px" height="320px"></div>
<figcaption>
<h4>Chun Li</h4>
<p>Ph.D., Professor; Dean of Department of Biological Engineering, School of Life Science of BIT. Prof. Li’s research interests are in the fields of Synthetic biology, Biocatalysis and Enzyme Engineering, Space Microbiotechnology.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/ShuyuanGuo.png" alt="Shuyuan Guo" width="360px" height="320px"></div>
<figcaption>
<h4>Shuyuan Guo</h4>
<p>Dr. Shuyuan Guo is an Associate professor at School of Life Science, Beijing Institute of Technology. Her main research topic is the Insect-Pathogen interactions, mainly between <B>Bacillus thuringiensis </B> and its target insect.</p>
</figcaption>
</figure>
</li>
</ul>
<div id="advisors"></div>
<div class="group">Advisors</div>
<ul class="grid cs-style-4">
<li>
<figure>
<div><img src="img/team/HaiyangJia.png" alt="HaiyangJia" width="360px" height="320px"></div>
<figcaption>
<h4>Haiyang Jia</h4>
<span>Chemical Engineering and Technology</span>
<p>responsible for the design of the whole gene gene circuit, developing experiment program, the assembly of the Quorum-sensing device and independent variable frequency oscillator, and some management works</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/XiangyingSun.png" alt="XiangYing Sun" width="360px" height="320px"></div>
<figcaption>
<h4>XiangYing Sun</h4>
<p>My name is Xiangying Sun, I am a graduate student. This is my first time to participate in iGEM as an advisor. In our project, I am mainly responsible for hierarchy heat-resistant device.</p>
</figcaption>
</figure>
</li>
</ul>
<div id="students_members"></div>
<div class="group">Students Members</div>
<ul class="grid cs-style-4">
<li>
<figure>
<div><img src="img/team/WenhongZu.png" alt="WenhongZu" width="360px" height="320"></div>
<figcaption>
<h4>Wenhong Zu</h4>
<span>Biotechnology</span>
<p>responsible for the theoretical analysis of the effects of designed gene network and process by mathematical modeling and numerical simulation </p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/HuanSun.png" alt="HuanSun" width="360px" height="320px"></div>
<figcaption>
<h4>Huan Sun</h4>
<span>Biology</span>
<p>responsible for the assembly of the PCD device and thermotolerance(HSPs) device ,writing weekly journal of iGEM conferance and presentation.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/BaiyangLiu.png" alt="BaiyangLiu" width="360px" height="320px"></div>
<figcaption>
<h4>Baiyang Liu</h4>
<span>Biotechnology</span>
<p>iGEM is my first lab experience and it is a great chance for me to design something amazing. I have taken part in the experiment, project and poster design,enjoying working with other teammates.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/LichaoZhu.png" alt="LichaoZhu" width="360px" height="320px"></div>
<figcaption>
<h4>Lichao Zhu</h4>
<p>hi, i'm Richard, this year i accomplished the heat-resisting device with xiangying sun and yun wang. to me, joining IGEM is a great process of experiencing and learning many things. it helps me understand the synthetic biology more clearly,besides ,there are some really interesting things appealling to me such as web design, seeking sponsorships and human practice.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/YunqianWang.png" alt="YunqianWang" width="360px" height="320px"></div>
<figcaption>
<h4>Yunqian Wang</h4>
<p> It is a really pleasure to take part in iGEM. I feel that I am very lucky to work with my friends, from which I get a lot of knowledge and happiness. I like make friends with all kinds of people, for talking with a new friend will give you both new information and new happiness.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/ShanqinLiang.png" alt="Shanqin Liang" width="360px" height="320px"></div>
<figcaption>
<h4>Shanqin Liang</h4>
<span>Bioengineering</span>
<p>I‘m mainly responsible for poster and some experiments。</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/YueWang.png" alt="Yue Wang" width="360px" height="320px"></div>
<figcaption>
<h4>Yue Wang</h4>
<span>Bioengineer</span>
<p>I am an undergraduate from biological engineering, and I love watching movies and traveling. I'm involved in heat-resistant device and collecting relevant information for human practice .</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/XiaoliGu.png" alt="Xiaoli Gu" width="360px" height="320px"></div>
<figcaption>
<h4>Xiaoli Gu</h4>
<span>Biological Engineering</span>
<p>Xiaoli GU is a junior in Beijing Institute of Technology majoring in bioengineering. She makes a lot of in assembling the team .As a member of this team ,She is charge of poster and RNA thermometer.Playing Table tennis is her favorite sport.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/LuanyiNan.png" alt="LuanyiNan" width="360px" height="320px"></div>
<figcaption>
<h4>Yinan Luan</h4>
<span>Biological Engineering</span>
<p>I am the artistic director in the Wiki group. I am responsible for the group's LOGO design, Wiki's graphic design and poster's beautification.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/nisijiang.png" alt="Nisi Jiang" width="360px" height="320px"></div>
<figcaption>
<h4>Nisi Jiang</h4>
<p>Participating in this challenging competition offers me a chance to do these creative works.
I'm responsible for designing the gene network,di and the improvement of existing devices.
"Where there is a will there is a way."</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/BangjieLiao.PNG" alt="Bangjie Liao" width="360px" height="320px"></div>
<figcaption>
<h4>Bangjie Liao</h4>
<span>Vehicle Engineering</span>
<p>I am a programmer in the Wiki group, and I am responsible for the coding of our Wiki website, whilst i also provide necessary technical supports to the other groups.</p>
</figcaption>
</figure>
</li>
<li>
<figure>
<div><img src="img/team/JiexinZhang.png" alt="Jiexin Zhang" width="360px" height="320px"></div>
<figcaption>
<h4>Jiexin Zhang</h4>
<span>Information Engineering</span>
<p>IGEM is a platform to accumulate relevant research experience. I’m the responser of the wiki group and in charge of the design, construction and maintenance of our team wiki. </p>
</figcaption>
</figure>
</li>
</ul>
</div>
</div>
<div id="widget" style="visibility:hidden;opacity:0;">
<div id="updown">
<ul id="nav-arrow">
<li class="first"><a href="javascript:void(0);" class="up disabled" onclick="flipup()">Up</a></li>
<li class="last"><a href="javascript:void(0);" class="down disabled" onclick="flipdown()">Down</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer_bg">
<div class="foot-1"><img src="./img/IGEM/foot-1.png"></div>
<div class="foot-2"><img src="./img/IGEM/foot-2.png"></div>
<div class="foot-4"><img src="./img/IGEM/foot-4.png"></div>
<div class="foot-3"><img src="./img/IGEM/foot-3.png"></div>
<div id="footer" >
© Copyright BIT iGEM Team 2013, All Rights Reserved.
</div>
</div>
<script type="text/javascript" src="./js/empty.js"></script>
<script type="text/javascript" src="./js/team_sidebar.js"></script>
</body>
</html>