Team:Rutgers/Project

From 2011.igem.org

(Difference between revisions)
m (Replaced content with "Coming SOon!")
 
(25 intermediate revisions not shown)
Line 1: Line 1:
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
Coming SOon!
-
<head>
+
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
-
<title>Rutgers 2011 iGEM Team: Complex Circuits in Synthetic Biology</title>
+
-
 
+
-
<!--CSS-->
+
-
<link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/menu?action=raw&amp;ctype=text/css' />
+
-
 
+
-
<link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/style?action=raw&amp;ctype=text/css' />
+
-
 
+
-
<!--REHOST-->
+
-
<link rel="stylesheet" href="http://zacstewart.github.com/Meow/jquery.meow.css" type="text/css" media="screen" title="no title" charset="utf-8">
+
-
 
+
-
 
+
-
<!-- jquery -->
+
-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
+
-
 
+
-
<!-- JS -->
+
-
<script src="http://zacstewart.github.com/Meow/jquery.meow.js" type="text/javascript" charset="utf-8"></script>
+
-
 
+
-
<script type="text/javascript" src="https://2011.igem.org/Template:Team:Rutgers/css_menu?action=raw&amp;ctype=text/javascript"></script>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<script type="text/javascript">
+
-
 
+
-
$(document).ready(function()
+
-
{
+
-
$("#showcase").awShowcase(
+
-
{
+
-
content_width: 800,
+
-
content_height: 600,
+
-
fit_to_parent: false,
+
-
auto: false,
+
-
interval: 3000,
+
-
continuous: false,
+
-
loading: true,
+
-
tooltip_width: 200,
+
-
tooltip_icon_width: 32,
+
-
tooltip_icon_height: 32,
+
-
tooltip_offsetx: 18,
+
-
tooltip_offsety: 0,
+
-
arrows: true,
+
-
buttons: true,
+
-
btn_numbers: true,
+
-
keybord_keys: true,
+
-
mousetrace: false, /* Trace x and y coordinates for the mouse */
+
-
pauseonover: true,
+
-
stoponclick: false,
+
-
transition: 'fade', /* hslide/vslide/fade */
+
-
transition_delay: 0,
+
-
transition_speed: 500,
+
-
show_caption: 'onload', /* onload/onhover/show */
+
-
thumbnails: false,
+
-
thumbnails_position: 'outside-last', /* outside-last/outside-first/inside-last/inside-first */
+
-
thumbnails_direction: 'vertical', /* vertical/horizontal */
+
-
thumbnails_slidex: 1, /* 0 = auto / 1 = slide one thumbnail / 2 = slide two thumbnails / etc. */
+
-
dynamic_height: false, /* For dynamic height to work in webkit you need to set the width and height of images in the source. Usually works to only set the dimension of the first slide in the showcase. */
+
-
speed_change: true, /* Set to true to prevent users from swithing more then one slide at once. */
+
-
viewline: false, /* If set to true content_width, thumbnails, transition and dynamic_height will be disabled. As for dynamic height you need to set the width and height of images in the source. */
+
-
custom_function: null /* Define a custom function that runs on content change */
+
-
});
+
-
});
+
-
 
+
-
</script>
+
-
+
-
<!-- stick in its own global file -->
+
-
    <script>
