Team:KU Leuven/Project/StickerSystem

From 2013.igem.org

(Difference between revisions)
 
(105 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:KU Leuven/Template:Header}}
{{:Team:KU Leuven/Template:Header}}
 +
{{:Team:KU Leuven/Template:Style}}
{{:Team:KU Leuven/Template:Menu}}
{{:Team:KU Leuven/Template:Menu}}
<html>
<html>
-
<head>
+
<body>
-
<meta charset="utf-8">
+
<div id="container">
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
<div class="container">
-
<title>iGem</title>
+
-
  <link href="http://www.designingtest.org/iGem/bootstrap.min.css" rel="stylesheet">
+
<!--LOGOS-->
-
  <link href="http://www.designingtest.org/iGem/bootstrap-responsive.min.css" rel="stylesheet">
+
-
  <link href="http://www.designingtest.org/iGem/style.css" rel="stylesheet">
+
-
  <link href="http://www.designingtest.org/iGem/timeline.css" rel="stylesheet">
+
-
  <link href="http://www.designingtest.org/iGem/bjqs.css"rel="Stylesheet"/>
+
-
   
+
-
  <!--[if lt IE 9]>
+
-
  <script src="http://css3-mediaqueries-js.googlecode.com/files/css3-mediaqueries.js"></script>
+
-
  <![endif]-->
+
-
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> 
+
<div class="row-fluid">
-
  <script src="http://www.designingtest.org/iGem/raphael-min.js"></script>
+
-
  <script src="http://www.designingtest.org/iGem/livicons-1.2.min.js"></script>
+
-
  <script src="http://www.designingtest.org/iGem/bjqs.min.js"></script>
+
-
+
-
  <!--[if lt IE 8]>
+
-
  <script src="http://www.designingtest.org/iGem/json2.min.js"></script>
+
-
  <![endif]-->
+
-
 
+
-
  <script>
+
-
  var ww = document.body.clientWidth;
+
-
+
-
  $(document).ready(function() {
+
-
  $('#banner-fade').bjqs({
+
-
    'height' : 200,
+
-
    'width' : 340,
+
-
    'responsive' : true,
+
-
    'showcontrols' : false,
+
-
    'showmarkers' : false,
+
-
    'usecaptions' : false,
+
-
    'animspeed' : 6000
+
-
  });
+
-
+
-
  $(".nav li a").each(function() {
+
-
    if ($(this).next().length > 0) {
+
-
    $(this).addClass("parent");
+
-
};
+
-
})
+
-
+
-
  $(".toggleMenu").click(function(e) {
+
-
    e.preventDefault();
+
-
    $(this).toggleClass("active");
+
-
    $(".nav").toggle();
+
-
});
+
-
    adjustMenu();
+
-
})
+
-
+
-
  $(window).bind('resize orientationchange', function() {
+
-
    ww = document.body.clientWidth;
+
-
    adjustMenu();
+
-
});
+
-
+
-
  var adjustMenu = function() {
+
-
    if (ww < 768) {
+
-
    $(".toggleMenu").css("display", "inline-block");
+
-
    if (!$(".toggleMenu").hasClass("active")) {
+
-
    $(".nav").hide();
+
-
      } else {
+
-
    $(".nav").show();
+
-
}
+
-
    $(".nav li").unbind('mouseenter mouseleave');
+
-
      $(".nav li a.parent").unbind('click').bind('click', function(e) {
+
-
      // must be attached to anchor element to prevent bubbling
+
-
      e.preventDefault();
+
-
    $(this).parent("li").toggleClass("hover");
+
-
});
+
-
}
+
-
else if (ww >= 768) {
+
-
$(".toggleMenu").css("display", "none");
+
-
$(".nav").show();
+
-
$(".nav li").removeClass("hover");
+
-
$(".nav li a").unbind('click');
+
-
$(".nav li").unbind('mouseenter mouseleave').bind('mouseenter mouseleave', function() {
+
-
// must be attached to li so that mouseleave is not triggered when hover over submenu
+
-
$(this).toggleClass('hover');
+
-
});
+
-
}
+
-
}
+
-
</script>
+
-
<script type="text/javascript">
+
<div class="span4 icon white">
-
   WebFontConfig = {
+
   <div class="row-fluid">
-
    google: { families: [ 'PT+Sans::latin' ] }
+
  <div class="visible-desktop span3 bg-grey1">
-
  };
+
    <a href="https://2013.igem.org/Team:KU_Leuven/Project/Aphid_Background">
