(Replaced content with "{{Northwestern_Header}} <html> </html>") |
|||
Line 1: | Line 1: | ||
{{Northwestern_Header}} | {{Northwestern_Header}} | ||
<html> | <html> | ||
+ | <style> | ||
+ | @charset "UTF-8"; | ||
+ | #aboutus { | ||
+ | font-family: josefin-sans; | ||
+ | padding-left: 120px; | ||
+ | padding-right: 110px; | ||
+ | margin-top: 20px; | ||
+ | margin-left: 5px; | ||
+ | margin-right: 5px; | ||
+ | margin-bottom: 50px; | ||
+ | } | ||
+ | #aboutus .carousel { | ||
+ | margin-bottom: 20px; | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | #aboutus article #title { | ||
+ | text-align: center; | ||
+ | } | ||
+ | #aboutus article .divider { | ||
+ | display: block; | ||
+ | max-height: 30px; | ||
+ | margin-top: 30px; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | #title { | ||
+ | text-align:center; | ||
+ | } | ||
+ | #aboutus article .row { | ||
+ | margin-top: 25px; | ||
+ | } | ||
+ | #aboutus .row .col-md-8.col-sm-8 { | ||
+ | margin-top: 25px; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | #aboutus .row .col-md-4.col-sm-4.profilepic { | ||
+ | margin-top: 0px; | ||
+ | margin-right: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: 0px; | ||
+ | padding-right: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-left: 0px; | ||
+ | } | ||
+ | .profilepic{ | ||
+ | height: 240px; | ||
+ | width: 240px; | ||
+ | } | ||
+ | #aboutus .row .col-md-4.col-sm-4.profilepic.prof { | ||
+ | margin-top: 0px; | ||
+ | margin-right: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | margin-left: 0px; | ||
+ | padding-top: 7px; | ||
+ | padding-right: 7px; | ||
+ | padding-bottom: 7px; | ||
+ | padding-left: 7px; | ||
+ | } | ||
+ | .ch-item { | ||
+ | height: 100%; | ||
+ | border-radius: 50%; | ||
+ | position: relative; | ||
+ | cursor: default; | ||
+ | box-shadow: inset 0 0 0 16px rgba(255,255,255,0.6), | ||
+ | 0 1px 2px rgba(0,0,0,0.1); | ||
+ | -webkit-transition: all 0.4s ease-in-out; | ||
+ | -moz-transition: all 0.4s ease-in-out; | ||
+ | -o-transition: all 0.4s ease-in-out; | ||
+ | -ms-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | margin-top: 0px; | ||
+ | margin-right: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | margin-left: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | .ch-info { | ||
+ | position: absolute; | ||
+ | width: inherit; | ||
+ | height: inherit; | ||
+ | border-radius: 50%; | ||
+ | opacity: 0; | ||
+ | |||
+ | -webkit-transition: all 0.4s ease-in-out; | ||
+ | -moz-transition: all 0.4s ease-in-out; | ||
+ | -o-transition: all 0.4s ease-in-out; | ||
+ | -ms-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | |||
+ | -webkit-transform: scale(0); | ||
+ | -moz-transform: scale(0); | ||
+ | -o-transform: scale(0); | ||
+ | -ms-transform: scale(0); | ||
+ | transform: scale(0); | ||
+ | |||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | #aboutus .sara { | ||
+ | background: rgba(187,226,119, 0.9); | ||
+ | } | ||
+ | #aboutus #sara { | ||
+ | background-image: url(../Images/Sara.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .jordan { | ||
+ | background: rgba(217,244,255,0.9); | ||
+ | } | ||
+ | #aboutus #jordan { | ||
+ | background-image: url(../Images/Jordan.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .paul { | ||
+ | background: rgba(201,46,42,0.9); | ||
+ | } | ||
+ | #aboutus #paul { | ||
+ | background-image: url(../Images/Paul.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .tasfia { | ||
+ | background: rgba(171,194,246,0.9); | ||
+ | } | ||
+ | #aboutus #tasfia { | ||
+ | background-image: url(../Images/Thush.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .michelle { | ||
+ | background: rgba(11,12,32,0.9); | ||
+ | } | ||
+ | #aboutus #michelle { | ||
+ | background-image: url(../Images/Michelle.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .sam { | ||
+ | background: rgba(84,122,49,0.9); | ||
+ | } | ||
+ | #aboutus #sam { | ||
+ | background-image: url(../Images/Sam.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .shu { | ||
+ | background: rgba(234,90,97,0.9); | ||
+ | } | ||
+ | #aboutus #shu { | ||
+ | background-image: url(../Images/Shu.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .tyler { | ||
+ | background: rgba(234,146,48,0.9); | ||
+ | } | ||
+ | #aboutus #tyler { | ||
+ | background-image: url(../Images/Tyler.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .josh { | ||
+ | background: rgba(175,180,160,0.9); | ||
+ | } | ||
+ | #aboutus #josh { | ||
+ | background-image: url(../Images/Josh.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .mike { | ||
+ | background: rgba(87,84,77,0.9); | ||
+ | } | ||
+ | #aboutus #mike { | ||
+ | background-image: url(../Images/Mike.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .keith { | ||
+ | background: rgba(196,184,168,0.9); | ||
+ | } | ||
+ | #aboutus #keith { | ||
+ | background-image: url(../Images/Keith.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | #aboutus .mordacq { | ||
+ | background: rgba(124,124,121,0.9); | ||
+ | } | ||
+ | #aboutus #mordacq { | ||
+ | background-image: url(../Images/Mordacq.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-size: cover; | ||
+ | background-position: center center; | ||
+ | } | ||
+ | .ch-info h3.ch-bubble { | ||
+ | color: #fff !important; | ||
+ | text-transform: uppercase !important; | ||
+ | letter-spacing: 2px !important; | ||
+ | font-size: 22px !important; | ||
+ | margin: 0 30px !important; | ||
+ | padding: 45px 0 0 0 !important; | ||
+ | height: 140px !important; | ||
+ | font-family: josefin-sans; | ||
+ | text-align: center !important; | ||
+ | text-shadow: 0 0 1px #fff, | ||
+ | 0 1px 2px rgba(0,0,0,0.3); | ||
+ | font-style: normal; | ||
+ | } | ||
+ | .ch-info p { | ||
+ | color: #fff; | ||
+ | padding: 10px 5px !important; | ||
+ | font-style: normal !important; | ||
+ | margin: 0 30px !important; | ||
+ | font-size: 12px !important; | ||
+ | text-align: center !important; | ||
+ | border-top: 1px solid rgba(255,255,255,0.5); | ||
+ | opacity: 0; | ||
+ | -webkit-transition: all 1s ease-in-out 0.4s; | ||
+ | -moz-transition: all 1s ease-in-out 0.4s; | ||
+ | -o-transition: all 1s ease-in-out 0.4s; | ||
+ | -ms-transition: all 1s ease-in-out 0.4s; | ||
+ | transition: all 1s ease-in-out 0.4s; | ||
+ | font-family: josefin-sans; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .ch-item:hover { | ||
+ | box-shadow: | ||
+ | inset 0 0 0 1px rgba(255,255,255,0.1), | ||
+ | 0 1px 2px rgba(0,0,0,0.1); | ||
+ | } | ||
+ | .ch-item:hover .ch-info { | ||
+ | -webkit-transform: scale(1); | ||
+ | -moz-transform: scale(1); | ||
+ | -o-transform: scale(1); | ||
+ | -ms-transform: scale(1); | ||
+ | transform: scale(1); | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .ch-item:hover .ch-info p { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | </style> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <title>Attributions</title> | ||
+ | <!-- Bootstrap --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Team:Northwestern/css/bootstrap?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Team:Northwestern/css/bootstrap-theme?action=raw&ctype=text/css"> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="http://use.edgefonts.net/josefin-sans:n1,n4:default;poiret-one:n4:default;raleway:n4:default.js?action=raw&ctype=text/javascript"></script> | ||
+ | </head> | ||
+ | </html> | ||
+ | <body> | ||
+ | <div class="container-fluid" id="aboutus"> | ||
+ | <article> | ||
+ | <h1 id="title">NORTHWESTERN 2016</h1> | ||
+ | <div id="carousel1" class="carousel slide" data-ride="carousel"> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#carousel1" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#carousel1" data-slide-to="1"></li> | ||
+ | <li data-target="#carousel1" data-slide-to="2"></li> | ||
+ | </ol> | ||
+ | <div class="carousel-inner" role="listbox"> | ||
+ | <div class="item active"><img src="https://static.igem.org/mediawiki/2016/c/ce/T--Northwestern--team.png" alt="First slide image" class="center-block"> | ||
+ | <div class="carousel-caption"> </div> | ||
+ | </div> | ||
+ | <div class="item"><img src="https://static.igem.org/mediawiki/2016/6/62/T--Northwestern--lakefill_carousel.png" alt="Third slide image" class="center-block"> | ||
+ | <div class="carousel-caption"> </div> | ||
+ | </div> | ||
+ | <div class="item"><img src="https://static.igem.org/mediawiki/2016/2/26/T--Northwestern--Tech.png" alt="Second slide image" class="center-block"> | ||
+ | <div class="carousel-caption"> </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a class="left carousel-control" href="#carousel1" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span><span class="sr-only">Previous</span></a><a class="right carousel-control" href="#carousel1" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span><span class="sr-only">Next</span></a></div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/> | ||
+ | <h1>Meet Our Team</h1> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="sara"> | ||
+ | <div class="ch-info sara"> | ||
+ | <h3 class="ch-bubble">Sara Boyle</h3> | ||
+ | <p class="ch-bubble">SENIOR<br> | ||
+ | Neuroscience</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Sara Boyle</h2> | ||
+ | <p>From early childhood, I’ve always loved knowing exactly how everything works. Around the age of five, I realized that the questions that were the most interesting were the ones my parents didn’t know the answer to, so I gave up on my dream of being an artist-veterinarian-doctor and decided to become a mad scientist.</p> | ||
+ | <p>Now I am a senior studying neuroscience and cognitive science with a minor in computer science and am quite content. My interests include playing violin and reading books, but mostly brains.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="jordan"> | ||
+ | <div class="ch-info jordan"> | ||
+ | <h3 class="ch-bubble">Jordan Harrison</h3> | ||
+ | <p class="ch-bubble">SENIOR<br> | ||
+ | Biology</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Jordan Harrison</h2> | ||
+ | <p>I hail from eastern North Carolina but called my residential STEM high school in Durham, NC home and ignited my interest in life sciences there. My family and friends have done a fun DIY science experiment on every Labor Day since I was born.</p> | ||
+ | <p>I am a fourth year biology major with a plant biology concentration. I first spent a year and a half in the Medill School of Journalism and predictably have a passion for science communication. My personal research interests are in sustainability and plant circadian rhythms. My dream is to write for National Geographic. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="paul"> | ||
+ | <div class="ch-info paul"> | ||
+ | <h3 class="ch-bubble">Paul Perkovich</h3> | ||
+ | <p class="ch-bubble">SENIOR<br> | ||
+ | Chemical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Paul Perkovich</h2> | ||
+ | <p>I am a senior chemical engineer pursuing a minor in biotechnology. I have previously been involved in research developing a surface-based microfluidic bioreactor.</p> | ||
+ | <p>I love learning new things and frolicking in the cold snow while my friends complain about it. My interests include applying synthetic biology to sustainability, telling bad science jokes, and playing in the marching band. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="tasfia"> | ||
+ | <div class="ch-info tasfia"> | ||
+ | <h3 class="ch-bubble">Tasfia Azim</h3> | ||
+ | <p class="ch-bubble">JUNIOR<br> | ||
+ | Chemical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Tasfia Azim</h2> | ||
+ | <p>I didn’t learn how to properly pronounce my name (Thushfia) until I was in third grade. But that was a dark time in the past. Today, I am a junior studying chemical engineering and pursuing minors in biotechnology and creative writing. You can say that I’m indecisive about my interests.</p> | ||
+ | <p>When I am not in the lab, I’m probably [crying in my apartment while] writing stories about mutant flying squirrels and consuming large volumes of apples and hazelnut coffee. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="michelle"> | ||
+ | <div class="ch-info michelle"> | ||
+ | <h3 class="ch-bubble">Michelle Cai</h3> | ||
+ | <p class="ch-bubble">JUNIOR<br> | ||
+ | Biomedical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Michelle Cai</h2> | ||
+ | <p>I am a junior pre-medical and Biomedical Engineering student, and as such I’m both bossy <em>and</em> boring, which I have found tends to work out really well in social settings. I have been interested in playing with biology ever since I learned as a child that jellyfish could use their bodies to produce light and poison people, neither of which I could do at 5.</p> | ||
+ | <p>At 19 I still can’t produce light or poison people, but my interests are a bit more benign now, so it isn’t such a disappointment. I am particularly interested in gerontology, end of life care, and pathopsychology, and on the lighter spectrum of things I enjoy rainy days, soft cookies, and ballet.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="sam"> | ||
+ | <div class="ch-info sam"> | ||
+ | <h3 class="ch-bubble">Sam Davidson</h3> | ||
+ | <p class="ch-bubble">JUNIOR<br> | ||
+ | Chemical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Sam Davidson</h2> | ||
+ | <p>I have been interested in genetic engineering since I was 8, when I read a relevant article in a copy of <em>TIME for Kids</em> in the back of my grandma’s car on the way to go see a movie.</p> | ||
+ | <p>Since I never shut up about space and AI technology, my friends often wonder why I’m not pursuing one of those fields instead. If I were pursuing one of those fields, I’d probably never shut up about genetic engineering. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="shu"> | ||
+ | <div class="ch-info shu"> | ||
+ | <h3 class="ch-bubble">Shu Huang</h3> | ||
+ | <p class="ch-bubble">JUNIOR<br> | ||
+ | Chemical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Shu Huang</h2> | ||
+ | <p>I am a junior majoring in chemical engineering, but I’m not fond of thermo. After learning about genetics and doing cloning experiments, I fell in love with synthetic biology and decided to pursue a biotechnology minor. (I’m always excited about running gels.)</p> | ||
+ | <p>When not in the lab, I’m probably playing with cats or watching Japanese anime. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic"> | ||
+ | <div class="ch-item" id="tyler"> | ||
+ | <div class="ch-info tyler"> | ||
+ | <h3 class="ch-bubble">Tyler Lazar</h3> | ||
+ | <p class="ch-bubble">JUNIOR<br> | ||
+ | Chemical Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-8 col-sm-8"> | ||
+ | <h2>Tyler Lazar</h2> | ||
+ | <p>My first name is actually John. The other John Tyler (the tenth president of the United States) died on January 18, which is coincidentally my birthday. A chemical engineer minoring in biotechnology and sociology, my research interests include antibiotic discovery, medicinal plant biology, and sustainability.</p> | ||
+ | <p>Outside of laboratory, I am a plant enthusiast who enjoys running in the mountains, sipping tea in San Francisco, and grappling with life’s mysteries. </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/> | ||
+ | <h1>Meet Our Advisors </h1> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 profilepic prof"> | ||
+ | <div class="ch-item" id="josh"> | ||
+ | <div class="ch-info josh"> | ||
+ | <h3 class="ch-bubble">Dr. Josh Leonard</h3> | ||
+ | <p class="ch-bubble">ASSOCIATE PROFESSOR<br> | ||
+ | Chemical and Biological Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4 col-sm-4 profilepic prof"> | ||
+ | <div class="ch-item" id="mike"> | ||
+ | <div class="ch-info mike"> | ||
+ | <h3 class="ch-bubble">Dr. Michael Jewett</h3> | ||
+ | <p class="ch-bubble">ASSOCIATE PROFESSOR<br> | ||
+ | Chemical and Biological Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4 col-sm-4 profilepic prof"> | ||
+ | <div class="ch-item" id="keith"> | ||
+ | <div class="ch-info keith"> | ||
+ | <h3 class="ch-bubble">Dr. Keith<br> | ||
+ | Tyo</h3> | ||
+ | <p class="ch-bubble">ASSISTANT PROFESSOR<br> | ||
+ | Chemical and Biological Engineering</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="col-md-4 col-sm-4 profilepic prof"> | ||
+ | <div class="ch-item" id="mordacq"> | ||
+ | <div class="ch-info mordacq"> | ||
+ | <h3 class="ch-bubble">Dr. John Mordacq</h3> | ||
+ | <p class="ch-bubble">ASSOCIATE PROFESSOR<br> | ||
+ | Biological Sciences</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/> </article> | ||
+ | </div> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="http://use.edgefonts.net/josefin-sans:n1,n4:default;poiret-one:n4:default;raleway:n4:default.js" type="text/javascript"></script> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 01:47, 12 October 2016
<article>
NORTHWESTERN 2016
<img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/>
Meet Our Team
Sara Boyle
SENIOR
Neuroscience
Sara Boyle
From early childhood, I’ve always loved knowing exactly how everything works. Around the age of five, I realized that the questions that were the most interesting were the ones my parents didn’t know the answer to, so I gave up on my dream of being an artist-veterinarian-doctor and decided to become a mad scientist.
Now I am a senior studying neuroscience and cognitive science with a minor in computer science and am quite content. My interests include playing violin and reading books, but mostly brains.
Jordan Harrison
SENIOR
Biology
Jordan Harrison
I hail from eastern North Carolina but called my residential STEM high school in Durham, NC home and ignited my interest in life sciences there. My family and friends have done a fun DIY science experiment on every Labor Day since I was born.
I am a fourth year biology major with a plant biology concentration. I first spent a year and a half in the Medill School of Journalism and predictably have a passion for science communication. My personal research interests are in sustainability and plant circadian rhythms. My dream is to write for National Geographic.
Paul Perkovich
SENIOR
Chemical Engineering
Paul Perkovich
I am a senior chemical engineer pursuing a minor in biotechnology. I have previously been involved in research developing a surface-based microfluidic bioreactor.
I love learning new things and frolicking in the cold snow while my friends complain about it. My interests include applying synthetic biology to sustainability, telling bad science jokes, and playing in the marching band.
Tasfia Azim
JUNIOR
Chemical Engineering
Tasfia Azim
I didn’t learn how to properly pronounce my name (Thushfia) until I was in third grade. But that was a dark time in the past. Today, I am a junior studying chemical engineering and pursuing minors in biotechnology and creative writing. You can say that I’m indecisive about my interests.
When I am not in the lab, I’m probably [crying in my apartment while] writing stories about mutant flying squirrels and consuming large volumes of apples and hazelnut coffee.
Michelle Cai
JUNIOR
Biomedical Engineering
Michelle Cai
I am a junior pre-medical and Biomedical Engineering student, and as such I’m both bossy and boring, which I have found tends to work out really well in social settings. I have been interested in playing with biology ever since I learned as a child that jellyfish could use their bodies to produce light and poison people, neither of which I could do at 5.
At 19 I still can’t produce light or poison people, but my interests are a bit more benign now, so it isn’t such a disappointment. I am particularly interested in gerontology, end of life care, and pathopsychology, and on the lighter spectrum of things I enjoy rainy days, soft cookies, and ballet.
Sam Davidson
JUNIOR
Chemical Engineering
Sam Davidson
I have been interested in genetic engineering since I was 8, when I read a relevant article in a copy of TIME for Kids in the back of my grandma’s car on the way to go see a movie.
Since I never shut up about space and AI technology, my friends often wonder why I’m not pursuing one of those fields instead. If I were pursuing one of those fields, I’d probably never shut up about genetic engineering.
Shu Huang
JUNIOR
Chemical Engineering
Shu Huang
I am a junior majoring in chemical engineering, but I’m not fond of thermo. After learning about genetics and doing cloning experiments, I fell in love with synthetic biology and decided to pursue a biotechnology minor. (I’m always excited about running gels.)
When not in the lab, I’m probably playing with cats or watching Japanese anime.
Tyler Lazar
JUNIOR
Chemical Engineering
Tyler Lazar
My first name is actually John. The other John Tyler (the tenth president of the United States) died on January 18, which is coincidentally my birthday. A chemical engineer minoring in biotechnology and sociology, my research interests include antibiotic discovery, medicinal plant biology, and sustainability.
Outside of laboratory, I am a plant enthusiast who enjoys running in the mountains, sipping tea in San Francisco, and grappling with life’s mysteries.
<img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/>
Meet Our Advisors
Dr. Josh Leonard
ASSOCIATE PROFESSOR
Chemical and Biological Engineering
Dr. Michael Jewett
ASSOCIATE PROFESSOR
Chemical and Biological Engineering
Dr. Keith
Tyo
ASSISTANT PROFESSOR
Chemical and Biological Engineering
Dr. John Mordacq
ASSOCIATE PROFESSOR
Biological Sciences
<img src="https://static.igem.org/mediawiki/2016/c/c1/T--Northwestern--divider.svg" alt="" class="divider"/> </article>
<script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/jquery?action=raw&ctype=text/javascript"></script>
<script type="text/javascript" src="https://2016.igem.org/Team:Northwestern/libraries/bootstrap?action=raw&ctype=text/javascript"></script> <script src="http://use.edgefonts.net/josefin-sans:n1,n4:default;poiret-one:n4:default;raleway:n4:default.js" type="text/javascript"></script> </body>
</html>