Team:BIT-China/Project

From 2014.igem.org

(Difference between revisions)
 
(38 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
<title>project</title>
 +
<link href="https://2014.igem.org/Team:BIT-China/all.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"  />
<style type="text/css">
<style type="text/css">
 +
#p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks
#p-logo,#search-controls,.firstHeading,#top,#footer-box,#catlinks
{ display:none; }
{ display:none; }
Line 31: Line 36:
#menubar {
#menubar {
position:absolute;
position:absolute;
-
top: -30px;
+
top: -5px;
 +
margin-left:200px;
line-height: 1em;  
line-height: 1em;  
-
font-family: sans-serif;
+
font-size: 80%;  
-
font-size: 95%;  
+
white-space: nowrap;
white-space: nowrap;
-
z-index: 200;
+
z-index: 200;
 +
font-family:Verdana, Geneva, sans-serif;
}
}
Line 103: Line 109:
.menubar ul,li{ list-style:none; margin-bottom:0 !important;}
.menubar ul,li{ list-style:none; margin-bottom:0 !important;}
-
 
-
 
</style>
</style>
 +
<script src="http://code.hs-cn.com/jquery/jquery-1.7.1.min.js" type="text/javascript"></script>
 +
<script type="text/javascript">
-
</html>
+
function back1()
-
 
+
{
-
<html>
+
document.getElementById("backup1").src="https://static.igem.org/mediawiki/2014/1/16/BIT-CHINA_FOOTERR1.png";
-
<head>
+
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
-
<title>project</title>
+
-
<link href="https://2014.igem.org/Team:BIT-China/all.css?action=raw&ctype=text/css" type="text/css" rel="stylesheet"  />
+
-
<style type="text/css">
+
-
#maincontent{
+
-
top:0px;
+
}
}
-
.adaohang{
+
function back2()
-
margin:0px;
+
{
-
padding:0px; position:relative;
+
document.getElementById("backup1").src="https://static.igem.org/mediawiki/2014/2/25/BIT-CHINA_FOOTERR.png";
-
top:-5px;
+
}
}
-
 
+
var timer,height;
-
#acontent0{
+
function gotop()
-
position:relative;
+
{
-
top:-5px;
+
timer=setInterval("runtotop()",1);
}
}
-
#left1 {
+
function runtotop()
-
position: absolute;
+
{
-
aleft: 140px;
+
height=document.activeElement.scrollTop||document.body.scrollTop;
-
left: -75px;
+
height-=70;
-
top: 280px;
+
if(height>0)
-
z-index: 100000;
+
{
-
}
+
window.scrollTo(0,height);
-
#second_head {
+
}
-
width: 960px;
+
else
-
height: 50px;
+
{
-
background-color: rgba(234,233,233,1);
+
window.scrollTo(0,0);
-
top: 65px;
+
clearInterval(timer);
-
position: absolute;
+
}
-
z-index: -10;
+
-
}
+
-
#third_head {
+
-
width: 960px;
+
-
height: 150px;
+
-
background-color: rgba(116,187,227,1);
+
-
top:115px;
+
-
position: absolute;
+
-
z-index: -10;
+
}
}
-
 
-
.essay_pic{
 
-
width:400px;
 
-
}
 
-
.essay_pic2{
 
-
width:400px;
 
-
margin:10px;
 
-
}
 
-
.essay{
 
-
width:90%;
 
-
background-color:rgba(255,255,255,0.7);
 
-
border-radius:40px;
 
-
aborder-bottom:1px #CCCCCC solid;
 
-
margin:0 auto;;
 
-
padding:0px;
 
-
}
 
-
.essay_title{
 
-
font-size:45px;
 
-
font-weight:bold;
 
-
font-family:Times New Roman, Helvetica, sans-serif;
 
-
padding:0px 20px;
 
-
height:70px;
 
-
line-height:70px;
 
-
wbackground-image:url(img/bgg.png);
 
-
border-bottom:1px #CCCCCC solid;
 
-
z-index:-10000;
 
-
opacity:0.8;
 
-
margin:30px auto 10px auto;
 
-
}
 
-
.essay_content{
 
-
abackground-color:#6CF;
 
-
font-size:21px;
 
-
font-family:Helvetica;
 
-
padding:20px 30px 50px 30px;
 
-
 
-
}
 
-
 
-
 
-
</style>
 
-
<script src="http://code.hs-cn.com/jquery/jquery-1.7.1.min.js" type="text/javascript"></script>
 
-
<script type="text/javascript">
 
  $(function () {
  $(function () {
         var ie6 = /msie 6/i.test(navigator.userAgent)
         var ie6 = /msie 6/i.test(navigator.userAgent)
Line 205: Line 153:
                 }
                 }
                 else if (dv.css('position') != 'fixed') {
                 else if (dv.css('position') != 'fixed') {
-
dv.css({ 'position': 'fixed', top: 0 });
+
dv.css({ 'position': 'fixed', top: 0,left:203 });
-
$('#left1').css({ 'position': 'fixed', top: 175,left:147 });
+
$('#left').css({ 'position': 'fixed', top: 175,left:147 });
-
$('#content1').css({ 'padding-top':150 });
+
}
}
             }  
             }  
-
else if (dv.css('position') != 'static'){
+
else if (dv.css('position') != 'absolute'){
-
dv.css({ 'position': 'static' });
+
dv.css({ 'position': 'absolute',top:105,left:0 });
-
$('#content1').css({ 'padding-top':5});$
+
$('#left').css({ 'position': 'absolute', top: 280,left:-55 });
-
('#left1').css({ 'position': 'absolute', top: 280,left:-55 });
+
}
}
         });
         });
Line 225: Line 171:
     <div id="nav">
     <div id="nav">
     <ul>
     <ul>
-
         <li style="top:50px"><a href="#"><img src="https://static.igem.org/mediawiki/2014/b/b3/BIT-CHINA_1.png
+
         <li style="top:50px"><a href="https://2014.igem.org/Team:BIT-China/Project"><img src="https://static.igem.org/mediawiki/2014/b/b3/BIT-CHINA_1.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/1/18/BIT-CHINA_2.png
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Modeling"><img src="https://static.igem.org/mediawiki/2014/1/18/BIT-CHINA_2.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/1/15/BIT-CHINA_3.png
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Practice"><img src="https://static.igem.org/mediawiki/2014/1/15/BIT-CHINA_3.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/3/3e/BIT-CHINA_4.png
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Judging"><img src="https://static.igem.org/mediawiki/2014/3/3e/BIT-CHINA_4.png
" /></a></li>
" /></a></li>
         </ul>
         </ul>
Line 237: Line 183:
<div id="nav1">
<div id="nav1">
     <ul>
     <ul>
-
         <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/b/b7/BIT-CHINA_5.png
+
         <li><a href="https://2014.igem.org/Team:BIT-China/Safety"><img src="https://static.igem.org/mediawiki/2014/b/b7/BIT-CHINA_5.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/c/ca/BIT-CHINA_6.png
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Team"><img src="https://static.igem.org/mediawiki/2014/c/ca/BIT-CHINA_6.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/7/72/BIT-CHINA_7.png
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Notebook"><img src="https://static.igem.org/mediawiki/2014/7/72/BIT-CHINA_7.png
" /></a></li>
" /></a></li>
-
             <li><a href="#"><img src="https://static.igem.org/mediawiki/2014/8/89/BIT-CHINA_8.png" /></a></li>
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Sponsor"><img src="https://static.igem.org/mediawiki/2014/8/89/BIT-CHINA_8.png" /></a></li>
         </ul>
         </ul>
-
     </div>
+
    
 +
   
 +
</div>
 +
  <div id="nav2"><a href="https://2014.igem.org/Team:BIT-China">
 +
        <img src="https://static.igem.org/mediawiki/2014/b/b9/BIT-CHINA_TOUMING.png"></a>
 +
            </div>
     </div>   
     </div>   
