Team:XMU-China/Project Background

From 2014.igem.org

(Difference between revisions)
 
(36 intermediate revisions not shown)
Line 206: Line 206:
margin-top:70px;
margin-top:70px;
}
}
-
#side_bar ul{list-style: none;border-color:#135996;border-width:2px}
+
#side_bar ul{list-style: none;border-color:#135996;border-width:5px}
#side_bar a{
#side_bar a{
text-decoration:none;
text-decoration:none;
Line 217: Line 217:
.sidebar_main{
.sidebar_main{
position:relative;
position:relative;
-
width:155px;
+
width:150px;
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png");
background-image:url("https://static.igem.org/mediawiki/2014/1/1c/XMU-Backgroundnav.png");
text-align:center;
text-align:center;
Line 248: Line 248:
/*Background*/
/*Background*/
.Project_title{position:absolute;width:300px;}
.Project_title{position:absolute;width:300px;}
-
#Project_background{position:relative;top:230px;width:1000px;margin-left:-400px;left:43%;}
+
#Project_background{position:relative;top:230px;width:1000px;margin-left:-500px;left:50%;}
#Project_background_wd{
#Project_background_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 335: Line 336:
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
var sidebar_sub_hover_display = side_bar_hover_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "none"){
if(sidebar_sub_hover_display = "none"){
-
side_bar_hover_target.animate({width:"275px"},200);
+
side_bar_hover_target.stop().animate({width:"275px"},200);
-
side_bar_hover_target.children(".sidebar_sub").slideDown("normal");
+
};
};
$(".sidebar_main").mouseleave(function(){
$(".sidebar_main").mouseleave(function(){
Line 342: Line 342:
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
var sidebar_sub_hoveroff_display = side_bar_hoveroff_target.children(".sidebar_sub").css("display");
if(sidebar_sub_hover_display = "block"){
if(sidebar_sub_hover_display = "block"){
-
side_bar_hover_target.children(".sidebar_sub").slideUp(100);
+
side_bar_hover_target.stop().animate({width:"150px"},100);
-
side_bar_hover_target.animate({width:"155px"},100);
+
};
};
});
});
Line 350: Line 349:
$(".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 361:
<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/a/a6/Xmu_background_veir.jpg" 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">
Line 428: Line 427:
</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="#" class="nav_bar_full" id="nav_bar_full_06">Safety</a>
</li>
</li>
Line 465: Line 464:
<!--Background-->
<!--Background-->
<div id="Project_background">
<div id="Project_background">
-
<img id="Project_background_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/a/a9/Xmu_project_background.png"/>
+
<img id="Project_background_title" class="Project_title" src="https://static.igem.org/mediawiki/2014/0/0f/Xmu_project_background_zwei.png"/>
<div id="Project_background_wd">
<div id="Project_background_wd">
<p style="line-height: 150%; font-size: 26px;">
<p style="line-height: 150%; font-size: 26px;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
    Bacterial chemotaxis, which is universal in </span><span style="font-style: italic;">E.coli</span>, is defined as bacteria cells migration in response to a chemical stimulus. The natural </span><span style="font-style: italic;">E.coli</span> chemotaxis has limited receptor proteins which can respond to only six kinds of amino acid. Nevertheless, the reprogrammed chemotaxis named pseudotaxis makes </span><span style="font-style: italic;">E.coli</span> able to respond to molecules, whose receptor proteins do not exist in classical </span><span style="font-style: italic;">E.coli</span>, such as IPTG and L-arabinose, etc.
+
    <span style="font-size: 16px;"><span style="font-family:Arial, sans-serif">Bacterial chemotaxis, which is universal in </span><em><span style="font-family:times new roman">E. coli</span></em><span style="font-family:Arial, sans-serif">, is defined as migration of bacteria in response to a chemical stimulus. The natural </span><em><span style="font-family:times new roman">E. coli</span> </em><span style="font-family:Arial, sans-serif">chemotaxis has limited receptor proteins which can respond to only six kinds of amino acids. Nevertheless, the reprogrammed chemotaxis named pseudotaxis makes the engineered </span><em><span style="font-family:times new roman">E. coli</span></em><span style="font-family:Arial, sans-serif"> able to respond to molecules, whose receptor proteins do not exist in classical </span><em><span style="font-family:times new roman">E. coli</span></em><span style="font-family:Arial, sans-serif">, such as IPTG and L-arabinose, etc.&nbsp;</span></span>
</p>
</p>
<p style="text-align: justify; font-size: 1em;">
<p style="text-align: justify; font-size: 1em;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
    <span style="font-style: italic;">E.coli</span> have several flagella per cell (4–10 typically), which can rotate in two ways </span><span style="valign: sup;">[1]: counterclockwise (CCW) and clockwise (CW)</span><span style="valign: sup;"> [</span><span style="valign: sup;">2</span><span style="valign: sup;">]. The former aligns the flagella into a single rotating bundle, causing the bacterium to swim in line, while the later breaks the flagella bundle apart such that each flagellum points in a different direction, causing the bacterium to tumble. The motility is determined by the phosphorylation state of CheY protein governed by CheZ</span> protein. In the presence of CheZ</span> protein, CheY-P is dephosphorylated and produce CheY, thus CheY lead the flagellar motor to rotate CCW resulting in swimming. In the absence of CheZ</span>, CheY is phosphorylated into CheY-P which can bind to the flagellar switch protein FliM resulting in tumbling (</span><span style="font-weight: 700;">Figure 1). </span><span style="valign: sup;">[</span><span style="valign: sup;">2</span><span style="valign: sup;">] </span>
+
    <em><span style="font-size:16px;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;">E. coli</span></em><span style="font-size:16px;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;"> have several flagella per cell (4–10 typically), which can rotate in two ways : counterclockwise (CCW) and clockwise (CW).<sup>[1]</sup><sup>[2]</sup> The former aligns the flagella into a single rotating bundle, causing the bacterium to swim in line, while the later breaks the flagella bundle apart such that each flagellum points in a different direction, causing the bacterium to tumble. The motility is determined by the phosphorylation state of CheY protein which is governed by CheZ protein. In the presence of CheZ protein, CheY-P is dephosphorylated and produce CheY, thus CheY leads to the flagellar motor rotating CCW resulting in swimming. In the absence of CheZ, CheY is phosphorylated into CheY-P which can bind to the flagellar switch protein FliM resulting in tumbling (<strong>Figure 1</strong>)<strong>.<sup>[2]</sup></strong> </span>
 +
</p>
 +
<p>
 +
    <br/>
</p>
</p>
<p style="text-align: justify; font-size: 1em;">
<p style="text-align: justify; font-size: 1em;">
Line 487: Line 489:
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 434px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 434px; vertical-align: top;">
                 <p style="text-align: justify; font-size: 1em;">
                 <p style="text-align: justify; font-size: 1em;">
-
                     <img width="406" height="327" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=5806b7e6a5c7fef6c4437c8ba6ec1d11.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;406.00&quot;,&quot;h&quot;:&quot;327.33&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image1.png&quot;}"/>
+
                     <img width=500 src="https://static.igem.org/mediawiki/2014/6/6b/Xmu_Project_background_Figure_1.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 493: Line 495:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 434px; 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: 434px; vertical-align: top;">
-
                 <p style="text-align: justify; font-family: Times New Roman; font-size: 1em; styleName: Normal;">
+
                 <p style="line-height:1.2">
-
                    <span ><b>Figure 1</b>. </span><span>Chemotaxis mechanism of</span><span style="font-style: italic;"> E.coli</span>. </span><span>The direction of rotation of the flagellar motor is controlled by the protein CheY. If the CheY is phosphorylated (CheY-P), it can bind to the flagellar motor protein FliM, c</span><span>ausing the cell to tumble. When</span><span> CheY is not phosphorylated, the flagellar motor</span><span> rotates counterclockwise (CCW). </span><span style="valign: sup;">[1]</span>
+
    <span style="font-family:times new roman"><strong><span style="font-size: 16px;">Figure </span></strong><strong><span style="font-size: 16px;">1</span></strong><strong><span style="font-size: 16px;">. </span></strong><span style="font-size: 16px;">Chemotaxis mechanism of<em> E. coli. </em>The direction of rotation of the flagellar motor is controlled by the protein CheY. If the CheY is phosphorylated (CheY-P), it can bind to the flagellar motor protein FliM, causing the cell to tumble. When CheY is not phosphorylated, the flagellar motor rotates counterclockwise (CCW) <sup>[1]</sup>.</span></span>
-
                </p>
+
</p>
             </td>
             </td>
         </tr>
         </tr>
Line 506: Line 508:
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
    <span >Therefore, if no CheZ</span> is expressed (such as </span><span style="font-style: italic;">E.coli</span> CL-1 with </span><span style="font-style: italic;">CheZ</span> gene knocked out of genome), CheY-P couldn’t be dephosphorylated so that flagella keep CW, thus </span><span style="font-style: italic;">E.coli</span> keep tumbling and perform non-motile ability on semi-solid culture medium (</span><span style="font-weight: 700;">Figure 2</span> left). With enough <span style="font-style: italic;">CheZ</span> expressed, <span style="font-style: italic;">E.coli</span> regain chemotaxis ability on semi-solid culture medium (<span style="font-weight: 700;">Figure 2</span> right). If one kind of molecule (such as IPTG) could stimulate circuit to express<span style="font-style: italic;"> CheZ</span>, reprogrammed </span><span style="font-style: italic;">E.coli</span> will have the tendency to migrate to it. We named the reprogrammed chemotaxis pseudotaxis. Therefore, we are able to reprogram bacterial chemotaxis by knocking </span><span style="font-style: italic;">CheZ</span> gene out of the wild-type genome to control the expression of </span><span style="font-style: italic;">CheZ</span> by logic gene circuit.</span>
+
    <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Therefore, if no CheZ is expressed (such as <em>E. coli</em> CL-1 with <em>cheZ</em> gene knocked out of genome), CheY-P couldn’t be dephosphorylated so that flagella keep CW, thus <em>E. coli</em> keep tumbling and perform non-motile ability on semi-solid culture medium (<strong>Figure 2 left</strong>). With enough CheZ expressed, <em>E. coli</em> regain chemotaxis ability on semi-solid culture medium (<strong>Figure 2 right</strong>). If one kind of molecule (such as IPTG) could stimulate circuit to express CheZ, reprogrammed <em>E. coli</em> will have the tendency to migrate to it. We named the reprogrammed chemotaxis pseudotaxis. Therefore, we are able to reprogram bacterial chemotaxis by knocking <em>cheZ</em> gene out of the wild-type genome to control the expression of <em>cheZ</em> by logic gene circuits. In this case, we can manipulate the motion of the cells and let them form patterns such as conic curves.</span>
</p>
</p>
<p style="text-align: justify; font-size: 1em;">
<p style="text-align: justify; font-size: 1em;">
Line 517: Line 519:
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 397px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 397px; vertical-align: top;">
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
-
                     <img width="381" height="370" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=5806b7e6a5c7fef6c4437c8ba6ec1d11.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;381.13&quot;,&quot;h&quot;:&quot;370.24&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image2.png&quot;}"/>
