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

 
(59 intermediate revisions by 5 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>
 +
$(document).ready(function(){
 +
 +
$("#Home").hover(function(e){
 +
$("#sub_home").stop(true,false,true).slideToggle(300);
 +
  });
 +
 +
$("#Project").hover(function(){
 +
$("#sub_project").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Parts").hover(function(){
 +
$("#sub_parts").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Modeling").hover(function(){
 +
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Drylab").hover(function(){
 +
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Human_Practice").hover(function(){
 +
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Notebook").hover(function(){
 +
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#home_button").hover(function(){
 +
    $(this).css("background","black")
 +
},function(){
 +
    $(this).css("background","#31a97e")
 +
  });
 +
});
 +
 +
// 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>
 +
 +
</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">
                     <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a>
+
                        <ul>
+
                    <div id="home_button" style="cursor:pointer;"  onclick="location.href=
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
'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"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
 
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
                     <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>
 +
                        <ul class="sub" id="sub_home" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
 +
<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>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><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>
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="title"><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="title"><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="title"><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="title"><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="title"><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="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title"><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>
+
                        <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="title"><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="title"><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="title"><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="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><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>
+
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="title"><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="title"><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="title"><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="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title"><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>
+
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="title"><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="title"><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="title"><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"><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>
+
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
                            <li class="title"><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="title"><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="title"><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="title"><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"><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>
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                            <li class="title"><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="title"><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="title"><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="title"><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 65: Line 146:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
 
     </header>
 
     </header>
</body>
 
  
<div class="column full_size">
 
<h1>Description</h1>
 
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
<div class="backgroundProject">
 +
<div class="indicator">
  
</div>
+
<div class="pointerProject" id="2"><a href="#ca1">Yeast transformation</a></div>
 +
<div class="pointerProject" id="3"><a href="#ca2">Enzyme production</a></div>
 +
<div class="pointerProject" id="4"><a href="#ca3">Monolignol polymerization</a></div>
 +
<div class="pointerProject" id="5"><a href="#ca4">Human practice</a></div>
  
 +
</div>
 +
<div class="photoDescription"><h1 class="bigtitle">DESCRIPTION<h1></div>
 +
      <div class="content">
 +
            <br><p class="description">&emsp;&emsp;Our product, “LIGGREEN” is a new material that can laminate on paper cups to replace current paper cup laminated with petrochemical materials such as polypropylene and polyethylene. LIGGREEN is a lignin-like polymer. Cups laminated with LIGGREEN is supposed to be waterproof, heat-resistant and eco-friendly.
 +
</p>
 +
      <div class="structuregraph">
 +
        <img id="arrow2" src="https://static.igem.org/mediawiki/2018/a/aa/T--CCU_Taiwan--CCUDescriptionpage4.png" width="100%">
 +
          <div class="transform">
 +
            <p class="first"  id="ca1">Yeast transformation</p>
 +
            <p class="description">&emsp;&emsp;In liginin synthesis, monolignols react with two enzymes, peroxidase and laccase. LIGGREEN, is modelled on <I>Picea abies</I>, which is the most common species used in forestry and possess high content of coniferyl alcohol (G), which is the cheapest monolignol so that it can cost down our product. <br>&emsp;&emsp;We selected peroxidase gene Px16 and Px18 from <I>Picea abies</I>, laccase gene from <I>Pinus taeda</I>.
 +
<I>Pinus taeda</I> and <I>Picea abies</I> are both gymnosperms and have similar ratio of monolignols. Moreover, the reason why we choose laccase from <I>Pinus taed</I>a since it has highest reaction activity at pH 5.0 which is corresponded with peroxidase react with monolignol <I>in vivo</I>. </p>
 +
          </div>
  
 +
          <div class="Enzyme">
 +
            <p class="first" id="ca2">Enzyme production</p>
 +
            <p class="description">&emsp;&emsp;We produce laccase and peroxidase by modified <I>Pichia pastoris (P. pastoris)</I> (strain: SMD1168). There are three main reasons why we select <I>P. pastoris</I> as our host to produce these two enzymes. <br>&emsp;&emsp;First and foremost, laccase and peroxidase are types of glycoprotein that required N-link glycosylation to modify our enzymes, so eukaryotes are more fit than prokaryotes. Second, many researches have applied <I>P. pastoris</I> to secrete plant enzymes, such as HRP. Last but not least, <I>P. pastoris</I> can yield large quantity of protein, it is exactly beneficial for us to produce our product in a large scale. Moreover, we let <I>P. pastoris</I> secret the enzyme by adding a secretion peptide so that we do not need to disrupt the organism in order to decrease the consumables of the following production cost. </p>
 +
          </div>
  
<div class="column two_thirds_size">
+
          <div class="Polymer">
<h3>What should this page contain?</h3>
+
            <p class="first" id="ca3">Monolignol polymerization</p>
<ul>
+
            <p class="description">&emsp;&emsp;With the help of laccase, monolignols can form dimers, which have three types of bonds: β-β, β-O-4 and β-5,or oligomers. After that, through reacting with peroxidase, they then start to polymerize, and lignin-like structure would be produced.</p>
<li> A clear and concise description of your project.</li>
+
          </div>
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
<li>References and sources to document your research.</li>
+
<li>Use illustrations and other visual resources to explain your project.</li>
+
</ul>
+
</div>
+
  
<div class="column third_size" >
+
          <div class="HP">
<div class="highlight decoration_A_full">
+
            <p class="first" id="ca4">Human practice</p>
<h3>Inspiration</h3>
+
            <p class="description">&emsp;&emsp;We consulted enterprises and professors about building a business model, including key partners, channels, cost and revenues, etc., to make our product more acceptable for our customers.</p>
<p>See how other teams have described and presented their projects: </p>
+
          </div>
 
+
        </div>
<ul>
+
<br>
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
<br>
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
<br>
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
<br>
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
</ul>
+
      </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 two_thirds_size" >
+
            <a href="http://ewww.ccu.edu.tw/">
<h3>Advice on writing your Project Description</h3>
+
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
 
+
            </a>
<p>
+
</footer>
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements.  
+
</p>
+
 
+
</div>
+
 
+
<div class="column third_size">
+
<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 thought about your project and what works inspired you.</p>
+
 
+
</div>
+
 
+
 
+
 
+
 
+
 
+
  
 
</html>
 
</html>

Latest revision as of 08:45, 1 December 2018

DESCRIPTION


  Our product, “LIGGREEN” is a new material that can laminate on paper cups to replace current paper cup laminated with petrochemical materials such as polypropylene and polyethylene. LIGGREEN is a lignin-like polymer. Cups laminated with LIGGREEN is supposed to be waterproof, heat-resistant and eco-friendly.

Yeast transformation

  In liginin synthesis, monolignols react with two enzymes, peroxidase and laccase. LIGGREEN, is modelled on Picea abies, which is the most common species used in forestry and possess high content of coniferyl alcohol (G), which is the cheapest monolignol so that it can cost down our product.
  We selected peroxidase gene Px16 and Px18 from Picea abies, laccase gene from Pinus taeda. Pinus taeda and Picea abies are both gymnosperms and have similar ratio of monolignols. Moreover, the reason why we choose laccase from Pinus taeda since it has highest reaction activity at pH 5.0 which is corresponded with peroxidase react with monolignol in vivo.

Enzyme production

  We produce laccase and peroxidase by modified Pichia pastoris (P. pastoris) (strain: SMD1168). There are three main reasons why we select P. pastoris as our host to produce these two enzymes.
  First and foremost, laccase and peroxidase are types of glycoprotein that required N-link glycosylation to modify our enzymes, so eukaryotes are more fit than prokaryotes. Second, many researches have applied P. pastoris to secrete plant enzymes, such as HRP. Last but not least, P. pastoris can yield large quantity of protein, it is exactly beneficial for us to produce our product in a large scale. Moreover, we let P. pastoris secret the enzyme by adding a secretion peptide so that we do not need to disrupt the organism in order to decrease the consumables of the following production cost.

Monolignol polymerization

  With the help of laccase, monolignols can form dimers, which have three types of bonds: β-β, β-O-4 and β-5,or oligomers. After that, through reacting with peroxidase, they then start to polymerize, and lignin-like structure would be produced.

Human practice

  We consulted enterprises and professors about building a business model, including key partners, channels, cost and revenues, etc., to make our product more acceptable for our customers.