-
    <div id="second_head"></div>
 
-
    <div id="third_head"></div>
 
     <div id="content0">
     <div id="content0">
     <div id="content1">
     <div id="content1">
-
         <div class="essay">
+
         <div class="essay" id="overview">
             <div class="essay_title">OVERVIEW</div>
             <div class="essay_title">OVERVIEW</div>
                 <div class="essay_content">
                 <div class="essay_content">
-
                 <p>The way we live today has been deeply revolutionized through rapid developments of low-cost drugs, novel chemicals and clean energies by various newly engineered microorganisms. However, the problem of high risks of potential ecological contamination and accidental commercial loss continues threatening the scientists, industrialists and the public as synthetic biology makes progress. Can the important strains be genetically locked up in the molecular level even when their physical lock boxes are broken up? The 2014 project of BIT-China, E.co-Lock, focused on the bio-security and bio-economy of all engineered microorganisms, is novelly designed to meet this challenge.</p>
+
                 <p>The way we live today has been deeply revolutionized through rapid developments of low-cost drugs, novel chemicals and clean energies by various newly engineered microorganisms. However, the problem of high risks of potential ecological contamination and accidental commercial loss continues threatening the scientists, industrialists and the public as synthetic biology makes progress. Can the important strains be genetically locked up in the molecular level even when their physical lock boxes are broken up? The 2014 project of BIT-China, <i>E.co</i>-Lock mimicking the electronic combination lock, focused on the bio-security and bio-economy of all engineered microorganisms, is novelly designed to meet this challenge.</p>
-
<p>&nbsp </p>
+
</br>
-
<p>Layered AND Gates, sRNA regulatory System and Min System are the three main parts to build up the E.co-Lock. The layered logic AND gates are constructed and connected to realize different combinations of "the password" - here three different inducers. The sRNA regulation system is then implemented to control the order of the "password" by inhibiting the mRNAs built in the layered AND gates, thus to precisely mimic the password of a real digital lock. Currently, a three-inducer-password is built up and ideally in the future, many more layers of AND gates containing new inducers with newly synthesized sRNAs could be added up to increase the complexity of the password. Finally, Min system, representing a cell division inhibiting system, is re-designed to maintain industrial strains to an extremely low density given an initial locked state. In the future, other similar systems can be introduced to replace Min system to fulfill this function of inhibiting cell division. Therefore, commercially valuable or potentially hazardous strains will be under much more strict control with different customized E.co-Locks.</p>
+
<p><img src="https://static.igem.org/mediawiki/2014/b/be/Over_view_.png" width="700" /></p>
-
                <p>&nbsp </p>
+
                    <br/>
-
<p>In real world, there are several examples which could prove our project is necessary. Recently, a committee of Ecological Risk Research in synthetic biology has set up in America. And there are also many laws are setting in order to restrict the accidental release of pathogens operating in the lab.</p>
+
                    <p>Layered AND Gates, sRNA regulatory System and Min System are the three main parts to build up the <i>E.co</i>-Lock. The layered logic AND gates are constructed and connected to realize different combinations of "the password" - here three different inducers. The sRNA regulation system is then implemented to control the order of the "password" by inhibiting the mRNAs built in the layered AND gates, thus to precisely mimic the password of a real digital lock. Currently, a three-inducer-password is built up and ideally in the future, many more layers of AND gates containing new inducers with newly synthesized sRNAs could be added up to increase the complexity of the password.Finally, Min system, representing a cell division inhibiting system, is re-designed to maintain industrial strains to an extremely low density given an initial locked state. In the future, other similar systems can be introduced to replace Min system to fulfill this function of inhibiting cell division. Therefore, commercially valuable or potentially hazardous strains will be under much more strict control with different customized <i>E.co</i>-Locks.</p>
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/1/12/%E6%80%BB%E7%BA%BF%E8%B7%AF.png" width="700">
-
<p>Thus, when genetically locked up with E.co-Lock, important industrial strains or dangerous strains will be under better protection from suffering loss, even at the occasions of unexpected leaking out or stolen, only when right password is put in, when suitable inducers are added in set order, strains can multiply properly. Much better safety of microorganism can be achieved both ecologically and commercially.</p>              
+
</br>
-
<p>&nbsp </p>
+
<p>Thus, when genetically locked up with <i>E.co</i>-Lock, important industrial strains or dangerous strains will be under better protection from suffering loss, even at the occasions of unexpected leaking out or stolen, only when right password is put in, when suitable inducers are added in set order, strains can multiply properly. Much better safety of microorganism can be achieved both ecologically and commercially.</p>
 +
</br>
 +
  </div>
  </div>
             </div>
             </div>
-
             <div class="essay">
+
             <div class="essay" id="background">
             <div class="essay_title">BACKGROUND</div>
             <div class="essay_title">BACKGROUND</div>
                 <div class="essay_content">
                 <div class="essay_content">
-
                 <p>In economy, there are a number of probiotic microbes being used in the manufacturing of various food and pharmaceutical products. Biofuels like bioethanol and biodiesel are being manufactured using new raw materials like lingo cellulosic, algae and other biomass material to replace fossil fuels. In microbiology industry, high-quality strains are always much expensive, resulting in high frequency of theft events. This problem seriously affected the development of the whole industry. </p>
+
                 <p>Synthetic biology is a real interdisciplinary field, involving chemists, biologists, engineers, physicists or computer scientists [1]. As an emerging discipline, synthetic biology really brought us a lots of challenges and opportunities. However, plenty of problems also occurred in society. </p>
-
<p>&nbsp </p>
+
</br>
-
<p>Various synthetic gene circuits are able to provide multiple abilities to industrial bacterial. But to protect the originality result of a research group, not only the patent protection is needed, it’s also necessary to transmit a “bio-lock” into the bacteria.</p>
+
<p>The biggest problems are biosecurity and biosafety. </p>
-
<p>&nbsp </p>
+
</br>
-
<p>Synthetic biology is a combination of nanotechnology, biotechnology and information technology . It’s easy to apply a patent but to protect it from theft is very hard.</p>
+
<img src="https://static.igem.org/mediawiki/2014/c/cb/BIT-CHINA_QINGXI.png" width="750"/>
-
<p>&nbsp </p>
+
                    <p>According to the WHO (2004), biosafety is the prevention of unintentional exposure to pathogens and toxins, or their accidental release. Since the 9/11 event the funding for work on biodefense has dramatically increased in the US. The US Government Civilian Biodefense Funding, between fiscal year 2001 and 2008 cost US tax payers more than 39 billion $. And here comes a line chart of a website which is related to the bio-safety. We can easily find that populaces are focusing on this area more and more, which should, and already caused our attention.</p>
 +
</br>
 +
<p>What’s more, economy is also a big problem of synthetic biology. According to the same organization, biosecurity is the prevention of loss, theft, misuse, diversion orientational release of pathogens and toxins. Nowadays, entrepreneurs are facing the threat of theft, and thus, we also focused on this problem.</p>
 +
</br>
 +
 +
<p class="essay_title2">Biosafety</p>
 +
 +
 +
 +
<p><img src="https://static.igem.org/mediawiki/2014/5/5f/Background-2.png" align="left" style="margin-right:20px"/>Have you ever played Plague Inc.? If the answer is “yes”, you sure have experienced the horror of a organisms destroying our whole world. As we all know, industrial bacterial can secrete several chemicals that has considerable significance for us. However, they are also easily stolen by thieves. What’s more, the pathogenic of bacteria can’t be depressed at this time. The threat of bio-weapon cannot be ignored</p>
 +
</br>
 +
<p>In 2003, CIA has made a report in development of bioweapons. They assessed that “Industrial biological products might be horrible than any disease that we already known”. In 2006, DSAC (Defense Science Advisory Council) also started a survey of military opportunities and challenges in this area [2]. </p>
 +
</br>
 +
