Team:SZU-China/Project

From 2014.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 *** -->
 
-
 
-
 
-
{{CSS/Main}}
 
-
 
<html>
<html>
 +
<head>
 +
<meta charset="utf-8">
 +
<title>Team</title>
 +
<link href="http://cdn.bootcss.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
 +
<meta name="viewport"  content="width=device-width,initial-scale=1.0">
 +
<style>
 +
/*clean the default css*/
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear, .center {display: none;} /*-- hides default wiki settings --*/
-
<!--main content -->
+
#top-section {
-
<table width="70%" align="center">
+
    width: 100%;
-
 
+
    height: 0;
-
 
+
    border: none;
-
<!--welcome box -->
+
}
-
<tr>
+
-
<td style="border:1px solid black;" colspan="3" align="center" height="150px" bgColor=#FF404B>
+
-
<h1 >WELCOME TO iGEM 2014! </h1>
+
-
<p>Your team has been approved and you are ready to start the iGEM season!
+
-
<br>On this page you can document your project, introduce your team members, document your progress <br> and share your iGEM experience with the rest of the world! </p>
+
-
<br>
+
-
<p style="color:#E7E7E7"> <a href="https://2014.igem.org/wiki/index.php?title=Team:SZU-China/Project&action=edit"style="color:#FFFFFF"> Click here  to edit this page!</a> </p>
+
-
</td>
+
-
</tr>
+
-
<tr> <td colspan="3"  height="5px"> </td></tr>
+
#top-section #p-logo {
-
<!-- end welcome box -->
+
    display: none;
-
<tr>
+
-
<!--navigation menu -->
+
}
-
<td align="center" colspan="3">
+
-
<table  width="100%">
+
#top-section #search-controls {
-
<tr heigth="15px"></tr>
+
    display: none;
-
<tr heigth="75px">
+
    border: none;
 +
}
 +
#content {
 +
    width: 100%;
 +
    background: none;
 +
    padding-bottom: 0;
 +
    font-size: initial;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
#footer-box {
-
<a href="https://2014.igem.org/Team:SZU-China"style="color:#000000">Home </a> </td>
+
    display:none;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
#catlinks {
-
<a href="https://2014.igem.org/Team:SZU-China/Team"style="color:#000000"> Team </a> </td>
+
    display:none;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px"  onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.firstHeading {
-
<a href="https://igem.org/Team.cgi?year=2014&team_name=SZU-China"style="color:#000000"> Official Team Profile </a></td>
+
    display:none;
 +
}
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
#content {
-
<a href="https://2014.igem.org/Team:SZU-China/Project"style="color:#000000"> Project</a></td>
+
    padding: 0;
 +
    border-left: none;
 +
    border-right: none;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
#contentSub {
-
<a href="https://2014.igem.org/Team:SZU-China/Parts"style="color:#000000"> Parts</a></td>
+
    margin: 0;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
#globalWrapper {
-
<a href="https://2014.igem.org/Team:SZU-China/Modeling"style="color:#000000"> Modeling</a></td>
+
    margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative;
 +
}
 +
#top-section {
 +
    margin-top:0;
 +
    margin-left:0;
 +
    height: 0px;
 +
    /* height: 1px !important; */
 +
    position: relative;
 +
    z-index: 100;
 +
    border: 0px;
 +
    border: 0px !important;
 +
    position: fixed;
 +
    top: 0px;
 +
}
-
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7> 
+
#menubar ul {
-
<a href="https://2014.igem.org/Team:SZU-China/Notebook"style="color:#000000"> Notebook</a></td>
+
    margin-bottom: 0;
 +
    font-size: x-small;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
#menubar {
-
<a href="https://2014.igem.org/Team:SZU-China/Safety"style=" color:#000000"> Safety </a></td>
+
    font-size: initial;
 +
    top: -3px;
 +
}
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
+
.left-menu li:last {
-
<a href="https://2014.igem.org/Team:SZU-China/Attributions"style="color:#000000"> Attributions </a></td>
+
    display: none;
 +
}
 +
li {
 +
    margin-bottom: initial;
 +
}
-
<td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
+
a:visited {
-
</tr>
+
    color: initial;
-
</table>
+
}
-
</tr>
+
#bodyContent h1, #bodyContent h2 {
-
</tr>
+
    margin-bottom: 10px;
