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

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 type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/ScrollIndicator?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/Scrolling_Parallax?
 +
action=raw&ctype=text/javascript"></script>
 +
<link rel="stylesheet"
 +
  href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/skrollr?
 +
action=raw&ctype=text/javascript"></script>
 
<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 48:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#F96784")
+
     $(this).css("background","#842b00")
 
   });
 
   });
  
Line 44: Line 57:
 
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 
},function(){
 
},function(){
$("#home_img").stop(true,false,true).css("display","none").css("left","50vw");
+
$("#home_img").stop(true,false,true).css("display","none").css("left","40vw");
 
$("#home_word").fadeOut(0)
 
$("#home_word").fadeOut(0)
 
});
 
});
 +
 
});
 
});
 +
 +
$(window).scroll(function() {
 +
    var wintop = $(window).scrollTop(), docheight =
 +
 +
    $(document).height(), winheight = $(window).height();
 +
    var scrolled = (wintop/(docheight-winheight))*100;
 +
 +
    $('.scroll-line').css('height', (scrolled*0.5 + '%'));
 +
});
 +
 +
var s = skrollr.init({
 +
render: function(data) {
 +
  //Log the current scroll position.
 +
  $('#info').text(data.curTop);
 +
}
 +
});;
 +
 
</script>
 
</script>
 +
 +
</head>
 +
 
<body>
 
<body>
 
   <header>
 
   <header>
 
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
 
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
 
             <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><hr>
 +
                         <ul class="sub" id="sub_home" style="cursor:default;">
 
                             <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
 
                             <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
 
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
 
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
 +
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Medal">Medal</a></li>
 
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
 
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
<hr>
 
<div id="home_img">
 
<div id="home_img">
 
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
 
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
 
</div>
 
</div>
 
<div id="home_word">
 
<div id="home_word">
<p>There's a home for us, always.</p>
+
<a>There's a home for us, always.</a>
 
</div>
 
</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><hr>
<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>
 
    <li class="list" id="project1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
 
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
 
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
 
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
 
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
<li class="list" id="project4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements">Achievements</a></li>
+
<li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
 
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
 
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
    <li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
<hr>
 
</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><hr>
                         <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>
+
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Overview</a></li>
 
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
 
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
 
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
 
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
 
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
 
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
 +
<hr>
 
                         </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><hr>
                         <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>
+
                             <li class="list" id="model1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Overview</a></li>
                             <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Activity</a></li>
+
                             <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Model</a></li>
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Monolignol">Monolignol Binding</a></li>
+
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Lignin">Lignin Model</a></li>
 
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
 
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
 +
<hr>
 
                         </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>Drylab</a><hr>
                         <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>
+
                             <li class="list" id="drylab1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Overview</a></li>
 
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
 
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
 
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
 
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
 +
<hr>
 
                         </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><hr>
                         <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>
+
                             <li class="list" id="human_practice1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Overview</a></li>
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Engagement</a></li>
+
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Public</a></li>
 
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Business_Model">Business Model</a></li>
+
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">Intergrate</a></li>
 +
<hr>
 
                         </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>
+
                             <li class="list" id="notebook1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Overview</a></li>
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design">Applied Design</a></li>
+
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations">Collaborations</a></li>
 
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
 
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
 
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
 
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
 +
<hr>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 122: Line 164:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
<!--<div class="scroll-line"></div>
 +
<div class="scroll-line-bg"></div>
 +
<div class="Quick-navigation">
 +
  <a href="#A" class="Quick-navigation-item">____Background</a>
 +
  <a href="#B" class="Quick-navigation-item">____Calibration 1</a>
 +
  <a href="#C" class="Quick-navigation-item">____Calibration 2</a>
 +
  <a href="#D" class="Quick-navigation-item">____Calibration 3</a>
 +
  <a href="#E" class="Quick-navigation-item">____Calibration 4</a>
 +
  <a href="#F" class="Quick-navigation-item">____Calibration 5</a>
 +
  <div class="Scroll-progress-indicator"></div>
 +
</div>-->
 
     </header>
 
     </header>
</body>
+
<div class="background">
 
+
<div class="bcg"></div>
<div class="column full_size">
+
      <div class="content">
<h1>Description</h1>
+
 
+
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
  
 +
            <p class="description">We are aiming to create a new material that will be used in paper cup coating, which is eco -friendly and similar to lignin, we call this kind of film “LIGGREEN “. We hope that cups coating with LIGGREEN are waterproof and heat-resistant; furthermore, they can be naturally decomposed. It is a breakthrough attempt for the current paper cup coating and hopes to replace petrochemical materials such as Polypropylene and Polyethylene.
 +
<br><br>
 +
LIGGREEN, which is similar to natural lignin found in most of the plants, is a polymer mainly composed of monolignol like lignin. Monolignols can go through polymerization by adding two enzymes—peroxidase and laccase. Therefore, we aim to modify the yeast to produce these two enzymes. These enzymes react with monolignols and synthesize LIGGREEN
 +
<br><br>
 +
Monolignols we chose, which are extracted from black liquor and react with our enzymes to form LIGGREEN. Then, we observe lignin’s properties and adjust it to fit lamination paper industry. With LIGGREEN, everyone will be able to enjoy the convenience without polluting the Mother Earth.
 +