+
-
      $(document).ready(function() {
+
-
        $.meow({
+
-
          message: $('#onready'),
+
-
          icon: 'folder_32.png'
+
-
        });
+
-
        $('#button').click(function () {
+
-
          $.meow({
+
-
            message: $('#onclick'),
+
-
            icon: 'folder_32.png'
+
-
          });
+
-
        });
+
-
        $('#onchange').change(function () {
+
-
          $.meow({
+
-
            title: 'I have a defined title!',
+
-
            message: $('#onchange'),
+
-
            /*icon: '/icons/chart_16.png'*/
+
-
          });
+
-
        });
+
-
+
-
$('#Link').click(function () {
+
-
          $.meow({
+
-
            message: 'What goes here?',
+
-
            icon: "83-calendar.png"
+
-
          });
+
-
});
+
-
+
-
        $('#selectonchange').change(function () {
+
-
          $.meow({
+
-
            message: $('#selectonchange'),
+
-
            icon: 'folder_32.png'
+
-
          });
+
-
        });
+
-
        $('#sticky').click(function () {
+
-
          $.meow({
+
-
            message: 'I\'m a sticky meow!',
+
-
            icon: 'folder_32.png',
+
-
            sticky: true
+
-
          });
+
-
        });
+
-
        $('#uncloseable').click(function () {
+
-
          $.meow({
+
-
            message: 'I am uncloseable!',
+
-
            icon: 'folder_32.png',
+
-
            closeable: false
+
-
          });
+
-
        });
+
-
        $('#callbacks').click(function () {
+
-
          $.meow({
+
-
            message: 'I have callbacks!',
+
-
            icon: 'folder_32.png',
+
-
            beforeCreateFirst: function () {
+
-
              alert(this + ' is the first meow!');
+
-
            },
+
-
            beforeCreate: function () {
+
-
              alert('About to create ' + this);
+
-
            },
+
-
            afterCreate: function () {
+
-
              alert('Just created ' + this);
+
-
            },
+
-
            onTimeout: function () {
+
-
              alert(this + ' just timed out.');
+
-
            },
+
-
            beforeDestroy: function () {
+
-
              alert('About to destroy ' + this);
+
-
            },
+
-
            afterDestroy: function () {
+
-
              alert('And it\'s gone');
+
-
            },
+
-
            afterDestroyLast: function () {
+
-
              alert('There are no meows left :3');
+
-
            }
+
-
          });
+
-
        });
+
-
      });
+
-
    </script>
+
-
 
+
-
 
+
-
<!--[if IE 6]>
+
-
<style>
+
-
body {behavior: url("csshover3.htc");}
+
-
#menu li .drop {background:url("img/drop.gif") no-repeat right 8px;
+
-
</style>
+
-
<![endif]-->
+
-
<style type="text/css">
+
-
  /*give the body height:100% so that its child
+
-
    elements can have percentage heights*/
+
-
  body{ height:100% }
+
-
 
+
-
  /*this is what we want the div to look like*/
+
-
  div.fullscreen{
+
-
    display:block;
+
-
 
+
-
    /*set the div in the top-left corner of the screen*/
+
-
    position:absolute;
+
-
    top:0;
+
-
    left:0;
+
-
   
+
-
    /*set the width and height to 100% of the screen*/
+
-
    width:100%;
+
-
    height:100%;
+
-
  }
+
-
 
+
-
</style>
+
-
 
+
-
<style type="text/css">
+
-
 
+
-
<!--
+
-
 
+
-
body,td,th {
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-size: 36px;
+
-
text-align: center;
+
-
color: #CCC;
+
-
}
+
-
body {
+
-
margin-left: 0px;
+
-
margin-top: 0px;
+
-
margin-right: 0px;
+
-
margin-bottom: 0px;
+
-
}
+
-
.Test {
+
-
color: #252525;
+
-
text-align: right; font-size: px;
+
-
}
+
-
.Test strong {
+
-
color: #666;
+
-
font-size: 48px;
+
-
font-weight: bold;
+
-
}
+
-
 
+
-
 
