Team:Harvard/fences

From 2010.igem.org

(Difference between revisions)
m
 
(20 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
+
{{harvard_fence}}
-
<head>
+
-
<style>
+
-
#allcontent {
+
-
      width: 950px;
+
-
}
+
-
#sidebar a{
+
-
      text-decoration: none;
+
-
      color: #7F5217;
+
-
}
+
-
#sidebar a:hover{
+
-
    color: #A0C544;
+
-
    text-decoration: none;
+
-
}
+
-
body {
+
-
        margin-left: 10%;
+
-
font-family: Helvetica, Arial, sans-serif;
+
-
width: 900px;
+
-
font-size: 0.9 em;
+
-
color: #254117;
+
-
}
+
-
#headerlinks{
 
-
      margin-left: -20px;
 
-
}
 
-
#nav, #nav ul {
 
-
padding: 0;
 
-
list-style: none;
 
-
}
 
-
#nav a {
+
<html>
-
display: block;
+
<div id="abstract">
-
width: 149px;
+
<h1>abstract</h1>
-
}
+
<p>
-
 
+
As with any genetically modified organisms, keeping the iGarden plants safely contained is of the utmost importance. We developed a ‘fence’ system which ensures that all the plants stay inside the iGarden, preventing the spread of modified plants beyond where they are wanted.
-
#nav li {
+
</p>
-
float: left;
+
<p>
-
width: 149px;
+
The genetic fence operates by positive containment, meaning that the gardener chooses a fenced area in which the plants can grow, and outside of which they cannot. This ensures that any accidental spillage of iGarden seeds will not result in unwanted plant growth or spread of the modified genes.
-
margin-right: 41px;
+
</p>
-
}
+
-
 
+
-
#nav li ul {
+
-
position: absolute;
+
-
width: 149px;
+
-
left: -999em;
+
-
}
+
-
 
+
-
#nav li:hover ul {
+
-
left: auto;
+
-
      text-decoration: none;
+
-
      color: white;
+
-
 
+
-
}
+
-
 
+
-
#nav li:hover ul, #nav li.sfhover ul {
+
-
left: auto;
+
-
      text-decoration: none;
+
-
      color: white;
+
-
}
+
-
 
+
-
sfHover = function() {
+
-
var sfEls = document.getElementById("nav").getElementsByTagName("LI");
+
-
for (var i=0; i<sfEls.length; i++) {
+
-
sfEls[i].onmouseover=function() {
+
-
this.className+=" sfhover";
+
-
}
+
-
sfEls[i].onmouseout=function() {
+
-
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
+
-
}
+
-
}
+
-
}
+
-
if (window.attachEvent) window.attachEvent("onload", sfHover);
+
-
+
-
.bannerimage {
+
-
+
-
}
+
-
+
-
a.bannerlinks {
+
-
  color: white;
+
-
  text-decoration: none;
+
-
  }
+
-
+
-
a.bannerlinks:hover {
+
-
  background-color: #A0C544;
+
-
  color: white;
+
-
  text-decoration: none;
+
-
  }
+
-
 
+
-
a.bannertoplinks {
+
-
  color: white;
+
-
}
+
-
  a.bannertoplinks:hover {
+
-
  background-color: #A0C544;
+
-
  color: white;
+
-
  text-decoration: none;
+
-
  }
+
-
 
+
-
.bannerlinks {
+
-
background-color: #7F5217;
+
-
border-style: solid;
+
-
border-color: white;
+
-
border-width: 1px;
+
-
color: white;
+
-
padding: 3px 20px 3px 20px;
+
-
      margin-left: -19px;
+
-
}
+
-
 
+
-
.bannertoplinks {
+
-
background-color: #827B60;
+
-
border-style: solid;
+
-
border-color: white;
+
-
border-width: 1px;
+
-
color: white;
+
-
        margin-bottom: -2px;
+
-
padding: 3px 20px 3px 20px;
+
-
}
+
-
 
+
-
#twitter_div {
+
-
font-size: 0.8em;
+
-
      width: 280px;
+
-
}
+
-
 