<br><br>
 +
There are four parts below which are the most important for our project:
 +
<br><br>
 +
</p>
 +
<p class="second">
 +
<ol>
 +
<li>P.Pastoris transform
 +
<p class="description">
 +
In lignin synthesis, monomers react mainly with two enzymes, peroxidase and laccase. Then, we decided to synthesize these enzymes through synthetic biology. But we have a lot of problems from production. These are mainly about the systematic differences between Prokaryotes and Eukaryotes. Finally, we choose P.pastoris as our strain. Because P. pastoris is a high expression engineering strain, many studies have shown that P. pastoris can secrete enzymes of plant. Then the most important point is that it can modify the N-link glycosylation of our enzymes.
 +
</p>
 +
</li>
 +
<li>Enzyme production
 +
<p class="description">
 +
We mainly produce three enzymes, Lac1, Px16 and Px18. In gene design, we added three different tags and α-factor to help our production. Due to three different tags, we can accurately distinguish three enzymes in western blot. Then, adding the exocrine gene, α-factor, is for making a more faster production . In order to increase the value of the production line, our enzymes are not removed by cell rupture. It is also more convenient for protein purification.
 +
</p>
 +
</li>
 +
<li>Monolignol polymerization
 +
<p class="description">
 +
In the polymerization, the monomer mainly bonds by three enzymes. At present, we are based on the bonding of monolignol G. Between the monolignol and these enzymes, there are three types of bonds , β-β, β-O-4 and β-5. In plants, monolignol G are also polymerized with these bonds. Through the biological specificity of the enzyme, we speculate that our products have a certain relationship with lignin.
 +
</p>
 +
</li>
 +
<li>Business model
 +
<p class="description">
 +
Besides analyzing survey we had spread, we also consulted enterprises and professors about building business model, including key partners , channels, cost and revenues, etc., which would make our product be more completable for our customers.
 +
</p>
 +
</li>
 +
</ol>
 +
</p>
 +
      </div>
 
</div>
 
</div>
 
+
</body>
 
+
 
+
<div class="column two_thirds_size">
+
<h3>What should this page contain?</h3>
+
<ul>
+
<li> A clear and concise description of your project.</li>
+
<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="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<p>See how other teams have described and presented their projects: </p>
+
 
+
<ul>
+
<li><a href="https://2016.igem.org/Team:Imperial_College/Description">2016 Imperial College</a></li>
+
<li><a href="https://2016.igem.org/Team:Wageningen_UR/Description">2016 Wageningen UR</a></li>
+
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> 2014 UC Davis</a></li>
+
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">2014 SYSU Software</a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
<div class="column two_thirds_size" >
+
<h3>Advice on writing your Project Description</h3>
+
 
+
<p>
+
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>

Revision as of 09:46, 14 September 2018

We are aiming to create a new material that will be used in paper cup coating, which is eco -friendly and similar to lignin, we call this kind of film “LIGGREEN “. We hope that cups coating with LIGGREEN are waterproof and heat-resistant; furthermore, they can be naturally decomposed. It is a breakthrough attempt for the current paper cup coating and hopes to replace petrochemical materials such as Polypropylene and Polyethylene.

LIGGREEN, which is similar to natural lignin found in most of the plants, is a polymer mainly composed of monolignol like lignin. Monolignols can go through polymerization by adding two enzymes—peroxidase and laccase. Therefore, we aim to modify the yeast to produce these two enzymes. These enzymes react with monolignols and synthesize LIGGREEN

Monolignols we chose, which are extracted from black liquor and react with our enzymes to form LIGGREEN. Then, we observe lignin’s properties and adjust it to fit lamination paper industry. With LIGGREEN, everyone will be able to enjoy the convenience without polluting the Mother Earth.

There are four parts below which are the most important for our project:

  1. P.Pastoris transform

    In lignin synthesis, monomers react mainly with two enzymes, peroxidase and laccase. Then, we decided to synthesize these enzymes through synthetic biology. But we have a lot of problems from production. These are mainly about the systematic differences between Prokaryotes and Eukaryotes. Finally, we choose P.pastoris as our strain. Because P. pastoris is a high expression engineering strain, many studies have shown that P. pastoris can secrete enzymes of plant. Then the most important point is that it can modify the N-link glycosylation of our enzymes.

  2. Enzyme production

    We mainly produce three enzymes, Lac1, Px16 and Px18. In gene design, we added three different tags and α-factor to help our production. Due to three different tags, we can accurately distinguish three enzymes in western blot. Then, adding the exocrine gene, α-factor, is for making a more faster production . In order to increase the value of the production line, our enzymes are not removed by cell rupture. It is also more convenient for protein purification.

  3. Monolignol polymerization

    In the polymerization, the monomer mainly bonds by three enzymes. At present, we are based on the bonding of monolignol G. Between the monolignol and these enzymes, there are three types of bonds , β-β, β-O-4 and β-5. In plants, monolignol G are also polymerized with these bonds. Through the biological specificity of the enzyme, we speculate that our products have a certain relationship with lignin.

  4. Business model

    Besides analyzing survey we had spread, we also consulted enterprises and professors about building business model, including key partners , channels, cost and revenues, etc., which would make our product be more completable for our customers.