Team:XMU-China/Project Application OscillationTimer

From 2014.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 57: Line 57:
}
}
#nav_bar_full_01{left: 70px;top:47px;}
#nav_bar_full_01{left: 70px;top:47px;}
-
#nav_bar_full_02{left: 210px;top:47px;}
+
#nav_bar_full_02{left: 210px;top:47px;letter-spacing:-2px;}
#nav_bar_full_03{left: 360px;top:47px;}
#nav_bar_full_03{left: 360px;top:47px;}
#nav_bar_full_04{left: 525px;top:47px;}
#nav_bar_full_04{left: 525px;top:47px;}
Line 248: Line 248:
/*Background*/
/*Background*/
.Project_title{position:absolute;width:300px;}
.Project_title{position:absolute;width:300px;}
-
#Project_Application_OscillationTimer{position:relative;top:230px;width:1000px;margin-left:-400px;left:43%;}
+
#Project_Application_OscillationTimer{position:relative;top:230px;width:1000px;margin-left:-500px;left:50%;}
#Project_Application_OscillationTimer_wd{
#Project_Application_OscillationTimer_wd{
background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/
background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;/*FF*/
Line 255: Line 255:
padding-left: 30px;
padding-left: 30px;
padding-right: 30px;
padding-right: 30px;
 +
line-height:2;
position:relative;
position:relative;
top:150px;
top:150px;
Line 350: Line 351:
$(".navbar_main").mouseenter(function(){
$(".navbar_main").mouseenter(function(){
var nav_bar_hover_target = $(this);
var nav_bar_hover_target = $(this);
-
nav_bar_hover_target.children(".navbar_sub").slideDown();
+
nav_bar_hover_target.children(".navbar_sub").stop().slideDown();
$(".navbar_main").mouseleave(function(){
$(".navbar_main").mouseleave(function(){
var nav_bar_hoveroff_target = $(this);
var nav_bar_hoveroff_target = $(this);
-
nav_bar_hoveroff_target.children(".navbar_sub").slideUp();
+
nav_bar_hoveroff_target.children(".navbar_sub").stop().slideUp();
});
});
});
});
Line 362: Line 363:
<body style="font-family:Arial;color:#8ccFFF">
<body style="font-family:Arial;color:#8ccFFF">
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
<div id="background" style="position:fixed;z-index:-1;width:100%;height:100%;top:0px;left:0px;">
-
<img src="https://static.igem.org/mediawiki/2014/d/d1/XMU-Project-background.jpg" width="100%" height="100%"/>
+
<img src="https://static.igem.org/mediawiki/2014/f/f8/Wiki%E8%83%8C%E6%99%AFzwei.png" width="100%" height="100%"/>
</div>
</div>
<div id="warp_navbar_main">
<div id="warp_navbar_main">
<div id="warp_navbar">
<div id="warp_navbar">
<div id="nav_bar_frame" >
<div id="nav_bar_frame" >
-
<img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/c9/Xmu_navbar_left.png" />
+
<img class="navbar_frame" id="navbar_frame_left" src="https://static.igem.org/mediawiki/2014/c/cf/Xmu_navbar_left04.png" />
-
<img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/b/b5/Xmu_navbar_right.png" />
+
<img class="navbar_frame" id="navbar_frame_right" src="https://static.igem.org/mediawiki/2014/8/88/Xmu_navbar_right02.png" />
</div>
</div>
<div id="nav_bar">
<div id="nav_bar">
<ul id="nav_bar_main">
<ul id="nav_bar_main">
<li id="navbar_main_01" class="navbar_main">
<li id="navbar_main_01" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_01"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Project_Background"><span class="nav_bar" id="nav_bar_01"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_01">Project</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Project_Background" class="nav_bar_full" id="nav_bar_full_01">Project</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" />
<img class="navbar_sub_x" id="navbar_sub_x_01" src="https://static.igem.org/mediawiki/2014/4/4e/Xmu_navbar_sub_01.png" />
Line 387: Line 388:
</li>
</li>
<li id="navbar_main_02" class="navbar_main">
<li id="navbar_main_02" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_02"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol"><span class="nav_bar" id="nav_bar_02"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_02" style="letter-spacing:-2px;">Notebook</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Notebook_Protocol" class="nav_bar_full" id="nav_bar_full_02">Notebook</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" />
<img class="navbar_sub_x" id="navbar_sub_x_02" src="https://static.igem.org/mediawiki/2014/e/e0/Xmu_navbar_sub_02.png" />
Line 397: Line 398:
</li>
</li>
<li id="navbar_main_03" class="navbar_main">
<li id="navbar_main_03" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_03"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Judging_Parts"><span class="nav_bar" id="nav_bar_03"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_03">Judging</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Judging_Parts" class="nav_bar_full" id="nav_bar_full_03">Judging</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" />
<img class="navbar_sub_x" id="navbar_sub_x_03" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu_navbar_sub_03.png" />
Line 406: Line 407:
</li>
</li>
<li id="navbar_main_04" class="navbar_main">
<li id="navbar_main_04" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_04"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Team_Members"><span class="nav_bar" id="nav_bar_04"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_04">Team</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Team_Members" class="nav_bar_full" id="nav_bar_full_04">Team</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" />
<img class="navbar_sub_x" id="navbar_sub_x_04" src="https://static.igem.org/mediawiki/2014/1/1f/Xmu_navbar_sub_04.png" />
Line 415: Line 416:
</li>
</li>
<li id="navbar_main_05" class="navbar_main">
<li id="navbar_main_05" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_05"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/PP_Overview"><span class="nav_bar" id="nav_bar_05"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_05">P&amp;P</a>
+
<a href="https://2014.igem.org/Team:XMU-China/PP_Overview" class="nav_bar_full" id="nav_bar_full_05">P&amp;P</a>
<ul class="navbar_sub">
<ul class="navbar_sub">
<img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" />
<img class="navbar_sub_x" id="navbar_sub_x_05" src="https://static.igem.org/mediawiki/2014/d/de/Xmu_navbar_sub_05.png" />
Line 428: Line 429:
</li>
</li>
<li id="navbar_main_06" class="navbar_main">
<li id="navbar_main_06" class="navbar_main">
-
<a href="#"><span class="nav_bar" id="nav_bar_06"> </span></a>
+
<a href="https://2014.igem.org/Team:XMU-China/Safety"><span class="nav_bar" id="nav_bar_06"> </span></a>
-
<a href="#" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
+
<a href="https://2014.igem.org/Team:XMU-China/Safety" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
</li>
</li>
</ul>
</ul>
Line 463: Line 464:
</ul>
</ul>
</div>
</div>
-
<!--Application_OscillationTimer-->
+
<!--Application_OscillationTimer-->
<div id="Project_Application_OscillationTimer">
<div id="Project_Application_OscillationTimer">
-
<img id="Project_Application_OscillationTimer_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/0/0f/Xmu_project_background_zwei.png"/>
+
<img id="Project_Application_OscillationTimer_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/a/ac/Xmu_project_application_timer_zwei.png"/>
<div id="Project_Application_OscillationTimer_wd">
<div id="Project_Application_OscillationTimer_wd">
<br />
<br />
-
<h1 style="text-align: justify; line-height: 200%; padding-top: 22px; padding-bottom: 22px; font-family: Times New Roman; font-size: 29px; styleName: Normal; outlineLvl: 0;">
+
<h1 style="text-align:center; line-height: 200%; padding-top: 22px; padding-bottom: 22px; font-family: Times New Roman; font-size: 29px; styleName: Normal; outlineLvl: 0;">
-
     <span style="font-family: Times New Roman;">Oscillation Timer</span><span style="font-family: Times New Roman;"> </span>