<p>For example, many bioterrorism incidents have occurred in the whole world wide. Such as the anthrax mail attack which is occurred after 9/11.It was said that these anthrax strains were from a laboratory. Which means it’s necessary for us to develop some method to contain microorganisms inside the lab.</p>
 +
</br>
 +
<p>What’s more, to limit the emission of synthetic microorganisms to the environment, we also need a method to prevent it. There is no reason to believe that full biosynthesis of currently semi-synthetic drugs such as heroin or cocaine, or fully synthetic amphetamine-type stimulants will not be possible and economically attractive using the toolkit of synthetic biology in the near future.</p>
 +
</br>
 +
<P>Recent years, it is reported that a new form of biology is rising: “biohackery” [3]. Biohackery allows everyone operation the genome of bacteria in their home or garage with themselves. Without the regulatory of an International Association of Synthetic Biology, we can’t make sure that there is no threat coming from someone’s house or garden, isn’t it? </p>
 +
</br>
 +
<p>The interactions between environment and the microorganisms are also an important application of our project. If the “grey goo” disaster breaks out, we can provide a modus to minimize the harm.</p>
 +
</br>
 +
 +
 +
<p class="essay_title2">Biosecurity</p>
 +
<p><https://static.igem.org/mediawiki/2014/7/77/Background-3.png" align="right" width="200"/>In economy, there are a number of probiotic microbes being used in the manufacturing of various food, biofuels and pharmaceutical products. In biotech industry, high-quality strains are always much expensive, resulting in high frequency of theft events. This problem seriously affected the development of the whole industry. </p>
 +
</br>
 +
<p>In contrast to a biohackery scenario that is driven largely by curiosity, another scenario enabled by the availability of this technology may involve illicit economic purposes.</p>
 +
</br>
<p>A case on strains theft occurred in China in 2000. In this case, the strains theft caused heavy economic losses to a company. This upgraded the concerning of bio-economy problems to a new focusing level. We must take action immediately in order to protect our profit.</p>
<p>A case on strains theft occurred in China in 2000. In this case, the strains theft caused heavy economic losses to a company. This upgraded the concerning of bio-economy problems to a new focusing level. We must take action immediately in order to protect our profit.</p>
-
<p>&nbsp </p>
+
</br>
 +
<p>Various synthetic gene circuits are able to provide multiple abilities to industrial bacterial. But to protect the originality result of a research group, not only the patent protection is needed, it’s also necessary to transmit a “bio-lock” into the bacteria.</p>
 +
</br>
 +
 +
<p class="essay_title2">Reference</p>
 +
<p>[1] Schmidt M. Diffusion of synthetic biology: a challenge to biosafety[J]. Systems and synthetic biology, 2008, 2(1-2): 1-6.</p>
 +
</br>
 +
<p>[2] Balmer A, Martin P. Synthetic biology. Social and ethical challenges. An independent review commissioned by the Biotechnology and Biological Sciences Research Council (BBSRC)[J]. Swindon, UK: BBSRC, 2008. </p>
 +
</br>
 +
<p>[3] Bennett G, Gilman N, Stavrianakis A, et al. From synthetic biology to biohacking: are we prepared?[J]. Nature Biotechnology, 2009, 27(12): 1109-1111.</p>
 +
</br>
 +
<p> [4] Ball P. Synthetic biology for nanotechnology [J]. Nanotechnology, 2005, 16(1): R1.</p>
 +
</br>
 +
 +
</div>
</div>
             </div>
             </div>
-
<div class="essay">
+
<div class="essay" id="layered">
-
             <div class="essay_title">LAYERED LOGIC GATES</div>
+
             <div class="essay_title">1. LAYERED LOGIC GATES</div>
                 <div class="essay_content">
                 <div class="essay_content">
-
                 <p class="essay_title2">1.Introduction</p>
+
                 <p class="essay_title2">1.1 INTRODUCTION</p>
-
<p><img src="https://static.igem.org/mediawiki/2014/2/24/BIT-CHINA_D1.png" align="left" style="width:200px;height:200px" />Logic Gate, as an essential part of Synthetic biological circuit, is an application of synthetic biology where biological parts are designed to perform logical functions mimicking those in electronic networks. For example, we can refer to the state “Active” as binary number “1”, while the state “Inhibit” as “0”.We can switch those different states by adding a measurable element so that a gene circuit can be accomplished. By constructing layered logic gates, we can design a genetic lock simulating electronic ones to protect strains.</p>
+
<p><img src="https://static.igem.org/mediawiki/2014/0/0f/BIT-CHINA_Fig.1-1.png" width="200" align="right" style="margin-right:20px" />Logic Gate, as an essential part of Synthetic biological circuit, is an application of synthetic biology where biological parts are designed to perform logical functions mimicking those in electronic networks. For example, we can refer to the state “Active” as binary number “1”, while the state “Inhibit” as “0”.We can switch those different states by adding a measurable element so that a gene circuit can be accomplished. By constructing layered logic gates, we can design a genetic lock simulating electronic ones to protect strains. The truth table for an AND gate is shown in Fig.1-1.</p>
-
                <p>&nbsp </p>
+
</br><img src="https://static.igem.org/mediawiki/2014/9/97/BIT-CHINA_Fig.1-2.png" width="750"/>
-
<p>The truth table for an AND gate is shown in figure 1.</p>
+
<p>We designed a transcriptional 2-input AND gate, in which one input promoter drives the expression of an activator and the second input promoter drives the expression of a chaperone protein. The chaperone is required by the activator to turn on the output promoter. The protein–protein and protein–DNA interactions is shown in Fig.1-2.</p>
-
<p>&nbsp </p>
+
</br>
-
<p><img src="https://static.igem.org/mediawiki/2014/d/da/BIT-CHINA_D2.png" class="essay_pic2" align="left"/>The transcription factors and chaperones were gleaned from gene clusters encoding type III secretion systems, which could be found in many pathogens. One of the best characterized is encoded within Salmonella Pathogenicity Island 1 (SPI-1)10.Within this island, it has been identified that a genetic circuit regulates the expression of exported proteins through a protein–protein feedback mechanism. The mechanism bases on two effectors, a chaperone (SicA) and a transcription factor (InvF). The SicA–InvF complex activates transcription from the sicA promoter. Thus, SPI-1 provides three parts that can form a core of an AND gate, the activator, the chaperone and the inducible promoter. The gene cluster from SPI-1 and the needle structure is shown in figure2.</p>
+
-
<p>&nbsp </p>
+
<p class="essay_title2">1.2 IDEA AND DESIGN</p>
-
<p class="essay_title2">2.Experiment design</p>
+
<p>We all understand that logic gates must meet our requirements. Thus we used some clever ways to construct them. First, the gate must contain various parts in order to build multiple orthogonal gates. Second, the inputs and outputs of the gate should have a common signal carrier that enables them to be layered (the former output are expected to be the latter input). In transcriptional circuits, the inputs and the outputs are promoters. We have designed a transcriptional double-input AND gate, in which one input promoter drives the expression of an activator while the other input promoter drives the expression of a chaperone protein. The chaperone is demanded when the activator turns on the output promoter. Output promoter is active only when both input promoters are expressed. In other words, if one want to keep transcription factor active, both gate should be activated, too.</p>
-
<p>We all understand that logic gates must meet our requirements. Thus we used some cleverly way to construct it. First, the gate must contain various parts in order to build multiple orthogonal gates. Second, the inputs and outputs of the gate should have a common signal carrier that enables them to be layered (the former output are expected to be the latter input). In transcriptional circuits, the inputs and the outputs are promoters. We have designed a transcriptional double-input AND gate, in which one input promoter drives the expression of an activator while the other input promoter drives the expression of a chaperone protein. The chaperone is demanded when the activator turns on the output promoter. Output promoter is active only when both input promoters are expressed. In other words, if one want to keep transcription factor active, both gate should be activated, too.</p>
+
</br>
-
<p>&nbsp </p>
+
<p><img src="https://static.igem.org/mediawiki/2014/f/f4/BIT-CHINA_Fig.1-3.png" width="750"/></p><p>Pathway of the layered logic gate system is shown in Fig.1-3.The system is a multilayer logic gates composed by a variety of signaling molecules, which can simulate digital locks or electronic locks. This system consists of three Sensors, an integrated circuit and a reporter gene.</p>
-
<p><img src="https://static.igem.org/mediawiki/2014/4/41/BIT-CHINA_D3.png" class="essay_pic2" align="left"/></p><p>Pathway of the layered logic gate system is shown in figure 3.The system is a multilayer logic gates composed by a variety of signaling molecules, it can simulate digital locks or electronic locks. Gene in this system consists of three sensors, an integrated circuit and a reporter.</p>
+
</br>
-
<p>&nbsp </p>
+
<p><img src="https://static.igem.org/mediawiki/2014/4/48/BIT-CHINA_Fig.1-4.png" width="750" /></p></br>
-
<p><img src="https://static.igem.org/mediawiki/2014/2/27/BIT-CHINA_D4.png" class="essay_pic2" align="left"/></p><p>The assembly of three sensors is shown in figure 4.</p>
+
<p>Firstly, We artificially synthesised the genes of ipgC(<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325000">BBa_K1325000</a>),mxiE(<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325001">BBa_K1325001</a>),sicA*(<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325002">BBa_K1325002</a>),invF(<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325003">BBa_K1325003</a>),pipaH*(<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325004">BBa_K1325004</a>) and psicA (<a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K1325005">BBa_K1325005</a>). The agarose gel electrophoresis analysis of gene ipgC, mxiE, sicA*, invF, pipaH* and psicA is shown in Fig.1-4.</p>
-
<p>&nbsp </p>
+
</br>
-
<p>We also implant the sRNA regulation system in each AND gate to repress the former one, ensuring that the signal molecule must be added in a set order, keeping the system from activated by random or total testing. Another system, cell division inhibiting system will go into effect. As a result, only with the input signals (various molecules) in correct order can permit E. coli live as expected. </p>
+
<p>Secondly, we assembled three Sensors and the agarose gel electrophoresis analysis of Sensor A,Sensor B,Sensor C is shown in Fig.1-5.</p>
-
<p>&nbsp </p>
+
</br>
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/3/35/BIT-CHINA_Fig.1-5.png" width="750" />
-
<p>&nbsp </p>
+
                    <p>We verified Sensor A, Sensor B and Sensor C through Fluorescence microscope. The fluorescence photos are shown in Fig.1-6.</p>
