Team:NYC Software

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<html>
<html>
 +
<html lang="en">
 +
<head>
 +
<meta charset="utf-8">
 +
<title>NYC-iGEM software</title>
 +
<meta name "description" content="nyc-igem" />
 +
<meta name="keywords" content="css3, igem" />
-
<div style="width: 975px; padding: 5px;">
+
<style type="text/css">
-
<img src="https://static.igem.org/mediawiki/2011/4/48/Drad2.jpg" />
+
h1 {
 +
margin: 0px;
 +
padding: 30px 20px 20px 30px;
 +
font-family: Helvetica, Arial;
 +
font-size: 50px;
 +
text-shadow: #6699a4 0px 4px 10px;
 +
color: #fff;
 +
}
-
</div>
+
#container {
-
<div style="width: 975px; padding-left: 5px;">
+
width: 950px;
 +
margin: 10px auto 0 auto;
 +
background: #ffffff
 +
-webkit-border-radius: 20px;
 +
padding: 0px;
 +
-webkit-box-shadow: #999 0px 5px 15px;
 +
}
-
<div style="width: 700px;">
+
@-webkit-keyframes moveIt {
-
<br/>
+
0% {
-
<h3>Meet our Team</h3>
+
background-position: 0% 0%;
-
<p>
+
}
-
Our iGEM squadron consists of students from the Dalton School, Hunter College, Columbia University, Yeshiva University, NYU-Poly, and Cornell University. Our advisers (and donated workspace) reside at Weill Cornell Medical College on the Upper East Side of Manhattan.
+
100% {
-
<p>
+
background-position: 0% 150%;
-
<br/>
+
}
-
<h3>What we're doing</h3>
+
}
-
<p>
+
-
<h4>Deinococcus Genome / Transcriptome Sequencing</h4>
+
-
How can previously unresearched species inform us about radiation resistance? We are using whole genome and RNA-seq to analyze a genus' response to ionizing radiation.
+
-
<h4>Registry / Biobrick Tools</h4>
+
#header {
-
We also realize that there are unsolved problems on the software side of synthetic biology, so we are working with others to code tools to integrate into the Registry and are working on libraries to manipulate biobricks in general.
+
height: 150px;
-
<p><br/>
+
background-image: url(phylotreed.png);
-
<h3>Team Members + Affiliations</h3>
+
background-position: 0% 0%;
-
<p>
+
-webkit-animation-name: moveIt;
-
Daniel Packer - Hunter University<p>
+
-webkit-animation-duration: 20s;
-
Jakub Cichon - NYU-Poly<p>
+
-webkit-animation-iteration-count: infinite;
-
Hannah Landes - The Dalton School<p>
+
-webkit-animation-timing-function: linear;
-
Bavir Kunar - Columbia University<p>
+
-webkit-border-radius: 20px;
-
Sung Won Lim - Genspace NYC<p>
+
}
-
<br/>
+
-
<h3>Weill Cornell Medical College Advisors + Grad Students</h3>
+
-
<p>
+
-
Russell Durrett, Christopher Mason - Institute for Computational Biology <p>
+
-
Alex Hansler, Steve Gross - Department of Pharmacology
+
-
<p><br/>
+
#content {
 +
padding: 0px;
 +
}
-
<h3>Sponsors</h3>
+
</style>
-
<ul>
+
-
<li>Illumina
+
-
<li>Agilent
+
-
<li>Science House
+
-
<li>Quartzy
+
-
<li>NY SynBio
+
-
<li>IDT
+
-
<li>Monster Energy | Unleash the Beast
+
-
<li>Geneious
+
-
</ul>
+
-
</div>
+
-
</div>
+
 +
</head>
-
</html>
+
<body>
-
<!-- *** End of the alert box *** -->
+
<div id="container">
 +
 +
<div id="header">
 +
<h1>NYC-iGEM software</h1>
 +
</div>
 +
 +
<div id="content">
 +
 +
</div>
 +
</div>
 +
</body>
-
<!--- The Mission, Experiments --->
+
</html>
-
 
+
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
-
!align="center"|[[Team:NYC_Wetware|Home]]
+
-
!align="center"|[[Team:NYC_Wetware/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2011&team_name=NYC_Wetware Official Team Profile]
+
-
!align="center"|[[Team:NYC_Wetware/Project|Project]]
+
-
!align="center"|[[Team:NYC_Wetware/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:NYC_Wetware/Modeling|Modeling]]
+
-
!align="center"|[[Team:NYC_Wetware/Notebook|Notebook]]
+
-
!align="center"|[[Team:NYC_Wetware/Safety|Safety]]
+
-
!align="center"|[[Team:NYC_Wetware/Attributions|Attributions]]
+
-
|}
+

Revision as of 18:02, 12 July 2011

NYC-iGEM software