+
     <span style="font-size:27px;font-family:Arial">OSCILLATION TIMER</span>
</h1>
</h1>
<p style="text-align: right; font-family: Times New Roman; font-size: 18px;">
<p style="text-align: right; font-family: Times New Roman; font-size: 18px;">
-
     <span style="font-family: Times New Roman; font-size: 18px;">--Ameliorate last project by chemotaxis</span>
+
     <span style="font-family:Arial; font-size: 21px;">--Ameliorate last project by chemotaxis</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<br/>
-
     <span style="font-family: Times New Roman;">iGEM13_XMU-China</span><span style="font-family: Times New Roman;"> has tried to </span><span style="font-family: Times New Roman;">construct oscillation system by standard biobricks. </span><span style="font-family: Times New Roman;">The synchronized oscillation system used in that study (</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 1</span><span style="font-family: Times New Roman; font-weight: 700;">A</span><span style="font-family: Times New Roman;">) is based on the quorum sensing machineries in </span><span style="font-family: Times New Roman; font-style: italic;">Vibrio fischeri</span><span style="font-family: Times New Roman;"> and </span><span style="font-family: Times New Roman; font-style: italic;">Bacillus thurigensis</span><span style="font-family: Times New Roman;">. Three identical </span><span style="font-family: Times New Roman; font-style: italic;">luxI</span><span style="font-family: Times New Roman;"> promoters are in charge of </span><span style="font-family: Times New Roman; font-style: italic;">luxI</span><span style="font-family: Times New Roman;"> (from </span><span style="font-family: Times New Roman; font-style: italic;">V. fischeri</span><span style="font-family: Times New Roman;">), </span><span style="font-family: Times New Roman; font-style: italic;">aiiA</span><span style="font-family: Times New Roman;"> (from </span><span style="font-family: Times New Roman; font-style: italic;">B.thurigensis</span><span style="font-family: Times New Roman;">) and </span><span style="font-family: Times New Roman; font-style: italic;">gfp</span><span style="font-family: Times New Roman;"> genes separately. The LuxI synthase generates an acyl-homoserine-lactone (AHL), which can spread across the cell membrane and mediate intercellular coupling. AHL then binds </span><span style="font-family: Times New Roman;">to LuxR produced intracellularly</span><span style="font-family: Times New Roman;">, and the LuxR-AHL complex would activate the luxI promoter. AiiA catalyzes the degradation of AHL as the negative feedback in the circuit. Therefore, both the activator AHL and the repressor AiiA of the network are activated by the luxI</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">promoter simultaneously.</span>