+
                     <img width="381" height="370" src="https://static.igem.org/mediawiki/2014/5/5e/Xmu_Project_Background_figure02-1.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 528: Line 530:
                 </p>
                 </p>
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
-
                     <img width="190" height="55" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=5806b7e6a5c7fef6c4437c8ba6ec1d11.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;190.10&quot;,&quot;h&quot;:&quot;55.16&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image3.png&quot;}"/>
+
                     <img width="190" height="55" src="https://static.igem.org/mediawiki/2014/f/f2/Xmu_Project_Background_figure02-2.png"/>
                 </p>
                 </p>
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
Line 537: Line 539:
                 </h1>
                 </h1>
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;">
-
                     <img width="153" height="53" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=5806b7e6a5c7fef6c4437c8ba6ec1d11.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;153.46&quot;,&quot;h&quot;:&quot;53.73&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image4.png&quot;}"/>
+
                     <img width="153" height="53" src="https://static.igem.org/mediawiki/2014/c/c2/Xmu_Project_Background_figure02-3.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 543: Line 545:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 586px; 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: 586px; vertical-align: top;" colspan="2">
-
                 <p style="text-align: justify; font-size: 1em; styleName: Normal;font-family:Times New Roman;">
+
                 <p style="line-height:1.2">
-
                    <span style="font-weight: 700;">Figure 2</span><span style="font-weight: 700;">.</span><span style="font-weight: 700;"> </span><span style="font-style: italic;">CL-1</span>&nbsp;could express&nbsp;<span style="font-style: italic;">CheZ</span>&nbsp;with&nbsp;BBa_K1412000&nbsp;to regain chemotaxis ability (the right colony). While with&nbsp;BBa_J04450 (the left colony)&nbsp;for comparison, no chemotaxis ability could be observed.&nbsp;</span>
