Difference between revisions of "Team:NAU-CHINA/Demonstrate"

(Prototype team page)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{NAU-CHINA}}
 
 
<html>
 
<html>
 +
<head>
 +
<meta charset="UTF-8" />
 +
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 +
<meta name="viewport" content="width=device-width,initial-scale=1.0">
 +
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:NAU-CHINA/texiao?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:NAU-CHINA/component?action=raw&ctype=text/css" />
 +
<style type="text/css">
 +
/* Hide top title */
 +
#top_title, #sideMenu {
 +
display: none;
 +
}
 +
 +
/* Hide first heading */
 +
.firstHeading {
 +
display: none;
 +
}
  
  
<div class="column full_size" >
+
/*-- Remove borders, float content left and remove padding/margin */
 +
#globalWrapper, #content{
 +
background-color: transparent;
 +
border: none;
 +
float: center;
 +
width: auto;
 +
margin-left: 0px;
 +
margin-top: -8px;
 +
padding: auto;
 +
}
  
<p>Here you can describe the results of your project and your future plans. </p>
+
/*left align Black Menu Bar */
 +
#top_menu_inside {
 +
margin-left: 0px;
 +
}
 +
.centerImage
 +
{
 +
text-align:center;
 +
display:block;
 +
}
 +
.wraptocenter {
 +
  display: table-cell;
 +
  text-align: center;
 +
  vertical-align: middle;
 +
  width: 200px;
 +
  height: 200px;
 +
  background-color: #999;
 +
}
 +
.wraptocenter * {
 +
  vertical-align: middle;
 +
}
 +
            #top_menu_inside .submenu{min-height:250px;}
  
<h5>What should this page contain?</h5>
+
            @media screen and (max-width: 1220px) {
<ul>
+
<li> Clearly and objectively describe the results of your work.</li>
+
<li> Future plans for the project </li>
+
<li> Considerations for replicating the experiments </li>
+
</ul>
+
  
</div>
+
    .menu{
 +
        display: none;
 +
       
 +
    }
  
<div class="column half_size" >
+
    .container {
 +
        display: block;
 +
    }
  
 +
}
  
<h5> Project Achievements </h5>
+
@media screen and (min-width: 1220px) {
  
<p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p>
+
    .menu{
 +
        display: block;
 +
    }
  
<ul>
+
    .container {
<li>A list of linked bullet points of the successful results during your project</li>
+
        display: none;
<li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li>
+
    }
</ul>
+
  
</div>
+
}
  
 +
/* body style */
 +
#maintext{
 +
padding: 400px 120px 0 120px;
 +
 +
            }
 +
            body{
 +
                background-color:white;
 +
            }
 +
            #maintext ul{
 +
            padding-left: 60px;
 +
padding-right: 70px;
 +
font-family:'Comic Sans MS','Arial Black';
 +
color: rgb(100,100,100);
 +
                font-size:17px;
 +
            }
 +
            #maintext li{
 +
            font-family:'Comic Sans MS','Arial Black';
 +
color: rgb(100,100,100);
 +
                font-size:20px;
 +
            }
 +
            #maintext p{
 +
            padding-left: 60px;
 +
padding-right: 70px;
 +
font-family:'Comic Sans MS','Arial Black';
 +
color: rgb(100,100,100);
 +
                font-size:17px;
 +
            }
 +
            #maintext a{
 +
            text-decoration: none;
 +
            font-family:'Comic Sans MS','Arial Black';
 +
            color: rgb(100,100,100);
 +
            }
 +
#maintext h1{
 +
            padding-left: 60px;
 +
padding-right: 70px;
 +
font-family:'Comic Sans MS','Arial Black';
 +
color: rgb(100,100,100);
 +
            }
 +
#maintext h2{
 +
            padding-left: 60px;
 +
padding-right: 70px;
 +
font-family:'Comic Sans MS','Arial Black';
 +
color: rgb(100,100,100);
 +
            }
  
<div class="column half_size" >
 
  
<h5>Inspiration</h5>
+
#maintext .imgbox{
<p>See how other teams presented their results.</p>
+
text-align: center;
<ul>
+
margin: 0 auto;
<li><a href="https://2014.igem.org/Team:TU_Darmstadt/Results/Pathway">2014 TU Darmstadt </a></li>
+
}
<li><a href="https://2014.igem.org/Team:Imperial/Results">2014 Imperial </a></li>
+
#maintext img{
<li><a href="https://2014.igem.org/Team:Paris_Bettencourt/Results">2014 Paris Bettencourt </a></li>
+
margin: 0 auto;
</ul>
+
text-align: center;
 +
}
 +
#maintext .imgbox p{
 +
text-align: center;
 +
}
  
