Team:NYC Software

From 2011.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
 +
{{:Team:NYC_Software/Templates/nav}}
 +
{{:Team:NYC_Software/Templates/css}}
 +
<html>
<html>
<html lang="en">
<html lang="en">
Line 7: Line 10:
<meta name="keywords" content="css3, igem" />
<meta name="keywords" content="css3, igem" />
-
<style type="text/css">
+
</head>
-
h1 {
 
-
margin: 0px;
 
-
padding: 30px 20px 20px 30px;
 
-
font-family: Helvetica, Arial;
 
-
font-size: 50px;
 
-
text-shadow: #6699a4 0px 4px 10px;
 
-
color: #fff;
 
-
}
 
-
 
-
#container {
 
-
width: 950px;
 
-
margin: 10px auto 0 auto;
 
-
background: #ffffff
 
-
-webkit-border-radius: 20px;
 
-
padding: 0px;
 
-
-webkit-box-shadow: #999 0px 5px 15px;
 
-
}
 
-
 
-
@-webkit-keyframes moveIt {
 
-
0% {
 
-
background-position: 0% 0%;
 
-
}
 
-
100% {
 
-
background-position: 0% 150%;
 
-
}
 
-
}
 
-
 
-
#header {
 
-
height: 150px;
 
-
background-image: url(phylotreed.png);
 
-
background-position: 0% 0%;
 
-
-webkit-animation-name: moveIt;
 
-
-webkit-animation-duration: 20s;
 
-
-webkit-animation-iteration-count: infinite;
 
-
-webkit-animation-timing-function: linear;
 
-
-webkit-border-radius: 20px;
 
-
}
 
-
 
-
#content {
 
-
padding: 0px;
 
-
}
 
-
 
-
</style>
 
-
 
-
</head>
 
<body>
<body>
-
 
-
<div id="container">
 
-
<div id="header">
 
-
<h1>NYC-iGEM software</h1>
 
-
</div>
 
-
<div id="content">
+
<div id="container">
-
+
                <h3>NYC Software Development and Genome Analysis Team</h3>
-
</div>
+
                <p>
-
</div>
+
                  <h4>Registry/ Biobrick Tools</h4>
 +
                Our primary aim is to develop tools to make iGEM easier. We realize that three months is an incredibly short time to attempt ambitious synthetic biology projects, so we are working to code tools that will allow future iGEMers to develop their experimental plans more quickly. Our <a href="http://www.nysynbio.org/cgi/Biobrick_primers.cgi">Primer Designer </a>will take a given sequence and output the primers necessary to biobrick that part. When searching the Registry to see if your parts has been biobricked already, text searches turn out to be an inefficient way to find this information. Instead, perhaps you could use <a href="http://www.nysynbio.org/cgi/BLAST.html">our BLAST Tool</a> to search based on your parts' sequence instead of the arbitrary name humanity has given it.
 +
 
 +
            <h4>Deinococcus Genome Sequencing</h4>
 +
                Our wetlab partner team's goal is to discover novel responses to radiation resistance in bacteria by cloning a lot of genes and testing them. We aim to aid that effort by sequencing the genomes of species of the radiation-resistant Deinococcus genus and to identify genes that may be responsible for increased protection against superoxide radicals and ionizing radiation. This is a pretty ambitious goal, but thanks to a large donation from Illumina and our location here in the Mason Lab at Weill Cornell we can make it happen.
 +
 
 +
        </div>
</body>
</body>
</html>
</html>
 +
 +
 +
{{:Team:NYC_Software/Templates/boxes}}

Latest revision as of 19:38, 28 September 2011