+
<p>
 +
     <a href="https://2013.igem.org/Team:XMU-China/Background" target="_blank">iGEM13_XMU-China</a> has tried to construct oscillation system by standard biobricks. The synchronized oscillation system used in that study(</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 1</span><span style="font-family: Times New Roman; font-weight: 700;">A</span><span style="font-family:Arial">) is based on the quorum sensing machineries in </span><span style="font-family: Times New Roman; font-style: italic;">Vibrio fischeri</span> and <span style="font-family: Times New Roman; font-style: italic;">Bacillus thurigensis</span>. Three identical <span style="font-family: Times New Roman; font-style: italic;">luxI</span><span style="font-family:Arial"> promoters are in charge of </span><span style="font-family: Times New Roman; font-style: italic;">luxI</span><span style="font-family:Arial"> (from </span><span style="font-family: Times New Roman; font-style: italic;">V. fischeri</span><span style="font-family:Arial">), </span><span style="font-family: Times New Roman; font-style: italic;">aiiA</span><span style="font-family:Arial"> (from </span><span style="font-family: Times New Roman; font-style: italic;">B.thurigensis</span><span style="font-family:Arial">) and </span><span style="font-family: Times New Roman; font-style: italic;">gfp</span><span style="font-family:Arial"> genes separately. The LuxI synthase generates an acyl-homoserine-lactone (AHL), which can spread across the cell membrane and mediate intercellular coupling. AHL then binds </span><span style="font-family:Arial">to LuxR produced intracellularly</span><span style="font-family:Arial">, and the LuxR-AHL complex would activate the <i>luxI</i> promoter. AiiA catalyzes the degradation of AHL as the negative feedback in the circuit. Therefore, both the activator AHL and the repressor AiiA of the network are activated by the <i>luxI</i> promoter simultaneously.</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;"> </span>
+
     <span style="font-family:Arial"> </span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
Line 487: Line 489:
         <tr class="firstRow">
         <tr class="firstRow">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 293px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 293px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <span style="font-family: Times New Roman; font-weight: 700;">A</span>
+
                     <span style="font-family: Times New Roman; font-weight: 700;"><b>A</b></span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="279" height="244" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;279.53&quot;,&quot;h&quot;:&quot;244.23&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image1.png&quot;}"/>
+
                     <img width="279" height="244" style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/8/84/Xmu_project_application_OscillationTimer01.png"/>
                 </p>
                 </p>
             </td>
             </td>
             <td style="border-width: 1px 1px 1px medium; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px 7px; width: 340px; vertical-align: top;">
             <td style="border-width: 1px 1px 1px medium; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px 7px; width: 340px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <span style="font-family: Times New Roman; font-weight: 700;">B</span><img width="337" height="248" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;337.09&quot;,&quot;h&quot;:&quot;248.13&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image2.png&quot;}"/>
+
                     <span style="font-family: Times New Roman; font-weight: 700;"><b>B</b></span><br><img width="337" height="248" style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/b/b6/Xmu_project_application_OscillationTimer02.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 502: Line 504:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 633px; vertical-align: top;" colspan="2">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 633px; vertical-align: top;" colspan="2">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Times New Roman;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 1A</span><span style="font-family: Times New Roman; font-weight: 700;">.</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">S</span><span style="font-family: Times New Roman;">chematic of the oscillation based on quorum sensing system. </span><span style="font-family: Times New Roman; font-weight: 700;">1</span><span style="font-family: Times New Roman; font-weight: 700;">B</span><span style="font-family: Times New Roman; font-weight: 700;">.</span><span style="font-family: Times New Roman;"> Two oscillation cycles w</span><span style="font-family: Times New Roman;">ere observed within 500 minutes by microplate reader.</span>
+
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 1A. </span>Schematic of the oscillation based on quorum sensing system.</span><span style="font-family: Times New Roman; font-weight: 700;">1B.</span>Two oscillation cycles were observed within 500 minutes by microplate reader.</span>
                 </p>
                 </p>
             </td>
             </td>
Line 513: Line 515:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">Based on above principle, one published paper has already realized synchronized oscillations under microfluidic</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">device.</span><span style="font-family: Times New Roman; valign: sup;">[1]</span><span style="font-family: Times New Roman;"> However</span><span style="font-family: Times New Roman;">,</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">iGEM13_XMU-China</span><span style="font-family: Times New Roman;"> can’</span><span style="font-family: Times New Roman;">t get </span><span style="font-family: Times New Roman;">synchronized </span><span style="font-family: Times New Roman;">oscillation</span><span style="font-family: Times New Roman;"> on microfluidics</span><span style="font-family: Times New Roman;">, and that will be discussed later. </span><span style="font-family: Times New Roman;">Through calculating fluorescence </span><span style="font-family: Times New Roman;">on 96-microwell plate e</span><span style="font-family: Times New Roman;">very 15 minutes, they got two oscillation cycles within 500 minutes (</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 1B</span><span style="font-family: Times New Roman;">).</span>
+
     <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Based on above principles, one published paper has already realized synchronized oscillations under microfluidic device <sup>[1]</sup>. However, <a href="https://2013.igem.org/Team:XMU-China/Background" target="_blank">iGEM13_XMU-China</a> can’t get synchronized oscillation on microfluidics, which is discussed in <a href="https://2014.igem.org/Team:XMU-China/Project_PSystem" target="_blank">P
 +