+
    <span style="font-family:times new roman"><strong><span style="font-size: 16px;">Figure 2. </span></strong><span style="font-size: 16px;">CL-1</span><span style="font-size: 16px;">&nbsp;could express&nbsp;CheZ&nbsp;with&nbsp;</span><span style="font-size: 14px;"><a href="http://parts.igem.org/Part:BBa_K1412000"><span style="font-size:16px;color:white;text-underline: none">BBa_K1412000</span></a></span><span style="font-size: 16px;">&nbsp;to regain chemotaxis ability (the <strong>right</strong> colony). While with&nbsp;</span><span style="font-size: 14px;"><a href="http://parts.igem.org/Part:BBa_J04450"><span style="font-size:16px;color:white;text-underline:none">BBa_J04450</span></a></span><span style="font-size: 16px;"> (the <strong>left</strong> colony)&nbsp;for comparison, no chemotaxis ability could be observed.&nbsp;</span></span>
-
                </p>
+
</p>
             </td>
             </td>
         </tr>
         </tr>
Line 557: Line 559:
     &nbsp;
     &nbsp;
</p>
</p>
 +
<p>
 +
Conic curves universally exist in nature and are significant for science research, production and living. For example, many planets’ orbits are elliptical and parabolic antennas are widely employed in telecommunication. Therefore, we can imitate the orbits of celestial bodies by cell bacterial colony, or form conic curves by precise mathematical laws and apply them in practice.
 +
