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

 
(49 intermediate revisions by 6 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);
 
$("#sub_home").stop(true,false,true).slideToggle(300);
});
+
  });
+
 
 
$("#Project").hover(function(){
 
$("#Project").hover(function(){
 
$("#sub_project").stop(true,false,true).slideToggle(300);
 
$("#sub_project").stop(true,false,true).slideToggle(300);
Line 16: Line 21:
 
});
 
});
 
 
$("#Modeling").hover(function(){
+
$("#Modeling").hover(function(){  
 
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
});
 
});
Line 35: Line 40:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#9c957e")
+
     $(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 class="front">
 
                 <ul class="front">
Line 58: Line 86:
 
'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" 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>
+
                     <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;">
 
                         <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/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/Attributions"><li class="list" id="home2">Attributions</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home2">Medals</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="home3">For Judges</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" 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>
+
                     <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" style="cursor:default;">
 
<ul class="sub" id="sub_project" style="cursor:default;">
 
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
 
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project6">Demonstration</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab "><li class="list" id="project5">InterLab</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <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>
+
                     <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" style="cursor:default;">
 
                         <ul class="sub" id="sub_parts" style="cursor:default;">
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts2">Basic Part</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts3">Composite Part</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Improve"><li class="list" id="parts4">Improved Part</li></a>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <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>
+
                     <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" style="cursor:default;">
 
                         <ul class="sub" id="sub_modeling" style="cursor:default;">
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding</li></a>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model4">Polymer</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Degradation"><li class="list" id="model3">Degradation</li></a>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <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><hr>
+
                     <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" style="cursor:default;">
 
                         <ul class="sub" id="sub_drylab" style="cursor:default;">
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
Line 98: Line 125:
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
    <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>
+
    <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" style="cursor:default;">
 
                         <ul class="sub" id="sub_human_practice" style="cursor:default;">
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Overview</li></a>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate"><li class="list" id="human_practice4">Intergrated HP</li></a>
+
<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>
Line 110: Line 138:
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
 
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
 
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook2">Protocols</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook3">Experiments</li></a>
+
<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="notebook4">Materials</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 120: Line 148:
  
 
     </header>
 
     </header>
 +
<div class="indicator">
 +
 +
<div class="pointerProject" id="2"><a href="#ca1">Yeasts & Enzymes</a></div>
 +
<div class="pointerProject" id="3"><a href="#ca2">Properties analysis</a></div>
 +
<div class="pointerProject" id="4"><a href="#ca3">Safety</a></div>
 +
<div class="pointerProject" id="4"><a href="#ca4">Market analysis</a></div>
 +
 +
</div>
  
 
<div class="backgroundProject">
 
<div class="backgroundProject">
<div class="photoDemonstration"></div>
+
<div class="photoDemonstration"><h1 class="bigtitle">DEMONSTRATION<h1></div>
 
<div class="content">
 
<div class="content">
<p class="first">Yeasts & Enzymes</p>
+
<p class="first" id="ca1">Yeasts & Enzymes</p>
<p class="description">&emsp;&emsp;In terms of gene design, our goal is mainly the production of plant enzymes. Therefore, we demonstrated the growth curve of the yeast and confirmed the enzyme production.  </p>
+
<p class="description">&emsp;&emsp;In terms of gene design, our goal is mainly the production of plant enzymes. Therefore, we demonstrated the growth curve of the yeast and ensure the efficiency of the production of enzymes.  </p>
  
 
                 <div id="Demonstrate1" class="polaroid">
 
                 <div id="Demonstrate1" class="polaroid">
Line 135: Line 171:
 
   <br>
 
   <br>
 
   <br>
 
   <br>
<p class="first">Properties analysis</p>
+
 
<p class="description"> &emsp;&emsp;For our production methods, we refer to the current material production and get some engineering conditions from the company. Through these engineering conditions, we have designed some modeling and production line. We hope that Liggreen will be more in line with business needs. We hope that Liggreen will have a place in the market.
+
                <div id="Demonstrate1-2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/6/6b/T--CCU_Taiwan--CCUcurvedata.jpg" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure2: Growth curve data.</p>
 +
                  </div>
 +
                </div>
 +
  <br>
 +
  <br>
 +
 
 +
                <div id="Demonstrate1-3" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/parts/thumb/1/17/T--CCU_Taiwan--JOEA.PNG/1050px-T--CCU_Taiwan--JOEA.PNG" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure3: Growth curve measurement: Lac1.</p>
 +
                  </div>
 +
                </div>  <br>
 +
  <br>
 +
                <div id="Demonstrate1-4" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/parts/thumb/7/7b/T--CCU_Taiwan--JOEC.PNG/1050px-T--CCU_Taiwan--JOEC.PNG" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure4: Growth curve measurement: Px16.</p>
 +
                  </div>
 +
                </div>  <br>
 +
  <br>
 +
                <div id="Demonstrate1-5" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/parts/thumb/1/14/T--CCU_Taiwan--JOEB.PNG/1050px-T--CCU_Taiwan--JOEB.PNG" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure5: Growth curve measurement: Px18.</p>
 +
                  </div>
 +
                </div>
 +
  <br>
 +
  <br>
 +
<p class="first" id="ca2">His4 experiment</p>
 +
<p class="description"> &emsp;&emsp;In our experiments, we have successfully constructed pGAPZ A containing His4 vectors. As of yet, we have just successfully transformed pGAPZ A_His4_Px18 vector into <I>P. pastoris</I>. In the future, we will do some further researches on this experiment.</p>
 +
 
 +
                <div id="Demonstrate2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/6/69/T--CCU_Taiwan--CCUDEMON2.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure6: Plasmid digest (EcoRI, Agel) after miniprep</p>
 +
                  </div>
 +
                </div>
 +
<br><br>
 +
                <div id="Demonstrate3" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/f/ff/T--CCU_Taiwan--De1.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure7: Plasmid digest(SalI) check</p>
 +
                  </div>
 +
                </div>
 +
 
 +
                <div id="Demonstrate4" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/8/80/T--CCU_Taiwan--134.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p>Figure8: pGAPZ A_His4_Px18 selection with SD plate</p>
 +
                  </div>
 +
                </div>
 +
 
 +
<p class="first" id="ca2">Properties analysis</p>
 +
<p class="description"> &emsp;&emsp;For our production methods, we refer to the current material production and get some engineering conditions from the company. Through these engineering conditions, we have designed some modeling and production line. We hope that LIGGREEN will be more in line with business needs. We hope that LIGGREEN will have a place in the market.
 
   <br>
 
   <br>
&emsp;&emsp;In terms of engineering properties of Liggreen, we also completed two important parts.
+
&emsp;&emsp;In terms of engineering properties of LIGGREEN, we also completed two important parts.
 
</p>
 
</p>
 
   <br>  <br>
 
   <br>  <br>
<p class="description"><strong>PART 1.</strong></p>  <br>
+
<p class="description"><strong>PART 1.&emsp; Modeling</strong></p>   
 
<p class="description"><strong>Spontaneous reaction of monolignols & calculation of Flory-Stockmayer Theory of polymerization</strong></p>
 
<p class="description"><strong>Spontaneous reaction of monolignols & calculation of Flory-Stockmayer Theory of polymerization</strong></p>
  
<p class="description"> &emsp;&emsp;In our modeling, we constructed a theoretical calculation for our material. Based on published literature, we used Spartan to determine the spontaneous basis for our bond reaction, and then Flory-Stockmayer theory to provide a theoretical estimate of the polymerization. Through the establishment of the model, we can get theoretical data on Liggreen. In patent applications and product improvements, we can improve on this estimate through theoretical calculations and material measurements.</p>  
+
<p class="description"> &emsp;&emsp;In our modeling, we constructed a theoretical calculation for our material. Based on published literature, we used Spartan to determine the spontaneous basis for our bond reaction, and then Flory-Stockmayer theory to provide a theoretical estimate of the polymerization. Through the establishment of the model, we can get theoretical data on LIGGREEN. In patent applications and product improvements, we can improve on this estimate through theoretical calculations and material measurements.</p>  
 +
<div id="Demonstrate5" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/2/28/T--CCU_Taiwan--CCUmodelbasicpsrt3.png" style="width:120%">
 +
                  <div class="container">
 +
                    <p>Figure9: Three Bonds based on Spartan Analysis</p>
 +
                  </div>
 +
                </div>
 
<br>  <br>
 
<br>  <br>
<p class="description"><strong>PART 2.</strong></p>  <br>
+
<p class="description"><strong>PART 2.&emsp; Structure analysis</strong></p>   
<p class="description"><strong>Production line</strong></p>
+
<p class="description"> &emsp;&emsp;We analyzed the structure of our product. By UV-Visible we proved that the reaction has occurred and the linkage in our product is what we have expected. Also form other analysis, we learned more about the characteristics of our products.</p>
<p class="description"> &emsp;&emsp;We have designed a production line to produce Liggreen. Using existing fermentation tank systems and reaction tank assemblies  on the market, we can construct our production line.</p>
+
<br>  <br> <div id="Demonstrate6" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/2/29/T--CCU_Taiwan--CCUreaction1.png" style="width:120%">
 +
                  <div class="container">
 +
                    <p>Figure10: 1st reaction experiment result(coniferyl alcohol react with laccase for 18hr at 25°C) </p>
 +
                  </div>
 +
                </div>
 +
 
 +
<div id="Demonstrate7" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/0/06/T--CCU_Taiwan--CCUreaction2.png" style="width:120%">
 +
                  <div class="container">
 +
                    <p>Figure11: 2nd reaction experiment result(coniferyl alcohol react with laccase for 18hr at 25°C) </p>
 +
                  </div>
 +
                </div>
 +
<br>  <br> <br>
 +
<p class="description"><strong>PART 3.&emsp; Production line</strong></p>  
 +
<p class="description"> &emsp;&emsp;We have designed a production line to produce LIGGREEN. Using existing fermentation tank systems and reaction tank assemblies  on the market, we can construct our production line.</p>
 
<br>  <br>
 
<br>  <br>
<p class="first">Market analysis</p>  <br>
+
<div id="Demonstrate8" class="polaroid">
<p class="description">&emsp;&emsp;We have already done a market survey of Liggreen. In response to the needs of the commodity market, we have discussed several practical business models and various analyses. Furthermore, we have visited several companies that produce laminated paper cups, as well as several companies that are concerned about new environmentally friendly materials. After these visits, our project has been further improved and more in line with social needs.</p>
+
                    <video id="production" controls>
  <br>
+
              <source src="https://static.igem.org/mediawiki/2018/8/8e/T--CCU_Taiwan--CCUproduction.mp4" type="video/mp4">
<p class="description">&emsp;&emsp;In the future, we will make Liggreen not only in the laboratory but also meet the production standards of industry. We will promote the products to the public and fulfill the concept of environmental protection.</p>
+
              <source src="https://static.igem.org/mediawiki/2018/c/c4/T--CCU_Taiwan--CCUproduction1221.webm" type="video/webm">
  <br>
+
                    </video>
<br>
+
                  <div class="container">
 +
                    <p>Figure12: Production line</p>
 +
                  </div>
 +
                </div><br><br>
 +
<p class="first" id="ca3">Safety</a></p><p class="description">&emsp;&emsp;For our production methods, we have designed an effective biological control. In the production line, we have a filter between the fermentation tank and the reaction tank. In addition, our production line will be heat-sterilized after the reaction tank. We have done experiments to prove that our yeast will not cause a biological crisis.
 +
</p><br><i id="like-btn" class="fa fa-thumbs-o-up"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Read more</a></i><br><br>
 +
 +
<br><br><br>
 +
<p class="first" id="ca4">Market analysis</p>  <br>
 +
<p class="description">&emsp;&emsp;We have already done a market survey of LIGGREEN, to match the needs of the commodity market. We have built our own business models and various analyses, such as SWOT analysis, STP. Furthermore, we have visited several companies that produce laminated paper cups, to understand their requirements and adjust our product to be suitable for them.(<a href="href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">Read more in Entrepreniumship</a>)</p>  <br>
 +
<br>
 +
<p class="description">&emsp;&emsp;Base on corporate social responsibility, we commit to produce environmental friendly product. Moreover, to bring more welfare to the society, we proposed two policies about food packaging safety and recycling regulations. We consult county councilor to understand the progress of establishing policies and put ours into practice.
 +
(<a href="href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">Read more in Intergrate HP</a>)</p><br>
 +
 
 
<br>               
 
<br>               
 
</div>
 
</div>

Latest revision as of 08:46, 1 December 2018

DEMONSTRATION

Yeasts & Enzymes

  In terms of gene design, our goal is mainly the production of plant enzymes. Therefore, we demonstrated the growth curve of the yeast and ensure the efficiency of the production of enzymes.

Figure1: ZeocinTM selection



Figure2: Growth curve data.



Figure3: Growth curve measurement: Lac1.



Figure4: Growth curve measurement: Px16.



Figure5: Growth curve measurement: Px18.



His4 experiment

  In our experiments, we have successfully constructed pGAPZ A containing His4 vectors. As of yet, we have just successfully transformed pGAPZ A_His4_Px18 vector into P. pastoris. In the future, we will do some further researches on this experiment.

Figure6: Plasmid digest (EcoRI, Agel) after miniprep



Figure7: Plasmid digest(SalI) check

Figure8: pGAPZ A_His4_Px18 selection with SD plate

Properties analysis

  For our production methods, we refer to the current material production and get some engineering conditions from the company. Through these engineering conditions, we have designed some modeling and production line. We hope that LIGGREEN will be more in line with business needs. We hope that LIGGREEN will have a place in the market.
  In terms of engineering properties of LIGGREEN, we also completed two important parts.



PART 1.  Modeling

Spontaneous reaction of monolignols & calculation of Flory-Stockmayer Theory of polymerization

  In our modeling, we constructed a theoretical calculation for our material. Based on published literature, we used Spartan to determine the spontaneous basis for our bond reaction, and then Flory-Stockmayer theory to provide a theoretical estimate of the polymerization. Through the establishment of the model, we can get theoretical data on LIGGREEN. In patent applications and product improvements, we can improve on this estimate through theoretical calculations and material measurements.

Figure9: Three Bonds based on Spartan Analysis



PART 2.  Structure analysis

  We analyzed the structure of our product. By UV-Visible we proved that the reaction has occurred and the linkage in our product is what we have expected. Also form other analysis, we learned more about the characteristics of our products.



Figure10: 1st reaction experiment result(coniferyl alcohol react with laccase for 18hr at 25°C)

Figure11: 2nd reaction experiment result(coniferyl alcohol react with laccase for 18hr at 25°C)




PART 3.  Production line

  We have designed a production line to produce LIGGREEN. Using existing fermentation tank systems and reaction tank assemblies on the market, we can construct our production line.



Figure12: Production line



Safety

  For our production methods, we have designed an effective biological control. In the production line, we have a filter between the fermentation tank and the reaction tank. In addition, our production line will be heat-sterilized after the reaction tank. We have done experiments to prove that our yeast will not cause a biological crisis.


Read more




Market analysis


  We have already done a market survey of LIGGREEN, to match the needs of the commodity market. We have built our own business models and various analyses, such as SWOT analysis, STP. Furthermore, we have visited several companies that produce laminated paper cups, to understand their requirements and adjust our product to be suitable for them.(Read more in Entrepreniumship)



  Base on corporate social responsibility, we commit to produce environmental friendly product. Moreover, to bring more welfare to the society, we proposed two policies about food packaging safety and recycling regulations. We consult county councilor to understand the progress of establishing policies and put ours into practice. (Read more in Intergrate HP)