Team:Northwestern/Team

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
{{:Team:Northwestern/Templates/Skinning}}
 +
<html>
<html>
Line 11: Line 13:
-
</style>
+
.container {
-
</html>
+
display: inline-block;
 +
background-color: #C3C3E5;
 +
width: 100%;
 +
height: 35px;
 +
     
 +
}
 +
.menu {
 +
text-align: center;
 +
}
 +
 +
.menu ul ul {
 +
display: none;
 +
}
 +
.menu ul li:hover > ul {
 +
display: block;
 +
}
 +
.menu ul {
 +
background: #C3C3E5;
 +
list-style: none;
 +
position: relative;
 +
display: inline-table;
 +
}
 +
.menu ul:after {
 +
content: ""; clear: both; display: block;
 +
}
-
<!--- The Mission, Experiments --->
+
.menu ul li {
 +
float: left;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
.menu ul li:hover {
-
!align="center"|[[Team:Northwestern|Home]]
+
background: #443266;
-
!align="center"|[[Team:Northwestern/Team|Team]]
+
}
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Northwestern Official Team Profile]
+
-
!align="center"|[[Team:Northwestern/Project|Project]]
+
-
!align="center"|[[Team:Northwestern/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Northwestern/Modeling|Modeling]]
+
-
!align="center"|[[Team:Northwestern/Notebook|Notebook]]
+
-
!align="center"|[[Team:Northwestern/Safety|Safety]]
+
-
!align="center"|[[Team:Northwestern/Attributions|Attributions]]
+
-
|}
+
 +
.menu ul li:hover a{
 +
color: black;
 +
}
 +
.menu ul li a {
 +
display: block; padding: 5px 20px;
 +
color: black; text-decoration: none;
 +
}
 +
.menu ul ul {
 +
background: #F1F0FF;
 +
position: absolute; top: 100%;
 +
}
 +
.menu ul ul li{
 +
float: none;
 +
border-top: 1px solid #6b727c;
 +
border-bottom: 1px solid #575f6a;
 +
position: relative;
 +
}
 +
nav ul ul li a {
 +
padding: 5px 20px;
 +
color: #fff;
 +
}
 +
nav ul ul li a:hover {
 +
background: #4b545f;
 +
}
-
<!--Make sure to include a gallery!!-->
+
nav ul ul ul {
 +
position: absolute; left: 100%; top:0;
 +
}
 +
 
 +
/*div {
 +
    : center;
 +
    vertical-align: middle;
 +
}*/
 +
 
 +
* {
 +
/*background-color: #FFF;*/
 +
font-family: "Helvetica", "Lucida Grande", sans-serif;
 +
}
 +
/*
 +
.menu-bar {
 +
    text-align: right;
 +
    font-size: 14px; 
 +
    width: 100%;
 +
    height: 20px;
 +
    display: block;
 +
    vertical-align: bottom;
 +
}
 +
 
 +
.menu-bar a {
 +
    color: #6A0888;
 +
    text-decoration: none;
 +
    margin-left: 15px;
 +
}
 +
*/
 +
 
 +
#header {
 +
    width: 1000px;
 +
    height: 90px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    margin-top: 0px;
 +
    display: block;
 +
/*    margin-top: 20px;
 +
    margin-bottom: 20px; */
 +
  vertical-align: middle;
 +
 
 +
}
 +
 
 +
#title {
 +
    font-size: 24px;
 +
    font-style: bold;
 +
    display: inline-block;
 +
}
 +
 
 +
#warning {
 +
color: red;
 +
text-align: center;
 +
display: block;
 +
vertical-align: bottom;
 +
        font-size: 20px;
 +
}
 +
 
 +
.gallery{
 +
width: 500px;
 +
height: 300px;
 +
margin: auto;
 +
display: block;
 +
}
 +
 
 +
div.gallery img {
 +
        width: 100%;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        margin-top: 20px;
 +
}
 +
 
 +
#picture {
 +
        margin: auto;
 +
}
 +
 
 +
#team-description-title {
 +
width: 900px;
 +
margin: auto;
 +
display: block;
 +
text-decoration: underline;
 +
font-style: bold;
 +
font-size: 18px;
 +