</p>
 +
<table style="border: currentColor; border-image: none; width: 586px; 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;">
 +
    <tbody>
 +
        <tr class="firstRow">
 +
            <td style="width:553px;vertical-align:top;padding:0px 7px 0px 7px;border-top:1px solid #000000;border-left:1px solid #000000;border-bottom:1px solid #000000;border-right:1px solid #000000;">
 +
                <p style="font-size:16px;">
 +
                    <span style="font-family: arial, helvetica, sans-serif; font-size: 16px;"><b>A</b></span>
 +
                </p>
 +
                <p style="font-size:16px;">
 +
                    <img width="533.22" height="300.74" src="https://static.igem.org/mediawiki/2014/0/0e/Xmu-background002.jpg" style="font-size:16px;"/>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
            <td style="width:553px;vertical-align:top;padding:0px 7px 0px 7px;border-top:none;border-left:1px solid #000000;border-bottom:1px solid #000000;border-right:1px solid #000000;">
 +
                <p style="font-size:16px;text-align:left;">
 +
                    <span style="font-family: arial, helvetica, sans-serif; font-size: 16px;"><b>B</b></span><br><img width="532.17" height="527.78" src="https://static.igem.org/mediawiki/2014/7/7a/Xmu-background003.jpg" style="font-size:16px;"/>
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr>
 +
  <td style="width:553px;vertical-align:top;padding:0px 7px 0px 7px;border-top:none;border-left:1px solid #000000;border-bottom:1px solid #000000;border-right:1px solid #000000;">
 +
                <p style="font-size:16px;text-align:center;font-family:Times New Roman;">
 +
                    <b>Figure 3A.</b> Elliptical plants’ orbits <b>3B. </b> Parabolic antenna.
 +
                </p>
 +
            </td>
 +
        </tr>
 +
        <tr style="height:0;">
 +
            <td style="width:553px;border:none;"></td>
 +
        </tr>
 +
    </tbody>
 +
</table>
<p style="text-align: justify; font-size: 1em; styleName: Normal;">
<p style="text-align: justify; font-size: 1em; styleName: Normal;">
-
     <span >Besides, as aptamers have the potential to respond to almost all kinds of molecules and have already been used to regulate gene expression such as </span><span style="font-style: italic;">CheZ</span> to reprogram chemotaxis (<span style="font-weight: 700;">Figure 3</span>). We are also developing a new mechanism which combines aptamers with RNA-lock system to regulate target gene.