</div>
+
                        #biaodan a{color: rgb(100,100,100);}
 +
                        #biaodan a:visited{font-family:'Comic Sans MS','Arial Black';}
 +
                        #biaodan #lianjie{font-size:24px;}
 +
                        #ClickBack{
 +
text-align: center;
 +
position: fixed;
 +
bottom: 2%;
 +
right: 2%;
 +
                        font-family:'Comic Sans MS','Arial Black';
 +
}
  
 +
#ClickBack img{
 +
width: 100px;
 +
}
 +
</style>
 +
<script type="text/javascript">
  
 +
function ChangeImg(ThisPic)
 +
{
 +
var size=document.body.clientWidth;
 +
var TrueWidth=ThisPic.width;
 +
var TrueHeight=ThisPic.height;
 +
var Multiple=TrueWidth/size;
  
 +
ThisPic.width=size;
 +
ThisPic.height=TrueHeight/Multiple;
 +
}
 +
 +
</script>
 +
 +
</head>
 +
<body>
 +
 +
<!-- small screen menu -->
 +
 +
<div class="container" >
 +
<ul id="gn-menu" class="gn-menu-main" >
 +
<li class="gn-trigger">
 +
<a class="gn-icon gn-icon-menu">
 +
</a>
 +
<nav class="gn-menu-wrapper">
 +
<div class="gn-scroller">
 +
<ul class="gn-menu">
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA"><span> HOME</span></a>
 +
</li>
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA/Participator"> TEAM</a>
 +
</li>
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA/Description"> PROJECT</a>
 +
</li>
 +
<ul>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Description">Description</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:NAU-CHINA/Design">Applied Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Experiment">Experiment</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:NAU-CHINA/Proof">Proof of Concept</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Demonstrate">Demonstrate </a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Model">Model </a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Notebook">Notebook </a></li>
 +
</ul>
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA/Part_Collection"> PARTS</a>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Safety"> SAFETY</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Attributions"> ATTRIBUTION</a></li>
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA/Human_Practices"> HP</a>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Conclusion">CONCLUSION</a></li>
 +
</ul>
 +
</div><!-- /gn-scroller -->
 +
</nav>
 +
</li>
 +
</ul>
 +
 +
</div><!-- /container -->
 +
 +
 +
 +
<nav>
 +
<!-- big screen menu-->
 +
<div class="nav" id="main" role="main">
 +
<ul class="menu">
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA">HOME</a></li>
 +
<li><a>TEAM</a>
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Participator">Participator</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Collaborations">Collaboration</a></li>
 +
</ul>
 +
</li>
 +
<li><a>PROJECT</a>
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Description">Description</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:NAU-CHINA/Design">Applied Design</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Experiment">Experiment</a></li>
 +
                                <li><a href="https://2016.igem.org/Team:NAU-CHINA/Proof">Proof of Concept</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Demonstrate">Demonstrate </a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Model">Model </a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Notebook">Notebook </a></li>
 +
</ul>
 +
</li>
 +
<li><a>PARTS</a>
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Part_List">Part List</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Basic_Part">Basic Part</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Composite_Part">Composite Part</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Part_Collection">Collection</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Safety">SAFETY</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Attributions">ATTRIBUTION</a></li>
 +
<li><a>HUMAN PRACTICE</a>
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Human_Practices">Human Practices</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/HP/Silver">Silver</a></li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/HP/Gold">Gold</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2016.igem.org/Team:NAU-CHINA/Conclusion">CONCLUSION</a></li>
 +
</ul>
 +
</div>
 +
</nav>
 +
 +
 +
<div id="maintext">
 +
<div>
 +
<br><br>
 +
<p>Our project aims to degrade 3-PBA thoroughly which is a metabolite of pyrethroid, because it does harm to ecology.For it does harm to ecology. </p>
 +
<p>We formed two kinds of engineering bacterias to degrade 3-HBA and 3-PBA. Each engineering bacteria has the whole system to degrade respective target material.</p>
 +
<h1>Engineering bacteria to degrade 3-PBA</h1>
 +