SYSTEM</a href="https://2014.igem.org/Team:XMU-China/Project_PSystem" target="_blank">. Through calculated fluorescence on 96-microwell plate every 15 minutes, it got two oscillation cycles within 500 minutes (<strong>Figure 1B</strong>).</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 700;">Circuit design</span>
+
     <span style="font-size:21px;font-weight: 700;">Circuit design</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">Based on that, we construct our circuit by replacing </span><span style="font-family: Times New Roman; font-style: italic;">GFP</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">with</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman; font-style: italic;">CheZ</span><span style="font-family: Times New Roman; font-style: italic;"> </span><span style="font-family: Times New Roman;">(</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 2</span><span style="font-family: Times New Roman;">)</span><span style="font-family: Times New Roman;">.</span><span style="font-family: Times New Roman;"> As the expression strength of </span><span style="font-family: Times New Roman; font-style: italic;">CheZ</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">is </span><span style="font-family: Times New Roman;">oscillatory</span><span style="font-family: Times New Roman;"> fluctuating</span><span style="font-family: Times New Roman;">, </span><span style="font-family: Times New Roman;">the motile ability will change periodically.</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">Cells</span><span style="font-family: Times New Roman;"> will have the strongest motile ability at wave crest while even be </span><span style="font-family: Times New Roman;">non-motile</span><span style="font-family: Times New Roman;"> at wave tr</span><span style="font-family: Times New Roman;">ough. Thus, periodical </span><span style="font-family: Times New Roman;">change of motile ability leads</span><span style="font-family: Times New Roman;"> to periodical change in swimming velocity</span><span style="font-family: Times New Roman;">. </span><span style="font-family: Times New Roman;">A</span><span style="font-family: Times New Roman;">t non-motile period, </span><span style="font-family: Times New Roman;">cells</span><span style="font-family: Times New Roman;"> will aggregate together leading to the formation of </span><span style="font-family: Times New Roman;">growth</span><span style="font-family: Times New Roman;">-ring</span><span style="font-family: Times New Roman;">-like</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">patterns which could be distinguished by naked eyes.</span>
+
     <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Based on that, we constructed our circuit by replacing <em>gfp</em> with <em>cheZ </em>(<strong>Figure 2</strong>). As the expression strength of <em>cheZ</em> is oscillatory fluctuating, the motile ability will change periodically. Cells will have the strongest motile ability at wave crest while even be <span style="font-family:arial, helvetica, sans-serif"></span><span style="font-family:arial, helvetica, sans-serif">non-motile</span> at wave trough. Thus, periodical change of motile ability leads to periodical change in swimming velocity. At non-motile period, cells will aggregate together leading to the formation of growth-ring-like patterns which could be distinguished by naked eyes.</span>
</p>
</p>
<table style="border: currentColor; border-image: none; margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;">
<table style="border: currentColor; border-image: none; margin-right: auto; margin-left: auto; border-collapse: collapse; styleName: Normal Table; border-insideH: 1px none #000000; border-insideV: 1px none #000000; cellpadding: 0px 7px 0px 7px;">
Line 532: Line 535:
         <tr class="firstRow">
         <tr class="firstRow">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 378px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 378px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="356" height="310" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;356.29&quot;,&quot;h&quot;:&quot;310.82&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image3.png&quot;}"/>
+
                     <img width="356" height="310" style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/a/a5/The_growth-ring_formation_circuit.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 539: Line 542:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 378px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 378px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Times New Roman;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 2</span><span style="font-family: Times New Roman; font-weight: 700;">.</span><span style="font-family: Times New Roman;"> Schematic of the growth-ring formation circuit. Derived from quorum sensing oscillator by replacing </span><span style="font-family: Times New Roman; font-style: italic;">GFP</span><span style="font-family: Times New Roman;"> with </span><span style="font-family: Times New Roman; font-style: italic;">CheZ</span><span style="font-family: Times New Roman;">.</span>
+
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 2.</span><span style="font-family: Times New Roman;">Schematic of the growth-ring formation circuit. Derived from quorum sensing oscillator by replacing</span><span style="font-family: Times New Roman; font-style: italic;"> GFP</span> with <span style="font-family: Times New Roman; font-style: italic;">CheZ</span><span style="font-family:Arial">.</span>
                 </p>
                 </p>
             </td>
             </td>
Line 549: Line 552:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">Many trees in temperate zones make one growth ring each year, with the newest adjacent to the bark. We can tell </span><span style="font-family: Times New Roman;">a tree’s </span><span style="font-family: Times New Roman;">age b</span><span style="font-family: Times New Roman;">y counting the number of growth </span><span style="font-family: Times New Roman;">ring</span><span style="font-family: Times New Roman;">s</span><span style="font-family: Times New Roman;">. Analogously, bacteria rings could also be formed by gene oscillator. </span><span style="font-family: Times New Roman;">Multiply</span><span style="font-family: Times New Roman;"> the period </span><span style="font-family: Times New Roman;">by</span><span style="font-family: Times New Roman;"> the quantity of bacteria rings, we c</span><span style="font-family: Times New Roman;">an tell how much time has passed.</span>
+
     <span style="font-family:Arial">Many trees in temperate zones make one growth ring each year, with the newest adjacent to the bark. We can tell a tree’s age by counting the number of growth rings. Analogously, bacteria rings formed by gene oscillator can tell us how much time has passed through the quantity of bacteria rings.</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman; font-weight: 700;">Characterization of circuit</span>