-
</td>
+
}
-
<tr> <td colspan="3"  height="15px"> </td></tr>
 
-
<tr><td bgColor="#e7e7e7" colspan="3" height="1px"> </tr>
 
-
<tr> <td colspan="3"  height="5px"> </td></tr>
 
 +
h1, h2, h3, h4, h5, h6 {
 +
    padding-top: initial;
 +
    padding-bottom: initial;
 +
    border-bottom: none;
 +
    margin-bottom: 10px;
 +
}
 +
#bodyContent a[href ^="mailto:"], .link-mailto {
 +
    background: none;
 +
    padding-right: inherit;
 +
}
-
<!--Project content  -->
+
.printfooter {
-
<tr><td > <h3> Project Description </h3></td>
+
    display: none;
-
<td ></td >
+
}
-
<td > <h3> Content</h3></td>
+
body{ padding:70px;}
-
</tr>
+
</style>
-
<tr>
 
-
<td width="45%"  valign="top">
 
-
<p>Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs) </p>
 
-
<br>
 
-
<h3>References </h3>
 
-
<p>
 
-
iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you though about your project and what works inspired you. </p>
 
-
</td>
 
-
<td></td>
+
<!--[if lt IE 9]>
-
<td width="45%valign="top">
+
    <script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv-printshiv.js"></script>
-
<p> You can use these subtopics to further explain your project</p>
+
   
 +
    <![endif]-->
 +
</head>
 +
<div class="navbar-inverse navbar-fixed-top "><a class="navbar-brand disabled">SZU-China</a>
 +
  <div class="container">
 +
    <ul class="nav navbar-nav ">
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China">Home</a></li>
 +
      <li class="active " ><a href="https://2014.igem.org/Team:SZU-China/Project">Project</a></li>
 +
          <li ><a href="https://2014.igem.org/Team:SZU-China/Contact">Contact</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Team">Team</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Parts">Parts</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Modeling">Modeling</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Notebook">Notebook</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Safety">Safety</a></li>
 +
      <li ><a href="https://2014.igem.org/Team:SZU-China/Attributions">Attributions</a></li>
 +
    </ul>
 +
    <button type="button" class=" navbar-btn pull-right btn-group-lg><a href="https://igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2014/3/3d/SZU-China%28igemlogosmall%29.png"></a></button>
 +
  </div>
 +
</div>
-
<ol>
 
-
<li>Overall project summary</li>
 
-
<li>Project Details</li>
 
-
<li>Materials and Methods</li>
 
-
<li>The Experiments</li>
 
-
<li>Results</li>
 
-
<li>Data analysis</li>
 
-
<li>Conclusions</li>
 
-
</ol>
 
-
<p>
+
<body>
-
It's important for teams to describe all the creativity that goes into an iGEM project, along with all the great ideas your team will come up with over the course of your work.
+
-
</p>
+
-
<p>
+
<div class="container-fluid">
-
It's also important to clearly describe your achievements so that judges will know what you tried to do and where you succeeded. Please write your project page such that what you achieved is easy to distinguish from what you attempted.  
+
 
-
</p>
+
  <div class="page-header">
 +
  <h1 class="text-danger"><b>Abstract</b></h1></div>
 +
  <p class="bg-warning">To enhance the effects of decontamination in different fields, we use Alkaline Cellulase as additive in detergent. We guide the gene of Alkaline Cellulase into the E. Coli. Triggered by P43 promoter, the targeting enzymes can be largely produced with the help of Kil, which is one of the highlight of our project. MdfA , a proton pump across the cell membrane, is added to move the proton inside the membrane, and Na+/K+ are released at the same time, thus allowing E.coli exist in PH 10. Another notable point is that we utilized the target gene to a ccdAB suicide system, we can use it to remove the biological machine whenever we need to stop, which is designed for biological safety.</p>
 +
  <h3 class="text-success">The Kil protein element</h3>
 +