-
<p>&nbsp </p>
+
</br>
-
<p class="essay_title2">3.The experimental progress</p><p>&nbsp </p>
+
<p>We also implant the sRNA regulation system in each AND gate to repress the former one, ensuring that the signal molecule must be added in a set order, keeping the system from activated by random or total testing. Another system, cell division inhibiting system will go into effect. As a result, only with the input signals (various molecules) in correct order can permit E. coli live as expected.</p>
-
<p><img src="https://static.igem.org/mediawiki/2014/4/4c/BIT-CHINA_D5_%282%29.png"   style="width:630px;height:430px"/></p><p>We expect to use two plasmids carrying the three Sensors, one is made up of Sensor A and Sensor B,the other made up of Sensor C.</p>
+
</br>
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/d/da/BIT-CHINA_Fig.1-6.png" width="750" />
-
<p>We have already completed the construction of the first plasmid. Next work is to insert red fluorescent protein at the end of the plasmid, and at last, complete the verification of plasmid functions. </p>
+
</br>
-
<p>&nbsp </p>
+
-
<p>Most part of the second plasmid has been completed, but not yet connected to the Sensor C subject.</p>
+
-
<p>&nbsp </p>
+
<p class="essay_title2">1.3 RESULTS</p>
-
<p><img src="https://static.igem.org/mediawiki/2014/7/72/BIT-CHINA_D5_%283%29.png" style="width:630px;height:400px"/></p>
+
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/3/30/BIT-CHINA_Fig.1-7.png" width="750"/>
-
<p class="essay_title2">4.Expected Results</p>
+
                    <p>We use two circuits to carry three Sensors, circuit one is made up of Sensor A and Sensor B, circuit two is made up of Sensor C. We have constructed two circuits and verified the function of the first circuit. Two circuits are shown in Fig.1-7 and the agarose gel electrophoresis analysis of the two circuits is shown in Fig.1-8.We verified circuit one after 6h induction through fluorescence activated cell sorter (FACS) and fluorescence microscope. The results are shown in Fig.1-9 and Fig.1-10.</p>
-
<p>Layered logic gates form the main part of the locks by constructing two plasmids, then we can verify the function of the gene line by the addition of inducing agents. We have designed a transcriptional 2-input AND gate, in which one input promoter drives the expression of an activator while the other input promoter drives the expression of a chaperone protein. The chaperone is demanded when the activator turns on the output promoter. Output promoter is active only when both input promoters are expressed. In other words, if one want to keep transcription factor active, both gate should be activated, too.</p>
+
</br>
-
<p><img src="https://static.igem.org/mediawiki/2014/4/4c/BIT-CHINA_D5_%282%29.png" style="width:630px;height:400px"/></p>
+
<p><img src="https://static.igem.org/mediawiki/2014/f/fb/BIT-CHINA_Fig.1-8.png" width="750" /></p>
-
<p><img src="https://static.igem.org/mediawiki/2014/2/2e/BIT-CHINA_Y6.png" style="width:630px;height:400px"/></p>
+
<p>We verified circuit one after 6h induction through fluorescence activated cell sorter (FACS) and fluorescence microscope. The results are shown in Fig.1-9 and Fig.1-10.</p>
-
<p>&nbsp </p>
+
<p><img src="https://static.igem.org/mediawiki/2014/2/2f/BIT-CHINA_Fig.1-9.png" width="750"/></p>
-
<p>Reference</p><p>
+
<p><img src="https://static.igem.org/mediawiki/2014/8/82/BIT-CHINA_Fig.1-10.png" width="750" /></p>
-
[1] Tae Seok Moon, Chunbo Lou, Alvin Tamsir, Brynne C. Stanton1 & Christopher A. Voigt. Genetic programs constructed from layered logic gates in single cells. Nature. 2012,491:(249-253)</p>
+
</br>
-
<p>&nbsp </p>
+
<p>Unfortunately, the FACS result show that although lower than the sample which add Ara and IPTG, the control also have very high fluorescence intensity,we asked Tae Seok Moon, an assistant professor in Washington University, he told us that pipaH* has a very high basal level, so it should be connected to engineered RBS to fine-tune expression from it. So we changed the RBS from B0034 to J61100 because the latter have the lower bound strength,the results are verifying.</p>
 +
</br>
 +
 +
<p class="essay_title2">1.4 REFERENCE</p>
 +
</br>
 +
<p>[1] Moon T S, Lou C, Tamsir A, et al. Genetic programs constructed from layered logic gates in single cells [J]. Nature, 2012, 491(7423): 249-253.</p>
 +
</br>
</div>
</div>
             </div>
             </div>
-
<div class="essay">
+
<div class="essay" id="srna">
-
             <div class="essay_title">SMALL RNAS REGULATION SYSTEM</div>
+
             <div class="essay_title">2. sRNA REGULATORY SYSTEM</div>
                 <div class="essay_content">
                 <div class="essay_content">
-
                 <p>In order to enter the password sequentially, we introduced a plasmid password-control system by using synthetic small RNAs into our system. </p><p>&nbsp </p><p>The principle is: In normal condition, mRNAs combine with ribosomes and contribute to protein translation. But the synthetic small RNAs can inhibit the function of mRNA. Structure of a synthetic small RNA has a target-binding sequence and a scaffold structure sequence. </p><p>&nbsp </p><p>The target-binding sequence will guide the small RNA to bind to its target mRNA in the proper region--the translation initiation region. And the scaffold structure is responsible for recruiting the Hfq protein, which can help the formation of the mRNA-sRNA complex.</p><p>&nbsp </p><p> Thus, by replacing target sequences and target-binding sequences we can construct new synthetic regulatory sRNAs to repress downstream pathways.</p>
