-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·673 lines (628 loc) · 35.9 KB
/
index.html
File metadata and controls
executable file
·673 lines (628 loc) · 35.9 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
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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<!DOCTYPE html>
<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="apple-touch-icon" sizes="180x180" href="resources/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="resources/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="resources/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="resources/favicons/manifest.json">
<link rel="mask-icon" href="resources/favicons/safari-pinned-tab.svg" color="#607d8b">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css">
<!--For accordion styling-->
<link href="http://www.cssscript.com/wp-includes/css/sticky.css" rel="stylesheet" type="text/css">
<title>Cornell iGEM</title>
</head>
<body>
<!--/*****------------------------------*** NAVIGATION BAR ***------------------------------*****/ -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="javascript:window.location.href=window.location.href"><img class="logo" src="resources/logo/Logo-Colored.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a id="navbar-aboutus" onclick="scrollToElem('aboutus')">About Us</a></li>
<li><a id="navbar-subteams" onclick="scrollToElem('subteams')">Sub Teams</a></li>
<li><a id="navbar-team" onclick="scrollToElem('team')">Members</a></li>
<li><a id="navbar-recruiting" onclick="scrollToElem('recruiting')">Recruiting</a></li>
<li><a id="navbar-sponsors" onclick="scrollToElem('sponsors')">Sponsors</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div style="height:66px"></div>
<!-- /*****------------------------------*** VIDEO SECTION ***------------------------------*****/ -->
<!-- /** NOTE: The code commented out below incorporates a video in the header.
Video is from 2016 and currently outdated. Leave here in case we want to include
a video and replace the outdated one. **/ -->
<!-- <script src="js/video.js"></script>
<div id="video-wrapper" align="center" class="row full-width embed-responsive embed-responsive-16by9">
<div id="player"></div>
<script>
// 2. This code loads the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
// 3. This function creates an <iframe> (and YouTube player)
// after the API code downloads.
var player;
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
videoId: 'FwZYu6bpJmc',
events: {
'onReady': onPlayerReady,
}
});
player.a.style.display = 'none';
}
</script> -->
<div class="header-placeholder" onclick='pictureClicked()'>
<ul>
<li><span>
<h1 class="header-title">Find out what Cornell’s only synthetic biology team is all about</h1>
</span></li>
<!-- <li><span>
<img class="header-playbutton" src="resources/header/play.png" onclick = 'pictureClicked()' alt="video">
</span></li> -->
<li><span>
<ul class="header-info-buttons-desktop" style="
margin: 0 auto;
">
<li><div></div></li>
<li><div></div></li>
<li><div></div></li>
</ul>
</span></li>
</ul>
</div>
</div>
<div id="video-bottom"></div>
<div class="container header-info-buttons-mobile">
<div class="col-sm-4">
<img class="img-responsive" src="resources/header/button_WL_col.png" style="
padding-bottom: 40px;
">
</div>
<div class="col-sm-4">
<img class="img-responsive" src="resources/header/button_DL_col.png" style="
padding-bottom: 40px;
">
</div>
<div class="col-sm-4">
<img class="img-responsive" src="resources/header/button_PP_col.png" style="
padding-bottom: 40px;
">
</div>
</div>
<!--/*****------------------------------*** ABOUT US ***------------------------------*****/ -->
<div class="page-section container-fluid">
<a name="aboutus" id="aboutus" class="anchor"></a>
<div class="wrapper">
<section class="section-header-javascriptTarget">
<h2>About Us</h2>
</section>
<section class="col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8" style='margin-bottom: 50px;'>
<big>
<p>The Cornell iGEM Team is an award-winning synthetic biology research team comprised of 30 undergraduate students. The team is comprised of five subteams: Wet Lab, Product Development, Policy and Practices, Business, and Wiki/Design. The team works throughout the school year and summer to solve local and global problems related to medical applications, environmental concerns, and human and animal health. We compete against 300+ multidisciplinary teams from all around the world at the iGEM Giant Jamboree, hosted annually by the International Genetically Engineered Machine (iGEM) Foundation.
</p>
<p>Check out the Cornell iGEM Team, 2017 winner of Gold and Best Supporting Entrepreneurship against 310 other international university teams!
</p>
</big>
</section>
</div>
</div>
<!--/*****------------------------------*** PROJECTS ***------------------------------*****/ -->
<a name="projects" id="projects" class="anchor"></a>
<div class="wrapper">
<section class="section-header-javascriptTarget">
<h2>Past Projects and Achievements</h2>
</section>
</div>
<div id="projects-accordion" class="accordion">
<ul>
<li style='background-image: url("resources/projects/DSC_0887.jpg"); background-size: cover;'>
<div>
<a href="http://2018.igem.org/Team:Cornell">
<h6>Oscillate - 2018</h6>
<p>A novel frequency-based biological band-pass filter</p>
<b>Achievements</b>
<ul>
<li>Achieved bronze medal classification</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/greenhouse800x533.jpg"); background-position: center bottom;'>
<div>
<a href="http://2017.igem.org/Team:Cornell">
<h6>OxyPonics - 2017</h6>
<p>A biologically integrated hardware system that uses oxidative stress to boost hydroponic crop yields</p>
<b>Achievements</b>
<ul>
<li>Achieved gold medal classification</li>
<li>Won Best Supporting Entrepreneurship at the 2017 iGEM Giant Jamboree</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/module800x533.jpg");'>
<div>
<a href="http://2016.igem.org/Team:Cornell_NY/defaulthome">
<h6>Legendairy - 2016</h6>
<p>A bacteriocin treatment and customizable preventative milking shell for bovine mastitis</p>
<b>Achievements</b>
<ul>
<li>Achieved silver medal classification</li>
<li>Nominated for Best Integrated Practices at the 2016 iGEM Giant Jamboree</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/teamphoto800x350.jpg");'>
<div>
<a href="http://2015.igem.org/Team:Cornell">
<h6>fishPHARM - 2015</h6>
<p>Novel drug delivery system and probiotic treatment for Bacterial Coldwater Disease and app for monitoring nutrient content in fish hatcheries</p>
<b>Achievements</b>
<ul>
<li>Achieved gold medal for fifth consecutive year</li>
<li>Won Best Supporting Entrepreneurship, Best Environmental Project, and Best Applied Design</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/grass800x350.jpg");'>
<div>
<a href="http://2014.igem.org/Team:Cornell">
<h6>Lead it Go - 2014</h6>
<p>Continuous water filtration system to sequester heavy metals</p>
<b>Achievements</b>
<ul>
<li>Achieved gold medal classification for fourth consecutive year in iGEM</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/organofoam350x800.jpg");'>
<div>
<a href="http://2013.igem.org/Team:Cornell")>
<h6>Organofoam - 2013</h6>
<p>Comprehensive genetic toolkit for fungal engineering</p>
<b>Achievements</b>
<ul>
<li>Won Best Human Practices Advance at North American iGEM competition</li>
<li>Won Best Human Practices Advance at iGEM international competition</li>
</ul>
</a>
</div>
</li>
<li style='background-image: url("resources/projects/inriver350.jpg");'>
<div>
<a href="http://2012.igem.org/Team:Cornell")>
<h6>Safe Bet - 2012</h6>
<p>Real-time arsenic biosensor</p>
<b>Achievements</b>
<ul>
<li>Awarded top 4 finalist regionally, won Best Wiki and Best Human Practices Advance awards</li>
<li>Top 16 finalist worldwide, won “Best Solution to an Oil Sands Problem” from the Oil Sands Leadership Initiative</li>
</ul>
</a>
</div>
</li>
</ul>
</div>
<!--/*****------------------------------*** SUBTEAMS ***------------------------------*****/ -->
<div class="page-section container-fluid">
<div class="wrapper">
<div id="subteams" class="section-header-javascriptTarget">
<h2>Sub Teams</h2>
</div>
</div>
<div id="subteams-accordion" class="accordion">
<ul>
<li style='background-image: url("resources/subteams/wetlab1440x470.jpg");'>
<div>
<a>
<h6>Wet Lab</h6>
<p>The wet lab subteam integrates myriad ideas and subjects them to rigorous testing and analysis. Using the most advanced techniques in molecular biology and biochemistry, we design novel experiments to purify our therapeutics, to assess their efficacy, and to test their stability. We are committed to making contributions to synthetic biology through the heterologous expression and the characterization of proteins that remain poorly understood.</p>
</a>
</div>
</li>
<li style='background-image: url("resources/subteams/business1440x960.jpg");'>
<div> <a>
<h6>Business</h6>
<p>The business subteam has two primary roles within Cornell iGEM. First, we establish partnerships and sponsorship with many outside organizations to ensure that the project is financially viable. Second, each year we evaluate the marketability of our project and consider applications of our project to improve existing industry. Our coordination with sponsors and development of business models for Cornell iGEM positions us as the fiscal backbone of the team, helping to bring the team’s project ideas to reality.</p>
</a> </div>
</li>
<li style='background-image: url("resources/subteams/cs1440x470.jpg");'>
<div> <a>
<h6>Product Development</h6>
<p>The product development subteam is an end-to-end product development team that is user centered and engineering focused, with the end goal of bringing Cornell iGEM's biological engineering technology to the real world. We apply design thinking and various engineering disciplines to explore user needs, generate a problem statement, design and prototype a solution to the problem, and create product specifications and prepare for manufacture.</p>
</a> </div>
</li>
<li style='background-image: url("resources/subteams/outreach1440x470.jpg");'>
<div> <a>
<h6>Policy and Practices</h6>
<p>The Policy and Practices subteam contextualizes Cornell iGEM's genetic engineering projects and examines its impact through community engagement and collaborations. The subteam coordinates outreach events such as youth mentorship programs, forums, and expos. Policy and Practices also analyzes policies, and connects those who are familiar and unfamiliar to our project. Through interviews with field experts and interactions with the public, we are reminded that the people we meet always have stories to tell. We aim to share our story with them, too.</p>
</a> </div>
</li>
<li style='background-image: url("resources/subteams/wiki1440x470.jpg");'>
<div> <a>
<h6>Wiki</h6>
<p>The Wiki Team operates at the fusion of synthetic biology and technology. The team is responsible for designing and coding the competition website. We collaborate with the four other sub teams to develop a clean design and produce well written content that fits the project image. In the spring and summer, we train our new members. Members get their hands on basic HTML/CSS as well as Adobe Illustrator, JavaScript, and GitHub. In the fall, we work with the sub-teams to produce an aesthetically-pleasing, functional competition website.</p>
</a> </div>
</li>
</ul>
</div>
</div>
<!--/*****------------------------------*** MEMBERS ***------------------------------*****/ -->
<div class="wrapper">
<section id="team" class="section-header-javascriptTarget">
<h2>Our Team</h2>
</section>
</div>
<div class="container">
</div>
<div class="container">
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Rahul-Web.jpg" alt="Rahul">
<h2 class="bio-title">Rahul Rambhatla</h2>
<h4 class="bio-subtitle">Team Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-md/3.8-Amith-md.jpg" alt="Amith">
<h2 class="bio-title">Amith Punyala</h2>
<h4 class="bio-subtitle">Co-Wet Lab Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Ashwin-Web.jpg" alt="Ashwin">
<h2 class="bio-title">Ashwin Viswanathan</h2>
<h4 class="bio-subtitle">Co-Wet Lab Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Darren-Web.jpg" alt="Darren">
<h2 class="bio-title">Darren Tsai</h2>
<h4 class="bio-subtitle">Product Development Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Yannie-Web.jpg" alt="Yannie">
<h2 class="bio-title">Yannie Mei</h2>
<h4 class="bio-subtitle">Co-Policy & Practices Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Raymond-Web.jpg" alt="Raymond">
<h2 class="bio-title">Raymond Zhang</h2>
<h4 class="bio-subtitle">Co-Policy & Practices Lead</h4>
</div> <!--end team-member-->
</div> <!--end row-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Amy-Web.jpg" alt="Amy">
<h2 class="bio-title">Amy Zhong</h2>
<h4 class="bio-subtitle">Wiki & Design Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Saachi-Web.jpg" alt="Saachi">
<h2 class="bio-title">Saachi Gopal</h2>
<h4 class="bio-subtitle">Business Lead</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-md/1-Greg-md.jpg" alt="Greg">
<h2 class="bio-title">Greg Albano</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Rohit-Web.jpg" alt="Rhit">
<h2 class="bio-title">Rohit Bandaru</h2>
<h4 class="bio-subtitle">Business Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Swathi-Web.jpg" alt="Swathi">
<h2 class="bio-title">Swathi Chakrapani</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Fion-Web.jpg" alt="Fion">
<h2 class="bio-title">Fion Chu</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
</div> <!--end row-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Sneha.jpg" alt="Sneha">
<h2 class="bio-title">Sneha Kabaria</h2>
<h4 class="bio-subtitle">Policy & Practices Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Itai-Web.jpg" alt="Itai">
<h2 class="bio-title">Itai Levin</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-md/2.2-Carol-md.jpg" alt="Carol">
<h2 class="bio-title">Carol Hung</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Cristina-Web.jpg" alt="Cristina">
<h2 class="bio-title">Cristina Zhao</h2>
<h4 class="bio-subtitle">Business Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-md/3.16-Max-md.jpg" alt="Max">
<h2 class="bio-title">Max Zhou</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Aaron-Web.jpg" alt="Aaron">
<h2 class="bio-title">Aaron Berman</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
</div> <!--end row-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Ann-Web.jpg" alt="Ann">
<h2 class="bio-title">Ann Metzloff</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Avisha-Web.jpg" alt="Avisha">
<h2 class="bio-title">Avisha Kumar</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Behram-Web.jpg" alt="Behram">
<h2 class="bio-title">Behram Khan</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Charles-Web.jpg" alt="Charles">
<h2 class="bio-title">Charles Dai</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Emily.jpg" alt="Emily">
<h2 class="bio-title">Emily Wang</h2>
<h4 class="bio-subtitle">Business Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Gloria-Web.jpg" alt="Gloria">
<h2 class="bio-title">Gloria Zhou</h2>
<h4 class="bio-subtitle">Policy & Practices Member</h4>
</div> <!--end team-member-->
</div> <!--end row-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Harry-Web.jpg" alt="Harry">
<h2 class="bio-title">Harry Cui</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Isha-Web.jpg" alt="Isha">
<h2 class="bio-title">Isha Pradhan</h2>
<h4 class="bio-subtitle">Wiki Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Jackie-Web.jpg" alt="Jackie">
<h2 class="bio-title">Jackie Zheng</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Jennifer-Web.jpg" alt="Jennifer">
<h2 class="bio-title">Jennifer Zhou</h2>
<h4 class="bio-subtitle">Wiki Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Jonathan-Web.jpg" alt="Jonathan">
<h2 class="bio-title">Jonathan Wang</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Karen-Web.jpg" alt="Karen">
<h2 class="bio-title">Karen Zhan</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
</div> <!--end row-->
<div class="row">
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Matt-Web.jpg" alt="Matthew">
<h2 class="bio-title">Matthew Peroni</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Michelle-Web.jpg" alt="Michelle">
<h2 class="bio-title">Michelle Croen</h2>
<h4 class="bio-subtitle">Wet Lab Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Olivia-Web.jpg" alt="Olivia">
<h2 class="bio-title">Olivia Qiu</h2>
<h4 class="bio-subtitle">Wiki Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Rachel-Web.jpg" alt="Rachel">
<h2 class="bio-title">Rachel George</h2>
<h4 class="bio-subtitle">Business Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Yeojin-Web.jpg" alt="Yeojin">
<h2 class="bio-title">Yeojin Min</h2>
<h4 class="bio-subtitle">Product Development Member</h4>
</div> <!--end team-member-->
<div class='col-md-2 team-member'>
<img class='img-responsive team-member-photo' src="resources/team-members/team-members-2018-19/Ping-Web.jpg" alt="Ping">
<h2 class="bio-title">Yun Ping Tseng</h2>
<h4 class="bio-subtitle">Wiki Member</h4>
</div> <!--end team-member-->
</div> <!--end row-->
</div>
<div style="height: 50px;"></div>
<!--/*****------------------------------*** RECRUITING ***------------------------------*****/ -->
<div class="page-section container-fluid">
<div class="wrapper">
<section id="recruiting" class="section-header-javascriptTarget">
<h2>Recruiting</h2>
</section>
<section class="col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8 recruiting-body">
<p>
Our team is made of students from every year, every college, and every major. From gene-splicing in wet lab to pursuing business endeavors to organizing outreach events, bright passionate students make this team thrive.
</p>
<p>
We recruit in both fall and spring. Below is the breakdown of what a year on Cornell iGEM looks like:
</p>
<ul class="list">
<li>Spring: brainstorm next project and new member training (2 credits, 6-8 hrs/week)</li>
<li>Summer: on-campus project work (20+ hrs/week) All new team members are expected to stay in Ithaca over the summer</li>
<li>Fall: finish project and compete at iGEM jamborees (3-4 credits, 12-16 hrs/week)</li>
</ul>
<p class="bold">
We are not recruiting at this time. We will start recruiting for the spring in February so be sure to check the website again for updates.
</p>
<!--<p>
Fill out the application <a href="https://tinyurl.com/iGEMFall18">here</a>.
Save yourself some time by reviewing the PDF form of our application <a href="resources/Application2018.pdf">here</a>.
Good luck!
</p> -->
<p>
If you have any questions, feel free to send them to <a href="mailto:cornelligem@gmail.com?Subject=Joining%20the%20Team%20Questions">cornelligem@gmail.com</a>.
</p>
</section>
</div>
</div>
<!--/*****------------------------------*** SPONSORS ***------------------------------*****/ -->
<div class="wrapper">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<!-- <div class="panel-heading"> -->
<div id="sponsors" class="section-header-javascriptTarget">
<a id="toggle" class="accordion-toggle" data-toggle="collapse" data-parent="#accordion" href="#collapseSponsors" style="text-decoration: none;">
<h2>Sponsors
<img id="icon" class="arrow" src="resources/sponsors/expand.png" height="48" style="max-width:100px; margin-top: -2px;" alt="expand arrow">
</h2>
</a>
</div>
<!-- </div> -->
<div class="container">
</div>
<div id="collapseSponsors" class="panel-collapse collapse"><div class="panel-body">
<div class="container">
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_cornellcrest.png" alt="cornellcrest">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_biobasic.png" alt="biobasic">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_corning.png" alt="corning">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/cornellInstituteBiotechnology.png" alt="InstituteBiotechnology">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_genscript.png" alt="genscript">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_idt.png" alt="idt">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_mathworks.png" alt="mathworks">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_neb.PNG" alt="neb">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_snapgene.png" alt="snapgene">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_thermofisher.png" alt="thermo fisher">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/Cornell_vwr.png" alt="vwr">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/DNA20-logo-for-iGEM.png" alt="DNA Atlas">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/KS_Logo_Final.png" alt="KS">
</div>
<div class='col-md-3 col-lg-3 col-sm-3 col-xs-3'>
<img class='img-responsive' src="resources/sponsors/mendeley-logo-red.png" alt="mendeley-logo">
</div>
</div>
<div class="container col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" style="margin-top: 30px; min-wdth: 500px;">
<a href="resources/sponsors/2018-Sponsorship-Packet.pdf">
<img class="img-responsive" src="resources/buttons/download_sp.png" style="
max-width: 750px;
width: 100%;
margin: 0 auto;
" alt="download button">
</a>
</div>
</div></div>
</div>
</div>
</div>
<script>
(function(document){
var div = document.getElementById('toggle');
var icon = document.getElementById('icon');
var open = false;
div.addEventListener('click', function(){
if(open){
icon.className = 'arrow';
} else{
icon.className = 'arrow open';
}
open = !open;
});
})(document);
</script>
<!--/*****------------------------------*** FOOTER ***------------------------------*****/ -->
<div class="footer">
<div class="container">
<ul class='contact-us'>
<li><h3>Contact Us:</h3></li>
<li>
<img src="resources/footer/em.png" alt="email">
<a href="mailto:cornelligem@gmail.com">cornelligem@gmail.com</a>
</li>
<li>
<img src="resources/footer/fb.png" alt="facebook">
<a href="http://facebook.com/cornelligem">facebook.com/cornelligem</a>
</li>
<li>
<img src="resources/footer/tw.png" alt="twitter">
<a href="http://twitter.com/cugem">@CUGEM</a>
</li>
<li>
<img src="resources/footer/instagram.png" alt="instagram">
<a href="https://www.instagram.com/cugem/">@CUGEM</a>
</li>
</ul>
</div>
<div class='credit'>
<p>© Cornell iGEM | Designed By: Tennyson Bardwell, Rishabh Singh, Amanda Ong</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script src="http://www.youtube.com/iframe_api"></script>
</body>
</html>