Team:NYC Software/Templates/boxes

From 2011.igem.org

(Difference between revisions)
Line 17: Line 17:
<div id="leftcontent" style="background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f8f8f8));  
<div id="leftcontent" style="background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f8f8f8));  
background: -moz-linear-gradient(top, #f2f2f2, #f8f8f8); color:#333333; height:150px;">
background: -moz-linear-gradient(top, #f2f2f2, #f8f8f8); color:#333333; height:150px;">
-
<p style="line-height:140%; padding-left:10px; padding-top:10px; padding-right:10px;text-align:justify; font-size:90%;"> We studied genes responsible for radiation resistance in <a style="color:#6bbe00 !important" href="https://2011.igem.org/Team:NYC_Software/Deinococcus">Deinococcus</a> and E. coli. Our approach was to use both genome sequencing and molecular biology experiments. We were able to get at our answer by using <a style="color:#6bbe00 !important" href="https://2011.igem.org/Team:NYC_Software/RNA-seq">RNA-seq</a> to study the genetic correlations of species' radiation responses and by <a style="color:#6bbe00 !important" href="https://2011.igem.org/Team:NYC_Wetware/Cloning">cloning</a> genes from the literature.  
+
<p style="line-height:140%; padding-left:10px; padding-top:10px; padding-right:10px;text-align:justify; font-size:90%;"> We studied genes responsible for radiation resistance in <a style="color:#6bbe00 !important" href="https://2011.igem.org/Team:NYC_Software/Deinococcus">Deinococcus</a> and E. coli using latest techniques in genome sequencing. With aid of RNA-seq technique and application of various genome alignment and analysis software suites we were able to study the genetic correlations of species' radiation responses. In the process we were able to create a number of tools that might aid future teams in working with tools of synthetic biology and the parts registry.
</div>
</div>
</div>
</div>
Line 26: Line 26:
<div id="ccontent" style="background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f8f8f8));  
<div id="ccontent" style="background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f8f8f8));  
background: -moz-linear-gradient(top, #f2f2f2, #f8f8f8); color:#333333; height:150px;">
background: -moz-linear-gradient(top, #f2f2f2, #f8f8f8); color:#333333; height:150px;">
-
<p style="line-height:140%; padding-left:10px; padding-top:10px; padding-right:10px;text-align:justify; font-size:90%;"><br/>Our diverse team is based at Weill Cornell Medical College, but consists of undergraduates from a wide variety of New York City universities. <br />
+
<p style="line-height:140%; padding-left:10px; padding-top:10px; padding-right:10px;text-align:justify; font-size:90%;"><br/>Synthetic biology is an emerging area of multidisciplinary science that tries to take the best lessons of the engineering and informations technologies and integrate them into study and design of biological systems. We believe the only way for the new field to take root and grow to its full potentials is to foster open exchange of data and ideas. And we aim to contribute to the field by developing tools that allows people to do synthetic biology easier and lets them communicate their data to and from others using uniform standard.<br />
 +
 
-
<script>
 
-
var dontclose=false;
 
-
function displayGibson(youTubeURL){
 
-
var newDiv = document.createElement('div');
 
-
newDiv.setAttribute('id',"GibsonVidOverlay");
 
-
newDiv.setAttribute('style',"width:100%;height:100%;background:black; position:fixed; left:0; top:0;z-index:100;  text-align:center; background:url(https://static.igem.org/mediawiki/2010/e/e9/Opacity9.png) ;");
 
-
newDiv.setAttribute('onclick',";hideOverlay();");
 
-
newDiv.innerHTML='<div style="margin-top:100px; z-index:1000;padding:10px; background:#080808;width:640px; margin-left: auto; margin-right:auto;" onclick="dontclose=true;"><object width="640" height="385"><param name="movie" value="'+youTubeURL+'"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="'+youTubeURL+'" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div><a href="#" style="color:white !important; margin-top:20px; font-size:15px;" onclick="hideOverlay()">close</a>';
 
-
$('body')[0].appendChild(newDiv);
 
-
}
 
-
function hideOverlay(){
 
-
if(dontclose){
 
-
dontclose=false;
 
-
}
 
-
else{
 
-
$('body')[0].removeChild($('#GibsonVidOverlay')[0]);
 
-
}
 
-
}
 
-
</script>
 
-
</div>
 
-
</div>
 
<div id="rightbox" style="float:left;  height:200px; margin-left:5px; width:242px;" class="tophome">
<div id="rightbox" style="float:left;  height:200px; margin-left:5px; width:242px;" class="tophome">

Revision as of 22:40, 26 August 2011


Abstract

We studied genes responsible for radiation resistance in Deinococcus and E. coli using latest techniques in genome sequencing. With aid of RNA-seq technique and application of various genome alignment and analysis software suites we were able to study the genetic correlations of species' radiation responses. In the process we were able to create a number of tools that might aid future teams in working with tools of synthetic biology and the parts registry.

Team Philosophy


Synthetic biology is an emerging area of multidisciplinary science that tries to take the best lessons of the engineering and informations technologies and integrate them into study and design of biological systems. We believe the only way for the new field to take root and grow to its full potentials is to foster open exchange of data and ideas. And we aim to contribute to the field by developing tools that allows people to do synthetic biology easier and lets them communicate their data to and from others using uniform standard.