+
<p class="essay_title2">2.1 INTRODUCTION</p>
-
<p>&nbsp </p>
+
                 <p>In order to enter passwords sequentially, we designed a password-control system by engineering artificial small RNAs for conditional gene silencing in <i>E.co</i>-Lock. A majority of the trans-acting sRNAs in bacteria interact with the untranslated region (UTR) and the translation initiation region of the targeted mRNAs via imperfect base pairing, resulting in reduced translation efficiency and mRNA stability. Additionally, bacterial sRNAs often contain distinct scaffolds that recruit RNA chaperones such as Hfq to facilitate gene regulation (Fig.2-1). </p>
-
<p>To construction of small RNAs regulation system,we separated the whole method to three steps</p>
+
</br>
-
                <p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/3/3a/Fig_2-1.png" width="600">
-
<p>1)Construction of small RNAs regulation box 1.</p>  
+
                    <p>In this study, we describe a strategy to engineer artificial sRNAs that can regulate desired genes in E.coli. Using LacZ as reporter gene that was fused to a native 30 mRNA leader sequence, active artificial sRNAs were screened from libraries in which natural sRNA scaffolds were fused to a designed antisense domain. Artificial sRNAs that posttranscriptionally repress two genes ipgC and sicA were isolated and characterized.</p>
-
<P>2)Construction of small RNAs regulation box 2.</P>
+
</br>
-
<P>3)Assemble of box 1 and box 2.</P>
+
<p>We anticipate that the artificial sRNAs will be useful for dynamic control and fine-tuning of endogenous gene expression in bacteria for applications in synthetic biology.</p>
 +
</br>
 +
 +
 +
 +
<p class="essay_title2">2.2 IDEA AND DESIGN</p>
 +
<p><img src="https://static.igem.org/mediawiki/2014/5/58/Fig_2-2.png" width="750" >1.Construction of small RNAs regulatory system. The system is composed of box1 and box2. The model figure is as below.</p>
 +
<p>The process of design small RNAs regulatory plasmid</p>
 +
</br>
 +
<p>1)Construction of small RNAs regulatory system. The system is composed of box1 and box2. The model figure is as below.</p>
 +
</br>
 +
</br>
 +
 +
                    <p><img src="https://static.igem.org/mediawiki/2014/7/79/Fig_2-3.png" width="300" align="left">2).Screening of function silencing sequences.</p>
 +
</br>
 +
<p>(a)Add target-gene and anti-target-gene sequence to small RNAs regulatory system by One-step Site-directed Mutagenesis.</p>  
 +
</br>
 +
<p>(b)Verify the effect of silence.</p>
 +
</br>
 +
<p class="essay_title2">2.3 RESULTS</p>
 +
<P>In our protocol, we design two kinds of sRNAs, including sRNA-sicA and sRNA-ipgC. Based on the reference “Design and use of synthetic regulatory small RNAs to control gene expression in Escherichia coli[1]”, we try to design sRNA-sicA for 24nt and sRNA-ipgC for 15nt. Their secondary structure figures are as follows.
 +
Now, we will introduce how to explore the inhibition efficiency of the sRNA.</p>
 +
</br>
 +
<img src="https://static.igem.org/mediawiki/2014/b/bd/Fig_2-4.png" width="380">
 +
                    <img src="https://static.igem.org/mediawiki/2014/a/a6/Fig_2-5.png" width="380">
 +
                    <p>We constructed two boxes in the PSB1C3 plasmid, the gene in the box1 could express normally the sRNA which inhibit the target gene in the box2.So we could measure the enzyme activity of the β-galactosidase which expressed by the lacZ gene to explore the inhibition efficiency of the sRNA we designed.</P>
 +
</br>
 +
</br>
 +
<p>According to the Michaelis-Menten equation of the enzyme kinetics, we found the best training time of the second seed is 5.5 hours and the best reactivity time after adding ONPG is 30 min in the process of the β-galactosidase assay.</p>
 +
</br>
 +
</br>
 +
<img src="https://static.igem.org/mediawiki/2014/4/4c/Fig_2-6.png" width="500">
 +
                    <img src="https://static.igem.org/mediawiki/2014/5/55/Fig_2-7.png" width="500">
 +
                    <p>As you see, the inhibition efficiency of the sRNA-ipgC is about 60% and the sRNA-sicA is about 35%. Apparently, the sRNA-ipgC has better function than the sRNA-sicA.But both of them have function of inhibition. Next step, we will continue to explore their structure to get better results.</p>
 +
</br>
 +
 +
</br>
 +
</br>
 +
 +
 +
<p class="essay_title2">2.4 REFERENCE:</p>
 +
<p>[1] Seung Min Yoo, Dokyun Na & Sang Yup Lee1. Design and use of synthetic regulatory small RNAs to control gene expression in Escherichia coli. Nature (2013)</p>
 +
</br>
-
<p>&nbsp </p><P>The method we chose to valid silencing sequence effect is adding target-gene and anti-target-gene sequence to small RNAs regulation system by One-day mutant method.</P>
 
-
<p>&nbsp </p>
 
-
<P>The sRNA system has already complete the whole construct ,what we need to do now is only to insert it into our layered logic gates.</P>
 
-
<p>&nbsp </p>
 
</div>
</div>
             </div>
             </div>
-
<div class="essay">
+
<div class="essay" id="min">
-
             <div class="essay_title">MIN SYSTEM</div>
+
             <div class="essay_title">3. MIN SYSTEM</div>
                 <div class="essay_content">
                 <div class="essay_content">
-
<p class="essay_title2">1.Introduction</p>
+
<p class="essay_title2">3.1 INTRODUCTION</p>
-
                 <p>If we want to protect our special strains get rid of the stealing horror, we can’t let bacteria grow without limitation. So we must have a system to control the amount of bacteria, preventing it from industrialization after stolen.</p>
+
                 <img src="https://static.igem.org/mediawiki/2014/d/dc/BIT-CHINA_Min_System_fig_3-1.png" width="600"><p>Min system consists of MinC, MinD and MinE. MinC protein is the real division inhibitor. And MinD, as a kind of ATPase, is believed to function by activating a MinC-dependent division inhibition mechanism [1]. Additionally, MinE is a topological factor.</p>
-
<p>&nbsp </p>
+
</br>
-
<p>Min system consists of MinC, MinD and MinE. MinC protein is the real division inhibitor. And MinD, as a kind of ATPase, is believed to function by activating a MinC-dependent division inhibition mechanism. Additionally, MinE is a topological factor.</p>
+
<p>Under normal conditions, MinC and MinD act in concert to form an inhibitor of cell division (Fig.3-1(a)). When combined with MinC, MinD increases the activity of MinC by 25~50 times [2]. The MinC and MinD division inhibitor is required to prevent separation at the potential division sites at the cell poles by preventing formation of the FtsZ ring [3]. However, the MinC and MinD division inhibitor lacks site specificity without MinE, for it prevents separation at all division sites——both polar and central (Fig.3-1(b)). The role of MinE is to give topological specificity to the MinC and MinD division inhibitor [4]. It suppresses the action of the division inhibitor at mid of the cell, allowing FtsZ ring assembly at this site, but not at the cell poles. </p>
-
                <p>&nbsp </p>
