Team:USTC CHINA/Parts

From 2013.igem.org

(Difference between revisions)
(Prototype team page)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
 
-
 
<html>
<html>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style type="text/css">
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
/* hiding the top section*/
-
This is a template page. READ THESE INSTRUCTIONS.
+
body{position:absolute; top:0px; width:100%; height:2480px;}
 +
#top-section{
 +
  height:0px;
 +
    border:none;
 +
    width:980px;
 +
    margin:0 auto;
 +
    padding:0 0 0 0;
 +
    background-color:transparent;
 +
    overflow:hide;
 +
 
 +
}
 +
#p-logo{display:none;}
 +
#search-controls{display:none;}
 +
#top{display:none;}
 +
.firstHeading{display:none;}
 +
/* end of hiding the top section*/
 +
 
 +
/* global setting*/
 +
#globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;}
 +
#content{
 +
    background-color:transparent;
 +
    border:none;
 +
    width:1200px;
 +
    height:700px;
 +
    marign:0 auto;
 +
    padding:0 0 0 0;
 +
    top:-40px;
 +
    }
 +
#bodyContent{
 +
    background-color:transparent;
 +
    border:none;
 +
   
 +
    }
 +
siteSub{
 +
    display:none;
 +
    border:none;
 +
    }
 +
contentSub{
 +
    display:none;
 +
    }
 +
/* end of global setting*/
 +
 
 +
/*hiding the footer-box*/
 +
#footer-box{display:none;}
 +
#catlinks{display:none;}
 +
/*end of hiding the footer book*/
 +
 
 +
/* menu (page, edit ...) */
 +
#menubar {
 +
    background-color:transparent;
 +
    position: relative;
 +
    float:left;
 +
    white-space: nowrap;
 +
    top:-6px;
 +
    width: 490px;
 +
    z-index: 5000;
 +
    font-family: sans-serif;
 +
    font-size: 95%;
 +
    line-height: 1em;
 +
    z-index:99;
 +
}
 +
 
 +
 
 +
.left-menu, .left-menu a {
 +
    text-align: left;
 +
    color:#999999;
 +
    text-transform: lowercase;
 +
}
 +
 
 +
.left-menu:hover {
 +
    color: #D00000;
 +
    background-color: transparent;
 +
}
 +
 
 +
.right-menu{width:400px; float:right}
 +
.right-menu, .right-menu a {
 +
    right: 0px;
 +
    text-align: right;
 +
    color: #999999;
 +
}
 +
#menubar ul {
 +
    color: #999999;
 +
    list-style: none;
 +
}
 +
#menubar li {
 +
    display: inline;
 +
    position: relative;
 +
    cursor: pointer;
 +
    padding-left: 0px;
 +
    padding-right: 0px;
 +
}
 +
.left-menu li a {
 +
    padding: 0px 10px 0px 0px;
 +
}
 +
.left-menu .selected {
 +
#    color: #999999;
 +
}
 +
#.left-menu .selected:hover {
 +
#    color: #999999;
 +
#}
 +
 
 +
.left-menu:hover a {
 +
    color: #999999;;
 +
}
 +
 
 +
.left-menu li a:hover {
 +
    color: #D00000;
 +
    text-decoration: underline;
 +
}
 +
 
 +
 
 +
.right-menu li {
 +
#    background-color: transparent;
 +
}
 +
.right-menu li a {
 +
    padding: 0px 15px 0px 0px;
 +
    color: #999999;;
 +
    background-color: transparent;
 +
}
 +
.right-menu li a:hover {
 +
    color: #D00000;
 +
    text-decoration: underline;
 +
}
 +
/* end menu (edit, page ...) */
 +
 
 +
/* navigation bar*/
 +
 
 +
#navigationblock{background-color:#fafaf8; position:fixed; top:0px; width:1200px; height:130px; overflow:hidden; font-family:Calibri, Arial; float:left; margin:0px; padding:0px; z-index:1000; border-bottom:1px solid #d3d7d8;}
 +
