Difference between revisions of "Team:NAU-CHINA/Composite Part"

(Prototype team page)
 
 
(4 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 judges-will-not-evaluate">
+
/*-- Remove borders, float content left and remove padding/margin */
<h3>★  ALERT! </h3>
+
#globalWrapper, #content{
<p>This page is used by the judges to evaluate your team for the <a href="https://2016.igem.org/Judging/Awards#Special_Prizes">Composite Part special prize</a>. </p>
+
background-color: transparent;
 +
border: none;
 +
float: center;
 +
width: auto;
 +
margin-left: 0px;
 +
margin-top: -8px;
 +
padding: auto;
 +
}
  
 +
/*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;}
  
 +
            @media screen and (max-width: 1220px) {
  
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
    .menu{
</div>
+
        display: none;
 +
       
 +
    }
  
 +
    .container {
 +
        display: block;
 +
    }
  
 +
}
  
 +
@media screen and (min-width: 1220px) {
  
 +
    .menu{
 +
        display: block;
 +
    }
  
<div class="column full_size">
+
    .container {
 +
        display: none;
 +
    }
  
 +
}
  
 +
/* body style */
 +
#maintext{
 +
padding: 400px 120px 0 120px;
 +
 +
            }
 +
            body{
 +
                background-color:white;
 +
            }
 +
            #maintext ol,p,h2{
 +
            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);
 +
            }
  
<p>
 
A composite part is a functional unit of DNA consisting of two or more basic parts assembled together. <a href="http://parts.igem.org/wiki/index.php/Part:BBa_I13507">BBa_I13507</a> is an example of a composite part, consisting of an RBS, a protein coding region for a red fluorescent protein, and a terminator.
 
</p>
 
  
<p>New composite BioBrick devices can be made by combining existing BioBrick Parts (like Inverters, Amplifiers, Smell Generators, Protein Balloon Generators, Senders, Receivers, Actuators, and so on).</p>
+
#maintext img{
 +
padding-left: 20%;
 +
}
 +
                        #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;
 +
}
 +
                #biaodan #wenxian{padding-left:30px;font-size:17px;}
 +
            #hongde{
 +
            color: red;
 +
            }
 +
            #maintext a:hover{
 +
color:#0096ff;
 +
text-decoration: none;
 +
}
 +
#maintext a{
 +
color: blue;
 +
text-decoration: none;
 +
}
 +
</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;
  
<div class="highlight">
+
ThisPic.width=size;
<h4>Note</h4>
+
ThisPic.height=TrueHeight/Multiple;
<p>This page should list all the composite parts your team has made during your project. You must add all characterization information for your parts on the Registry. You should not put characterization information on this page.</p>
+
}
  
</div>
+
</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>
 +
<li>
 +
<a href="https://2016.igem.org/Team:NAU-CHINA/Part_Collection"> PARTS</a>
 +
</li>
 +
<ul>
 +
<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><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>
 +
<h1>Best Composite Part</h1>
 +
<h2><a href="http://parts.igem.org/Part:BBa_K2088672">BBa_K2088672</a></h2>
 +
<p style="font-family:'Comic Sans MS','Arial Black';color: rgb(100,100,100);font-size:17px;">The composite part contains copA promoter, RiboJ , a gene cluster mhbDHIM, and a terminator. The promoter is induced by copper ion and transcribe downstream genes. The RiboJ between copA and the gene cluster can decrease interference of one part type (promoter) on another(protein coding sequence). The gene cluster mhbDHIM contains four connected genes which can degrade 3-hydroxybenzoate to the Fumarate and Pyruvate step by step.</p>
 +
<p  style="font-family:'Comic Sans MS','Arial Black';color: rgb(100,100,100);font-size:17px;">After having an experiment, we found that the device can degrade the 3-hydroxybenzoate(3-HBA) completely in short time. Also, engineered bacteria with the device grows better in the medium with 3-hydroxybenzoate than Klebsiella pneumoniae M5a1 which is capable of utilizing 3-hydroxybenzoate via gentisate, and can tolerate higher concentration of 3- hydroxybenzoate. In conclusion, this part can help the E.coli degrade the 3- hydroxybenzoate effectively.</p>
 +
<img src="https://static.igem.org/mediawiki/2016/0/08/NAU_CNINA_composite_part_Fig1.png">
 +
<p style="font-family:'Comic Sans MS','Arial Black';color: rgb(100,100,100);">Figure1. 3-HBA was degraded thoroughly by our engineered E.coli transformed with this composite part.</p>
 +
<img src="https://static.igem.org/mediawiki/2016/2/29/NAU_CNINA_composite_part_Fig2.png">
 +
<p style="font-family:'Comic Sans MS','Arial Black';color: rgb(100,100,100);">Figure2. The ordinate is the concentration of 3-HBA. The left column shows the figure of Klebsiella pneumoniae M5a1, while the right one shows the figure of our engineered bacteria. From this figure we can find that our engineered bacteria can degrade 3-HBA much faster than M5a1 in 24h.</p>
 +
<br><br>
 +
</div>
 
</div>
 
</div>
  
 +
</div>
 +
<img src="https://static.igem.org/mediawiki/2016/a/a9/T--NAU-CHINA--PARTS_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/modernizr_custom?
 +
action=raw&ctype=text/javascript"></script>
 +
<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 19:45, 19 October 2016



Best Composite Part

BBa_K2088672

The composite part contains copA promoter, RiboJ , a gene cluster mhbDHIM, and a terminator. The promoter is induced by copper ion and transcribe downstream genes. The RiboJ between copA and the gene cluster can decrease interference of one part type (promoter) on another(protein coding sequence). The gene cluster mhbDHIM contains four connected genes which can degrade 3-hydroxybenzoate to the Fumarate and Pyruvate step by step.

After having an experiment, we found that the device can degrade the 3-hydroxybenzoate(3-HBA) completely in short time. Also, engineered bacteria with the device grows better in the medium with 3-hydroxybenzoate than Klebsiella pneumoniae M5a1 which is capable of utilizing 3-hydroxybenzoate via gentisate, and can tolerate higher concentration of 3- hydroxybenzoate. In conclusion, this part can help the E.coli degrade the 3- hydroxybenzoate effectively.

Figure1. 3-HBA was degraded thoroughly by our engineered E.coli transformed with this composite part.

Figure2. The ordinate is the concentration of 3-HBA. The left column shows the figure of Klebsiella pneumoniae M5a1, while the right one shows the figure of our engineered bacteria. From this figure we can find that our engineered bacteria can degrade 3-HBA much faster than M5a1 in 24h.