Team:UT Dallas/Project2

From 2012.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 6: Line 6:
<![endif]-->
<![endif]-->
<!-- Internet Explorer PNG fix - END /-->
<!-- Internet Explorer PNG fix - END /-->
-
 
+
<link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"></script>
<script type='text/javascript' src='https://2012.igem.org/Team:UT_Dallas/script.js?action=raw&ctype=text/javascript'></script>
<script type='text/javascript' src='https://2012.igem.org/Team:UT_Dallas/script.js?action=raw&ctype=text/javascript'></script>
-
<link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css&purtryjryjytu=eryw" rel="stylesheet">
+
<script type="text/javascript">
-
<script language="javascript">
+
var prev_fname="";
 +
function show_project_info(fname)
 +
{
 +
if(prev_fname!=fname)
 +
{
 +
        $('#st_right').fadeOut("slow", function (){
 +
$.get("https://2012.igem.org/Team:UT_Dallas/"+fname+"?action=raw&ctype=text/x-wiki", function(data) {
 +
$('#st_right').html(data);
 +
$('#st_right').fadeIn("slow");
 +
});
 +
});
 +
prev_fname=fname;
 +
}
 +
}
 +
 
$(document).ready(function(){  colorize_menu('project');});
$(document).ready(function(){  colorize_menu('project');});
</script>
</script>
 +
<link href="https://2012.igem.org/Team:UT_Dallas/test/page.css?action=raw&ctype=text/css" rel="stylesheet">
</html>
</html>
<div id='top_box'>
<div id='top_box'>
Line 18: Line 33:
</div>
</div>
<div id='middle_box'>
<div id='middle_box'>
-
<div id='st_1'><h2 class='title'>Project 2: Oscillator</h2>
+
<div id='st_1'><center><h2 class='title' style="margin-bottom: 18px;margin-top: 7px;">Dual Population Toggle Switch</h2></center>
-
For this subproject, our team created what we call a "biological oscillator". For this oscillator, we used three different strains of bacteria. Each strain produces a different quorum sensing molecule which triggers the next one while repressing the previous one. Each strain has a different fluorescent protein for us to test.
+
</div>
</div>
-
<table class="t1" cellspacing="0" cellpadding="0" width="100%">
+
<div id='st_2'>
-
<tr width="100%">
+
  <table class="t1" cellspacing="0" cellpadding="0">
-
  <td width='50%' valign='top'>Population 1</td>
+
  <tr>
-
   <td width='50%' valign='top'>Population 2</td>
+
<td id='st_left' valign='top'>
-
</tr>
+
<ul style='list-style: none outside none;'>
-
<tr><td><br></td><td><br></td></tr>
+
   <li class='st_list' onclick="show_project_info('blah')">Two Populations</li>
-
<tr width="100%">
+
  <li class='st_list' onclick="show_project_info('oscillator_design')">Design</li>
-
  <td width='50%' valign='top'>Population 3</td>
+
  <li class='st_list' onclick="show_project_info('toggle_results')">Data/Results</li>
-
  <td width='50%' valign='top'>LuxS... Do you believe?</td>
+
  <li class='st_list' onclick="show_project_info('toggle_biobricks')">Biobricks</li>
 +
  <li class='st_list' onclick="show_project_info('toggle_future_dir')">Future Direction</li>
 +
</ul>
 +
 
 +
</td>
 +
<td id='st_right' valign='top'><h2 class='title' style='font-size: 120%;'>Overview</h2>Our secondary project involved creating another toggle switch similar in nature to our first mechanism that would serve as a relationship between two different populations of bacteria. Our dual population toggle would be equivalent to our single population toggle in its use, but split up into two populations of cells. That is, the activation of one population would mean the deactivation of the other population. We hoped to achieve this by utilizing basic components as used in our single population toggle strain along with other parts that allowed the two strains to communicate with each other via quorum signalling. When one population was “deactivated” it would secrete quorum signalling molecules that would activate the creation of fluorescence proteins in the other population. The fluorescing population was considered to be in the “activated” state. In this state, inhibitor proteins would be created alongside the fluorescence proteins in order to turn off the production of signalling molecules.Similar to our single strain toggle switch, adding either IPTG or ATc would flip the switch from one state to the other by preventing the targeted inhibitor proteins from binding to their respective promoters. </td>
</tr>
</tr>
</table>
</table>
 +
</div>
</div>
</div>
</html>
</html>

Latest revision as of 03:55, 4 October 2012

Dual Population Toggle Switch

  • Two Populations
  • Design
  • Data/Results
  • Biobricks
  • Future Direction

Overview

Our secondary project involved creating another toggle switch similar in nature to our first mechanism that would serve as a relationship between two different populations of bacteria. Our dual population toggle would be equivalent to our single population toggle in its use, but split up into two populations of cells. That is, the activation of one population would mean the deactivation of the other population. We hoped to achieve this by utilizing basic components as used in our single population toggle strain along with other parts that allowed the two strains to communicate with each other via quorum signalling. When one population was “deactivated” it would secrete quorum signalling molecules that would activate the creation of fluorescence proteins in the other population. The fluorescing population was considered to be in the “activated” state. In this state, inhibitor proteins would be created alongside the fluorescence proteins in order to turn off the production of signalling molecules.Similar to our single strain toggle switch, adding either IPTG or ATc would flip the switch from one state to the other by preventing the targeted inhibitor proteins from binding to their respective promoters.