-
  (function() {
+
    <i class="livicon activeicon" data-name="bug" data-color="white"></i></div>
-
    var wf = document.createElement('script');
+
  <div class="span7 icon-text">
-
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
+
    <h3>Aphid Background</h3>
-
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
+
    </a>
-
    wf.type = 'text/javascript';
+
    <p>Crashcourse in aphid biology</p>
-
    wf.async = 'true';
+
  </div>
-
    var s = document.getElementsByTagName('script')[0];
+
  </div>
-
    s.parentNode.insertBefore(wf, s);
+
</div>
-
  })();
+
   
-
</script>
+
<div class="span4 icon white">
-
+
  <div class="row-fluid">
-
</head>
+
  <div class="visible-desktop span3 bg-grey1">
 +
    <a href="https://2013.igem.org/Team:KU_Leuven/Project/HoneydewSystem">
 +
    <i class="livicon activeicon" data-name="drop" data-color="white"></i></div>
 +
  <div class="span7 icon-text">
 +
    <h3>Honeydew System</h3> </a>
 +
    <p>Our BanAphids react to honeydew</p>
 +
  </div>
 +
  </div>
 +
</div>
 +
 
 +
<div class="span4 icon white">
 +
  <div class="row-fluid">
 +
  <div class="visible-desktop span3 bg-green">
 +
    <a href="https://2013.igem.org/Team:KU_Leuven/Project/StickerSystem">
 +
    <i class="livicon activeicon" data-name="refresh" data-color="white"></i>
 +
    </div>
 +
  <div class="span7 icon-text">
 +
    <h3>Sticker System</h3>
 +
    </a>
 +
    <p>You are here!</p>
 +
  </div>
 +
  </div>
 +
</div>
 +
 
 +
</div>
 +
 
 +
 
 +
<div class="row-fluid">
 +
 
 +
<div class="span4 icon white">
 +
  <div class="row-fluid">
 +
  <div class="visible-desktop span3 bg-grey1">
 +
    <a href="https://2013.igem.org/Team:KU_Leuven/Project/E.coligy">
 +
    <i class="livicon activeicon" data-name="leaf" data-color="white"></i>
 +
  </div>
 +
  <div class="span7 icon-text">
 +
    <h3><i>E. coligy</i></h3>
 +
    </a>
 +
    <p>Validating the BanAphids in vivo</p>
 +
  </div>
 +
  </div>
 +
</div>
 +
 
 +
<div class="span4 icon white">
 +
  <div class="row-fluid">
 +
  <div class="visible-desktop span3 bg-grey1">
 +
  <a href="https://2013.igem.org/Team:KU_Leuven/Parts">
 +
    <i class="livicon activeicon" data-name="gears" data-color="white"></i></div>
 +
  <div class="span7 icon-text">
 +
    <h3>Parts</h3> </a>
 +
    <p>BioBrick 'm all!</p>
 +
  </div>
 +
  </div>
 +
</div>
 +
 
 +
<div class="span4 icon white">
 +
  <div class="row-fluid">   
 +
    <div class="visible-desktop span3 bg-grey1">
 +
    <a href="https://2013.igem.org/Team:KU_Leuven/Project/DataPage">
 +
    <i class="livicon activeicon" data-name="info" data-color="white"></i>
 +
    </div>
 +
  <div class="span7 icon-text">
 +
    <h3>Data Page</h3> </a>
 +
    <p>All our achievements on one small page!</p>
 +
  </div>
 +
  </div>
 +
</div>
 +
 
 +
  </div>
-
<body>
 
<!-- TITLE -->
<!-- TITLE -->
Line 111: Line 102:
<div id="header" class="row-fluid">
<div id="header" class="row-fluid">
  <div class="span12">
  <div class="span12">
-
   <h3>The Oscillator</h3>
+
   <h3 class="bg-green">The Sticker System</h3>
  </div>
  </div>
</div>
</div>
-
<!-- TEKST -->
+
<!-- INTRO -->
<div class="row-fluid">
<div class="row-fluid">
  <div class="span12 white">
  <div class="span12 white">
   <p align = "justify">
   <p align = "justify">
