Difference between revisions of "Team:OUC-China/Project"

(Created page with "{{OUC-China}} <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="K...")
 
 
(46 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
   <meta charset="UTF-8">
 
   <meta charset="UTF-8">
 
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
 
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  <meta name="Keywords" content="关键词,关键词">
 
  <meta name="Description" content="描述">
 
 
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
+
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&amp;ctype=text/css">
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&amp;ctype=text/css">
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&amp;ctype=text/css">
 
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&amp;ctype=text/css">
   <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/hp?action=raw&amp;ctype=text/css">
+
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&amp;ctype=text/javascript"></script>
  <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
+
   <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&amp;ctype=text/javascript"></script>
   <script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+
   <title>Introduction</title>
   <title>Human practice</title>
+
 
<style type="text/css">
 
<style type="text/css">
 
         .banner-top{
 
         .banner-top{
Line 36: Line 33:
 
padding: 0px;
 
padding: 0px;
 
}
 
}
/* disable IGEM's style */
+
 
/*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 {
+
    .oucBanner{background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');}
border-bottom: none;
+
.oucNav{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
padding-top: 0;
+
padding-bottom: 0;
+
margin-bottom: 0;
+
}
+
#bodyContent p {
+
font-size: 100%;
+
line-height: 1em;
+
}
+
#bodyContent li {
+
margin-bottom: 0;
+
}
+
#bodyContent a {
+
font-size: 100%;
+
}*/ 
+
        h1{border:0;}
+
        .img_banner{margin-top:-5px;}
+
        .oucBanner{height:240px;background:url('https://static.igem.org/mediawiki/2016/e/ee/T--OUC-China--banner.fw.png');margin-top:-20px;}
+
.oucNav{margin-top:16px;background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);border:0;}
+
.oucBrand{width:200px;height:50px;background:url(https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png);}
+
 
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 
ul[class=dropdown-menu]{background:url(https://static.igem.org/mediawiki/2016/d/d0/T--OUC-China--nav-1.fw.png);}
 +
 +
 
</style>
 
</style>
 
<script type="text/javascript">
 
<script type="text/javascript">
 +
  
 
   $(function(){
 
   $(function(){
Line 78: Line 59:
 
  scrolls()
 
  scrolls()
 
  function scrolls(){
 
  function scrolls(){
  var f1,f2,f3,f4,f5,bck;
+
  var f1,f2,f3,f4,bck;
 
  var fixRight = $('#myNav li');
 
  var fixRight = $('#myNav li');
 
  var blackTop = $('#BtnTop')
 
  var blackTop = $('#BtnTop')
Line 87: Line 68:
 
  f4 = $("#float04").offset().top;
 
  f4 = $("#float04").offset().top;
 
  f5 = $("#float05").offset().top;
 
  f5 = $("#float05").offset().top;
 
+
  f6 = $("#float06").offset().top;
 
   
 
   
 
 
Line 96: Line 77:
 
  blackTop.fadeIn(300).css('display','block')
 
  blackTop.fadeIn(300).css('display','block')
 
  }
 
  }
   
+
  if(sTop>=fl){
 
+
  fixRight.eq(0).addClass('active').siblings().removeClass('active');
+
  }
 +
  if(sTop>=f2-100){
 +
  fixRight.eq(1).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f3-100){
 +
  fixRight.eq(2).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f4-100){
 +
  fixRight.eq(3).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f5-100){
 +
  fixRight.eq(4).addClass('active').siblings().removeClass('active');
 +
  }
 +
  if(sTop>=f6-100){
 +
  fixRight.eq(5).addClass('active').siblings().removeClass('active');
 +
  }
 
    }
 
    }
 
  })
 
  })
 +
 
</script>
 
</script>
  
Line 107: Line 104:
 
<body data-spy="scroll" data-target="#myScrollspy">  
 
<body data-spy="scroll" data-target="#myScrollspy">  
 
<div class="container">
 
<div class="container">
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">  
+
<nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation">
 
<div class="container">
 
<div class="container">
 
<div class="navbar-header">  
 
<div class="navbar-header">  
 
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 
  <button type="button" class="navbar-toggle" data-toggle="collapse"
 
  data-target="#example-navbar-collapse">  
 
  data-target="#example-navbar-collapse">  
  <span class="sr-only">切换导航</span>  
+
  <span class="sr-only">Turn</span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  <span class="icon-bar"></span>  
 
  </button>  
 
  </button>  
  <a class="navbar-brand oucBrand" href="#"></a>  
+
  <a class="navbar-brand oucBrand" href="#"><img src="https://static.igem.org/mediawiki/2016/f/fc/T--OUC-China--nav-logo-1.fw.png" alt="Brand"></a>  
 
</div>  
 
</div>  
 
<div class="collapse navbar-collapse" id="example-navbar-collapse">  
 
<div class="collapse navbar-collapse" id="example-navbar-collapse">  
 
  <ul class="nav navbar-nav" id="oucNav">  
 
  <ul class="nav navbar-nav" id="oucNav">  
 
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
 
<li><a href="https://2016.igem.org/Team:OUC-China">Home</a></li>
<li><a href="https://2016.igem.org/Team:OUC-China/Project">Project</a></li>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
+
<ul class="dropdown-menu">
 +
<li class="active"><a href="https://2016.igem.org/Team:OUC-China/Description">Description</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Proof">Proof of concept </a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Results">Results</a></li>
 +
</ul>
 +
</li>
 
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
<li><a href="#">Basic part</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Parts">Parts</a></li>
<li><a href="#">Composite parts</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Basic_Part">Basic part</a></li>
<li><a href="#">Part collection</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Composite_Part">Composite parts</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Part_Collection">Part collection</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Attribution<span class="caret"></span></a>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
<li><a href="#">Support</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Overview</a></li>
<li><a href="#">Collaboration</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Communicating">Communicating & Improving</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Investigating">Investigating & Promoting</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Potential_application">Potential application</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
+
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Team<span class="caret"></span></a>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Notebook<span class="caret"></span></a>
+
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Team">Team</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Modeling<span class="caret"></span></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Software">Software</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li>
 +
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Safety<span class="caret"></span></a>
 
<ul class="dropdown-menu">
 
<ul class="dropdown-menu">
 
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
 
<li><a href="https://2016.igem.org/Team:OUC-China/Notebook">Notebook</a></li>
                                                                <li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Protocol">Protocol</a></li>
<li><a href="#">Safety</a></li>
+
<li><a href="https://2016.igem.org/Team:OUC-China/Safety">Safety</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
<li class="active"><a href="#">Human Practice</a></li>
 
 
  </ul>  
 
  </ul>  
 
</div>
 
</div>
Line 151: Line 168:
 
</nav>
 
</nav>
 
<div class="clearfix"></div>
 
<div class="clearfix"></div>
                <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--hp-banner.jpg" class="img-responsive"></div>
+
        <div class="img_banner"><img src="https://static.igem.org/mediawiki/2016/5/5f/T--OUC-China--project-banner.jpg" class="img-responsive" alt="project-banner"></div>
 
<div class="row">
 
<div class="row">
 
<div class="col-md-3" id="myScrollspy">
 
<div class="col-md-3" id="myScrollspy">
<ul class="nav nav-tabs nav-stacked" data-spy="affix" data-offset-top="90" data-offset-bottom="150" id="myNav">
+
<ul class="" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav">
<li class="active"><a href="#float01">Overview</a></li>
+
<li class="active"><a href="#float01"><span style="font-family:'Lucida Calligraphy';font-size:22px;">W</span>here we started</a></li>
<li><a href="#float02">Popularization to the public</a></li>
+
<li><a href="#float02"><span style="font-family:'Lucida Calligraphy';font-size:22px;">L</span>ook closely to the existing strategies</a></li>
<li><a href="#float03">Deep communication</a></li>
+
<li><a href="#float03"><span style="font-family:'Lucida Calligraphy';font-size:22px;">I</span>nspiration from Nature</a></li>
<li><a href="#float04">Youth education</a></li>
+
<li><a href="#float04"><span style="font-family:'Lucida Calligraphy';font-size:22px;">F</span>ocus on the deep mechanism</a></li>
<li><a href="#float05">Consulting with specialists</a></li>
+
<li><a href="#float04"><span style="font-family:'Lucida Calligraphy';font-size:22px;">O</span>ur creative design</a></li>
 +
<li><a href="#float04"><span style="font-family:'Lucida Calligraphy';font-size:22px;">F</span>urther application</a></li>
 
<a id="BtnTop">
 
<a id="BtnTop">
<font style=" height:10px; display:block;"></font>
+
<img src="https://static.igem.org/mediawiki/2016/d/d2/T--OUC-China--btt.png" alt="Back to top">
<span>Btn Top</span>
+
 
</a>
 
</a>
 
</ul>
 
</ul>
Line 168: Line 185:
 
<div class="col-md-9 hpMain">
 
<div class="col-md-9 hpMain">
 
<br id="float01">
 
<br id="float01">
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Overview<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<br>
<p>Our human practice efforts to popularize synthetic biology to the public, especially endeavor to raise awareness of importance of quantification, which becomes an advanced research hotspot. We made video to help people understand synthetic biology more easily and clearly and over XXX people watched it, we gave out 1000 brochures about synthetic biology and iGEM, we hold lectures for different people from all walks of life.</p>
+
<h3 class="text-center">WHERE WE STARTED</h3>
<p>This year our project is to develop a new and precise regulatory method based on synthetic biology. We firstly made questionnaire survey about quantification in daily lives but we found most people lacked basic perception about quantification. For example, 40% people didn’t considered meals combination as an example of quantification. Considering quantification research has drawn increasing attentions, we decided to focus on educating different people and popularizing synthetic biology through customized ways.</p>
+
<p>In synthetic biology, microorganisms with modified metabolic pathways are employed as a reaction vessel to natural or unnatural products. It involves the introduction of several genes encoding the enzymes of a metabolic pathway[1,2]. Indeed, pathway optimization requires to adjust expression of multiple genes at appropriately balanced levels, for example the synthesic of poly(3-hydroxybutyrate)[3] and Mevalonate[4].Similarly, manipulation of multisubunit proteins (for example F1F0-ATPase ) also requires coordinated expression of several genes to produce the subunits at the appropriate stoichiometries[5]. As is done in the prokaryotes, grouping a cluster of gene s into a single polycistron is a convenient mean for regulating genes simultaneously. Thus, for the sake of tuning the expressions of genes within polycistrons, we aim to develop a tightly regulated, predictable components –stem-loop to realize cistron concerto</p>
<hr>
+
 
<br id="float02">
 
<br id="float02">
+
<br>
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Popularization to the public<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<h3 class="text-center">LOOK CLOSELT TO THE EXISTING STRATEGIES</h3>
<p>For the public, we tried to publicize synthetic biology using relatively easy language toward as many people as possible through our activities. We went to communities and tourist attractions and met people from the young to the old. With the help of our brochures, we explained basic knowledge of synthetic biology and explained the meaning of quantification in their daily lives. They then realized that basic necessities of life were closely linked to quantification, like dietary recipe. We also posted our video on website which used simple language and vivid flash to introduce what is synthetic biology and how it can make our life better. </p>
+
<p>As a matter of fact, regulation of gene expression includes a wide range of strategies that are used by synthetic scientists, for examples copy number, promoters and RBS[6]. Despite their prominent advantages, it is nearly impossible to predict the necessary strengths of the promoters and ribosome binding sites (RBSs) to balance and coordinate the expression of multiple genes[7].What’s more, when traditional cloning is utilized, constructing libraries of hundreds of configurations of pathway genes with varying copy number, promoter, and RBS strengths is a daunting and time consuming task even for small pathways[8].</p>
<img src="https://static.igem.org/mediawiki/2016/9/9a/T--OUC-China--hp1.jpg" class="img-responsive">
+
<div class="row">
<hr>
+
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/8/8b/T--OUC-China--pr-2-1.png" class="img-responsive" alt="Regulatory strategies">
 +
</div>
 +
<div class="col-md-2"></div>
 +
</div>
 +
<p>Ergo, we are enlightened to try a rational design of one regulatory element to mainly reduce the number of trials and transform it into a user-friendly kit. We mainly focus on the prior design of the DNA sequences to work on the post- transcriptional level which can directly determine the relative levels of gene expression. Thus, stem-loop catches our attention.</p>
 
<br id="float03">
 
<br id="float03">
 
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Deep communication<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
 
<p>Specific to people working on science and technology industry, we tried to promoting synthetic biology in a deeper way. Therefore, we held academic lectures in Qingdao Association for Science and Technology for a delegation from Tibet, China. Over 90 teachers participated in lectures and they had more knowledge about synthetic biology. Moreover, due to coming from Tibet where the economic and educational development is relatively backward, these teachers could bring the conception of synthetic biology to Tibet and promoted it in these remote regions.</p>
 
<img src="https://static.igem.org/mediawiki/2016/f/f4/T--OUC-China--hp2.jpg" class="img-responsive">
 
 
<hr>
 
<hr>
 +
<h3 class="text-center">INSPIRATION FROM NATURE</h3>
 +
<p>Nature is uncanny workmanship. Recently, in <i>C. cellulolyticum</i>, within an polycistron encoding  cellulosome, Xu reported that stem-loop structures associated with those intergenic post-transcriptional processed sites located at 3’ termini of highly transcribed genes exhibit folding free energy negatively correlated with transcript-abundance ratio of flanking genes[9]. Thus we consider the possibility of stem loops inserted in the intergenic region for tuning expression in <i>E.coli</i> which is more widely utilized as an engineered strain.<br>Fortunately, Keasling has identified that stem loops function well in the post-transcriptional process in <i>E.coli</i>[10], confirmed our thinking. Thus, we decided to develop stem loops with different free folding energy inserted in the intergenic region of two genes to coordinate expressions.</p>
 
<br id="float04">
 
<br id="float04">
+
<hr>
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Youth education<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<h3 class="text-center">FOCUS ON THE DEEP MECHANISM</h3>
<p>For people who are more interested in nature science like university students, we designed series activities for them to enjoy personal experience about syntheticbiology. We held a summer camp and invited about 30 students from different universities all over China, like Shandong Agricultural University etc. By holding jamboree to present posters, doing experiment of molecular biology, doing literature based on research, students enjoyed themselves in synthetic biology and achieved necessary skill for academic exploration. In our school, we also held similar academic activities to attract more potential students to join in synthetic biology. For example, we held lectures for about 100 students to introduce synthetic biology in details.</p>
+
 
<div class="row">
 
<div class="row">
<div class="col-md-6">
+
<div class="col-md-2"></div>
<img src="https://static.igem.org/mediawiki/2016/d/d7/T--OUC-China--hp3.jpg" class="img-responsive">
+
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/9/9e/T--OUC-China--pr-2-2.jpg" class="img-responsive" alt="Mechanism model">
 
</div>
 
</div>
<div class="col-md-6">
+
<div class="col-md-2"></div>
<img src="https://static.igem.org/mediawiki/2016/d/dd/T--OUC-China--hp4.jpg" class="img-responsive">
+
</div>
 +
<p>The operon is transcribed by its sole promoter and the primary transcript is cleaved into several secondary transcripts by RNase E, a single-stranded, nonspecific endonuclease with preference for cleaving A/U-rich sequence . However, the stability of these secondary transcripts against exonuclease degradation from the 3’ end varied due to their distinct terminal structure. When stem loops inserted in the 3’ end of the upstream gene, it protects its mRNA against the cleavage of exonuclease, increasing the ratio of abundance of the first gene product relative to that of the second gene product. Furthermore, the lower free energy of stem loops are, the more stable the secondary transcripts of the upstream are, tuning the expression of multiple genes.</p>
 +
<br id="float05">
 +
<hr>
 +
<h3 class="text-center">OUR CREATIVE DESIGN</h3>
 +
<p>For further developing stem loops as useful regulatory parts, we racked our brains and  divided our project into two parts. First we exploited stem loops as new parts to tune the expression and transformed it into a user-friendly toolkit. SOLID data are carried out to confirmed its function. And then we explored more of this novel regulation method though modeling and software. More details in <a href="https://2016.igem.org/Team:OUC-China/Design">Design</a></p>
 +
<div class="row">
 +
<div class="col-md-2"></div>
 +
<div class="col-md-8">
 +
<img src="https://static.igem.org/mediawiki/2016/7/73/T--OUC-China--pr-2-3.png" class="img-responsive" alt="Project idea">
 
</div>
 
</div>
 +
<div class="col-md-2"></div>
 
</div>
 
</div>
<div class="clearfix"></div>
+
<br id="float06">
 
<hr>
 
<hr>
<br id="float05">
+
<h3 class="text-center">FURTHER APPLICATION</h3>
+
<p>After <a href="https://2016.igem.org/Team:OUC-China/Potential_application">visiting some local industrial enterprises</a>, we aimed to devoted our design into a practical industrial production, for improving product titers, yields, and productivity. In the fermentation of beer, the regulation of GSH, a reducing substance that is resistant to beer aging, contributes to increase the productivity of beer. GSH is composed of two subunits GSHⅠand GSHⅡ. Regulating the ratio of GSHⅠand GSHⅡ at proper stoichiometries results in higher yields . Thus, we are going to insert the stem loops with required free folding energy into the coding genes GSHⅠand GSHⅡto coordinate their relative expressions.</p>
<h3 class="text-center"><img src="https://static.igem.org/mediawiki/2016/c/cf/T--OUC-China--head-icon1.fw.png">Consulting with specialists<img src="https://static.igem.org/mediawiki/2016/f/f8/T--OUC-China--head-icon2.fw.png"></h3>
+
<br>
<p>When designing our project in April, we went to visited researcher Chengang, Xu in Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences. At that time, we wanted to have the feasibility analysis of our design. More importantly, we met problems about chassis. We initially design our project based on B.subtilis, a kind of gram-positive bacterium but after consulting Professor Xu, who did research related to our project and suggested us to use E.coli, which would make our experiment more feasible. We then compared the enzyme system both in B.subtilis and E.coli and found that in E.coli there was no enzyme cleavage from 5’. Therefore, we finally determined to use E.coli, the more versatile chassis.</p>
+
<br>
<img src="https://static.igem.org/mediawiki/2016/6/61/T--OUC-China--hp5.jpg" class="img-responsive">
+
<h4 class="text-center">REFERENCE</h4>
<p>In September, we joined the CCiC( Conference of China iGEMer Committee), which was a platform for Chinese iGEM teams to communicate with each other. About 30 teams and 300 iGEMers from all over China gathered together this year and we got numerous responses from others, including suggestions on the thoughts of experiments, heated discussions on pathway design, and reflections on safety and application. Attendance of CCiC helped us acquire both reflections and inspiration from communicating, and improved our projects in the end.</p>
+
<p style="font-size:16px;">[1]. Khosla, C. & Keasling, J.D. Metabolic engineering for drug discovery and development.Nat. Rev. Drug Discov. 2, 1019–1025 (2003).<br>[2]. Martin, V.J., Pitera, D.J., Withers, S.T., Newman, J.D. & Keasling, J.D. Engineering a mevalonate pathway in Escherichia coli for production of terpenoids. Nat. Biotechnol. 21, 796–802 (2003).<br>[3]. Li T, Ye J, Shen R, et al. Semi-rational approach for ultra-high poly (3-hydroxybutyrate) accumulation in Escherichia coli by combining one-step library construction and high-throughput screening[J]. ACS synthetic biology, 2016.<br>[4]. Dudley Q M, Anderson K C, Jewett M C. Cell-Free Mixing of Escherichia coli Crude Extracts to Prototype and Rationally Engineer High-Titer Mevalonate Synthesis[J]. ACS Synthetic Biology, 2016.<br>[5]. White, M.M. Pretty subunits all in a row: using concatenated subunit constructs to force the expression of receptors with defined stoichiometry and spatial arrangement. Mol. Pharmacol. 69, 407–410 (2006).<br>[6]. Song C W, Lee J, Ko Y S, et al. Metabolic engineering of Escherichia coli for the production of 3-aminopropionic acid[J]. Metabolic engineering, 2015, 30: 121-129.<br>[7]. Pfleger B F, Pitera D J, Smolke C D, et al. Combinatorial engineering of intergenic regions in operons tunes expression of multiple genes[J]. Nature biotechnology, 2006, 24(8): 1027-103<br>[8]. Jones, J.A., O.D. Toparlak, and M.A. Koffas, Metabolic pathway balancing and its role in the production of biofuels and chemicals. Curr Opin Biotechnol, 2015. 33: p. 52-9<br>[9]. Xu C, Huang R, Teng L, et al. Cellulosome stoichiometry in Clostridium cellulolyticum is regulated by selective RNA processing and stabilization[J]. Nature communications, 2015, 6.<br>[9]. Smolke C D, Keasling J D. Effect of gene location, mRNA secondary structures, and RNase sites on expression of two genes in an engineered operon[J]. Biotechnology and bioengineering, 2002, 80(7): 762-776.<br>[10]. Mackie, George A. "RNase E: at the interface of bacterial RNA processing and decay." Nature Reviews Microbiology 11.1 (2013): 45-57.<br>[10]. Liao X Y, Shen W, Chen J, et al. Improved glutathione production by gene expression in Escherichia coli[J]. Letters in Applied Microbiology, 2006, 43(2):211-214.</p>
<img src="https://static.igem.org/mediawiki/2016/2/29/T--OUC-China--hp6.jpg" class="img-responsive">
+
<p>Particularly, we consulted our project and experiment with Haoqian, Zhang, the co-founder of an iGEM startup in China named Bluepha. He was the former leader of Peking iGEM 2010 and had rich experiment of iGEM. At the beginning, he thought quantification had the significant meaning in synthetic biology as well. He then gave us lots of specific and useful suggestion. For example, he advised us to exchange the upstream and downstream proteins to make our project more powerful. We adopted this suggestion and modified our project when we came back from CCiC. Besides, we met problems with our modeling. Another former leader of OUC iGEM, Yang, Liu suggested us to solve these problems in other alternative ways, which would make our work more efficient. </p>
+
                                <br/>
+
                                <br>
+
                                <br>
+
 
</div>
 
</div>
 
</div>
 
</div>
<div class="row">
+
<div class="oucBanner">
<div class="oucBanner">
+
        <h3 class="text-center">Cistrons Concerto</h3>
<h3 class="text-center">Cistrons Concerto</h3>
+
</div>
 +
<div class="row oucInformation">
 +
<div class="col-md-1"></div>
 +
<div class="col-md-5">
 +
<h3>Thanks:</h3>
 +
<p>1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences</p>
 +
<p>2.NEW ENGLAND Biolabs</p>
 +
<p>3.Genscript</p>
 
</div>
 
</div>
<div class="row oucInformation">
+
<div class="col-md-5 Contact">
<div class="col-md-7">
+
<h3>Contact us:</h3>
<b>About</b>
+
<p><b>E-mail</b>: oucigem@163.com</p>
<p>Thanks to:<i><img src="image/ouc-footer-1.fw.png"></i><i><img src="image/ouc-footer-2.fw.png"></i></p>
+
<p><b>Designed and built</b> by @ Jasmine Chen and @ Zexin Jiao</p>
<p>Designed and built by @ Jasmine Chen and @ Zexin Jiao</p>
+
<p>We are OUC-iGEM
<p>Code licensed under Apache License v2.0</p>
+
<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" width="70" height="70" alt="logo-one">
</div>
+
<img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" width="70" height="70" alt="logo-two">
<div class="col-md-5">
+
</p>
<b>Contact us</b>
+
<p>E-mail: oucigem@163.com</p>
+
<p>Follow us on Facebook@ iGEM OUC<i><img src="image/ouc-footer-3.fw.png"></i></p>
+
<p>Find us on Google Map</p>
+
<p>We are OUC-iGEM<i><img src="image/ouc-footer-4.fw.png"></i><i><img src="image/ouc-footer-5.fw.png"></i><i><img src="image/ouc-footer-6.fw.png"></i></p>
+
</div>
+
</div>
+
<div id="" class="oucBottom">
+
 
</div>
 
</div>
 +
</div>
 +
<div class="oucBottom">
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 20:44, 19 October 2016

Introduction

project-banner


WHERE WE STARTED

In synthetic biology, microorganisms with modified metabolic pathways are employed as a reaction vessel to natural or unnatural products. It involves the introduction of several genes encoding the enzymes of a metabolic pathway[1,2]. Indeed, pathway optimization requires to adjust expression of multiple genes at appropriately balanced levels, for example the synthesic of poly(3-hydroxybutyrate)[3] and Mevalonate[4].Similarly, manipulation of multisubunit proteins (for example F1F0-ATPase ) also requires coordinated expression of several genes to produce the subunits at the appropriate stoichiometries[5]. As is done in the prokaryotes, grouping a cluster of gene s into a single polycistron is a convenient mean for regulating genes simultaneously. Thus, for the sake of tuning the expressions of genes within polycistrons, we aim to develop a tightly regulated, predictable components –stem-loop to realize cistron concerto



LOOK CLOSELT TO THE EXISTING STRATEGIES

As a matter of fact, regulation of gene expression includes a wide range of strategies that are used by synthetic scientists, for examples copy number, promoters and RBS[6]. Despite their prominent advantages, it is nearly impossible to predict the necessary strengths of the promoters and ribosome binding sites (RBSs) to balance and coordinate the expression of multiple genes[7].What’s more, when traditional cloning is utilized, constructing libraries of hundreds of configurations of pathway genes with varying copy number, promoter, and RBS strengths is a daunting and time consuming task even for small pathways[8].

Regulatory strategies

Ergo, we are enlightened to try a rational design of one regulatory element to mainly reduce the number of trials and transform it into a user-friendly kit. We mainly focus on the prior design of the DNA sequences to work on the post- transcriptional level which can directly determine the relative levels of gene expression. Thus, stem-loop catches our attention.



INSPIRATION FROM NATURE

Nature is uncanny workmanship. Recently, in C. cellulolyticum, within an polycistron encoding cellulosome, Xu reported that stem-loop structures associated with those intergenic post-transcriptional processed sites located at 3’ termini of highly transcribed genes exhibit folding free energy negatively correlated with transcript-abundance ratio of flanking genes[9]. Thus we consider the possibility of stem loops inserted in the intergenic region for tuning expression in E.coli which is more widely utilized as an engineered strain.
Fortunately, Keasling has identified that stem loops function well in the post-transcriptional process in E.coli[10], confirmed our thinking. Thus, we decided to develop stem loops with different free folding energy inserted in the intergenic region of two genes to coordinate expressions.



FOCUS ON THE DEEP MECHANISM

Mechanism model

The operon is transcribed by its sole promoter and the primary transcript is cleaved into several secondary transcripts by RNase E, a single-stranded, nonspecific endonuclease with preference for cleaving A/U-rich sequence . However, the stability of these secondary transcripts against exonuclease degradation from the 3’ end varied due to their distinct terminal structure. When stem loops inserted in the 3’ end of the upstream gene, it protects its mRNA against the cleavage of exonuclease, increasing the ratio of abundance of the first gene product relative to that of the second gene product. Furthermore, the lower free energy of stem loops are, the more stable the secondary transcripts of the upstream are, tuning the expression of multiple genes.



OUR CREATIVE DESIGN

For further developing stem loops as useful regulatory parts, we racked our brains and divided our project into two parts. First we exploited stem loops as new parts to tune the expression and transformed it into a user-friendly toolkit. SOLID data are carried out to confirmed its function. And then we explored more of this novel regulation method though modeling and software. More details in Design

Project idea


FURTHER APPLICATION

After visiting some local industrial enterprises, we aimed to devoted our design into a practical industrial production, for improving product titers, yields, and productivity. In the fermentation of beer, the regulation of GSH, a reducing substance that is resistant to beer aging, contributes to increase the productivity of beer. GSH is composed of two subunits GSHⅠand GSHⅡ. Regulating the ratio of GSHⅠand GSHⅡ at proper stoichiometries results in higher yields . Thus, we are going to insert the stem loops with required free folding energy into the coding genes GSHⅠand GSHⅡto coordinate their relative expressions.



REFERENCE

[1]. Khosla, C. & Keasling, J.D. Metabolic engineering for drug discovery and development.Nat. Rev. Drug Discov. 2, 1019–1025 (2003).
[2]. Martin, V.J., Pitera, D.J., Withers, S.T., Newman, J.D. & Keasling, J.D. Engineering a mevalonate pathway in Escherichia coli for production of terpenoids. Nat. Biotechnol. 21, 796–802 (2003).
[3]. Li T, Ye J, Shen R, et al. Semi-rational approach for ultra-high poly (3-hydroxybutyrate) accumulation in Escherichia coli by combining one-step library construction and high-throughput screening[J]. ACS synthetic biology, 2016.
[4]. Dudley Q M, Anderson K C, Jewett M C. Cell-Free Mixing of Escherichia coli Crude Extracts to Prototype and Rationally Engineer High-Titer Mevalonate Synthesis[J]. ACS Synthetic Biology, 2016.
[5]. White, M.M. Pretty subunits all in a row: using concatenated subunit constructs to force the expression of receptors with defined stoichiometry and spatial arrangement. Mol. Pharmacol. 69, 407–410 (2006).
[6]. Song C W, Lee J, Ko Y S, et al. Metabolic engineering of Escherichia coli for the production of 3-aminopropionic acid[J]. Metabolic engineering, 2015, 30: 121-129.
[7]. Pfleger B F, Pitera D J, Smolke C D, et al. Combinatorial engineering of intergenic regions in operons tunes expression of multiple genes[J]. Nature biotechnology, 2006, 24(8): 1027-103
[8]. Jones, J.A., O.D. Toparlak, and M.A. Koffas, Metabolic pathway balancing and its role in the production of biofuels and chemicals. Curr Opin Biotechnol, 2015. 33: p. 52-9
[9]. Xu C, Huang R, Teng L, et al. Cellulosome stoichiometry in Clostridium cellulolyticum is regulated by selective RNA processing and stabilization[J]. Nature communications, 2015, 6.
[9]. Smolke C D, Keasling J D. Effect of gene location, mRNA secondary structures, and RNase sites on expression of two genes in an engineered operon[J]. Biotechnology and bioengineering, 2002, 80(7): 762-776.
[10]. Mackie, George A. "RNase E: at the interface of bacterial RNA processing and decay." Nature Reviews Microbiology 11.1 (2013): 45-57.
[10]. Liao X Y, Shen W, Chen J, et al. Improved glutathione production by gene expression in Escherichia coli[J]. Letters in Applied Microbiology, 2006, 43(2):211-214.

Cistrons Concerto

Thanks:

1.Qingdao Institute of Bioenergy and Bioprocess Technology, Chinese Academy of Sciences

2.NEW ENGLAND Biolabs

3.Genscript

Contact us:

E-mail: oucigem@163.com

Designed and built by @ Jasmine Chen and @ Zexin Jiao

We are OUC-iGEM logo-one logo-two