margin-top: 30px;
 +
}
 +
 
 +
#teamt-description {
 +
width: 900px;
 +
height: 200px;
 +
margin: auto;
 +
display: block;
 +
font-size: 16px;
 +
}
 +
 
 +
.first-row {
 +
width: 100%;
 +
height: 300px;
 +
display: block;
 +
background-color: #6A0888;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
#first-row-title {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
padding-top: 70px;
 +
text-align: center;
 +
}
 +
 
 +
#first-row-description {
 +
text-align: center;
 +
background-color: #6A0888;
 +
vertical-align: middle;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
<div id= "header">
 +
<p id = "title"> Northwestern iGEM </p>
 +
<!-- <p id = "warning"> The site is currently under construction. The page will be pretty later. I promise!</p> -->
 +
</div>
 +
 
 +
<div class = "container">
 +
<div class = "menu">
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern">Home</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Team">Team</a>
 +
<ul>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=Northwestern">Official Profile</a></li>
 +
<li><a href="#">Meet Us!</a></li>
 +
<li><a href="#">Attribution</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Project">Project</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Parts">Parts Submitted</a></li>
 +
<li><a href="https://2013.igem.org/Team:Northwestern/Notebook">Notebook</a></li>
 +
<li><a href="#">Description</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="#">Modeling</a></li>
 +
<li><a href= "https://2013.igem.org/Team:Northwestern/Safety"> Safety </a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
 
 +
<div class = "gallery">
 +
    <img src = "https://static.igem.org/mediawiki/2013/5/54/Group-photo-horizontal.jpg" height = "300px">
 +
</div>
 +
<p id = "team-description-title"> Team Introduction </p>
 +
 
 +
<div id = "team-description">
 +
<h3> Undergrads </h3>
<h3> Undergrads </h3>
Line 64: Line 263:
<p> Simon is a senior majoring in biomedical engineering at Northwestern University. </p>
<p> Simon is a senior majoring in biomedical engineering at Northwestern University. </p>
 +
 +
 +
</div>
 +
 +
 +
</html>
 +
 +
 +
 +
 +
 +
 +
<!--Make sure to include a gallery!!-->

Revision as of 10:36, 17 September 2013

Team Introduction

Undergrads

*'''Nirmal Desai''':

Nirmal is junior double majoring in Biology and Economics at Northwestern University. Prior to iGEM,...

*'''Samson Fong''':

Samson is a junior studying chemical engineering, minoring in biotechnology and biochemistry. He is still undecided about his future career, ranging anywhere from engineering to research to medical school (or a combination of the three). In addition to iGEM, he has worked in Professor Schatz’s lab working to model DNA bending around nucleosomes. Samson also enjoys playing piano and clarinet for fun. Occasionally, one can find him taking pictures of mundane objects, trying to pass it off as art.

*'''Viral Patel''':

Viral Patel is a senior studying environmental engineering. Her hometown is Elmhurst, Illinois. She enjoys running, eating cheese ravioli, watching terrible movies on Syfy and painting her nails. Her special skills include playing the clarinet and wiggling her ears.

*'''Kevin Romero''':

Kevin is a junior double majoring in Chemistry and Mathematics at Linfield College in McMinnville, Oregon. He is originally from Reno, Nevada. Prior to iGEM, Kevin gained research experience at Linfield doing theoretical physical chemistry using quantum mechanical mathematical modeling under Professor Jim Diamond. He has given talks and poster presentations at numerous conferences, including the 2013 American Chemical Society National Meeting in New Orleans. He was brought onboard to the iGEM team through the REU program in the Materials Research Science and Engineering Center at Northwestern. He has used his modeling experience to help with the group’s modeling component of the iGEM competition while also working extensively on the group’s presentation.He learned a number of biological lab techniques this summer in order to assist with the project. In his free time he enjoys watching and playing sports, being active outdoors, and eating and sleeping as much as any other red-blooded American male. Never forget.

*'''Brendan Tran''':

He's too stubborn to write a bio right now...

*'''Simon Yang''':

Simon is a senior majoring in biomedical engineering at Northwestern University.





Advisors:

  • Advisor 1: Mentor for all
  • Advisor 2: Our favorite
  • Grad Student 1: Our leader