Line 1: | Line 1: | ||
{{OUC-China}} | {{OUC-China}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <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"> | ||
+ | <link href="https://2016.igem.org/Team:OUC-China/css/bootstrap-min?action=raw&ctype=text/css" rel="stylesheet"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/ouc_wiki?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/affix?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2016.igem.org/Team:OUC-China/css/hp?action=raw&ctype=text/css"> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/jquery?action=raw&ctype=text/javascript"></script> | ||
+ | <script type="text/javascript" src="https://2016.igem.org/Team:OUC-China/js/bootstrap?action=raw&ctype=text/javascript"></script> | ||
+ | <title>Project</title> | ||
+ | <style type="text/css"> | ||
+ | .banner-top{ | ||
+ | margin-left: 12%; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 992px){ | ||
+ | .work-content .col-md-4{ | ||
+ | width:25%; | ||
+ | margin-right: 8%; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | #contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear {display: none;} /*-- hides default wiki settings --*/ | ||
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | /* disable IGEM's style */ | ||
+ | /*#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { | ||
+ | border-bottom: none; | ||
+ | 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%; | ||
+ | }*/ | ||
+ | h3{margin-top:0;} | ||
+ | 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);} | ||
+ | </style> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | var AllHet = $(window).height(); | ||
+ | var mainHet= $("#myNav").height(); | ||
+ | var fixedTop = (AllHet - mainHet)/2 | ||
+ | // $('div.floatCtro').css({top:fixedTop+'px'}); | ||
+ | $('#myNav li').click(function(){ | ||
+ | var ind = $('#myNav li').index(this)+1; | ||
+ | var topVal = $('#float0'+ind).offset().top; | ||
+ | $('body,html').animate({scrollTop:topVal},1000) | ||
+ | }) | ||
+ | $('#BtnTop').click(function(){ | ||
+ | $('body,html').animate({scrollTop:0},1000) | ||
+ | }) | ||
+ | $(window).scroll(scrolls) | ||
+ | scrolls() | ||
+ | function scrolls(){ | ||
+ | var f1,f2,f3,f4,bck; | ||
+ | var fixRight = $('#myNav li'); | ||
+ | var blackTop = $('#BtnTop') | ||
+ | var sTop = $(window).scrollTop(); | ||
+ | fl = $("#float01").offset().top; | ||
+ | f2 = $("#float02").offset().top; | ||
+ | f3 = $("#float03").offset().top; | ||
+ | f4 = $("#float04").offset().top; | ||
+ | |||
+ | |||
+ | if(sTop<=f2-100){ | ||
+ | blackTop.fadeOut(300).css('display','none') | ||
+ | } | ||
+ | else{ | ||
+ | blackTop.fadeIn(300).css('display','block') | ||
+ | } | ||
+ | |||
− | + | ||
− | + | } | |
− | + | }) | |
− | + | </script> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | </head> | ||
+ | <body data-spy="scroll" data-target="#myScrollspy"> | ||
+ | <div class="container"> | ||
+ | <nav class="oucNav navbar navbar-default navbar-fixed-top" role="navigation"> | ||
+ | <div class="container"> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" | ||
+ | data-target="#example-navbar-collapse"> | ||
+ | <span class="sr-only">切换导航</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand oucBrand" href="#"></a> | ||
+ | </div> | ||
+ | <div class="collapse navbar-collapse" id="example-navbar-collapse"> | ||
+ | <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/Project">Project</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Model">Model</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Parts<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Basic part</a></li> | ||
+ | <li><a href="#">Composite parts</a></li> | ||
+ | <li><a href="#">Part collection</a></li> | ||
+ | </ul> | ||
+ | </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="#">Notebook<span class="caret"></span></a> | ||
+ | <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/Protocol">Protocol</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Human_Practices">Human Practices</a></li> | ||
+ | <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Others<span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:OUC-China/Collaborations">Collaborations</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </nav> | ||
+ | <div class="clearfix"></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="col-md-3" id="myScrollspy"> | ||
+ | <ul class="nav nav-tabs nav-stacked" data-spy="affix" data-offset-top="225" data-offset-bottom="150" id="myNav"> | ||
+ | <li class="active"><a href="#float01">1. Where we start</a></li> | ||
+ | <li><a href="#float02">2. Look closely to the existing strategies</a></li> | ||
+ | <li><a href="#float03">3. Inspiration from Nature</a></li> | ||
+ | <li><a href="#float04">4. Our story</a></li> | ||
+ | <a id="BtnTop"> | ||
+ | <font style=" height:10px; display:block;"></font> | ||
+ | <span>Btn Top</span> | ||
+ | </a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="col-md-9 hpMain"> | ||
+ | <br id="float01"> | ||
+ | <br /> | ||
+ | <h3>1. Where we start</h3> | ||
+ | <p>In synthetic biology, microorganisms with modified metabolic pathways are employed as a reaction vessel to synthesis natural or unnatural products. So it involves the introduction of several genes encoding the enzymes of a metabolic pathway . Indeed, pathway optimization requires to adjust expression of multiple genes at appropriately balanced levels for higher production , for example the synthesis of poly(3-hydroxybutyrate) and Mevalonate . As is done in the prokaryotes, grouping a cluster of genes into a single polycistron is a convenient means 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> | ||
+ | <br id="float02"> | ||
+ | <hr> | ||
+ | <h3>2. Look closely to the existing strategies</h3> | ||
+ | <p> Several prominent strategies have been employed to regulate differential expression of serial genes such as copy number, promoters and RBS . Compared to their obvious advantages, they are limited by high-flux design. 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 . Ergo, we are inspired to have a nice try about rational design of one regulated element to reduce the number of trials and transform it into a user-friendly kit. With brainstorms and information collection, we turn to focus on the prior design of the DNA sequences to work on the post- transcriptional level for it can directly determine the relative levels of gene expression.</p> | ||
+ | <br id="float03"> | ||
+ | <hr> | ||
+ | <h3>3. Inspiration from Nature</h3> | ||
+ | <p>In <i>C. cellulolyticum</i>, within an polycistron encoding cellulosome, 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. . Thus we consider the possibility of stem loops inserted in the intergenic region for tuning expression in <i>E.coli</i> which has been 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> . And he confirmed that TIGR(tunable intergenic regions) sequences generally had a stronger influence on the expression of the gene 3’to the TIGR than on the gene 5’ to the TIGR. <br>Thus, we decided to develop stem loops within intergenic region as a regulatory elements to coordinate expressions.</p> | ||
+ | <br id="float03"> | ||
+ | <hr> | ||
+ | <h3>4. Our story</h3> | ||
+ | <p> Khosla, C. & Keasling, J.D. Metabolic engineering for drug discovery and development. Nat. Rev. Drug Discov. 2, 1019–1025 (2003).<br>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>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>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>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>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>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>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.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="oucBanner"> | ||
+ | <h3 class="text-center" style="margin-top:20px;">Cistrons Concerto</h3> | ||
+ | </div> | ||
+ | <div class="row oucInformation" style="text-align:left"> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-5"> | ||
+ | <b>About:</b> | ||
+ | <p style="margin-top:20px;">Thanks to:<img src="https://static.igem.org/mediawiki/2016/5/57/T--OUC-China--foot1.jpg" style="margin-left:10px;" alt="Qingdao Institute of Bioenergy and Bioprocess Technology,Chinese Academy of Sciences"><img src="https://static.igem.org/mediawiki/2016/f/f0/T--OUC-China--foot2.jpg" style="margin-left:10px;" alt="Biolabs"></p> | ||
+ | <p style="margin-top:20px;">Designed and built by @ Jasmine Chen and @ Zexin Jiao</p> | ||
+ | <p style="margin-top:20px;">Code licensed under Apache License v4.0</p> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-5"> | ||
+ | <b>Contact us:</b> | ||
+ | <p style="margin-top:20px;">E-mail: oucigem@163.com</p> | ||
+ | <p>Follow us on Facebook@ iGEM OUC<img src="https://static.igem.org/mediawiki/2016/9/94/T--OUC-China--foot3.png" style="margin-left:20px;" alt="Facebook"></p> | ||
+ | <p>Find us on Google Map</p> | ||
+ | <p>We are OUC-iGEM<img src="https://static.igem.org/mediawiki/2016/5/58/T--OUC-China--foot4.png" style="margin-left:10px;" alt="logo-one"><img src="https://static.igem.org/mediawiki/2016/9/9b/T--OUC-China--foot5.png" style="margin-left:10px;" alt="logo-two"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="" class="oucBottom"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 02:03, 15 October 2016
1. Where we start
In synthetic biology, microorganisms with modified metabolic pathways are employed as a reaction vessel to synthesis natural or unnatural products. So it involves the introduction of several genes encoding the enzymes of a metabolic pathway . Indeed, pathway optimization requires to adjust expression of multiple genes at appropriately balanced levels for higher production , for example the synthesis of poly(3-hydroxybutyrate) and Mevalonate . As is done in the prokaryotes, grouping a cluster of genes into a single polycistron is a convenient means 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.
2. Look closely to the existing strategies
Several prominent strategies have been employed to regulate differential expression of serial genes such as copy number, promoters and RBS . Compared to their obvious advantages, they are limited by high-flux design. 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 . Ergo, we are inspired to have a nice try about rational design of one regulated element to reduce the number of trials and transform it into a user-friendly kit. With brainstorms and information collection, we turn to focus on the prior design of the DNA sequences to work on the post- transcriptional level for it can directly determine the relative levels of gene expression.
3. Inspiration from Nature
In C. cellulolyticum, within an polycistron encoding cellulosome, 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. . Thus we consider the possibility of stem loops inserted in the intergenic region for tuning expression in E.coli which has been widely utilized as an engineered strain.
Fortunately, Keasling has identified that stem loops function well in the post-transcriptional process in E.coli . And he confirmed that TIGR(tunable intergenic regions) sequences generally had a stronger influence on the expression of the gene 3’to the TIGR than on the gene 5’ to the TIGR.
Thus, we decided to develop stem loops within intergenic region as a regulatory elements to coordinate expressions.
4. Our story
Khosla, C. & Keasling, J.D. Metabolic engineering for drug discovery and development. Nat. Rev. Drug Discov. 2, 1019–1025 (2003).
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).
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.
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.
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.
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
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.
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.
Cistrons Concerto
Thanks to:
Designed and built by @ Jasmine Chen and @ Zexin Jiao
Code licensed under Apache License v4.0
E-mail: oucigem@163.com
Follow us on Facebook@ iGEM OUC
Find us on Google Map
We are OUC-iGEM