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

Line 1: Line 1:
{{CCU_Taiwan/css}}
+
{{Template: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(e){
+
$("#Home").hover(function(){
 
$("#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 21: Line 16:
 
});
 
});
 
 
$("#Modeling").hover(function(){  
+
$("#Modeling").hover(function(){
 
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 
});
 
});
Line 40: Line 35:
 
     $(this).css("background","black")
 
     $(this).css("background","black")
 
},function(){
 
},function(){
     $(this).css("background","#31a97e")
+
     $(this).css("background","#9c957e")
 
   });
 
   });
 +
 +
$("#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);
 
 
 
 
</script>
 
</script>
 
</head>
 
 
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav>
+
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
 
             <div class="container">
 
             <div class="container">
 
                 <ul class="front">
 
                 <ul class="front">
Line 89: Line 71:
 
<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="project4">Demonstration</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/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>
Line 95: Line 77:
 
                     <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><hr>
 
                         <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/Basic_Part"><li class="list" id="parts1">Basic Part</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/Composite_Part"><li class="list" id="parts2">Composite Part</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/Improve"><li class="list" id="parts3">Improved 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/Improve"><li class="list" id="parts4">Improved Part</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 104: Line 87:
 
                             <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</li></a>
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer</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/Degradation"><li class="list" id="model3">Degradation</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 119: Line 103:
 
<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/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</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/Intergrate"><li class="list" id="human_practice5">Intergrated HP</li></a>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 127: Line 110:
 
                             <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="notebook3">Protocols</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/Experiments"><li class="list" id="notebook4">Experiments</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/Materials"><li class="list" id="notebook5">Materials</li></a>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook4">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 144: Line 127:
  
 
</div>
 
</div>
 +
 
<div class="backgroundProject">
 
<div class="backgroundProject">
 
<div class="photoDemonstration"></div>
 
<div class="photoDemonstration"></div>
 
<div class="content">
 
<div class="content">
<p class="first">Demonstration</p>
+
<p class="first" id="ca1">Yeasts & Enzymes</p>
<p class="description">&emsp;&emsp;We have not yet achieved the final goal we set at the beginning, but have achieved a high level of success.  </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>
  
 
                 <div id="Demonstrate1" class="polaroid">
 
                 <div id="Demonstrate1" class="polaroid">
Line 158: Line 142:
 
   <br>
 
   <br>
 
   <br>
 
   <br>
<p class="second" id="ca2">Zeocin selection:</p>
+
<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>
 +
&emsp;&emsp;In terms of engineering properties of Liggreen, we also completed two important parts.
 +
</p>
 
   <br>  <br>
 
   <br>  <br>
  <p class="second" id="ca3">Engineering properties of Liggreen:</p>
+
<p class="description"><strong>PART 1.</strong></p>  <br>
  <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>
+
 
+
&emsp;&emsp;In terms of engineering properties of Liggreen, we also completed two important parts.<br>
+
</p><br>
+
<p class="description"><strong>PART 1.</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>   
<br>
+
<br>  <br>
<p class="description"><strong>PART 2.</strong></p>  
+
<p class="description"><strong>PART 2.</strong></p>  <br>
 
<p class="description"><strong>Production line</strong></p>
 
<p class="description"><strong>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>
 
<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>
<p class="second" id="ca4">Market analysis</p>  
+
<br>  <br>
 +
<p class="first" id="ca3">Market analysis</p>  <br>
 
<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>
 
<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>
 +
  <br>
 
<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>
 
<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>
 
   <br>
 
   <br>

Revision as of 20:11, 14 October 2018

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 confirmed the enzyme production.

Figure1: ZeocinTM selection



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.


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.



PART 2.


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.



Market analysis


  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.


  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.