+
     <span style="font-family: Arial;font-size:21px; font-weight: 700;">Characterization of circuit</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">Experiments show that bacteria cou</span><span style="font-family: Times New Roman;">ld just form several rings in 48</span><span style="font-family: Times New Roman;"> hours. Then, no bacteria ring formed while bacteria kept spreading evenly</span><span style="font-family: Times New Roman;"> from the inside out</span><span style="font-family: Times New Roman;">. </span><span style="font-family: Times New Roman;">As </span><span style="font-family: Times New Roman;">bacteria formed</span><span style="font-family: Times New Roman;"> the</span><span style="font-family: Times New Roman;"> rings</span><span style="font-family: Times New Roman;"> (</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 3A</span><span style="font-family: Times New Roman;">)</span><span style="font-family: Times New Roman;"> which are quiet different from wi</span><span style="font-family: Times New Roman;">ld</span><span style="font-family: Times New Roman;">-type</span><span style="font-family: Times New Roman;"> (</span><span style="font-family: Times New Roman; font-weight: 700;">Figure 3</span><span style="font-family: Times New Roman; font-weight: 700;">B</span><span style="font-family: Times New Roman;">)</span><span style="font-family: Times New Roman;">.</span><span style="font-family: Times New Roman;"> </span>
+
     <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Experiments showed that bacteria could just form several rings in 48 hours. Then, no bacteria rings formed while bacteria kept spreading evenly from the inside out. As bacteria formed the rings (<strong>Figure 3A</strong>) which are quite different from wild-type (<strong>Figure 3B</strong>), we can conclude that chemotaxis is reprogrammed successfully, however, not as expected.</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
Line 571: Line 574:
         <tr class="firstRow">
         <tr class="firstRow">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 208px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 208px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
                     <span style="font-family: Times New Roman; font-weight: 700;">A</span>
                     <span style="font-family: Times New Roman; font-weight: 700;">A</span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="186" height="176" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;186.27&quot;,&quot;h&quot;:&quot;176.51&quot;,&quot;dataType&quot;:&quot;jpeg&quot;,&quot;c&quot;:&quot;word\/media\/image4.jpeg&quot;}"/>
+
                     <img width=300 style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/7/7d/Xmu_project_application_OscillationTimer04.png"/>
                 </p>
                 </p>
             </td>
             </td>
             <td style="border-width: 1px 1px 1px medium; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px 7px; width: 200px; vertical-align: top;">
             <td style="border-width: 1px 1px 1px medium; border-color: rgb(0, 0, 0) rgb(0, 0, 0) rgb(0, 0, 0) currentColor; padding: 0px 7px; width: 200px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
                     <span style="font-family: Times New Roman; font-weight: 700;">B</span>
                     <span style="font-family: Times New Roman; font-weight: 700;">B</span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="185" height="179" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;185.91&quot;,&quot;h&quot;:&quot;179.13&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image5.png&quot;}"/>
+
                     <img width=300 style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/e/ef/Wild-type_E.coli%28CL-M%29.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 589: Line 592:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 408px; vertical-align: top;" colspan="2">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 408px; vertical-align: top;" colspan="2">
-
                 <p style="font-family: Times New Roman;">
+
                 <p style="font-family: Times New Roman;line-height:1.2;">
-
                     <span style="font-family: Times New Roman; font-weight: 700;">Figure 3A. </span><span style="font-family: Times New Roman;">Bacteria rings formed by CL-1 with above oscillation circuit, it has several bacteria rings in the beginning.</span><span style="font-family: Times New Roman; font-weight: 700;">3B. </span><span style="font-family: Times New Roman;">Bacteria rings formed by wild-type E.coli (</span><span style="font-family: Times New Roman; font-style: italic;">CL-M</span><span style="font-family: Times New Roman;">). It is different from the right picture. </span>
+
                     <span style="font-family: Times New Roman; font-weight: 700;line-height:1.2;">Figure 3A. </span><span style="font-family: Times New Roman">Bacteria rings formed by CL-1 with above oscillation circuit, it has several bacteria rings in the beginning.</span><span style="font-family: Times New Roman; font-weight: 700;">3B. </span><span style="font-family: Times New Roman">Bacteria rings formed by wild-type <i>E. coli</i> (</span><span style="font-family: Times New Roman;">CL-M</span><span style="font-family: Times New Roman">). It is different from the right picture. </span>
                 </p>
                 </p>
             </td>
             </td>