-
In this part we describe the design of an oscillator that could be useful in biological networks. We designed one ourselves since we have very specific demands and look forward to the challenge. We even tried to create a system that creates synchronized oscillations without depending heavily on the components used. So our proposal oscillates inherently, and only slightly depends on the parameters of the components used. In this text, we start with an explanation of how this oscillating model fits within the framework of our project. Second, we explain several necessities to obtain a synchronized oscillator, and how we managed to incorporate those within our network. For the thorough study of the network and to see what has been achieved in the lab, we refer to the modeling page and the wetlab page respectively.</p>
+
Our initial system for the production of methyl salicylate and β-farnesene relied on direct interaction between the bacteria and the aphids, our BanAphids would be sprayed on the plant. This is ethically and practically challenging since our <b>BanAphids</b> could end up in the environment. <b>We therefore designed an alternative pheromone production system, where the bacteria are kept in semi-permeable pouches</b>. These allow the pheromones to disperse in the air yet the bacteria themselves remain in the bags. Consequently, the presence of aphids secreting honeydew cannot be used as a trigger for the production of both pheromones. <b>Since constitutive production of β-farnesene rapidly renders aphids insensitive, concentrations should fluctuate to prevent habituation. This is typically achieved in an oscillator.</b> The oscillator is extensively elaborated in the <b><a href="https://2013.igem.org/Team:KU_Leuven/Project/Modelling/Colony_Level">oscillator model section</a></b>. Here we will mainly focus on the design of a β-farnesene oscillator, a part of it will be actually made in the lab. The production of methyl salicylate can be regulated similarly.</p>
  </div>
  </div>
</div>
</div>
-
<br/>
+
<!-- Aim -->
-
 
+
-
<!-- Modeling -->
+
<div class="row-fluid">
<div class="row-fluid">
  <div class="span12 icon-small white">
  <div class="span12 icon-small white">
   <div class="row-fluid">
   <div class="row-fluid">
-
   <div class="span2 bg-yellow visible-desktop">
+
   <div class="span2 bg-farnesene visible-desktop">
-
     <i class="livicon activeicon" data-name="laptop" data-onparent="true" data-color="white"></i>
+
<a href = "https://2013.igem.org/Team:KU_Leuven/Project/StickerSystem/Design">
 +
     <i class="livicon activeicon" data-name="pencil" data-onparent="true" data-color="white"></i>
   </div>
   </div>
   <div class="span10 icon-text ">
   <div class="span10 icon-text ">
-
     <h3>Modeling</h3>
+
     <h3>Design</h3> </a>
     <div class="row-fluid">
     <div class="row-fluid">
     <div class="span12">
     <div class="span12">
-
       <p align="justify">On this page we will talk about some more modeling stuff.</p>
+
       <p align="justify">In this part we explain the necessity of the sticker system, as well as its practical execution, such as the properties of the sticker and the implementation of an oscillator. </p>
     </div>
     </div>
     </div>
     </div>
Line 147: Line 137:
</div>
</div>
-
<br/>
 
<!-- Wetlab -->
<!-- Wetlab -->
Line 153: Line 142:
  <div class="span12 icon-small white">
  <div class="span12 icon-small white">
   <div class="row-fluid">
   <div class="row-fluid">
-
   <div class="span2 bg-yellow visible-desktop">
+
   <div class="span2 bg-background visible-desktop">
 +
<a href="https://2013.igem.org/Team:KU_Leuven/Project/Oscillator/wetlab">
     <i class="livicon activeicon" data-name="lab" data-onparent="true" data-color="white"></i>
     <i class="livicon activeicon" data-name="lab" data-onparent="true" data-color="white"></i>
   </div>
   </div>
   <div class="span10 icon-text ">
   <div class="span10 icon-text ">
-
     <h3>Wetlab</h3>
+
     <h3>Integrating the oscillator into the wetlab</h3> </a>
     <div class="row-fluid">
     <div class="row-fluid">
     <div class="span12">
     <div class="span12">
-
       <p align="justify">The C1 FFL coming to life.</p>
+
       <p align="justify">A part of the oscillator was implemented in the wetlab. You can find the genes we chose for our oscillator here, as well as the results of the wetlab experiments. </p>
     </div>
     </div>
     </div>
     </div>
Line 169: Line 159:
</div>
</div>
-
</br>
 
-
 
-
<!-- TITLE -->
 
-
 
-
<div id="header" class="row-fluid">
 
-
<div class="span12">
 
-
  <h3>Determining our requirements.</h3>
 
-
</div>
 
</div>
</div>
-
 
-
<!-- Basic Aphid biology -->
 
-
<div class="row-fluid">
 
-
<div class="span12 white">
 
-
  <div class="row-fluid">
 
-
  <div class="span8">
 
