Team:Harvard/vectors

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="jquery.fancybox-1.3....)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
 
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
 
-
        <script type="text/javascript" src="jquery.fancybox-1.3.1/fancybox/jquery.fancybox-1.3.1.pack.js"></script>
 
-
        <link rel="stylesheet" href="jquery.fancybox-1.3.1/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" /> 
 
-
          <script type="text/javascript">
 
-
            $(document).ready(function() {
 
-
 
-
    /* This is basic - uses default settings */
 
-
 
 
-
    $("a#single_image").fancybox();
 
-
 
 
-
    /* Using custom settings */
 
-
 
 
-
    $("a#inline").fancybox({
 
-
        'hideOnContentClick': true
 
-
    });
 
-
 
-
    /* Apply fancybox to multiple items */
 
-
 
 
-
    $("a.group").fancybox({
 
-
        'transitionIn'    :    'elastic',
 
-
        'transitionOut'    :    'elastic',
 
-
        'speedIn'        :    600,
 
-
        'speedOut'        :    200,
 
-
        'overlayShow'    :    false,
 
-
    });
 
-
 
 
-
});
 
-
 
-
   
 
-
  </script> 
 
<style>
<style>
 +
#allcontent {
 +
      width: 950px;
 +
}
 +
#sidebar a{
 +
      text-decoration: none;
 +
      color: #7F5217;
 +
}
 +
#sidebar a:hover{
 +
    color: #A0C544;
 +
    text-decoration: none;
 +
}
body {
body {
 +
        margin-left: 10%;
font-family: Helvetica, Arial, sans-serif;
font-family: Helvetica, Arial, sans-serif;
-
width: 975px;
+
width: 900px;
font-size: 0.9 em;
font-size: 0.9 em;
color: #254117;
color: #254117;
}
}
 +
 +
#headerlinks{
 +
      margin-left: -20px;
 +
}
#nav, #nav ul {
#nav, #nav ul {
padding: 0;
padding: 0;
Line 46: Line 31:
#nav a {
#nav a {
display: block;
display: block;
-
width: 153px;
+
width: 149px;
}
}
#nav li {
#nav li {
float: left;
float: left;
-
width: 153px;
+
width: 149px;
margin-right: 41px;
margin-right: 41px;
}
}
Line 57: Line 42:
#nav li ul {
#nav li ul {
position: absolute;
position: absolute;
-
width: 153px;
+
width: 149px;
left: -999em;
left: -999em;
}
}
Line 63: Line 48:
#nav li:hover ul {
#nav li:hover ul {
left: auto;
left: auto;
 +
      text-decoration: none;
 +
      color: white;
}
}
Line 68: Line 55:
#nav li:hover ul, #nav li.sfhover ul {
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
left: auto;
 +
      text-decoration: none;
 +
      color: white;
}
}
Line 82: Line 71:
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
if (window.attachEvent) window.attachEvent("onload", sfHover);
-
 
.bannerimage {
.bannerimage {
-
margin-left: 3px;
+
}
}
-
a {
+
a.bannerlinks {
 +
  color: white;
   text-decoration: none;
   text-decoration: none;
-
  color: #7F5217;
 
   }
   }
-
 
 
-
a:hover {
 
-
color: #A0C544;
 
-
}
 
   
   
a.bannerlinks:hover {
a.bannerlinks:hover {
   background-color: #A0C544;
   background-color: #A0C544;
   color: white;
   color: white;
 +
  text-decoration: none;
   }
   }
 +
 +
a.bannertoplinks {
 +
  color: white;
 +
}
   a.bannertoplinks:hover {
   a.bannertoplinks:hover {
   background-color: #A0C544;
   background-color: #A0C544;
   color: white;
   color: white;
 +
  text-decoration: none;
   }  
   }  
Line 113: Line 103:
color: white;
color: white;
padding: 3px 20px 3px 20px;
padding: 3px 20px 3px 20px;
 +
      margin-left: -19px;
}
}
 +
.bannertoplinks {
.bannertoplinks {
background-color: #827B60;
background-color: #827B60;
Line 120: Line 112:
border-width: 1px;
border-width: 1px;
color: white;
color: white;
 +
        margin-bottom: -2px;
padding: 3px 20px 3px 20px;
padding: 3px 20px 3px 20px;
}
}
-
 
+
#twitter_div {
-
 
+
font-size: 0.8em;
-
+
      width: 280px;
 +
}
#sidebar {
#sidebar {
Line 138: Line 132:
#abstract {
#abstract {
-
width: 620px;
+
width: 600px;
border-style: solid;
border-style: solid;
border-color: white;
border-color: white;
Line 150: Line 144:
line-height: 1.3em;
line-height: 1.3em;
text-indent: 3px;
text-indent: 3px;
-
list-style-image: url('images/leaficon.png');
+
list-style-image: url('https://static.igem.org/mediawiki/2010/1/11/Harvard2010leaficon.png');
}
}
#rightgroup {
#rightgroup {
float: right;
float: right;
-
width: 310px;
+
width: 300px;
padding: 10px;
padding: 10px;
}
}
#leftgroup {
#leftgroup {
-
width: 310px;
+
width: 300px;
padding: 10px;
padding: 10px;
 +
        margin-right: 20px;
}
}
-
a.sidebarlinks {
+
#maincontent {
-
display: block;
+
width: 610px;
-
width: 300px;
+
-
font-size: 1.2em;
+
-
text-align: center;
+
-
background-color: #827B60;
+
-
color: white;
+
-
padding: 10px 0px 10px 0px;
+
-
margin-bottom: 5px;
+
}
}
-
a.sidebarlinks:hover {
 
-
background-color: #A0C544;
 
-
}
 
-
 
</style>
</style>
</head>
</head>

Revision as of 16:19, 12 July 2010




abstract

Our goal is the creation of an "iGarden" with the biobrick standard and in order for such a concept to work, we must get our constructs into plants. We used agrobacterium-mediated transformation, first in arabidopsis, then in strawberries.

To do so, we created a set of vectors compatible with the biobrick standard. To express our constucts - such as flavor elements, allergen knockdown, or fence mechanisms, we cloned the constucts into the agrobacterium vectors with E. coli as the chassis, then transformed into agrobacteria via electroporation, then innoculated our plants with the contruct containing agrobacteria.