Line 600: Line 603:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p>
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
     <span style="font-family: Times New Roman;">We make sure that </span><span style="font-family: Times New Roman;">chemotaxis is reprogrammed successfully but not as expected</span><span style="font-family: Times New Roman;">. W</span><span style="font-family: Times New Roman;">e try to make use of the grown time (as X axis) and radius of grown (as Y axis) to draw a curve to see whether the amplification </span><span style="font-family: Times New Roman;">rate </span><span style="font-family: Times New Roman;">of </span><span style="font-family: Times New Roman;">chemotaxis</span><span style="font-family: Times New Roman;"> radius are equal </span><span style="font-family: Times New Roman;">over a </span><span style="font-family: Times New Roman;">per</span><span style="font-family: Times New Roman;">iod of time</span><span style="font-family: Times New Roman;"> (</span><span style="font-family: Times New Roman; font-weight: 700;">F</span><span style="font-family: Times New Roman; font-weight: 700;">igure 4A,</span><span style="font-family: Times New Roman; font-weight: 700;"> </span><span style="font-family: Times New Roman; font-weight: 700;">4B</span><span style="font-family: Times New Roman;">)</span><span style="font-family: Times New Roman;">. </span><span style="font-family: Times New Roman;">We notice that </span><span style="font-family: Times New Roman;">the rate</span><span style="font-family: Times New Roman;"> of two curves</span><span style="font-family: Times New Roman;"> kept</span><span style="font-family: Times New Roman;"> stable expect the beginning</span><span style="font-family: Times New Roman;"> 40 hours</span><span style="font-family: Times New Roman;">.</span><span style="font-family: Times New Roman;"> So why the bacteria cannot form rings afterwards </span><span style="font-family: Times New Roman;">and</span><span style="font-family: Times New Roman;"> the grown</span><span style="font-family: Times New Roman;"> rate</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">becomes</span><span style="font-family: Times New Roman;"> stable?</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">We thought that there must </span><span style="font-family: Times New Roman;">be</span><span style="font-family: Times New Roman;"> something wrong with the n</span><span style="font-family: Times New Roman;">egative feedback in the circuit. Circuit can’t generate enough feedback to</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">repress</span><span style="font-family: Times New Roman;"> the</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">chemotactic ability so </span><span style="font-family: Times New Roman;">that swimming speed keeps constant which is actually maximum speed</span><span style="font-family: Times New Roman;">. </span><span style="font-family: Times New Roman;">Hence</span><span style="font-family: Times New Roman;">, c</span><span style="font-family: Times New Roman;">ombining the experimental results of </span><span style="font-family: Times New Roman;">iGEM13_XMU-China</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">with ours</span><span style="font-family: Times New Roman;">, </span><span style="font-family: Times New Roman;">we </span><span style="font-family: Times New Roman;">are still </span><span style="font-family: Times New Roman;">try</span><span style="font-family: Times New Roman;">ing</span><span style="font-family: Times New Roman;"> to find out why the oscillation could just keep several periods</span>
+
     <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Therefore, we tried to make use of the grown time (as X axis) and radius of grown (as Y axis) to draw a curve to see whether the amplification rate of chemotaxis radius are equal over a period of time (<strong>Figure 4A, 4B</strong>). We noticed that the rate of two curves keep stable expect the beginning 40 hours. So why the bacteria cannot form rings afterwards but the grown rate becomes stable? We thought that there must be something wrong with the negative feedback in the circuit. Circuit can’t generate enough feedback to repress the chemotactic ability so that swimming speed keeps constant which is actually maximum speed. Hence, combining the experimental results of <a href="https://2013.igem.org/Team:XMU-China/Background" target="_blank">iGEM13_XMU-China</a> with ours, we are still trying to find out why the oscillation could just keep several periods, and we got a reasonable conclusion that may help us make it clear.&nbsp;</span>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
<p>
-
    <span style="font-family: Times New Roman;">, and</span><span style="font-family: Times New Roman;"> we</span><span style="font-family: Times New Roman;"> got</span><span style="font-family: Times New Roman;"> a </span><span style="font-family: Times New Roman;">reasonable </span><span style="font-family: Times New Roman;">conclusion that may help us make it clear.</span><span style="font-family: Times New Roman;"> </span>
+
</br>
</p>
</p>
-
<p style="font-family: Times New Roman;">
+
 
 +
<p>
     &nbsp;
     &nbsp;
</p>
</p>
Line 616: Line 620:
         <tr class="firstRow">
         <tr class="firstRow">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 501px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 501px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <span style="font-family: Times New Roman;">A</span>
+
                     <span style="font-family:Arial">A</span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="481" height="289" style="font-family: Times New Roman;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;481.33&quot;,&quot;h&quot;:&quot;289.33&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image6.png&quot;}"/>
+
                     <img width="481" height="289" style="font-family:Arial" src="https://static.igem.org/mediawiki/parts/8/89/The_grown_curve_of_CL-1_with_oscillation%281%29.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 626: Line 630:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 501px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 501px; vertical-align: top;">
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <span style="font-family: Times New Roman;">B</span>
+
                     <span style="font-family:Arial">B</span>
                 </p>
                 </p>
-
                 <p style="font-family: Times New Roman;">
+
                 <p>
-
                     <img width="481" height="289" style="font-family: Times New Roman; font-size: 21px; font-weight: 700;" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=cf532b0842f09eb87896f4b289e9d93a.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;481.33&quot;,&quot;h&quot;:&quot;289.33&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image7.png&quot;}"/>
+
                     <img width="481" height="289" style="font-family: Times New Roman; font-size: 21px; font-weight: 700;" src="https://static.igem.org/mediawiki/parts/9/95/The_grown_curve_of_CL-1_with_oscillation%282%29.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 636: Line 640:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 501px; vertical-align: top;">
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 501px; vertical-align: top;">
-
                <p style="font-family: Times New Roman;">
+
<p style="line-height:1.2;">
-
                    <span style="font-family: Times New Roman; font-weight: 700;">Figure</span><span style="font-family: Times New Roman; font-weight: 700;"> 4A</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">Cultivating</span><span style="font-family: Times New Roman; font-style: italic;"> CL-1 </span><span style="font-family: Times New Roman;">in </span><span style="font-family: Times New Roman;">on semisolid culture medium</span><span style="font-family: Times New Roman;"> with chloramphenicol and tetracycline (halve the concentration of LB) and make use of the grown time (as X axis) and radius of grown (as Y axis) to draw a curve, the curve show that the rate is stable.</span><span style="font-family: Times New Roman; font-weight: 700;"> </span><span style="font-family: Times New Roman; font-weight: 700;">4B </span><span style="font-family: Times New Roman;">Cultivating </span><span style="font-family: Times New Roman; font-style: italic;">CL-1</span><span style="font-family: Times New Roman;"> </span><span style="font-family: Times New Roman;">on semisolid culture medium</span><span style="font-family: Times New Roman;"> with chloramphenicol and tetracycline and draw a curve with the grown time (as X axis) and radius of grown (as Y axis), the curve show that the rate is stable.</span>