+
-
<style type="text/css">
+
-
html, body { height:100% }
+
-
body, h1, h2, p {
+
-
border:0;
+
-
margin:0;
+
-
padding:0;
+
-
text-align: left;
+
-
}
+
-
body {
+
-
font-family: helvetica, arial, sans-serif;
+
-
background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 300, from(#888), to(#444));
+
-
background-image:url();
+
-
background-size:100% 100%;
+
-
-webkit-perspective:500px;
+
-
-moz-perspective:500px;
+
-
background-repeat: repeat-x;
+
-
+
-
/* IE10 */
+
-
background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
+
-
 
+
-
/* Mozilla Firefox */
+
-
background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
+
-
 
+
-
/* Opera */
+
-
background-image: -o-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
+
-
 
+
-
/* Webkit (Safari/Chrome 10) */
+
-
background-image: -webkit-gradient(radial, right top, 0, right top, 1020, color-stop(0, #FFFFFF), color-stop(1, #D6D6D6));
+
-
 
+
-
/* Webkit (Chrome 11+) */
+
-
background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
+
-
 
+
-
/* Proposed W3C Markup */
+
-
background-image: radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
+
-
 
+
-
}
+
-
a { color:#bbb; }
+
-
#text {
+
-
position:absolute;
+
-
width:998px;
+
-
height:53px;
+
-
left:601px;
+
-
top:398px;
+
-
margin-left:-300px;
+
-
margin-top:-60px;
+
-
text-align:center;
+
-
text-transform:uppercase;
+
-
-webkit-tranform:translateZ(0);
+
-
-webkit-transition-duration:0.05s;
+
-
-moz-tranform:translateZ(0);
+
-
color:#f3f3f3;
+
-
text-shadow:0 0 1px rgba(0,0,0,.2);
+
-
}
+
-
 
+
-
 
+
-
 
+
-
p {
+
-
top:0;
+
-
width:90%;
+
-
font-size:16px;
+
-
color:#333;
+
-
text-shadow:0 -1px 0 rgba(0,0,0,0.1);
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
padding-top: 10px;
+
-
padding-right: 10;
+
-
padding-bottom: 10px;
+
-
padding-left: 10;
+
-
right: 2px;
+
-
text-align: left;
+
-
}
+
-
a:link {
+
-
color: #333;
+
-
}
+
-
a:visited {
+
-
color: #333;
+
-
}
+
-
a:hover {
+
-
color: #666;
+
-
}
+
-
a:active {
+
-
color: #FFF;
+
-
}
+
-
.floatingHeader {
+
-
  position: fixed;
+
-
  top: 0;
+
-
  visibility: hidden;
+
-
}
+
-
.imgshadow2 table {
+
-
text-align: left;
+
-
}
+
-
.imgshadow2 table tr td div p {
+
-
text-align: left;
+
-
}
+
-
.imgshadow2 table {
+
-
font-size: 24px;
+
-
color: #FFF;
+
-
text-align: justify;
+
-
}
+
-
.imgshadow2 table tr td div p {
+
-
text-align: justify;
+
-
}
+
-
.imgshadow2 {
+
-
text-align: left;
+
-
}
+
-
 
+
-
.style2 {font-family: Verdana, Geneva, sans-serif; text-align: center; color: #333333; }
+
-
.style3 {
+
-
color: #666666;
+
-
font-size: 24px;
+
-
}
+
-
.imgshadow2 blockquote table {
+
-
text-align: left;
+
-
}
+
-
.imgshadow2 blockquote table {
+
-
text-align: left;
+
-
}
+
-
.imgshadow2 blockquote table {
+
-
text-align: left;
+
-
}
+
-
</style>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
</head>
+
-
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
+
-
 
+
-
<!--<div class="fullscreen"> -->
+
-
 
+
-
<p>&nbsp;</p>
+
-
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="10">
+
-
  <tr>
+
-
    <td height="58" colspan="2" td background="stripe.png"><span class="style3">RUTGERS iGEM TEAM WIKI<br />
+
-
    </span></td>
+
-
   
+
-
   
+
-
   
+
-
  </tr>
+
-
  <tr>
+
-
    <td height="23" colspan="2"><p><img src="swpics/eastitle2.png" width="1000" height="490" /></p></td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="9%" valign="top" class="stuff">Menu &gt;&gt; The Bacterial Etch-a-Sketch &gt;&gt; Goals</td>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
   
+
-
    <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="6" td background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> the Bacterial Etch-a-Sketch</span></h1></td>
+
-
          </tr>
+
-
        <tr>
+
-
       
+
-
          <td colspan="6" class="stuff"></h4>
+
-
         
+
-
 
+
-
 
+
-
 
+
-
<div style="width: 800px; margin: auto;">
+
-
 
+
-
<!-- This is the button used to switch between One Page and Slideshow. -->
+
-
<p><a id="awOnePageButton" href="#showcase"><span class="view-page">View As One Page</span><span class="view-slide">View As Slideshow</span></a></p>
+
-
 
+
-
<div id="showcase" class="showcase">
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content -->
+
-
<div class="showcase-content">
+
-
<!-- If the slide contains multiple elements you should wrap them in a div with the class .showcase-content-wrapper.
+
-
We usually wrap even if there is only one element, because it looks better. :-) -->
+
-
<div class="showcase-content-wrapper">
+
-
<h1>&nbsp;</h1>
+
-
<h1>&nbsp;</h1>
+
-
<h1>Real:
+
-
  </h1>
+
-
<h1>Bacterial lawn that can be drawn on with a laser </h1>
+
-
<h1>&nbsp;</h1>
+
-
<h1>Abstract:   </h1>
+
-
<h1>Fast biological memory circuit </h1>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<img src="swpics/eas_circuit_1.PNG" alt="01" />
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<div class="showcase-content-wrapper">
+
-
<h1>&nbsp;</h1>
+
-
<h1>Engineering Problems</h1>
+
-
<h1>&nbsp;</h1>
+
-
<h1>Input: ~1 ms laser pulse
+
-
  </h1>
+
-
<h1>Sensitivity—1 ms is very short   </h1>
+
-
<h1>Selectivity—Would like to use in ambient lighting   </h1>
+
-
<h1>Output: Violacein
+
-
  Speed—Would like to see colors quickly   </h1>
+
-
<h1>Noise—Do not want random lines </h1>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<img src="swpics/lovtap.PNG" alt="03" />
+
-
  </div>
+
-
<!-- Put the caption content in a div with the class .showcase-caption -->
+
-
<div class="showcase-caption">
+
-
            lovTAP. Activated by 470nm light. When active, acts as trpR which represses ptrpL. Stays active for about 1 minute.           
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<div class="showcase-content-wrapper">
+
-
<h1>Locking Switch</h1>
+
-
<p>&nbsp;</p>
+
-
<h1>Based on Peking 2009 memory circuit
+
-
</h1>
+
-
<h1>cI434 represses </h1>
+
-
<h1>pRM
+
-
  cI activates pRM   </h1>
+
-
<h1>trpR represses ptrpL   </h1>
+
-
<h1>&nbsp;</h1>
+
-
<h1>By default, ptrpL is “on” and pRM is “off”
+
-
  A drop in cI434 should reverse permenantly </h1>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<img src="swpics/eas_circuit_1.PNG" alt="02" />
+
-
</div>
+
-
<!-- Put the tooltips in a div with the class .showcase-tooltips. -->
+
-
<div class="showcase-tooltips">
+
-
<!-- Each anchor in .showcase-tooltips represents a tooltip. The coords attribute represents the position of the tooltip. -->
+
-
<a href="http://www.awkward.se" coords="634,130">
+
-
<!-- The content of the anchor-tag is displayed in the tooltip. -->
+
-
lovTAP represses pTrpL
+
-
</a>
+
-
<a href="http://www.awkward.se" coords="200,440">
+
-
T7p activates T7 promoter
+
-
</a>
+
-
<a href="http://www.awkward.se" coords="600,440">
+
-
trpR represses ptrpL C
+
-
</a>
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<div class="showcase-content-wrapper">
+
-
                <p><strong><img src="icons/95-equalizer.png" width="26" height="24" /> <span class="shadow">Sensitivity</span></strong>: <br />
+
-
                Time it takes for (activation 1 => activation 2)                     </p>
+
-
                <p>Time for enough cI434 to degrade for transcription at pRM <br />
+
-
                    </p>
+
-
              <p><strong><img src="icons/13-target.png" width="28" height="28" /> <span class="shadow">Selectivity</span></strong>: <br />
+
-
Amount of light for (deactivated => activation 1)
+
-
                <br />
+
-
              </p>
+
-
              <p><span class="shadow"><strong><img src="icons/11-clock.png" width="25" height="25" /> Speed</strong>: </span><br />
+
-
Time for VioA-E synthesis & work
+
-
              </p>
+
-
              <p><span class="shadow"><strong><img src="icons/39-spraycan.png" width="16" height="24" /> Noise</strong>: </span><br />
+
-
Basal transcription at T7
+
-
              <p>Close to none
+
-
                <p>Basal transcription at pRM
+
-
                  <p>Minimized with low copy plasmid
+
-
                   
+
-
                  </div>
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
</div>
+
-
</div>
+
-
<!-- Each child div in #showcase represents a slide -->
+
-
<div class="showcase-slide">
+
-
<!-- Put the slide content in a div with the class .showcase-content. -->
+
-
<div class="showcase-content">
+
-
<div class="showcase-content-wrapper">
+
-
<div>•Complete  LovTAP Plasmid—K360127—Ordered, 887bp</div>
+
-
                    <div>–pSB1C3,  2070bp, Chl&#13;</div>
+
-
                    <div>•T7  Promoter—I712074—Plate 1—6N, 46bp</div>
+
-
                    <div>–pSB1AK8,  3426bp, Amp, Kan&#13;</div>
+
-
                    <div>•VioA-E—K274002—Plate  3—12B, 7345bp</div>
+
-
                    <div>–pSB1T3,  2463bp, Tet&#13;</div>
+
-
                    <div>•ptrpL—K360023—get  synthesized, 49bp + prefix/suffix = 108bp</div>
+
-
                    <div>–Will  put into pSB1C3, 2070bp, Chl&#13;</div>
+
-
                    <div>•cI434  + LVA—C0052—Plate 1—4G, 669bp</div>
+
-
                    <div>–pSB1A2,  2079bp, Amp</div>
+
-
                    <div>•cI + LVA—C0051—Plate  1—4E, 750bp</div>
+
-
                    <div>–pSB1A2,  2079bp, Amp</div>
+
-
                    <div>•Modified  pRM—I12040—Plate 1—20D,  91bp</div>
+
-
                    <div>–pSB2K3,  4425bp, Kan&#13;</div>
+
-
                    <div>•RBS+T7  P+NLS—I712069—Plate 2—13K, 2678bp</div>
+
-
                    <div>–pSB1AK3,  3189bp, Amp, Kan&#13;</div>
+
-
                    <div>•(Strong)  RBS—B0034—Plate 1—2M, 12bp</div>
+
-
                    <div>–pSB1A2,  2079bp, Amp&#13;</div>
+
-
<h1>&nbsp;</h1>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
</div>
+
-
+
-
</div>
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
 
+
-
<h4 class="shadow">Abstract</h4>
+
-
            <p class="stuff">The goal is to engineer bacteria that will respond to a millisecond <a href="javascript:;" id="Link">laser</a> pulse. This is of concern because no living thing needs to worry about a stimulus that lasts for such a short amount of time. Additionally, in order for the light to elicit a response from the bacteria, the circuit must amplify the tiny light signal and translate it to a molecule that can regulate transcription. </p>
+
-
            <p class="stuff">The light itself is not able to activate or repress a promoter. It is important that the bacteria only respond to the laser pulse and not all light sources. The bacteria must either have a threshold level for the amount of light needed to induce color or respond to only certain wavelengths of light. </p>
+
-
            <p class="stuff">&lt;Contents&gt;</p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          </tr>
+
-
       
+
-
 
+
-
      </table>
+
-
        </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
      <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> Goals</span></h1></td>
+
-
          </tr>
+
-
        <tr>
+
-
       
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">I. Input</h4>
+
-
            <p class="stuff">The goal is to engineer bacteria that will respond to a millisecond laser pulse. This is of concern because no living thing needs to worry about a stimulus that lasts for such a short amount of time. Additionally, in order for the light to elicit a response from the bacteria, the circuit must amplify the tiny light signal and translate it to a molecule that can regulate transcription. </p>
+
-
            <p class="stuff">The light itself is not able to activate or repress a promoter. It is important that the bacteria only respond to the laser pulse and not all light sources. The bacteria must either have a threshold level for the amount of light needed to induce color or respond to only certain wavelengths of light. </p>
+
-
            <p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">II. Processing</h4>
+
-
            <p class="stuff">The circuit must be able to hold memory, so that it does not return to its original state once the light signal is removed. </p>
+
-
            <p>&nbsp;</p>
+
-
            <h4 class="shadow">III. Output</h4>
+
-
            <p class="stuff">The goal is to make the bacteria produce color in response to the light signal. The bacteria would be grown out into a lawn and then drawn on with the laser pointer and this drawing would appear in color, similar to drawing on a sketch pad. We are literally etching a sketch on the bacteria. </p>
+
-
            <p class="stuff">A concern is how long the bacteria will take to respond to the light and produce color. Moreover the bacteria should be sensitive enough so that only the bacteria that are exposed to the light should respond. Essentially there should be as little noise as possible in the coloring.
+
-
            A successful engineered Bacterial Etch-a-Sketch would allow a lawn of bacteria to be used as a sketch pad where we can draw on with a household laser pointer. </p>
+
-
            <p class="stuff">Depending on the application, this system has the ability to produce intracellular pigment when exposed to 477nm (blue) light. In the future, our bacteria could help solve problems that require a rapid response to light with a quick? visual output.</p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" align="center" valign="baseline" background="stripe.png" td><p>&nbsp;</p></td>
+
-
        </tr>
+
-
       
+
-
 
+
-
      </table>
+
-
      </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
     
+
-
     
+
-
     
+
-
      <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td="td" background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> The SeLECT Circuit</span></h1></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">SeLECT circuit</h4>
+
-
            <p class="stuff">SeLECT: Sensitive, Light-Effected Circuit with Threshold (SeLECT)</p>
+
-
            <p class="stuff">The SeLECT circuit uses LovTAP that was developed by many teams and labs around the world, a memory switch based on work done by Peking University, and color generators developed by Cambridge.</p>
+
-
            <blockquote>
+
-
              <p><strong><img src="icons/95-equalizer.png" width="26" height="24" /> <span class="shadow">Sensitivity</span></strong>: <br />
+
-
                How  long we need to shine the laser on the bacteria to activated pRM<br />
+
-
              </p>
+
-
              <p><strong><img src="icons/13-target.png" width="28" height="28" /> <span class="shadow">Selectivity</span></strong>: <br />
+
-
                How  much ambient light the bacteria can resist before activating pRM<br />
+
-
              </p>
+
-
              <p><span class="shadow"><strong><img src="icons/11-clock.png" width="25" height="25" /> Speed</strong>: </span><br />
+
-
                Once  activated, how long does it take to see color<br />
+
-
              </p>
+
-
              <p><span class="shadow"><strong><img src="icons/39-spraycan.png" width="16" height="24" /> Noise</strong>: </span><br />
+
-
                How  much unwanted color is generated</p>
+
-
            </blockquote>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" valign="top" background="stripe.png" class="stuff" td="td"></td>
+
-
        </tr>
+
-
      </table>
+
-
        </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
      <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td="td" background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> LovTAP</span></h1></td>
+
-
          </tr>
+
-
        <tr>
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">Photoswitchable proteins</h4>
+
-
            <p class="stuff">Photoswitchable proteins offer the unique ability to perturb living cells, tissues and intact organisms with high spatial and temporal precision1. In particular, genetically encoded photoswitches such as LOV (light, oxygen, voltage) and phytochrome domains can be conveniently used in many different experi­mental contexts2–7. The LOV2 domain of Avena sativa phototropin 1 (AsLOV2) has proven especially useful for controlling functionally diverse effectors including DNA-binding proteins, enzymes and small GTPases2,3,5.</p>
+
-
            <p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">AsLOV2</h4>
+
-
            <p class="stuff">The current design uses LovTAP to sense light. LovTAP is a fusion protein of AsLOV2 and trp repressor at a common alpha helix.
+
-
             
+
-
              AsLOV2 stands for Avena sativa phototropin 1. It is a LOV (Light, oxygen, voltage) domain that was discovered in phototropins, which are light-activated serine-threonine kinases that facilitate blue light responses in plants and algae. LOV domains carry a flavin chromophore (either FMN or FAD) that broadly absorbs light at 447nm (cite).</p>
+
-
            <p class="stuff">&nbsp; </p>
+
-
            <h4 class="shadow">Structural Properties</h4>
+
-
            <p class="stuff">In the functional conformation of the trp repressor, the protein is “loosely” bound to the alpha helix (of what?). </p>
+
-
            <p class="stuff">If LovTAP cannot bind the alpha helix, then the repressor will not function. AsLOV2 on the other hand, “tightly” binds a similar alpha helix in the dark. However, when exposed to 477 nm (blue) light, AsLOV2 undergoes a conformational change and cannot bind the alpha helix. </p>
+
-
            <p class="stuff">Thus, LovTap is a trp repressor in the light and is not active in the dark.</p>
+
-
            <p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">Induction</h4>
+
-
            <p class="stuff">We will need to shine the blue light on the bacteria to initiate LovTap detaching from the Trp Repressor. However, the length of the exposure time before it takes for the bacteria to effectively undergo the reaction is unknown.</p>
+
-
            <p class="stuff">We plan on testing the LovTap protein with the color genes in a single plasmid first to determine the speed of this reaction. From there, we will decide if LovTap is or is not the best light-activated system for our design and may seek a new one ?????????</p>
+
-
            <p>&nbsp;</p>
+
-
            <h4 class="shadow">Issues</h4>
+
-
            <p class="stuff">Another issue to avoid is UV light’s effect on LovTap. We will need to test to make sure that LovTap does not detach from TrpR by just regular sunlight so that activation of our pathway occurs only when we want it to. Otherwise, we may see random color spots.</p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" valign="top" background="stripe.png" class="stuff" td="td"></td>
+
-
          </tr>
+
-
      </table>
+
-
    </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
      <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td="td" background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> Memory Switch</span></h1></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">Genetic Switch</h4>
+
-
            <p class="stuff">The memory switch, designed Pecking University 2007, will be used in order to allow the bacteria to remember if it has been exposed to laser light or not. This should allow the input signal to be amplified in some sense. The memory uses a modified pRM promoter from lambda phage. <img src="switch_button_off.png" width="209" height="303" align="left" /></p>
+
-
            <p class="stuff">When the bacterium is not yet exposed to light, we repress the pRM promoter with cI434. </p>
+
-
<p class="stuff">CI434 is located on a transcript with a ptrpL promoter. </p>
+
-
            <p class="stuff">In the Select circuit, LovTap will repress the ptrpL promoter upon light exposure. This will stop repression of the pRM promoter, allowing transcription. Included in the transcript is cI, which is an activator of the pRM promoter, and trpR to repress ptrpL and thus the production of cI434. </p>
+
-
            <p class="stuff">Thus even though upon discontinuing light exposure, repression of pRM via cI4343 should occur, the switch represses cI434 and allows for the pRM promoter to continue being transcribed, in conjunction with the pRM activator cI. pRM transcription should stay on via this positive feedback loop.            </p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" valign="top" background="stripe.png" class="stuff" td="td"><p>&nbsp;</p></td>
+
-
        </tr>
+
-
      </table>
+
-
  </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
    <table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td="td" background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> mRFP</span></h1></td>
+
-
        </tr>
+
-
        <tr>
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">Red Fluorescent Proteins</h4>
+
-
            <p class="stuff">mRFP1, derived from the Discosoma sp. fluorescent protein "DsRed" by directed evolution first to increase the speed of maturation, then to break each subunit interface while restoring fluorescence, which cumulatively required 33 substitutions.
+
-
he latest red version matures more completely, is more tolerant of N-terminal fusions and is over tenfold more photostable than mRFP1. </p>
+
-
            <p class="stuff"><img src="swpics/mrfp.png" width="210" height="184" />&lt;-filler</p>
+
-
            <p class="stuff">Three monomers with distinguishable hues from yellow-orange to red-orange have higher quantum efficiencies.
+
-
              http://www.mendeley.com/research/improved-monomeric-red-orange-yellow-fluorescent-proteins-derived-discosoma-sp-red-fluorescent-protein/</p>
+
-
            <p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">Structural Properties</h4>
+
-
            <p class="stuff">In the functional conformation of the trp repressor, the protein is “loosely” bound to the alpha helix (of what?). </p>
+
-
            <p class="stuff">If LovTAP cannot bind the alpha helix, then the repressor will not function. AsLOV2 on the other hand, “tightly” binds a similar alpha helix in the dark. However, when exposed to 477 nm (blue) light, AsLOV2 undergoes a conformational change and cannot bind the alpha helix. </p>
+
-
            <p class="stuff">Thus, LovTap is a trp repressor in the light and is not active in the dark.</p>
+
-
            <p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">Induction</h4>
+
-
            <p class="stuff">In order to produce color a signal needs to be attached to pRM. This signal will be a T7 polymerase, which will activate a strong T7 promoter. Included on the transcript, along with the T7 promoter will be modified RFP (mRFP).  Once the bacteria are exposed to light and the Select circuit is activated, the exposed bacteria should produce modified red fluorescent protein, which can be seen via the unaided eye. mRFP1 was derived from the Discosoma sp. fluorescent protein "DsRed"by direction evolution.</p>
+
-
            <p>&nbsp;</p>
+
-
            <h4 class="shadow">Issues</h4>
+
-
            <p class="stuff">Basal transcription can also be a problem at the T7 promoter. T7 is a very strong promoter, so if basal transcription occurs we predict we will get intense color randomly. </p>
+
-
            <p class="stuff">We can test other, weaker promoters in T7’s place to see if we still get significant color intensity. Putting a weaker promoter should not significantly affect the color intensity because we have placed this promoter on a high copy plasmid to amplify as much as possible.</p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" valign="top" background="stripe.png" class="stuff" td="td">&nbsp;</td>
+
-
        </tr>
+
-
       
+
-
       
+
-
      </table>
+
-
    </blockquote>
+
-
  </tr>
+
-
  <tr>
+
-
    <td width="69%" class="imgshadow2"><blockquote>
+
-
 
+
-
<table width="100%" border="0" cellspacing="5" cellpadding="5">
+
-
        <tr>
+
-
          <td colspan="7" td background="stripe.png"><h1><span class="shadow"><img src="icons/58-bookmark.png" width="10" height="26" /> Issues</span></h1></td>
+
-
          </tr>
+
-
        <tr>
+
-
       
+
-
          <td colspan="6" class="stuff"><h4 class="shadow">I. Input</h4>
+
-
            <p class="stuff"><span id="internal-source-marker_0.4353755620644141">Writing </span>speed  is probably the most important concern we will have in this project. We  will need to test how long it takes for the bacteria to transcribe the  genes and create the color. Seeing as how bacteria replicated very  quickly (within half an hour), we predict that transcription occurs even  faster since it is a process necessary for bacteria to replicate. Our  guess is that this will not be too significant of a problem, envisioning  the color to appear within a few minutes.</p>
+
-
<p class="stuff">&nbsp;</p>
+
-
            <h4 class="shadow">II. Processing</h4>
+
-
            <p class="stuff">?</p>
+
-
            <p>&nbsp;</p>
+
-
            <h4 class="shadow">III. Output</h4>
+
-
            <p class="stuff">The goal is to make the bacteria produce color in response to the light signal. The bacteria would be grown out into a lawn and then drawn on with the laser pointer and this drawing would appear in color, similar to drawing on a sketch pad. We are literally etching a sketch on the bacteria. </p>
+
-
            <p class="stuff">A concern is how long the bacteria will take to respond to the light and produce color. Moreover the bacteria should be sensitive enough so that only the bacteria that are exposed to the light should respond. Essentially there should be as little noise as possible in the coloring.
+
-
            A successful engineered Bacterial Etch-a-Sketch would allow a lawn of bacteria to be used as a sketch pad where we can draw on with a household laser pointer. </p>
+
-
            <p class="stuff">Depending on the application, this system has the ability to produce intracellular pigment when exposed to 477nm (blue) light. In the future, our bacteria could help solve problems that require a rapid response to light with a quick? visual output.</p>
+
-
            <p class="stuff">&nbsp;</p></td>
+
-
          <td width="25%" valign="top" background="stripe.png" class="stuff" td></td>
+
-
        </tr>
+
-
 
+
-
      </table>    </blockquote>    </td>
+
-
</tr>
+
-
    <td colspan="2" td background="stripe.png"><table width="90%" border="0" cellspacing="5" cellpadding="0">
+
-
      <tr>
+
-
        <td width="20%" class="Test">RUiGEM</td>
+
-
        <td width="20%" class="Test">Bacterial Etch-a-Sketch</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
      <tr class="footer2">
+
-
        <td width="20%" class="Test"><p>iGEM 2011</p>
+
-
          <p>Projects</p>
+
-
          <p>Lab Notebook</p>
+
-
          <p>BioSafety</p>
+
-
          <p>Acknowledgements</p></td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
      <tr>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
    </table>
+
-
      <p>&nbsp;</p>
+
-
      <p>&nbsp;</p>
+
-
      <p>&nbsp;</p>
+
-
      <p>&nbsp;</p>
+
-
      <p>&nbsp;</p></td>
+
-
  </tr>
+
-
</table>
+
-
<blockquote>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
  <p>&nbsp;</p>
+
-
</blockquote>
+
-
<div id="slider" ></div>
+
-
<blockquote>
+
-
  <p>&nbsp;</p>
+
-
</blockquote>
+
-
 
+
-
</body>
+
-
</html>
+

Latest revision as of 22:13, 25 September 2011

Coming SOon!