<p class="bg-info">Kil protein can promote the secretion of periplasmic protein, which is not limited by the molecular weight of protein. When the Kil gene is expressed, bacteria can produce more proteins than that in periplasmic cavity, which can induce the host bacterium to synthesis even more proteins. Besides, in Escherichia Coli, natural plasmid contains the genes of colicin and related substance, which can increase the permeability of outer membrane. Thus the colicin can be sent to the outside to kill other bacterias.</p>
 +
<h3 class="text-success">The ccdAB Suicide System</h3>
 +
<p class="bg-info">CcdAB system, which consists of ccdA and ccdB, is a toxin-antitoxin system. It codes CcdB, a kind of toxin protein. CcdB can interfere DNA synthesis to kill the host cell. The special Escherichia Coli is created for industrial use, so the suicide system can be controlled freely. In normal times, the channel is closed by a repressor, there would be no CcdB. While adding IPTG, the repressor’s structure changes and the channel is opened, the CcdB comes into being, and starts to kill host cell.</p>
 +
<div class="page-header">
 +
  <h1 class="text-info">Future Application</h1></div>
 +
 
 +
<h3 class="text-success">In papermaking industry</h3>
 +
<p class="bg-success">Alkaline Cellulase is widely used in papermaking. One of the important fibrous materials is daily waste papers. Alkaline Cellulase is needed in void treatment. Compared with chemical method, enzymatic process has many advantages, for example, the drainage properties of pulp is improved a lot, and the whiteness of paper is significantly improved. </p>
 +
<h3 class="text-success">In textile industry</h3>
 +
<p class="bg-success">Through enzymatic hydrolysis, cellulase can open nodules in cloth to make cloth more fluffy and comfortable. The surface can be made more smooth and colorful. Experience tells that alkaline cellulase is environment friendly, since it could reduce the sewage disposal and improve the washing efficiency.</p>
-
</td>
 
-
</tr>
 
-
</table>
+
 
 +
 
 +
 
 +
</div>
 +
</div>
 +
<script type="text/javascript" src="bootstrap-3.2.0-dist/js/jquery-2.1.1.min.js"></script>
 +
<script type="text/javascript" src="bootstrap-3.2.0-dist/js/bootstrap.min.js"></script>
 +
</body>
</html>
</html>

Revision as of 07:51, 14 August 2014

Team

To enhance the effects of decontamination in different fields, we use Alkaline Cellulase as additive in detergent. We guide the gene of Alkaline Cellulase into the E. Coli. Triggered by P43 promoter, the targeting enzymes can be largely produced with the help of Kil, which is one of the highlight of our project. MdfA , a proton pump across the cell membrane, is added to move the proton inside the membrane, and Na+/K+ are released at the same time, thus allowing E.coli exist in PH 10. Another notable point is that we utilized the target gene to a ccdAB suicide system, we can use it to remove the biological machine whenever we need to stop, which is designed for biological safety.

The Kil protein element

Kil protein can promote the secretion of periplasmic protein, which is not limited by the molecular weight of protein. When the Kil gene is expressed, bacteria can produce more proteins than that in periplasmic cavity, which can induce the host bacterium to synthesis even more proteins. Besides, in Escherichia Coli, natural plasmid contains the genes of colicin and related substance, which can increase the permeability of outer membrane. Thus the colicin can be sent to the outside to kill other bacterias.

The ccdAB Suicide System

CcdAB system, which consists of ccdA and ccdB, is a toxin-antitoxin system. It codes CcdB, a kind of toxin protein. CcdB can interfere DNA synthesis to kill the host cell. The special Escherichia Coli is created for industrial use, so the suicide system can be controlled freely. In normal times, the channel is closed by a repressor, there would be no CcdB. While adding IPTG, the repressor’s structure changes and the channel is opened, the CcdB comes into being, and starts to kill host cell.

In papermaking industry

Alkaline Cellulase is widely used in papermaking. One of the important fibrous materials is daily waste papers. Alkaline Cellulase is needed in void treatment. Compared with chemical method, enzymatic process has many advantages, for example, the drainage properties of pulp is improved a lot, and the whiteness of paper is significantly improved.

In textile industry

Through enzymatic hydrolysis, cellulase can open nodules in cloth to make cloth more fluffy and comfortable. The surface can be made more smooth and colorful. Experience tells that alkaline cellulase is environment friendly, since it could reduce the sewage disposal and improve the washing efficiency.