<p>We added our engineering bacteria into liquid medium with different concentration of 3-PBA to test bacteria`s ability of degradation. After testing we found that 20-60% of 3-PBA in medium was degraded within 60 hours.(Fig.1A) We can obviously find the decrease of 3-PBA in medium whose original concentration is 200μmol/L.(Fig.1B) Also, after testing the absorbance of  the bacterial fluid, we found that our engineering bacteria growed faster than CK which does not contain the gene of degradation.(Fig.1C)</p>
 +
<div class="imgbox">
 +
<img src="https://static.igem.org/mediawiki/2016/d/dc/T--NAU-CHINA--DEMON_FIG1.png">
 +
<p><b>Fig.1 A Concentration of 3-PBA in liquid medium kept decreasing when added our engineering bacteria. <br>B The concentration of the medium decreases obviously when the concentration of the medium is 200μmol/L  <br>C Engineering bacteria growed better than common E.coli which has no gene of degrading 3-PBA.</b></p>
 +
</div>
 +
<h1>Engineering bacteria to degrade 3-HBA</h1>
 +
<p>To test the ability of degrading 3-HBA of the engineering bacteria, we added the bacteria into the liquid which contains different concentration of 3-HBA. We found that our engineering bacteria can degrade 3-HBA fast. 3-HBA will be degraded thoroughly within 12 hours when its concentration is below 5000μmol/L.(Fig.2)</p>
 +
<div class="imgbox">
 +
<img src="https://static.igem.org/mediawiki/2016/a/ae/T--NAU-CHINA--DEMON_FIG2.png">
 +
<p><b>Fig.2 3-HBA can be degraded thoroughly within 24 hours even its concentration has reached up to 7500μmol/L.</b></p>
 +
</div>
 +
<h1>Physcial unit</h1>
 +
<p>To make our engineering bacteria work under real-world conditions, we designed a physical unit(Fig.3) to help bacteria settle down. Also ,we can use the unit to test our engineering bacteria`s ability of degrading in laboratory.</p>
 +
<div class="imgbox">
 +
<img src="https://static.igem.org/mediawiki/2016/6/6d/T--NAU-CHINA--DEMON_FIG3.png">
 +
<p><b>Fig.3 The three-dimensional graph of our unit.</b></p>
 +
</div>
 +
<p>The water which needs to be treated enters the unit from the right tube of the unit, and leaves the unit from the left tube of the unit. Our engineering bacteria is designed to be placed in room 4 to degrade 3-PBA(Fig.4), so that 3-PBA in water can be degraded to make water become environmentally friendly. </p>
 +
<div class="imgbox">
 +
<img src="https://static.igem.org/mediawiki/2016/5/58/T--NAU-CHINA--DEMON_FIG4.png">
 +
<p><b>Fig.4 The side elevation of our unit.</b></p>
 +
</div>
 +
 +
</div>
 +
</div>
 +
 +
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2016/9/95/T--NAU-CHINA--PROJECT_DEMON_BG.jpeg"  onload="ChangeImg(this)" style="z-index:-60;position:absolute;left:0;top:0px"><!--backgroundimg-->
 +
<script type="text/javascript" src="https://2016.igem.org/Template:NAU-CHINA/gnmenu?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2016.igem.org/Template:NAU-CHINA/classie?action=raw&ctype=text/javascript"></script>
 +
<script>
 +
new gnMenu( document.getElementById( 'gn-menu' ) );
 +
</script>
 +
</body>
 
</html>
 
</html>

Latest revision as of 20:10, 19 October 2016



Our project aims to degrade 3-PBA thoroughly which is a metabolite of pyrethroid, because it does harm to ecology.For it does harm to ecology.

We formed two kinds of engineering bacterias to degrade 3-HBA and 3-PBA. Each engineering bacteria has the whole system to degrade respective target material.

Engineering bacteria to degrade 3-PBA

We added our engineering bacteria into liquid medium with different concentration of 3-PBA to test bacteria`s ability of degradation. After testing we found that 20-60% of 3-PBA in medium was degraded within 60 hours.(Fig.1A) We can obviously find the decrease of 3-PBA in medium whose original concentration is 200μmol/L.(Fig.1B) Also, after testing the absorbance of the bacterial fluid, we found that our engineering bacteria growed faster than CK which does not contain the gene of degradation.(Fig.1C)

Fig.1 A Concentration of 3-PBA in liquid medium kept decreasing when added our engineering bacteria.
B The concentration of the medium decreases obviously when the concentration of the medium is 200μmol/L
C Engineering bacteria growed better than common E.coli which has no gene of degrading 3-PBA.

Engineering bacteria to degrade 3-HBA

To test the ability of degrading 3-HBA of the engineering bacteria, we added the bacteria into the liquid which contains different concentration of 3-HBA. We found that our engineering bacteria can degrade 3-HBA fast. 3-HBA will be degraded thoroughly within 12 hours when its concentration is below 5000μmol/L.(Fig.2)

Fig.2 3-HBA can be degraded thoroughly within 24 hours even its concentration has reached up to 7500μmol/L.

Physcial unit

To make our engineering bacteria work under real-world conditions, we designed a physical unit(Fig.3) to help bacteria settle down. Also ,we can use the unit to test our engineering bacteria`s ability of degrading in laboratory.

Fig.3 The three-dimensional graph of our unit.

The water which needs to be treated enters the unit from the right tube of the unit, and leaves the unit from the left tube of the unit. Our engineering bacteria is designed to be placed in room 4 to degrade 3-PBA(Fig.4), so that 3-PBA in water can be degraded to make water become environmentally friendly.

Fig.4 The side elevation of our unit.