+
    &nbsp;
 +
</p>
 +
<p>
 +
     <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Besides, as aptamers have the potential to respond to almost all kinds of molecules and have already been used to regulate gene expressions such as <em>cheZ</em> to reprogram chemotaxis (<strong>Figure 4</strong>). We are also developing a new mechanism which combines aptamers with RNA-lock system to regulate the target genes.</span>
</p>
</p>
<p style="font-size: 18px;">
<p style="font-size: 18px;">
Line 568: Line 607:
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 589px; vertical-align: top;">
             <td style="padding: 0px 7px; border: 1px rgb(0, 0, 0); width: 589px; vertical-align: top;">
                 <p style="font-size: 18px;">
                 <p style="font-size: 18px;">
-
                     <img width="575" height="188" src="http://convert.wenku.baidu.com/rtcs/image?md5sum=5806b7e6a5c7fef6c4437c8ba6ec1d11.docx&l=webapp&ipr={&quot;t&quot;:&quot;img&quot;,&quot;w&quot;:&quot;575.00&quot;,&quot;h&quot;:&quot;188.71&quot;,&quot;dataType&quot;:&quot;png&quot;,&quot;c&quot;:&quot;word\/media\/image5.png&quot;}"/>
+
                     <img width="575" height="188" src="https://static.igem.org/mediawiki/2014/e/e9/Xmu_Project_Background_figure03.png"/>
                 </p>
                 </p>
             </td>
             </td>
Line 574: Line 613:
         <tr>
         <tr>
             <td style="border-width: medium 1px 1px; border-color: currentColor rgb(0, 0, 0) rgb(0, 0, 0); padding: 0px 7px; width: 589px; 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: 589px; vertical-align: top;">
-
                 <p style="text-align: justify; font-family: Times New Roman; font-size: 1em; styleName: Normal;">
+
                 <p style="line-height:1.2">
-
                    <span><b>Figure 3</b>. </span><span>Me</span><span>chanism of how aptamers control</span><span> the translation of CheZ</span> protein. In the absence of target molecules (theophylline as an example). The mRNA’s ribosome binding site is paired, which inhibits the translation of CheZ</span> protein. In the absence of CheZ</span>, CheY-P will remain phosphorylated and the cells tumble in place. While in the presence of theophylline, the mRNA’s ribosome binding site will expose and the CheZ</span> can be expressed, allowing the cells to run and tumble. </span><span style="valign: sup;">[1]</span>
+
    <span style="font-family:times new roman"><strong><span style="font-size: 16px;">Figure 4. </span></strong><span style="font-size: 16px;">Mechanism of how aptamers control the translation of CheZ protein. In the absence of target molecules (theophylline as an example), the paired mRNA’s ribosome binding site inhibits the translation of CheZ protein. In the absence of CheZ, CheY-P will remain phosphorylated and the cells tumble in place. While in the presence of theophylline, the mRNA’s ribosome binding site will expose and the CheZ can be expressed, allowing the cells to run and tumble.<sup>[1]</sup>&nbsp;</span></span>
-
                </p>
+
</p>
             </td>
             </td>
         </tr>
         </tr>
Line 597: Line 636:
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
    <span >Characterizing the circuit we constructed, we combine mathematical modeling with experiments, using modeling to guide experiments and to explain experimental phenomena. We have got reasonable results for a broader range of applications. As we have proved that the chemotaxis of </span><span style="font-style: italic;">E.coli</span> could be well reprogrammed, we try to apply reprogrammed chemotaxis into practice. For example, we have already demonstrated that motile ability is positively associate with the expression strength of </span><span style="font-style: italic;">CheZ</span>, thus we can characterize the efficiency of RBS or promoter by migration distance. At the same time, we also develop a biosafety system which relies on reprogrammed chemotaxis.</span>
+
    <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Characterizing the circuits we constructed, we combined mathematical modeling with experiments, using modeling to guide experiments and to explain experimental phenomena. We have got reasonable results for a broader range of applications. As we have proved that the chemotaxis of <em>E. coli</em> could be well reprogrammed, we tried to apply reprogrammed chemotaxis into practice. For example, we have already demonstrated that motile ability is positively associated with the expression strength of <em>cheZ</em>, thus we can characterize the activity of promoters and efficiency of RBS. At the same time, we also developed a biosafety system which relies on reprogrammed chemotaxis.</span>