+
-
#sidebar {
+
-
width: 300px;
+
-
float: right;
+
-
margin-right: 6px;
+
-
border-style: solid;
+
-
border-color: white;
+
-
border-width: 1px;
+
-
padding: 0px;
+
-
}
+
-
#abstract {
+
<p>
-
width: 600px;
+
Gardners will activate the fence by mixing a ‘fence compound’ into the water used for the garden during the first few weeks after planting. The fence compound, a small molecule, is very safe for people, animals and the environment. The current version of the genetic fence requires frequent application of the fence compound throughout the life of the plant.</p>
-
border-style: solid;
+
-
border-color: white;
+
-
border-width: 1px;
+
-
padding: 10px;
+
-
line-height: 1.2em;
+
-
}
+
<p>
-
+
Further engineering of the genetic fence (design 2.0) will only require application of the fence compound during germination. Once the plants have established themselves, the garden could be watered without the fence compound.  
-
#twitter_div ul {
+
</p>
-
line-height: 1.3em;
+
<img src="http://openwetware.org/images/1/19/IGarden_Jamboree_Presentation_Draft_1-3.jpg" width="500px" border=0>
-
text-indent: 3px;
+
-
list-style-image: url('https://static.igem.org/mediawiki/2010/1/11/Harvard2010leaficon.png');
+
-
}
+
-
+
-
#rightgroup {
+
-
float: right;
+
-
width: 300px;
+
-
padding: 10px;
+
-
}
+
-
+
-
#leftgroup {
+
-
width: 300px;
+
-
padding: 10px;
+
-
        margin-right: 20px;
+
-
}
+
-
+
-
#maincontent {
+
-
width: 610px;
+
-
}
+
-
</style>
+
-
</head>
+
-
<body>
+
-
<div id="allcontent">
+
-
<img class="bannerimage" src="https://static.igem.org/mediawiki/2010/a/a5/Harvard2010fencebanner.png" width="950px"><br />
+
-
<div id="headerlinks">
+
-
<ul id="nav">
+
-
<li>
+
-
<a class="bannertoplinks" href="https://2010.igem.org/Team:Harvard">home</a>
+
-
</li>
+
-
+
-
<li><a class="bannertoplinks" href="#">project</a>
+
-
<ul>
+
-
<li><a class="bannerlinks" href="#">vectors</a></li>
+
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/allergy">allergy</a></li>
+
-
<li><a class="bannerlinks" href="#">flavor</a></li>
+
-
<li><a class="bannerlinks" href="https://2010.igem.org/Team:Harvard/fences">genetic fence</a></li>
+
-
<li><a class="bannerlinks" href="#">human practices</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="bannertoplinks" href="#">people</a>
+
-
<ul>
+
-
<li><a class="bannerlinks" href="#">students</a></li>
+
-
<li><a class="bannerlinks" href="#">advisors</a></li>
+
-
<li><a class="bannerlinks" href="#">sponsors</a></li>
+
-
<li><a class="bannerlinks" href="#">gallery</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="bannertoplinks" href="#">online</a>
+
-
<ul>
+
-
<li><a class="bannerlinks" href="http://harvardigem.org">blog</a></li>
+
-
<li><a class="bannerlinks" href="http://twitter.com/harvardigem">twitter</a></li>
+
-
<li><a class="bannerlinks" href="http://openwetware.org/wiki/IGEM:Harvard/2010">openwetware</a></li>
+
-
<li><a class="bannerlinks" href="http://www.facebook.com/pages/Cambridge-MA/Harvard-iGEM/269794024286?ref=ts">facebook</a></li>
+
-
</ul>
+
-
</li>
+
-
<li><a class="bannertoplinks" href="https://2010.igem.org/Team:Harvard/contact">contact us</a>
+
-
</li>
+
-
</ul>
+
</div>
</div>
-
<br /><br />
+
</html>
-
<div id="sidebar">
+

Latest revision as of 15:00, 27 October 2010



abstract

As with any genetically modified organisms, keeping the iGarden plants safely contained is of the utmost importance. We developed a ‘fence’ system which ensures that all the plants stay inside the iGarden, preventing the spread of modified plants beyond where they are wanted.

The genetic fence operates by positive containment, meaning that the gardener chooses a fenced area in which the plants can grow, and outside of which they cannot. This ensures that any accidental spillage of iGarden seeds will not result in unwanted plant growth or spread of the modified genes.

Gardners will activate the fence by mixing a ‘fence compound’ into the water used for the garden during the first few weeks after planting. The fence compound, a small molecule, is very safe for people, animals and the environment. The current version of the genetic fence requires frequent application of the fence compound throughout the life of the plant.

Further engineering of the genetic fence (design 2.0) will only require application of the fence compound during germination. Once the plants have established themselves, the garden could be watered without the fence compound.