-
    <h3>Basic aphid biology</h3>
 
-
    <p align="justify">An autonomous production system for β-farnesene might be a good solution in order to avoid having to put our systems directly on plants. However, a constitutive production of the pheromone, might rapidly render the aphids insensitive to it (Kunert, Reinhold and Gershenzon, 2010). Consequently we need a solution in which the production of β-farnesene is alternatingly on and off. In order to elaborate on the possibility of such a periodical production we investigated biological oscillating networks. A transcriptional network that exhibits oscillating behavior is the repressilator of Elowitz and Leibler (2000). This has been a cornerstone for synthetic biology since they were among the first to successfully introduce a synthetic model in a living organism. However, their paper mentions the lack of colony-wide synchronization. This is a necessity to achieve a periodical production, otherwise the variation will even out, resulting in a de facto constitutive expression. This means the repressilator does not suffice for a bacterial production unit with a periodical output.</p>
 
-
  </div>
 
-
   
 
-
  <div class="span4 greytext">
 
-
    <h3><br/></h3>
 
-
    <img src="https://static.igem.org/mediawiki/2013/0/09/KU_Leuven_team2.png" alt="Aphid colors"/>
 
-
    <p>Figure xǀ Text</p>
 
-
  </div>
 
-
  </div>
 
-
</div>
 
</div>
</div>
-
<br/>
 
-
 
-
<!-- Plant feeding -->
 
-
<div class="row-fluid">
 
-
<div class="span12 white">
 
-
  <div class="row-fluid">
 
-
  <div class="span4 greytext">
 
-
    <h3><br/></h3>
 
-
    <img src="https://static.igem.org/mediawiki/2013/a/a8/Ant_Receives_Honeydew_from_Aphid.jpg" alt="Aphid milking"/>
 
-
    <p>Figure xǀ An ant 'milks' an aphid for his honeydew.</p>
 
-
  </div>
 
-
 
-
  <div class="span8">
 
-
    <h3>How aphids feed on plants</h3>
 
-
    <p align="justify"></p>
 
-
  </div>
 
-
  </div>
 
-
</div>
 
-
</div>
 
-
<br/>
 
-
 
-
 
</body>
</body>
</html>
</html>

Latest revision as of 03:19, 29 October 2013

iGem

Secret garden

Congratulations! You've found our secret garden! Follow the instructions below and win a great prize at the World jamboree!


  • A video shows that two of our team members are having great fun at our favourite company. Do you know the name of the second member that appears in the video?
  • For one of our models we had to do very extensive computations. To prevent our own computers from overheating and to keep the temperature in our iGEM room at a normal level, we used a supercomputer. Which centre maintains this supercomputer? (Dutch abbreviation)
  • We organised a symposium with a debate, some seminars and 2 iGEM project presentations. An iGEM team came all the way from the Netherlands to present their project. What is the name of their city?

Now put all of these in this URL:https://2013.igem.org/Team:KU_Leuven/(firstname)(abbreviation)(city), (loose the brackets and put everything in lowercase) and follow the very last instruction to get your special jamboree prize!

tree ladybugcartoon

Aphid Background

Crashcourse in aphid biology

Honeydew System

Our BanAphids react to honeydew

Sticker System

You are here!

E. coligy

Validating the BanAphids in vivo

Parts

BioBrick 'm all!

Data Page

All our achievements on one small page!

Our initial system for the production of methyl salicylate and β-farnesene relied on direct interaction between the bacteria and the aphids, our BanAphids would be sprayed on the plant. This is ethically and practically challenging since our BanAphids could end up in the environment. We therefore designed an alternative pheromone production system, where the bacteria are kept in semi-permeable pouches. These allow the pheromones to disperse in the air yet the bacteria themselves remain in the bags. Consequently, the presence of aphids secreting honeydew cannot be used as a trigger for the production of both pheromones. Since constitutive production of β-farnesene rapidly renders aphids insensitive, concentrations should fluctuate to prevent habituation. This is typically achieved in an oscillator. The oscillator is extensively elaborated in the oscillator model section. Here we will mainly focus on the design of a β-farnesene oscillator, a part of it will be actually made in the lab. The production of methyl salicylate can be regulated similarly.

Design

In this part we explain the necessity of the sticker system, as well as its practical execution, such as the properties of the sticker and the implementation of an oscillator.

Integrating the oscillator into the wetlab

A part of the oscillator was implemented in the wetlab. You can find the genes we chose for our oscillator here, as well as the results of the wetlab experiments.