Difference between revisions of "Team:CCU Taiwan/Parts"

 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:CCU_Taiwan/css}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
 +
 +
<head>
 +
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
 
 
$("#Home").hover(function(){
+
$("#Home").hover(function(e){
$("#sub_home").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_home").stop(true,false,true).slideToggle(300);
});
+
  });
+
 
 
$("#Project").hover(function(){
 
$("#Project").hover(function(){
$("#sub_project").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_project").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Parts").hover(function(){
 
$("#Parts").hover(function(){
$("#sub_parts").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_parts").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
$("#Modeling").hover(function(){
+
$("#Modeling").hover(function(){  
$("#sub_modeling").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Drylab").hover(function(){
 
$("#Drylab").hover(function(){
$("#sub_drylab").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Human_Practice").hover(function(){
 
$("#Human_Practice").hover(function(){
$("#sub_human_practice").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 
});
 
});
 
 
 
$("#Notebook").hover(function(){
 
$("#Notebook").hover(function(){
$("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity","0.8");
+
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 
});
 
});
  
Line 35: Line 40:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#F96784")
+
     $(this).css("background","#31a97e")
 
   });
 
   });
 
$("#home1").hover(function(){
 
$("#home_img").css('display', 'block');
 
$("#home_img").animate({ opacity: 0 }, 0);
 
$("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing')
 
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 
},function(){
 
$("#home_img").stop(true,false,true).css("display","none").css("left","50vw");
 
$("#home_word").fadeOut(0)
 
});
 
 
});
 
});
 +
 +
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
 +
 +
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
 +
 +
// Set the offset when entering page with hash present in the url
 +
window.setTimeout(offsetAnchor, 0);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 
</script>
 
</script>
 +
 +
</head>
 +
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
+
         <nav>
 
             <div class="container">
 
             <div class="container">
                 <ul>
+
                 <ul class="front">
 +
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
 
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
                     <li class="title" id="Home"><a>Home</a>
+
 
                         <ul class="sub" id="sub_home">
+
                     <li class="title" style="cursor:pointer;" id="Home"><img class="img_title" src="https://static.igem.org/mediawiki/2018/2/24/T--CCU_Taiwan--aboutus.png"></img><a>About Us</a>
                             <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
                         <ul class="sub" id="sub_home" style="cursor:default;">
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
<div id="home_img">
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
</div>
+
<div id="home_word">
+
<p>There's a home for us, always.</p>
+
</div>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Project"><a href="#">Project</a>
+
                     <li class="title" style="cursor:pointer;" id="Project"><img class="img_title" src="https://static.igem.org/mediawiki/2018/6/6f/T--CCU_Taiwan--project.png"></img><a>Project</a>
<ul class="sub" id="sub_project">
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="list" id="project1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<li class="list" id="project4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements">Achievements</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
    <li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title" id="Parts"><a href="#">Parts</a>
+
                     <li class="title" style="cursor:pointer;" id="Parts"><img class="img_title" src="https://static.igem.org/mediawiki/2018/1/17/T--CCU_Taiwan--part.png"></img><a>Parts</a>
                         <ul class="sub" id="sub_parts">
+
                         <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Parts</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Modeling"><a href="#">Modeling</a>
+
                     <li class="title" style="cursor:pointer;" id="Modeling"><img class="img_title" src="https://static.igem.org/mediawiki/2018/0/09/T--CCU_Taiwan--model.png"></img><a>Modeling</a>
                         <ul class="sub" id="sub_modeling">
+
                         <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="list" id="model1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Model</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                            <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Activity</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Monolignol">Monolignol Binding</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Drylab"><a href="#">Drylab</a>
+
                     <li class="title" style="cursor:pointer;" id="Drylab"><img class="img_title" src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--Dry_lab.png"></img><a>Product</a>
                         <ul class="sub" id="sub_drylab">
+
                         <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="list" id="drylab1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Our Plan</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title" id="Human_Practice"><a href="#">Human Practice</a>
+
    <li class="title" style="cursor:pointer;" id="Human_Practice"><img class="img_title" src="https://static.igem.org/mediawiki/2018/9/96/T--CCU_Taiwan--humanpractice.png"></img><a>HP</a>
                         <ul class="sub" id="sub_human_practice">
+
                         <ul class="sub" id="sub_human_practice" style="cursor:default;">
                             <li class="list" id="human_practice1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Human Practice</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Engagement</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Business_Model">Business Model</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title" id="Notebook"><a href="#">Notebook</a>
+
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
                         <ul class="sub" id="sub_notebook">
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                             <li class="list" id="notebook1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Notebook</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design">Applied Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 122: Line 146:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
 
     </header>
 
     </header>
</body>
+
<div class="indicator">
  
 +
<div class="pointerProject" id="2"><a href="#ca1">Background</a></div>
 +
<div class="pointerProject" id="3"><a href="#ca2">Basic Parts</a></div>
 +
<div class="pointerProject" id="4"><a href="#ca3">Composite Parts</a></div>
  
<div class="column full_size">
+
</div>
<h1>Parts</h1>
+
<p>Each team will make new parts during iGEM and will submit them to the Registry of Standard Biological Parts. The iGEM software provides an easy way to present the parts your team has created. The <code>&lt;groupparts&gt;</code> tag (see below) will generate a table with all of the parts that your team adds to your team sandbox.</p>
+
<p>Remember that the goal of proper part documentation is to describe and define a part, so that it can be used without needing to refer to the primary literature. Registry users in future years 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.</p>
+
</div>
+
  
<div class="column full_size">
 
<div class="highlight decoration_background">
 
<h3>Note</h3>
 
<p>Note that parts must be documented on the <a href="http://parts.igem.org/Main_Page"> Registry</a>. This page serves to <i>showcase</i> the parts you have made. Future teams and other users and are much more likely to find parts by looking in the Registry than by looking at your team wiki.</p>
 
</div>
 
</div>
 
  
<div class="clear extra_space"></div>
+
<body>
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
  
 +
<div class="backgroundParts">
  
 +
  <div class="photoParts"><h1 class="bigtitle">PARTS OVERVIEW<h1></div>
  
 +
      <div class="content"
 +
    data-top="transform:translateY(0px)"
 +
    data--875-top="transform:translateY(100px)"
 +
    data-anchor-target="#slide-1">
 +
<br>
 +
            <p class="first" id="ca1">Background</p> 
 +
                <p class="description">&emsp;&emsp; “LIGGREEN” is composed of monolignols. We have produced three enzymes to catalyze the polymerization. Laccase 1 from Pinus taeda can catalyze the dehydrogenation of monolignols , which leads to free radical addition of dehydrogenated monolignols. However, after the monolignols become dimers or oligomers, it will be hard for them to bind onto the active site of laccase 1 and stop the dehydrogenation reaction of monolignols.
 +
In this case, we choose the others enzymes-peroxidase 16 and peroxidase 18. Those are isoenzymes from Picea abies, have the ability to bind onto oligomers and directly catalyze polymerization.<br><br>
 +
&emsp;&emsp;All the enzymes above can function in the same pH value and buffer, which  is critical to our design for co-reaction in production line.
  
 +
</p><br>
  
<div class="column two_thirds_size">
+
<div class="parttable">
<div class="highlight decoration_B_full">
+
            <p class="first" id="ca2">Basic Parts</p> 
 +
<table class="table" border="1.5" style="width:60vw;">
 +
  <tr style="background:#92cd7e">
 +
    <th>Part Name</th>
 +
    <th>Part type</th>
 +
    <th>Description</th>
 +
    <th>Lenght</th>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809001">BBa_K2809001</a></td>
 +
    <td>Ribosome binding site</td>
 +
    <td>Kozak sequence (<I>Pichia pastoris</I>)</td>
 +
    <td>7</td>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809002">BBa_K2809002</a></td>
 +
    <td>Tag</td>
 +
    <td>Prepro-alpha-factor (codon modified for <I>Pichia pastoris</I>)</td>
 +
    <td>267</td>
 +
  </tr>
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809010">BBa_K2809010</a></td>
 +
    <td>Protein_Domain</td>
 +
    <td>Mature Lac 1(laccase)</td>
 +
    <td>1719</td>
 +
  </tr>
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809020">BBa_K2809020</a></td>
 +
    <td>Protein_Domain</td>
 +
    <td>Mature Px18(peroxidase)</td>
 +
    <td>954</td>
 +
  </tr>
 +
    <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809030">BBa_K2809030</a></td>
 +
    <td>Protein_Domain</td>
 +
    <td>Mature Px16(peroxidase)</td>
 +
    <td>972</td>
 +
  </tr>
 +
</table>
  
<h3>Adding parts to the registry</h3>
+
            <p class="first" id="ca3">Composite Parts</p>  
<p>You can add parts to the Registry at our <a href="http://parts.igem.org/Add_a_Part_to_the_Registry">Add a Part to the Registry</a> link.</p>
+
<table class="table" border="1.5" style="width:60vw;">
 
+
  <tr style="background:#92cd7e;">
<p>We encourage teams to start completing documentation for their parts on the Registry as soon as you have it available. The sooner you put up your parts, the better you will remember all the details about your parts. Remember, you don't need to send us the DNA sample before you create an entry for a part on the Registry. (However, you <b>do</b> need to send us the DNA sample before the Jamboree. If you don't send us a DNA sample of a part, that part will not be eligible for awards and medal criteria.)</p>
+
    <th>Part Name</th>
<div class="button_link">
+
    <th>Part type</th>
<a href="http://parts.igem.org/Add_a_Part_to_the_Registry">
+
    <th>Description</th>
ADD PARTS
+
    <th>Lenght</th>
</a>
+
  </tr>
 +
  <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809011">BBa_K2809011</a></td>
 +
    <td rowspan="3" style="align:center;vertical-align: middle;">Composite</td>
 +
    <td>Laccase 1</td>
 +
    <td>1993</td>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809021">BBa_K2809021</a></td>
 +
    <td>Peroxidase 18</td>
 +
    <td>1228</td>
 +
  </tr>
 +
  <tr>
 +
    <td><a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2809031">BBa_K2809031</a></td>
 +
    <td>Peroxidase 16</td>
 +
    <td>1246</td>
 +
  </tr>
 +
</table><br><br><br>
 
</div>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
</div>
  
 +
</body>
 +
<footer class="footer">
 +
            <a href="http://huitong.com.tw">
 +
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
  
 +
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
  
<div class="column third_size">
+
            <a href="http://ewww.ccu.edu.tw/">
<div class="highlight decoration_A_full">
+
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
<h3>Inspiration</h3>
+
            </a>
<p>We have a created  a <a href="http://parts.igem.org/Well_Documented_Parts">collection of well documented parts</a> that can help you get started.</p>
+
</footer>
 
+
<p> You can also take a look at how other teams have documented their parts in their wiki:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:MIT/Parts"> 2014 MIT </a></li>
+
<li><a href="https://2014.igem.org/Team:Heidelberg/Parts"> 2014 Heidelberg</a></li>
+
<li><a href="https://2014.igem.org/Team:Tokyo_Tech/Parts">2014 Tokyo Tech</a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
 
+
<div class="column full_size">
+
 
+
<h3>What information do I need to start putting my parts on the Registry?</h3>
+
<p>The information needed to initially create a part on the Registry is:</p>
+
<ul>
+
<li>Part Name</li>
+
<li>Part type</li>
+
<li>Creator</li>
+
<li>Sequence</li>
+
<li>Short Description (60 characters on what the DNA does)</li>
+
<li>Long Description (Longer description of what the DNA does)</li>
+
<li>Design considerations</li>
+
</ul>
+
 
+
<p>
+
We encourage you to put up <em>much more</em> information as you gather it over the summer. If you have images, plots, characterization data and other information, please also put it up on the part page. </p>
+
 
+
</div>
+
 
+
 
+
<div class="clear extra_space"></div>
+
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
<div class="column full_size">
+
<h3>Part Table </h3>
+
 
+
<p>Please include a table of all the parts your team has made during your project on this page. Remember part characterization and measurement data must go on your team part pages on the Registry. </p>
+
 
+
</html>
+
<groupparts>iGEM18 CCU_Taiwan</groupparts>
+
<html>
+
</div>
+
 
+
 
+
 
+
  
 
</html>
 
</html>

Latest revision as of 08:47, 1 December 2018

PARTS OVERVIEW


Background

   “LIGGREEN” is composed of monolignols. We have produced three enzymes to catalyze the polymerization. Laccase 1 from Pinus taeda can catalyze the dehydrogenation of monolignols , which leads to free radical addition of dehydrogenated monolignols. However, after the monolignols become dimers or oligomers, it will be hard for them to bind onto the active site of laccase 1 and stop the dehydrogenation reaction of monolignols. In this case, we choose the others enzymes-peroxidase 16 and peroxidase 18. Those are isoenzymes from Picea abies, have the ability to bind onto oligomers and directly catalyze polymerization.

  All the enzymes above can function in the same pH value and buffer, which is critical to our design for co-reaction in production line.


Basic Parts

Part Name Part type Description Lenght
BBa_K2809001 Ribosome binding site Kozak sequence (Pichia pastoris) 7
BBa_K2809002 Tag Prepro-alpha-factor (codon modified for Pichia pastoris) 267
BBa_K2809010 Protein_Domain Mature Lac 1(laccase) 1719
BBa_K2809020 Protein_Domain Mature Px18(peroxidase) 954
BBa_K2809030 Protein_Domain Mature Px16(peroxidase) 972

Composite Parts

Part Name Part type Description Lenght
BBa_K2809011 Composite Laccase 1 1993
BBa_K2809021 Peroxidase 18 1228
BBa_K2809031 Peroxidase 16 1246