+
</br>
-
<p>Cell division in prokaryotes is initiated by the localization of the tubulin. For example, the GTPase FtsZ in the future division site. FtsZ assembles into a ring, and other proteins are then recruited to form the septal ring organelle which mediates cell envelope invagination. Division of Escherichia coli normally begins in the middle of the cell; meanwhile, the potential division sites (PDSs) present near each of the cell poles.</p>              
+
<p class="essay_title2">3.2 IDEA AND DESIGN</p>
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/8/81/BIT-CHINA_Min_System_fig_3-2.png" width="600"><p>If we want to protect our special strains get rid of the theft threat, we can’t let bacteria grow without limitation. So we must have a system to control the amount of bacteria, preventing it from industrialization after stolen. So we designed a device to allow the cells grow at low density when the Eco-Lock is closed and at high density when the Eco-Lock is open. </p>
-
<P><img src="https://static.igem.org/mediawiki/2014/f/f9/BIT-CHINA_Y1.png" class="essay_pic2" align="left" width="200px" height="200px">Under normal conditions, MinC and MinD act in concert to form an inhibitor of cell division. When combined with MinC, MinD increases the activity of MinC by 25~50 times. The MinCD division inhibitor is required to prevent separation at the potential division sites at the cell poles by preventing formation of the FtsZ ring. However, the MinCD division inhibitor lacks site specificity without MinE, for it prevents separation at all division sites——both polar and central. The role of MinE is to give topological specificity to the MinCD division inhibitor. It suppresses the action of the division inhibitor at mid of the cell, allowing FtsZ ring assembly at this site, but not at the cell poles. </P>
+
</br>
-
<p>&nbsp </p>
+
<p>As described in the gene circuit, when add inducer(AHL) as input, the compound that bound of inducer and LuxR can inhibit promoter R0063. Therefore, when the cell concentration is under a certain threshold, the isolated gene MinC won't express in cell under normal growth. With the number of cells increasing, Aii expression increasing as well, Aii will cause the decomposition of AHL, leading to a lower input concentration. When the input concentration decrease to a certain threshold, promoter R0063 works, gene MinC (or suicide gene) expresses, cell division stops, the number of cells stay stable.</p>
-
<P class="essay_title2">2.Design(Aii)</P>
+
</br>
-
<P>When add inducer as input, the compound that bound of inducer and LuxR can inhibit promoter R0063. Therefore, when the cell concentration is under a certain threshold, the isolated gene minC (suicide gene) won't express in cell under normal growth. With the number of cells increasing, Aii expression increasing as well, Aii will cause the decomposition of input, leading to a lower input concentration. When the input concentration decrease to a certain threshold, promoter R0063 works, gene minC (or suicide gene) expresses, cell division stops, the number of cells stay stable.</P>
+
<p class="essay_title2">3.3 RESULTS</p>
-
<p>&nbsp </p>
+
<img src="https://static.igem.org/mediawiki/2014/5/5d/BIT-CHINA_Min_System_fig_3-3%E7%94%B5%E6%B3%B3%E5%9B%BE.png" width="520" style="margin-bottom:20px;" ><img src="https://static.igem.org/mediawiki/2014/5/52/BIT-CHINA_Min_System_fig_3-4.png" width="260" style="float:left">
 +
                    <p>Min system contains three functional genes, MinC ,MinD and MinE . MinC is cell division inhibitor of the MinC - MinD -MinE and DicB - MinC systems that regulate septum placement. MinD is membrane ATPase of the MinC - MinD - MinE system that regulates septum placement .MinE is cell division topological specificity factor .We designed 3 pairs of primers to copy MinC, MinD and MinE from E.coli which contained the enzyme digest sites of EcoRI, XbaI, spaI and PstI . MinC, MinD, MinE were constructed into pSB1C3 as new standard parts.
 +
We constructed MinC and MinD in this part. We obtained standard biological parts J23119 - B0034, C0060, J23119 - B0034 - C0062, R0063, B0032 from iGEM, and we finished the ligation of the whole circuits of Min system through 3A assembly and OE PCR. While the verification of this section is still in progress. </p>
 +
</br>
 +
 +
 +
 +
 +
<p class="essay_title2">REFERENCES</P>
 +
<p>[1]Piet A,Robin E.Roles of MinC and MinD in the site-specific septation block media  ted by the MinCDE system of Escherichia coli.Journal of Bacteriology,1992,(1)</p>
 +
</br>
 +
<p>[2]S L ROWLAND, X FU.Membrane Redistribution of the Escherichia coli MinD Protein
 +
 Induced by MinE.Journal of Bacteriology,2000,(3)</p>
 +
</br>
 +
<p>[3]Xuan-Chuan Yu , William Margolin.FtsZ ring clusters in min and partition mutants: roleof both 
 +
the Min system and the nucleoid in regulating FtsZ ring localization. Molecular Microbiology, 1999, (2)</p>
 +
</br>
 +
<p>[4]Karsten Kruse, Martin Howard.An experimentalist’s guide to computational modeling of the Min system. Molecular Microbiology, 2007,(5) </p>
 +
</br>
 +
</div>
</div>
             </div>
             </div>
-
<div class="essay">
+
<div class="essay" id="application">
             <div class="essay_title">APPLICATION</div>
             <div class="essay_title">APPLICATION</div>
                 <div class="essay_content">
                 <div class="essay_content">
                 <p>1.A reliable way to prevent theft</p>
                 <p>1.A reliable way to prevent theft</p>
-
<p>&nbsp </p>
+
</br>
<p>2.A credible way to against accidental disclosure</p>
<p>2.A credible way to against accidental disclosure</p>
-
<p>&nbsp </p>
+
</br>
<p>3.A foolproof way to resist bio-terrorism</p>
<p>3.A foolproof way to resist bio-terrorism</p>
-
<p>&nbsp </p>
+
</br>
<p>4.A fresh way to suppress industrial strains</p>
<p>4.A fresh way to suppress industrial strains</p>
-
<p>&nbsp </p>
+
</br>
                 </div>
                 </div>
             </div>
             </div>
 +
 +
         </div>
         </div>
 +
        <div id="footer"></div>
     </div>
     </div>
-
     <div id="left1" style="top:280px; left:-75px;">
+
     <div id="left">
     <ul class="sidenav">
     <ul class="sidenav">
-
             <li><a href="#">O<span>VERVIEW</span></a></li>
+
             <li><a href="https://2014.igem.org/Team:BIT-China/Project#overview">O<span>VERVIEW</span></a></li>
-
                 <li><a href="#">B<span>ACKGROUND</span></a></li>
+
                 <li><a href="https://2014.igem.org/Team:BIT-China/Project#background">B<span>ACKGROUND</span></a></li>
-
                 <li><a href="#">L<span>AYERED AND GATE</span></a></li>
+
                 <li><a href="https://2014.igem.org/Team:BIT-China/Project#layered">L<span>AYERED AND GATE</span></a></li>
-
                 <li><a href="#">S<span>RNA SYSTEM</span></a></li>
+
                 <li><a href="https://2014.igem.org/Team:BIT-China/Project#srna">S<span>RNA SYSTEM</span></a></li>
-
                 <li><a href="#"style="position:relative; left:-5px;">M<span>IN SYSTEM</span></a></li>
+
                 <li><a href="https://2014.igem.org/Team:BIT-China/Project#min">M<span>IN SYSTEM</span></a></li>
-
                 <li><a href="#">A<span>PPLICATION</span></a></li>
+
                 <li><a href="https://2014.igem.org/Team:BIT-China/Project#application">A<span>PPLICATION</span></a></li>
-
            </ul>
+
        </ul>
     </div>
     </div>
-
    <div id="footer"></div>
+
<div id="backup" onClick="gotop()"><img id="backup1" src="https://static.igem.org/mediawiki/2014/1/16/BIT-CHINA_FOOTERR1.png" onmouseover="back1()" onmouseout="back2()" width="130"></div>
 +
 
</div>
</div>
</body>
</body>
</html>
</html>

Latest revision as of 03:57, 18 October 2014

project

OVERVIEW