+
    <span style="font-family:times new roman"><strong><span style="font-size: 16px;"><b>Figure 4A.</b></span></strong><span style="font-size: 16px;"> The plot of chemotactic diameter versus time. Cultivated CL-1 on semisolid culture medium with chloramphenicol and tetracycline (halve concentration) and made use of the grown time (as X axis) and chemotaxis diameter (as Y axis) to draw a curve, the curve show that the diffusion rate is stable. <strong> </strong></span><strong><span style="font-size: 16px;">4B. </span></strong><span style="font-size: 16px;"> A parallel experiment to Figure 4A</span></span>
-
                </p>
+
</p>
             </td>
             </td>
 +
         </tr>
         </tr>
         <tr style="height: 0px;">
         <tr style="height: 0px;">
Line 646: Line 651:
     </tbody>
     </tbody>
</table>
</table>
-
<p style="font-family: Times New Roman;">
+
<p>When we were improving the project of iGEM13-XMU-China, we creatively put forward an assumption to a problem mentioned in <a href="https://2014.igem.org/Team:XMU-China/Project_PSystem" target="_blank">P SYSTEM</a href="https://2014.igem.org/Team:XMU-China/Project_PSystem" target="_blank"> which has been ignored for a long time.</p>
 +
<p>
 +
</br>
 +
</p>
 +
<p>Want to see more applications: <a href="https://2014.igem.org/Team:XMU-China/Project_Application_RBSpromoter" target="_blank">Promoter Yardstick</a href="https://2014.igem.org/Team:XMU-China/Project_Application_RBSpromoter" target="_blank">,<a href="https://2014.igem.org/Team:XMU-China/Project_Application_BlackHole" target="_blank">Black Hole</a href="https://2014.igem.org/Team:XMU-China/Project_Application_BlackHole" target="_blank">, <a href="https://2014.igem.org/Team:XMU-China/Project_Application_Aptamer" target="_blank">Aptamer Key-Lock</a href="https://2014.igem.org/Team:XMU-China/Project_Application_Aptamer" target="_blank">.</p>
 +
<p>
 +
</br>
 +
</p>
 +
 
 +
 
 +
<p>
     &nbsp;
     &nbsp;
</p>
</p>
Line 652: Line 667:
     <span style="font-family: Times New Roman; font-size: 21px; font-weight: 700;">Reference</span><span style="font-family: Times New Roman; font-size: 21px; font-weight: 700;">s</span>
     <span style="font-family: Times New Roman; font-size: 21px; font-weight: 700;">Reference</span><span style="font-family: Times New Roman; font-size: 21px; font-weight: 700;">s</span>
</p>
</p>
-
<p style="font-family: Times New Roman; font-weight: 700; styleName: Default Paragraph Font;">
+
 
-
    <span style="font-family: Times New Roman;">1. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Times New Roman; font-size: 13px;">Danino T, Mondragón-Palomino O, Tsimring L, et al. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Times New Roman; font-size: 13px;">A synchronized quorum of genetic clocks[J]. </span><span style="background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Times New Roman; font-size: 13px;">Nature, 2010, 463(7279): 326-330.</span>
+
-
</p>
+
<p style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;">
<p style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;">
-
     <span style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;"><a href="http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html" target="_self">http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html</a></span>
+
     <span style="color: rgb(0, 0, 255); font-family: arial; text-decoration: underline; styleName: Default Paragraph Font;"><a href="http://www.nature.com/nature/journal/v463/n7279/full/nature08753.html" target="_blank">1. Danino T, Mondragón-Palomino O, Tsimring L, et al. A synchronized quorum of genetic clocks[J]. Nature, 2010, 463(7279): 326-330.</a></span>
</p>
</p>
-
<p style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;">
+
 
-
    &nbsp;
+
<p>
-
</p>
+
-
<p style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;">
+
-
    &nbsp;
+
-
</p>
+
-
<p style="color: rgb(0, 0, 255); font-family: Times New Roman; text-decoration: underline; styleName: Default Paragraph Font;">
+
-
    &nbsp;
+
-
</p>
+
-
<p style="font-family: Times New Roman;">
+
     &nbsp;
     &nbsp;
</p>
</p>
 +
<br/>
 +
<br/>
</div>
</div>
</div>
</div>
-
<!--回到顶页的小图标-->
 
-
<div id="gototop" style="width:60px; top:450px; right:25px; cursor:pointer; position:absolute;">
 
-
      <img src="https://static.igem.org/mediawiki/2014/5/50/XMU-go_to_top.png" />
 
-
</div>
 
 
 
-
<!--小图标翻转特效-->
 
-
<style type="text/css">
 
-
  #gototop {
 
-
    transition: all 0.2s linear;
 
-
    -ms-transition: all 0.2s linear;
 
-
-moz-transition: all 0.2s linear; /* Firefox 4 */
 
-
        -webkit-transition: all 0.2s linear; /* Safari and Chrome */
 
-
        -o-transition: all 0.2s linear; /* Opera */
 
-
  }
 
-
  #gototop:hover {
 
-
    transform:scaleX(-1);
 
-
    -ms-transform:scaleX(-1);
 