#navbarlogo{position:absolute; top:0px; left:0px; width:1200px}
 +
#navigationbar{position:absolute; left:460px; top:38px; font-size:16px; font-weight:100; color:black;}
 +
#navigationbar > li {display:block; list-style-type:none; float:left; width:75px; height:30px; text-align:center; }
 +
 
 +
.Navbar_Item{background-color:transparent;}
 +
.Navbar_Item a {color:black; text-decoration:none;}
 +
.Navbar_Item > ul {display:none; width:900px; height:80px; text-align:center; color:black; z-index:1100; }
 +
.Navbar_Item > ul > li {float:left; list-style:none; text-align:center; background-color:transparent; position:relative; top:10px; padding:0 10px;}
 +
.Navbar_Item:hover{ border-bottom:1px solid #D00000; color:#D00000; background-color:#fafaf8;}
 +
.Navbar_Item:hover > ul{ display:block;}
 +
.Navbar_Item:hover >a {color:#D00000; background-color:#fafaf8;}
 +
.Navbar_Item > ul > li:hover {border-bottom:1px solid #D00000; color:#D00000; background-color:#fafaf8;}
 +
.Navbar_Item > ul > li:hover >a {color:#D00000}
 +
 
 +
 
 +
#Home_Sublist{position:relative; top:0px; left:-50px;}
 +
#Team_Sublist{position:relative; top:0px; left:-110px;}
 +
#Project_Sublist{position:relative; top:0px; left:-180px;}
 +
#Model_Sublist{position:relative; top:0px; left:-140px;}
 +
#DataPage_Sublist{position:relative; top:0px; left:-60px;}
 +
#Safety_Sublist{position:relative; top:0px; left:-180px;}
 +
#HumanPractice_Sublist{position:relative; top:0px; left:-360px;}
 +
 
 +
#iGEM_logo{position:absolute; top:30px; left:1090px; height:80px;}
 +
/*end navigation bar*/
 +
/*Major body*/
 +
#MajorBody{position:absolute; top:24px; left:0px; width:1200px; height:340px; background-color:#f9f9f7;}
 +
#LeftNavigation{position:fixed; top:130px; float:left; width:200px; height:100%; background-color:#313131;z-index:1000;}
 +
#ProjectListTitle{position:absolute; top:60px; left:20px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif; border-bottom:0px}
 +
#ProjectList{position:absolute; top:120px; left:5px; color:#ffffff; font-family: calibri, arial, helvetica, sans-serif;}
 +
#ProjectList > li {display:block; list-style-type:none; width:180px; height:30px; font-size:20px; text-align:left; background-color:transparent;}
 +
#ProjectList a {color:#ffffff; text-decoration:none; line-height:30px;}
 +
 
 +
 
 +
 
 +
 
 +
#ModelOverviewContainer{position:absolute; top:130px; left:200px; width:1000px; height:210px;}
 +
#ModelOverviewBackground{position:absolute; top:0px; top:0px;}
 +
#ModelOverviewTitle{position:absolute;  left:0px; top:50px; width:1000px;  border-bottom:0px; color:#FFFFFF; font-size:48px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:60px; text-align:center;}
 +
#MoedlOverviewIntroduction{position:absolute; left:60px; top:55px; border-bottom:0px; color:#FFFFFF; font-size:25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:60px; text-align:center;}
 +
#ModelOverviewContent{position:absolute; top:100px; left:60px; width:700px; height:400px;color:#FFFFFF;  font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;}
 +
 
 +
 
 +
 
 +
/*Parts Editing Area*/
 +
#PartsEditingArea{position:absolute; left:200px; top:340px; width:1000px; height:3000px; background-color:#ffffff; padding:60px 0;}
 +
 
 +
#PartsEditingArea a{color:#5cc33c}
 +
.SmallBoxs{position:absolute; width:400px; height:300px; background-color:#eeeeee;}
 +
#FavoritePart1{top:150px; left:80px;}
 +
#FavoritePart2{top:150px; left:520px;}
 +
#FavoritePart3{top:490px; left:80px;}
 +
#FavoritePart4{top:490px; left:520px;}
 +
 
 +
#ImprovedPart{position:absolute;top:890px; left:80px; width:840px; height:300px; background-color:#e5e5e5;}
 +
 
 +
#OtherPart{position:absolute;top:1290px; left:80px; width:840px; height:1500px; background-color:#e5e5e5;}
 +
#Dataplot{position:absolute;top:2900px; left:80px; width:840px; height:0px; background-color:white;}
 +
 
 +
 
 +
#Title1{position: absolute; top:70px; left:80px; width:200px; background-color:#5cc33c;font-size:25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px; text-align:center; font-weight:bold; font-style:Italic;height:60px;color:#ffffff;}
 +
#Title2{position: absolute; top:810px; left:80px; width:200px; background-color:#5cc33c;font-size:25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px; text-align:center;font-weight:bold; font-style:Italic;height:60px;color:#ffffff;}
 +
#Title3{position: absolute; top:1210px; left:80px; width:200px; background-color:#5cc33c;font-size:25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px; text-align:center; font-weight:bold; font-style:Italic;height:60px;color:#ffffff;}
 +
#Title4{position: absolute; top:2810px; left:80px; width:200px; background-color:#5cc33c;font-size:25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px; text-align:center; font-weight:bold; font-style:Italic;height:60px;color:#ffffff;}
 +
/*End of Parts Editing Area*/
 +
 
 +
 
 +
 
 +
/*end of Major body*/
 +
#AcknowledgementBox{ position:absolute; left:0px; top:590px; width:1200px;display:none;}
 +
 
 +
 
 +
</style>
 +
 
 +
 
 +
<!--navigationbar-->
 +
 
 +
 
 +
 +
</ul>
 +
        <a href="https://igem.org/Team_Wikis?year=2013"><img id="iGEM_logo" src="https://static.igem.org/mediawiki/igem.org/4/48/Peking_igemlogo.jpg"/></a>
</div>
</div>
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
<!--end navigationbar-->
-
You are provided with this team page template with which to start the iGEM seasonYou may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wikiYou can find some examples <a href="https://2008.igem.org/Help:Template/Examples">HERE</a>.
+
 
 +
<!--MajorBody-->
 +
<div id="MajorBody"> 
 +
    </div>
 +
    <div id="ModelOverviewContainer">
 +
          <img id="ModelOverviewBackground" src="https://static.igem.org/mediawiki/igem.org/a/a4/Peking2013_Datapage_background.jpg" />
 +
          <h1 id="ModelOverviewTitle">Parts</h1>
 +
          <h1 id="MoedlOverviewIntroduction"></h1>
 +
          <p id="ModelOverviewContent"><br/>
 +
 
 +
</p>
 +
    </div>
 +
 
 +
 
 +
<!--parts editing area-->
 +
<div id="PartsEditingArea">
 +
 
 +
    <div id="FavoritePart1" class="SmallBoxs">
 +
<p id="Favoritecontent1" style="position:absolute; top:20px; width:360px; left:20px;font-size:18px; font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:25px;"><b>XylS</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031911">Main Page-BBa_K1031911</a>
 +
</br>XylS is a &sigma;<sup>70<sup>-dependent transcriptional factor, which may activate <i>Pm</i> promoter when benzoate acid and its homologous compounds’ binding. We constructed constitutive promoter <i>Pc</i> library to tune its performance. Adaptor of this biosensor can also improve the detection efficiency. 
 +
</br>
 +
<a href="https://2013.igem.org/Team:Peking/Project/BioSensors/XylS">Visit Wiki</a>
 +
</p>
 +
    </div>
 +
    <div id="FavoritePart2" class="SmallBoxs">
 +
<p id="Favoritecontent2" style="position:absolute; top:20px; width:360px; left:20px;font-size:18px; font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:25px;"><b>HbpR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031300">Main Page-BBa_K1031300</a>
 +
</br>HbpR is a &sigma;<sup>54</sup>-dependent transcriptional factor, which may activate its promoter when 2-Hydroxybiphenol and 2-aminobiphenol’s binding. Tuning <i>Pc</i> constitutive promoter was insufficient for this biosensor, so the RBS library before reporter gene was constructed and remarkably improved the performance.
 +
</br>
 +
<a href="https://2013.igem.org/Team:Peking/Project/BioSensors/HbpR">Visit Wiki</a>
 +
</p>
 +
    </div>
 +
    <div id="FavoritePart3" class="SmallBoxs">
 +
<p id="Favoritecontent3" style="position:absolute; top:20px; width:360px; left:20px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:25px;"><b>NahF</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031620">Main Page-BBa_K1031620</a>
 +
</br>NahF is the salicylaldehyde dehydrogenase to transform salicylaldehyde into salicylic acid (salicylate) using NAD<sup>+</sup>. We tested NahF in <i>E.coli</i> and it showed that the NahF can work as an adaptor for biosensor NahR, meaning that NahF notably improve the performance and range of detection.   
 +
</br>
 +
<a href="https://2013.igem.org/Team:Peking/Project/Plugins#PageTitle2">Visit Wiki</a>
 +
</p>
 +
    </div>
 +
    <div id="FavoritePart4" class="SmallBoxs">
 +
<p id="Favoritecontent4" style="position:absolute; top:20px; width:360px; left:20px; font-size:18px; font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:25px;"><b>Hybrid Promoter</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031021">Main Page-BBa_K1031021</a>
 +
</br>The hybrid promoter is constructed for the band-pass filter. A band-pass filter can be theoretically summarized as an incoherent feed forward loop, consisted of a positive loop and a negative loop. As for the reporter node, a special promoter is used so that the reporter should be controlled by the activator and inhibitor at the same time.
 +
</br>
 +
<a href="https://2013.igem.org/Team:Peking/Project/BandpassFilter">Visit Wiki</a>
 +
</p>
 +
    </div>
 +
    <div id="ImprovedPart">
 +
<p id="Favoritecontent1" style="position:absolute; top:20px; right:20px; left:20px; font-size:18px; font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:25px;"><b>NahR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031610">Main Page-BBa_K1031610</a></br>
 +
Pre-existing Part: <a href="http://partsregistry.org/Part:BBa_J61051">Main Page-BBa_J61051</a>
 +
</br>
 +
BBa_K1031610 is upgraded from previous part BBa_J61051 designed by Arkin Lab.
 +
NahR is a 34 kDa transcription factor mined from <i>Pseudomonas putida</i> which binds to <i>nah</i> and <i>sal</i> promoters to activate transcription in response to the inducer salicylate. We constructed a Psal/NahR biosensor circuit using sfGFP as reporter gene. Adaptor of this biosensor not only improves detection efficiency but also expands detection profile.
 +
</br>
 +
<a href="https://2013.igem.org/Team:Peking/Project/BioSensors/NahR">Visit Wiki</a>
 +
</p>
 +
    </div>
 +
 
 +
<div id="OtherPart">
 +
<p id="Summary1" style="position:relative; left:20px; font-size: 25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px;" >
 +
<b>Parts for Biosensors</b>
 +
</p>
 +
<p style="position: relative; top:0px; left: 20px; width:800px;  font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>DmpR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031221">BBa_K1031221</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031222">BBa_K1031222</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031223">BBa_K1031223</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031224">BBa_K1031224</a> are the RBS library of DmpR biosensor's reporter. </br>
 +
</p>
 +
<p style="position: relative; top:20px; left: 20px; width:800px;  font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>HbpR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031300">BBa_K1031300</a> is the coding sequence of HbpR with terminators. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031301">BBa_K1031301</a> and
 +
<a href="http://partsregistry.org/Part:BBa_K1031302">BBa_K1031302</a> are the RBS library of HbpR biosensor's reporter. </br>
 +
</p>
 +
<p style="position: relative; top:40px; left: 20px; width:800px;  font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>HcaR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031410">BBa_K1031410</a> is the coding sequence of HcaR with terminators. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031441">BBa_K1031441</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031442">BBa_K1031442</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031443">BBa_K1031443</a> and
 +
<a href="http://partsregistry.org/Part:BBa_K1031444">BBa_K1031444</a> are the Pc library of HbpR to tune its performance . </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031420">BBa_K1031420</a> and
 +
<a href="http://partsregistry.org/Part:BBa_K1031421">BBa_K1031421</a> are the RBS library of HcaR biosensor's reporter. </br>
 +
 
 +
</p>
 +
<p style="position: relative; top:50px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>CapR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031100">BBa_K1031100</a> is the coding sequence of CapR transcriptional factor. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031111">BBa_K1031111</a> and           
 +
<a href="http://partsregistry.org/Part:BBa_K1031112">BBa_K1031112</a> are basic sensor construction with different CapR expression level.  </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031113">BBa_K1031113</a> and
 +
<a href="http://partsregistry.org/Part:BBa_K1031114">BBa_K1031114</a> are reporters with different RBS for the CapR biosensor. </br>
 +
</p>
 +
 
 +
<p style="position: relative; top:60px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>HpaR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031510">BBa_K1031510</a> is the coding sequence of HpaR transcriptional factor. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031520">BBa_K1031520</a> and           
 +
<a href="http://partsregistry.org/Part:BBa_K1031521">BBa_K1031521</a> are reporters with different RBS for the HpaR biosensor. </br>
 +
</p>
 +
 
 +
<p style="position: relative; top:70px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>NahR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031610">BBa_K1031610</a> is the NahR biosensor circuit.</br>
 +
</p>
 +
 
 +
<p style="position: relative; top:80px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>PaaX</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031710">BBa_K1031710</a> is the coding sequence of PaaX with terminators. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031742">BBa_K1031742</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031743">BBa_K1031743</a> and
 +
<a href="http://partsregistry.org/Part:BBa_K1031744">BBa_K1031744</a> are the Pc library of PaaX. </br>
 +
</p>
 +
 
 +
<p style="position: relative; top:90px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>XylS</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031911">BBa_K1031911</a> is the coding sequence of XylS transcriptional factor with terminators. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031912">BBa_K1031912</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031913">BBa_K1031913</a> and         
 +
<a href="http://partsregistry.org/Part:BBa_K1031916">BBa_K1031916</a> are the Pc library of XylS. </br>
 +
</p>
 +
 
 +
<p style="position: relative; top:100px; left: 20px; width:800px;  font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>XylR</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031803">BBa_K1031803</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031804">BBa_K1031804</a> are the RBS library of XylR biosensor's reporter. </br>
 +
</p>
 +
 
 +
 
 +
<p id="Summary2" style="position:relative; top:120px; left:20px; font-size: 25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px;" >
 +
<b>Parts for Adaptors</b>
 +
 
 +
<p style="position: relative; top:110px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"><b>NahF</b></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031620">BBa_K1031620</a> is the coding sequence of XylS transcriptional factor with terminators. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031621">BBa_K1031621</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031622">BBa_K1031622</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031623">BBa_K1031623</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031624">BBa_K1031624</a> and         
 +
<a href="http://partsregistry.org/Part:BBa_K1031625">BBa_K1031625</a>are the Pc library of NahF. </br>
 +
</p>
 +
 
 +
<p id="Summary3" style="position:relative; top:120px; left:20px; font-size: 25px; font-family:calibri,Arial, Helvetica, sans-serif;line-height:40px;" >
 +
<b>Parts for Band-Pass Filter</b>
 +
<p style="position: relative; top:90px; left: 20px; width:800px; font-size:18px;font-family:calibri,Arial, Helvetica, sans-serif; text-align:justify; line-height:30px;"></br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031021">BBa_K1031021</a> is the hybrid promoter for the reporter node, which can be activated as well as inhibited. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031011">BBa_K1031011</a> is the transcriptional factor that can activate its cognate promoter, which is used as the activate node in the band-pass filter. </br>
 +
<a href="http://partsregistry.org/Part:BBa_K1031013">BBa_K1031013</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031014">BBa_K1031014</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031015">BBa_K1031015</a>
 +
<a href="http://partsregistry.org/Part:BBa_K1031016">BBa_K1031016</a> are RBS library to tune the expression of C1, under the control of pSal promoter, which is a crucial part for band-pass filter. </br>
 +
 
</div>
</div>
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
 
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified.  PLEASE keep all of your pages within your teams namespace. 
+
 
 +
 
 +
<div id="Title1">
 +
<p>Favorite Parts</p>
</div>
</div>
 +
<div id="Title2">
 +
<p>Improved Parts</p>
 +
</div>
 +
<div id="Title3">
 +
<p>Part List</p>
</div>
</div>
-
</html>
 
-
<!-- *** End of the alert box *** -->
 
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
</div>
-
!align="center"|[[Team:USTC_CHINA|Home]]
+
<!--end of parts editing area-->
-
!align="center"|[[Team:USTC_CHINA/Team|Team]]
+
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=USTC_CHINA Official Team Profile]
+
-
!align="center"|[[Team:USTC_CHINA/Project|Project]]
+
-
!align="center"|[[Team:USTC_CHINA/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:USTC_CHINA/Modeling|Modeling]]
+
-
!align="center"|[[Team:USTC_CHINA/Notebook|Notebook]]
+
-
!align="center"|[[Team:USTC_CHINA/Safety|Safety]]
+
-
!align="center"|[[Team:USTC_CHINA/Attributions|Attributions]]
+
-
|}
+
-
An important aspect of the iGEM competition is the use and creation of standard  biological parts. Each team will make new parts during iGEM and will place them in the [http://partsregistry.org Registry of Standard Biological Parts]. The iGEM software provides an easy way to present the parts your team has created . The "groupparts" tag will generate a table with all of the parts that your team adds to your team sandbox.  Note that if you want to document a part you need to document it on the [http://partsregistry.org Registry], not on your team wiki.
+
 +
</div><!--end of major body-->
 +
<img id="AcknowledgementBox" src="https://static.igem.org/mediawiki/igem.org/c/c4/Peking_Sponsors.jpg">
 +
<!--end of acknowledgement box-->
-
Remember that the goal of proper part documentation is to describe and define a part such that it can be used without a need to refer to the primary literature. The next iGEM team should be able to read your documentation and be able to use the part successfully. Also, you should provide proper references to acknowledge previous authors and to provide for  users who wish to know more.
+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
$(window).scroll(function(){
 +
  if(0==document.getElementById("content").offsetLeft){ $('#navigationblock').css('left',-$(window).scrollLeft());}
 +
  else{$('#navigationblock').css('left',document.getElementById("content").offsetLeft); }
 +
});
 +
$(window).resize(function(){
 +
  if(0==document.getElementById("content").offsetLeft){ $('#navigationblock').css('left',-$(window).scrollLeft());}
 +
  else{$('#navigationblock').css('left',document.getElementById("content").offsetLeft); }
 +
});
-
<groupparts>iGEM013 USTC_CHINA</groupparts>
+
 
 +
function MoveInSlide(SlideId)
 +
{
 +
$(SlideId).animate({top:"0px"});
 +
         
 +
};
 +
 
 +
function MoveOutSlide(SlideId)
 +
{
 +
$(SlideId).animate({top:"280px"});
 +
       
 +
};
 +
 
 +
 
 +
</script>
 +
 
 +
</html>

Revision as of 10:57, 27 September 2013

Parts


XylS
Main Page-BBa_K1031911
XylS is a σ70-dependent transcriptional factor, which may activate Pm promoter when benzoate acid and its homologous compounds’ binding. We constructed constitutive promoter Pc library to tune its performance. Adaptor of this biosensor can also improve the detection efficiency.
Visit Wiki

HbpR
Main Page-BBa_K1031300
HbpR is a σ54-dependent transcriptional factor, which may activate its promoter when 2-Hydroxybiphenol and 2-aminobiphenol’s binding. Tuning Pc constitutive promoter was insufficient for this biosensor, so the RBS library before reporter gene was constructed and remarkably improved the performance.
Visit Wiki

NahF
Main Page-BBa_K1031620
NahF is the salicylaldehyde dehydrogenase to transform salicylaldehyde into salicylic acid (salicylate) using NAD+. We tested NahF in E.coli and it showed that the NahF can work as an adaptor for biosensor NahR, meaning that NahF notably improve the performance and range of detection.
Visit Wiki

Hybrid Promoter
Main Page-BBa_K1031021
The hybrid promoter is constructed for the band-pass filter. A band-pass filter can be theoretically summarized as an incoherent feed forward loop, consisted of a positive loop and a negative loop. As for the reporter node, a special promoter is used so that the reporter should be controlled by the activator and inhibitor at the same time.
Visit Wiki

NahR
Main Page-BBa_K1031610
Pre-existing Part: Main Page-BBa_J61051
BBa_K1031610 is upgraded from previous part BBa_J61051 designed by Arkin Lab. NahR is a 34 kDa transcription factor mined from Pseudomonas putida which binds to nah and sal promoters to activate transcription in response to the inducer salicylate. We constructed a Psal/NahR biosensor circuit using sfGFP as reporter gene. Adaptor of this biosensor not only improves detection efficiency but also expands detection profile.
Visit Wiki

Parts for Biosensors

DmpR
BBa_K1031221 BBa_K1031222 BBa_K1031223 BBa_K1031224 are the RBS library of DmpR biosensor's reporter.

HbpR
BBa_K1031300 is the coding sequence of HbpR with terminators.
BBa_K1031301 and BBa_K1031302 are the RBS library of HbpR biosensor's reporter.

HcaR
BBa_K1031410 is the coding sequence of HcaR with terminators.
BBa_K1031441 BBa_K1031442 BBa_K1031443 and BBa_K1031444 are the Pc library of HbpR to tune its performance .
BBa_K1031420 and BBa_K1031421 are the RBS library of HcaR biosensor's reporter.

CapR
BBa_K1031100 is the coding sequence of CapR transcriptional factor.
BBa_K1031111 and BBa_K1031112 are basic sensor construction with different CapR expression level.
BBa_K1031113 and BBa_K1031114 are reporters with different RBS for the CapR biosensor.

HpaR
BBa_K1031510 is the coding sequence of HpaR transcriptional factor.
BBa_K1031520 and BBa_K1031521 are reporters with different RBS for the HpaR biosensor.

NahR
BBa_K1031610 is the NahR biosensor circuit.

PaaX
BBa_K1031710 is the coding sequence of PaaX with terminators.
BBa_K1031742 BBa_K1031743 and BBa_K1031744 are the Pc library of PaaX.

XylS
BBa_K1031911 is the coding sequence of XylS transcriptional factor with terminators.
BBa_K1031912 BBa_K1031913 and BBa_K1031916 are the Pc library of XylS.

XylR
BBa_K1031803 BBa_K1031804 are the RBS library of XylR biosensor's reporter.

Parts for Adaptors

NahF
BBa_K1031620 is the coding sequence of XylS transcriptional factor with terminators.
BBa_K1031621 BBa_K1031622 BBa_K1031623 BBa_K1031624 and BBa_K1031625are the Pc library of NahF.

Parts for Band-Pass Filter


BBa_K1031021 is the hybrid promoter for the reporter node, which can be activated as well as inhibited.
BBa_K1031011 is the transcriptional factor that can activate its cognate promoter, which is used as the activate node in the band-pass filter.
BBa_K1031013 BBa_K1031014 BBa_K1031015 BBa_K1031016 are RBS library to tune the expression of C1, under the control of pSal promoter, which is a crucial part for band-pass filter.

Favorite Parts

Improved Parts

Part List

Retrieved from "http://2013.igem.org/Team:USTC_CHINA/Parts"