</p>
</p>
<p style="font-size: 18px;">
<p style="font-size: 18px;">
     &nbsp;
     &nbsp;
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
    <span >Last but not the least, we apply mathematical principles in our project. Mathematics is the simplest and clearest language, whose value to the development of human civilization is now widely recognized because of its extensive application of science, society and daily life. However, the mathematical laws in life sciences is still unclear and even in chaos. Luckily, synthetic biology can overcome these shortcomings on some level. Based on this, we design a gene circuit and expect mathematical regularities to realize the regulation and control of life activities. We hope our work can inspire people&#39;s interests to combine mathematics with synthetic biology.</span>
+
    <span style="font-size: 16px;font-family:arial, helvetica, sans-serif">Last but not the least, we applied mathematical principles in our project. Mathematics is the simplest and clearest language, and its value to the development of human civilization is now widely recognized because of its extensive application in science, society and even our daily life. However, the mathematical laws in life sciences are still unclear and even in chaos. Luckily, synthetic biology can overcome these shortcomings on a certain level. Based on this, we design a gene circuit, expecting that mathematical regularities can realize the regulation and control of life activities. We hope our work can inspire people&#39;s interests in combining mathematics with synthetic biology.</span>
</p>
</p>
<p style="font-size: 18px;">
<p style="font-size: 18px;">
Line 612: Line 651:
     <span style="font-size: 18px; font-weight: 700;">R</span><span style="font-size: 18px; font-weight: 700;">eference</span><span style="font-size: 18px; font-weight: 700;">s</span>
     <span style="font-size: 18px; font-weight: 700;">R</span><span style="font-size: 18px; font-weight: 700;">eference</span><span style="font-size: 18px; font-weight: 700;">s</span>
</p>
</p>
-
<p style="font-size: 18px;">
+
<p>
-
     <span >1. </span><span style="color: rgb(0, 0, 255); text-decoration: underline; styleName: Default Paragraph Font;">http://en.wikipedia.org/wiki/Chemotaxis</span>
+
     1. <a href="http://en.wikipedia.org/wiki/Chemotaxis" target="_blank">http://en.wikipedia.org/wiki/Chemotaxis</a>
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
     <span >2. Topp S, Gallivan J P. Guiding bacteria with small molecules and RNA[J]. Journal of the American Chemical Society, 2007, 129(21): 6807-6811.</span>
+
     2. <a href="http://pubs.acs.org/doi/abs/10.1021/ja0692480" target="_blank">Topp S, Gallivan J P. Guiding bacteria with small molecules and RNA[J]. Journal of the American Chemical Society, 2007, 129(21): 6807-6811.</a>
</p>
</p>
-
<p style="text-align: justify; font-size: 1em;">
+
<p>
-
     <span style="color: rgb(0, 0, 255); text-decoration: underline; styleName: Default Paragraph Font;">http://pubs.acs.org/doi/abs/10.1021/ja0692480</span>
+
     <br/>
-
</p>
+
</p> </div>
-
<p style="text-align: justify; font-size: 1em;">
+
-
    &nbsp;
+
-
</p>
+
-
<p style="text-align: justify; font-size: 1em;">
+
-
    &nbsp;
+
-
</p>
+
-
</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 683: Line 678:
</body>
</body>
</html>
</html>
 +
{{:Team:XMU-China/UFO}}
 +
{{:Team:XMU-China/footer}}

Latest revision as of 03:30, 18 October 2014

side_bar

 

Bacterial chemotaxis, which is universal in E. coli, is defined as migration of bacteria in response to a chemical stimulus. The natural E. coli chemotaxis has limited receptor proteins which can respond to only six kinds of amino acids. Nevertheless, the reprogrammed chemotaxis named pseudotaxis makes the engineered E. coli able to respond to molecules, whose receptor proteins do not exist in classical E. coli, such as IPTG and L-arabinose, etc. 

 