-
        -moz-transform:scaleX(-1); /* Firefox 4 */
 
-
        -webkit-transform:scaleX(-1); /* Safari and Chrome */
 
-
        -o-transform:scaleX(-1); /* Opera */
 
-
  }
 
-
</style>
 
-
 
-
<!--小图标自动显示和隐藏的功能-->
 
-
<script type="text/javascript">
 
-
    $(document).ready(function() {
 
-
 
 
-
    $("#gototop").hide();
 
-
 
-
$(window).scroll(function(){
 
-
if ($(window).scrollTop()>500) {$("#gototop").fadeIn();}
 
-
else {$("#gototop").fadeOut();}
 
-
});
 
-
    $("#gototop").click(function(){
 
-
  $('body,html').animate({scrollTop:0},500);
 
-
});  
 
-
  });
 
-
</script>
 
<!--侧边栏自动显示和隐藏的功能-->
<!--侧边栏自动显示和隐藏的功能-->
<script type="text/javascript">
<script type="text/javascript">
Line 726: Line 696:
</body>
</body>
</html>
</html>
 +
{{:Team:XMU-China/UFO}}
 +
{{:Team:XMU-China/footer}}

Latest revision as of 03:25, 18 October 2014

side_bar


OSCILLATION TIMER

--Ameliorate last project by chemotaxis


iGEM13_XMU-China has tried to construct oscillation system by standard biobricks. The synchronized oscillation system used in that study(Figure 1A) is based on the quorum sensing machineries in Vibrio fischeri and Bacillus thurigensis. Three identical luxI promoters are in charge of luxI (from V. fischeri), aiiA (from B.thurigensis) and gfp genes separately. The LuxI synthase generates an acyl-homoserine-lactone (AHL), which can spread across the cell membrane and mediate intercellular coupling. AHL then binds to LuxR produced intracellularly, and the LuxR-AHL complex would activate the luxI promoter. AiiA catalyzes the degradation of AHL as the negative feedback in the circuit. Therefore, both the activator AHL and the repressor AiiA of the network are activated by the luxI promoter simultaneously.

 

A

B

Figure 1A. Schematic of the oscillation based on quorum sensing system.1B.Two oscillation cycles were observed within 500 minutes by microplate reader.

 

Based on above principles, one published paper has already realized synchronized oscillations under microfluidic device [1]. However, iGEM13_XMU-China can’t get synchronized oscillation on microfluidics, which is discussed in P SYSTEM. Through calculated fluorescence on 96-microwell plate every 15 minutes, it got two oscillation cycles within 500 minutes (Figure 1B).

 

Circuit design

Based on that, we constructed our circuit by replacing gfp with cheZ (Figure 2). As the expression strength of cheZ is oscillatory fluctuating, the motile ability will change periodically. Cells will have the strongest motile ability at wave crest while even be non-motile at wave trough. Thus, periodical change of motile ability leads to periodical change in swimming velocity. At non-motile period, cells will aggregate together leading to the formation of growth-ring-like patterns which could be distinguished by naked eyes.

Figure 2.Schematic of the growth-ring formation circuit. Derived from quorum sensing oscillator by replacing GFP with CheZ.

 

Many trees in temperate zones make one growth ring each year, with the newest adjacent to the bark. We can tell a tree’s age by counting the number of growth rings. Analogously, bacteria rings formed by gene oscillator can tell us how much time has passed through the quantity of bacteria rings.

 

Characterization of circuit

Experiments showed that bacteria could just form several rings in 48 hours. Then, no bacteria rings formed while bacteria kept spreading evenly from the inside out. As bacteria formed the rings (Figure 3A) which are quite different from wild-type (Figure 3B), we can conclude that chemotaxis is reprogrammed successfully, however, not as expected.

 

A

B

Figure 3A. Bacteria rings formed by CL-1 with above oscillation circuit, it has several bacteria rings in the beginning.3B. Bacteria rings formed by wild-type E. coli (CL-M). It is different from the right picture.

 

Therefore, we tried to make use of the grown time (as X axis) and radius of grown (as Y axis) to draw a curve to see whether the amplification rate of chemotaxis radius are equal over a period of time (Figure 4A, 4B). We noticed that the rate of two curves keep stable expect the beginning 40 hours. So why the bacteria cannot form rings afterwards but the grown rate becomes stable? We thought that there must be something wrong with the negative feedback in the circuit. Circuit can’t generate enough feedback to repress the chemotactic ability so that swimming speed keeps constant which is actually maximum speed. Hence, combining the experimental results of iGEM13_XMU-China with ours, we are still trying to find out why the oscillation could just keep several periods, and we got a reasonable conclusion that may help us make it clear. 


 

A

B

Figure 4A. The plot of chemotactic diameter versus time. Cultivated CL-1 on semisolid culture medium with chloramphenicol and tetracycline (halve concentration) and made use of the grown time (as X axis) and chemotaxis diameter (as Y axis) to draw a curve, the curve show that the diffusion rate is stable. 4B. A parallel experiment to Figure 4A

When we were improving the project of iGEM13-XMU-China, we creatively put forward an assumption to a problem mentioned in P SYSTEM which has been ignored for a long time.


Want to see more applications: Promoter Yardstick,Black Hole, Aptamer Key-Lock.


 

References

1. Danino T, Mondragón-Palomino O, Tsimring L, et al. A synchronized quorum of genetic clocks[J]. Nature, 2010, 463(7279): 326-330.