The way we live today has been deeply revolutionized through rapid developments of low-cost drugs, novel chemicals and clean energies by various newly engineered microorganisms. However, the problem of high risks of potential ecological contamination and accidental commercial loss continues threatening the scientists, industrialists and the public as synthetic biology makes progress. Can the important strains be genetically locked up in the molecular level even when their physical lock boxes are broken up? The 2014 project of BIT-China, E.co-Lock mimicking the electronic combination lock, focused on the bio-security and bio-economy of all engineered microorganisms, is novelly designed to meet this challenge.



Layered AND Gates, sRNA regulatory System and Min System are the three main parts to build up the E.co-Lock. The layered logic AND gates are constructed and connected to realize different combinations of "the password" - here three different inducers. The sRNA regulation system is then implemented to control the order of the "password" by inhibiting the mRNAs built in the layered AND gates, thus to precisely mimic the password of a real digital lock. Currently, a three-inducer-password is built up and ideally in the future, many more layers of AND gates containing new inducers with newly synthesized sRNAs could be added up to increase the complexity of the password.Finally, Min system, representing a cell division inhibiting system, is re-designed to maintain industrial strains to an extremely low density given an initial locked state. In the future, other similar systems can be introduced to replace Min system to fulfill this function of inhibiting cell division. Therefore, commercially valuable or potentially hazardous strains will be under much more strict control with different customized E.co-Locks.


Thus, when genetically locked up with E.co-Lock, important industrial strains or dangerous strains will be under better protection from suffering loss, even at the occasions of unexpected leaking out or stolen, only when right password is put in, when suitable inducers are added in set order, strains can multiply properly. Much better safety of microorganism can be achieved both ecologically and commercially.


BACKGROUND

Synthetic biology is a real interdisciplinary field, involving chemists, biologists, engineers, physicists or computer scientists [1]. As an emerging discipline, synthetic biology really brought us a lots of challenges and opportunities. However, plenty of problems also occurred in society.


The biggest problems are biosecurity and biosafety.


According to the WHO (2004), biosafety is the prevention of unintentional exposure to pathogens and toxins, or their accidental release. Since the 9/11 event the funding for work on biodefense has dramatically increased in the US. The US Government Civilian Biodefense Funding, between fiscal year 2001 and 2008 cost US tax payers more than 39 billion $. And here comes a line chart of a website which is related to the bio-safety. We can easily find that populaces are focusing on this area more and more, which should, and already caused our attention.


What’s more, economy is also a big problem of synthetic biology. According to the same organization, biosecurity is the prevention of loss, theft, misuse, diversion orientational release of pathogens and toxins. Nowadays, entrepreneurs are facing the threat of theft, and thus, we also focused on this problem.


Biosafety

Have you ever played Plague Inc.? If the answer is “yes”, you sure have experienced the horror of a organisms destroying our whole world. As we all know, industrial bacterial can secrete several chemicals that has considerable significance for us. However, they are also easily stolen by thieves. What’s more, the pathogenic of bacteria can’t be depressed at this time. The threat of bio-weapon cannot be ignored


In 2003, CIA has made a report in development of bioweapons. They assessed that “Industrial biological products might be horrible than any disease that we already known”. In 2006, DSAC (Defense Science Advisory Council) also started a survey of military opportunities and challenges in this area [2].


For example, many bioterrorism incidents have occurred in the whole world wide. Such as the anthrax mail attack which is occurred after 9/11.It was said that these anthrax strains were from a laboratory. Which means it’s necessary for us to develop some method to contain microorganisms inside the lab.


What’s more, to limit the emission of synthetic microorganisms to the environment, we also need a method to prevent it. There is no reason to believe that full biosynthesis of currently semi-synthetic drugs such as heroin or cocaine, or fully synthetic amphetamine-type stimulants will not be possible and economically attractive using the toolkit of synthetic biology in the near future.


Recent years, it is reported that a new form of biology is rising: “biohackery” [3]. Biohackery allows everyone operation the genome of bacteria in their home or garage with themselves. Without the regulatory of an International Association of Synthetic Biology, we can’t make sure that there is no threat coming from someone’s house or garden, isn’t it?


The interactions between environment and the microorganisms are also an important application of our project. If the “grey goo” disaster breaks out, we can provide a modus to minimize the harm.


Biosecurity

In economy, there are a number of probiotic microbes being used in the manufacturing of various food, biofuels and pharmaceutical products. In biotech industry, high-quality strains are always much expensive, resulting in high frequency of theft events. This problem seriously affected the development of the whole industry.


In contrast to a biohackery scenario that is driven largely by curiosity, another scenario enabled by the availability of this technology may involve illicit economic purposes.


A case on strains theft occurred in China in 2000. In this case, the strains theft caused heavy economic losses to a company. This upgraded the concerning of bio-economy problems to a new focusing level. We must take action immediately in order to protect our profit.


Various synthetic gene circuits are able to provide multiple abilities to industrial bacterial. But to protect the originality result of a research group, not only the patent protection is needed, it’s also necessary to transmit a “bio-lock” into the bacteria.


Reference

[1] Schmidt M. Diffusion of synthetic biology: a challenge to biosafety[J]. Systems and synthetic biology, 2008, 2(1-2): 1-6.


[2] Balmer A, Martin P. Synthetic biology. Social and ethical challenges. An independent review commissioned by the Biotechnology and Biological Sciences Research Council (BBSRC)[J]. Swindon, UK: BBSRC, 2008.


[3] Bennett G, Gilman N, Stavrianakis A, et al. From synthetic biology to biohacking: are we prepared?[J]. Nature Biotechnology, 2009, 27(12): 1109-1111.


[4] Ball P. Synthetic biology for nanotechnology [J]. Nanotechnology, 2005, 16(1): R1.


1. LAYERED LOGIC GATES

1.1 INTRODUCTION

Logic Gate, as an essential part of Synthetic biological circuit, is an application of synthetic biology where biological parts are designed to perform logical functions mimicking those in electronic networks. For example, we can refer to the state “Active” as binary number “1”, while the state “Inhibit” as “0”.We can switch those different states by adding a measurable element so that a gene circuit can be accomplished. By constructing layered logic gates, we can design a genetic lock simulating electronic ones to protect strains. The truth table for an AND gate is shown in Fig.1-1.


We designed a transcriptional 2-input AND gate, in which one input promoter drives the expression of an activator and the second input promoter drives the expression of a chaperone protein. The chaperone is required by the activator to turn on the output promoter. The protein–protein and protein–DNA interactions is shown in Fig.1-2.


1.2 IDEA AND DESIGN

We all understand that logic gates must meet our requirements. Thus we used some clever ways to construct them. First, the gate must contain various parts in order to build multiple orthogonal gates. Second, the inputs and outputs of the gate should have a common signal carrier that enables them to be layered (the former output are expected to be the latter input). In transcriptional circuits, the inputs and the outputs are promoters. We have designed a transcriptional double-input AND gate, in which one input promoter drives the expression of an activator while the other input promoter drives the expression of a chaperone protein. The chaperone is demanded when the activator turns on the output promoter. Output promoter is active only when both input promoters are expressed. In other words, if one want to keep transcription factor active, both gate should be activated, too.


Pathway of the layered logic gate system is shown in Fig.1-3.The system is a multilayer logic gates composed by a variety of signaling molecules, which can simulate digital locks or electronic locks. This system consists of three Sensors, an integrated circuit and a reporter gene.



Firstly, We artificially synthesised the genes of ipgC(BBa_K1325000),mxiE(BBa_K1325001),sicA*(BBa_K1325002),invF(BBa_K1325003),pipaH*(BBa_K1325004) and psicA (BBa_K1325005). The agarose gel electrophoresis analysis of gene ipgC, mxiE, sicA*, invF, pipaH* and psicA is shown in Fig.1-4.


Secondly, we assembled three Sensors and the agarose gel electrophoresis analysis of Sensor A,Sensor B,Sensor C is shown in Fig.1-5.


We verified Sensor A, Sensor B and Sensor C through Fluorescence microscope. The fluorescence photos are shown in Fig.1-6.