E. coli have several flagella per cell (4–10 typically), which can rotate in two ways : counterclockwise (CCW) and clockwise (CW).[1][2] The former aligns the flagella into a single rotating bundle, causing the bacterium to swim in line, while the later breaks the flagella bundle apart such that each flagellum points in a different direction, causing the bacterium to tumble. The motility is determined by the phosphorylation state of CheY protein which is governed by CheZ protein. In the presence of CheZ protein, CheY-P is dephosphorylated and produce CheY, thus CheY leads to the flagellar motor rotating CCW resulting in swimming. In the absence of CheZ, CheY is phosphorylated into CheY-P which can bind to the flagellar switch protein FliM resulting in tumbling (Figure 1).[2]


 

Figure 1. Chemotaxis mechanism of E. coli. The direction of rotation of the flagellar motor is controlled by the protein CheY. If the CheY is phosphorylated (CheY-P), it can bind to the flagellar motor protein FliM, causing the cell to tumble. When CheY is not phosphorylated, the flagellar motor rotates counterclockwise (CCW) [1].

 

Therefore, if no CheZ is expressed (such as E. coli CL-1 with cheZ gene knocked out of genome), CheY-P couldn’t be dephosphorylated so that flagella keep CW, thus E. coli keep tumbling and perform non-motile ability on semi-solid culture medium (Figure 2 left). With enough CheZ expressed, E. coli regain chemotaxis ability on semi-solid culture medium (Figure 2 right). If one kind of molecule (such as IPTG) could stimulate circuit to express CheZ, reprogrammed E. coli will have the tendency to migrate to it. We named the reprogrammed chemotaxis pseudotaxis. Therefore, we are able to reprogram bacterial chemotaxis by knocking cheZ gene out of the wild-type genome to control the expression of cheZ by logic gene circuits. In this case, we can manipulate the motion of the cells and let them form patterns such as conic curves.

 

 

BBa_K1412000

 

BBa_J04450

Figure 2. CL-1 could express CheZ with BBa_K1412000 to regain chemotaxis ability (the right colony). While with BBa_J04450 (the left colony) for comparison, no chemotaxis ability could be observed. 

 

Conic curves universally exist in nature and are significant for science research, production and living. For example, many planets’ orbits are elliptical and parabolic antennas are widely employed in telecommunication. Therefore, we can imitate the orbits of celestial bodies by cell bacterial colony, or form conic curves by precise mathematical laws and apply them in practice.

A

B

Figure 3A. Elliptical plants’ orbits 3B. Parabolic antenna.

 

Besides, as aptamers have the potential to respond to almost all kinds of molecules and have already been used to regulate gene expressions such as cheZ to reprogram chemotaxis (Figure 4). We are also developing a new mechanism which combines aptamers with RNA-lock system to regulate the target genes.

 

Figure 4. Mechanism of how aptamers control the translation of CheZ protein. In the absence of target molecules (theophylline as an example), the paired mRNA’s ribosome binding site inhibits the translation of CheZ protein. In the absence of CheZ, CheY-P will remain phosphorylated and the cells tumble in place. While in the presence of theophylline, the mRNA’s ribosome binding site will expose and the CheZ can be expressed, allowing the cells to run and tumble.[1] 

 

Characterizing the circuits we constructed, we combined mathematical modeling with experiments, using modeling to guide experiments and to explain experimental phenomena. We have got reasonable results for a broader range of applications. As we have proved that the chemotaxis of E. coli could be well reprogrammed, we tried to apply reprogrammed chemotaxis into practice. For example, we have already demonstrated that motile ability is positively associated with the expression strength of cheZ, thus we can characterize the activity of promoters and efficiency of RBS. At the same time, we also developed a biosafety system which relies on reprogrammed chemotaxis.

 

Last but not the least, we applied mathematical principles in our project. Mathematics is the simplest and clearest language, and its value to the development of human civilization is now widely recognized because of its extensive application in science, society and even our daily life. However, the mathematical laws in life sciences are still unclear and even in chaos. Luckily, synthetic biology can overcome these shortcomings on a certain level. Based on this, we design a gene circuit, expecting that mathematical regularities can realize the regulation and control of life activities. We hope our work can inspire people's interests in combining mathematics with synthetic biology.

 

References

1. http://en.wikipedia.org/wiki/Chemotaxis

2. Topp S, Gallivan J P. Guiding bacteria with small molecules and RNA[J]. Journal of the American Chemical Society, 2007, 129(21): 6807-6811.