We also implant the sRNA regulation system in each AND gate to repress the former one, ensuring that the signal molecule must be added in a set order, keeping the system from activated by random or total testing. Another system, cell division inhibiting system will go into effect. As a result, only with the input signals (various molecules) in correct order can permit E. coli live as expected.



1.3 RESULTS

We use two circuits to carry three Sensors, circuit one is made up of Sensor A and Sensor B, circuit two is made up of Sensor C. We have constructed two circuits and verified the function of the first circuit. Two circuits are shown in Fig.1-7 and the agarose gel electrophoresis analysis of the two circuits is shown in Fig.1-8.We verified circuit one after 6h induction through fluorescence activated cell sorter (FACS) and fluorescence microscope. The results are shown in Fig.1-9 and Fig.1-10.


We verified circuit one after 6h induction through fluorescence activated cell sorter (FACS) and fluorescence microscope. The results are shown in Fig.1-9 and Fig.1-10.


Unfortunately, the FACS result show that although lower than the sample which add Ara and IPTG, the control also have very high fluorescence intensity,we asked Tae Seok Moon, an assistant professor in Washington University, he told us that pipaH* has a very high basal level, so it should be connected to engineered RBS to fine-tune expression from it. So we changed the RBS from B0034 to J61100 because the latter have the lower bound strength,the results are verifying.


1.4 REFERENCE


[1] Moon T S, Lou C, Tamsir A, et al. Genetic programs constructed from layered logic gates in single cells [J]. Nature, 2012, 491(7423): 249-253.


2. sRNA REGULATORY SYSTEM

2.1 INTRODUCTION

In order to enter passwords sequentially, we designed a password-control system by engineering artificial small RNAs for conditional gene silencing in E.co-Lock. A majority of the trans-acting sRNAs in bacteria interact with the untranslated region (UTR) and the translation initiation region of the targeted mRNAs via imperfect base pairing, resulting in reduced translation efficiency and mRNA stability. Additionally, bacterial sRNAs often contain distinct scaffolds that recruit RNA chaperones such as Hfq to facilitate gene regulation (Fig.2-1).


In this study, we describe a strategy to engineer artificial sRNAs that can regulate desired genes in E.coli. Using LacZ as reporter gene that was fused to a native 30 mRNA leader sequence, active artificial sRNAs were screened from libraries in which natural sRNA scaffolds were fused to a designed antisense domain. Artificial sRNAs that posttranscriptionally repress two genes ipgC and sicA were isolated and characterized.


We anticipate that the artificial sRNAs will be useful for dynamic control and fine-tuning of endogenous gene expression in bacteria for applications in synthetic biology.


2.2 IDEA AND DESIGN

1.Construction of small RNAs regulatory system. The system is composed of box1 and box2. The model figure is as below.

The process of design small RNAs regulatory plasmid


1)Construction of small RNAs regulatory system. The system is composed of box1 and box2. The model figure is as below.



2).Screening of function silencing sequences.


(a)Add target-gene and anti-target-gene sequence to small RNAs regulatory system by One-step Site-directed Mutagenesis.


(b)Verify the effect of silence.


2.3 RESULTS

In our protocol, we design two kinds of sRNAs, including sRNA-sicA and sRNA-ipgC. Based on the reference “Design and use of synthetic regulatory small RNAs to control gene expression in Escherichia coli[1]”, we try to design sRNA-sicA for 24nt and sRNA-ipgC for 15nt. Their secondary structure figures are as follows. Now, we will introduce how to explore the inhibition efficiency of the sRNA.


We constructed two boxes in the PSB1C3 plasmid, the gene in the box1 could express normally the sRNA which inhibit the target gene in the box2.So we could measure the enzyme activity of the β-galactosidase which expressed by the lacZ gene to explore the inhibition efficiency of the sRNA we designed.



According to the Michaelis-Menten equation of the enzyme kinetics, we found the best training time of the second seed is 5.5 hours and the best reactivity time after adding ONPG is 30 min in the process of the β-galactosidase assay.



As you see, the inhibition efficiency of the sRNA-ipgC is about 60% and the sRNA-sicA is about 35%. Apparently, the sRNA-ipgC has better function than the sRNA-sicA.But both of them have function of inhibition. Next step, we will continue to explore their structure to get better results.




2.4 REFERENCE:

[1] Seung Min Yoo, Dokyun Na & Sang Yup Lee1. Design and use of synthetic regulatory small RNAs to control gene expression in Escherichia coli. Nature (2013)


3. MIN SYSTEM

3.1 INTRODUCTION

Min system consists of MinC, MinD and MinE. MinC protein is the real division inhibitor. And MinD, as a kind of ATPase, is believed to function by activating a MinC-dependent division inhibition mechanism [1]. Additionally, MinE is a topological factor.


Under normal conditions, MinC and MinD act in concert to form an inhibitor of cell division (Fig.3-1(a)). When combined with MinC, MinD increases the activity of MinC by 25~50 times [2]. The MinC and MinD division inhibitor is required to prevent separation at the potential division sites at the cell poles by preventing formation of the FtsZ ring [3]. However, the MinC and MinD division inhibitor lacks site specificity without MinE, for it prevents separation at all division sites——both polar and central (Fig.3-1(b)). The role of MinE is to give topological specificity to the MinC and MinD division inhibitor [4]. It suppresses the action of the division inhibitor at mid of the cell, allowing FtsZ ring assembly at this site, but not at the cell poles.


3.2 IDEA AND DESIGN

If we want to protect our special strains get rid of the theft threat, we can’t let bacteria grow without limitation. So we must have a system to control the amount of bacteria, preventing it from industrialization after stolen. So we designed a device to allow the cells grow at low density when the Eco-Lock is closed and at high density when the Eco-Lock is open.


As described in the gene circuit, when add inducer(AHL) as input, the compound that bound of inducer and LuxR can inhibit promoter R0063. Therefore, when the cell concentration is under a certain threshold, the isolated gene MinC won't express in cell under normal growth. With the number of cells increasing, Aii expression increasing as well, Aii will cause the decomposition of AHL, leading to a lower input concentration. When the input concentration decrease to a certain threshold, promoter R0063 works, gene MinC (or suicide gene) expresses, cell division stops, the number of cells stay stable.


3.3 RESULTS

Min system contains three functional genes, MinC ,MinD and MinE . MinC is cell division inhibitor of the MinC - MinD -MinE and DicB - MinC systems that regulate septum placement. MinD is membrane ATPase of the MinC - MinD - MinE system that regulates septum placement .MinE is cell division topological specificity factor .We designed 3 pairs of primers to copy MinC, MinD and MinE from E.coli which contained the enzyme digest sites of EcoRI, XbaI, spaI and PstI . MinC, MinD, MinE were constructed into pSB1C3 as new standard parts. We constructed MinC and MinD in this part. We obtained standard biological parts J23119 - B0034, C0060, J23119 - B0034 - C0062, R0063, B0032 from iGEM, and we finished the ligation of the whole circuits of Min system through 3A assembly and OE PCR. While the verification of this section is still in progress.


REFERENCES

[1]Piet A,Robin E.Roles of MinC and MinD in the site-specific septation block media ted by the MinCDE system of Escherichia coli.Journal of Bacteriology,1992,(1)


[2]S L ROWLAND, X FU.Membrane Redistribution of the Escherichia coli MinD Protein  Induced by MinE.Journal of Bacteriology,2000,(3)


[3]Xuan-Chuan Yu , William Margolin.FtsZ ring clusters in min and partition mutants: roleof both  the Min system and the nucleoid in regulating FtsZ ring localization. Molecular Microbiology, 1999, (2)


[4]Karsten Kruse, Martin Howard.An experimentalist’s guide to computational modeling of the Min system. Molecular Microbiology, 2007,(5)


APPLICATION

1.A reliable way to prevent theft


2.A credible way to against accidental disclosure


3.A foolproof way to resist bio-terrorism


4.A fresh way to suppress industrial strains