Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
(32 intermediate revisions by 4 users not shown) | |||
Line 43: | Line 43: | ||
}); | }); | ||
}); | }); | ||
− | + | ||
− | + | // 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> | ||
Line 63: | 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 | + | <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=" | + | <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=" | + | <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 | + | <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> | ||
Line 77: | Line 101: | ||
<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="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 | + | <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/Basic_Part"><li class="list" id="parts1">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="parts2">Composite Part</li></a> | <a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite 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 | + | <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="model3">Polymer</li></a> | + | <a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</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 | + | <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 101: | 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 | + | <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"> | + | <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/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</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/ | + | <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 124: | Line 148: | ||
</header> | </header> | ||
+ | <div class="indicator"> | ||
+ | |||
+ | <div class="pointerModeling" id="1"><a href="#ca1">Binding model</a></div> | ||
+ | <div class="pointerModeling" id="2"><a href="#ca2">Polymer model</a></div> | ||
+ | </div> | ||
<div class="backgroundModeling"> | <div class="backgroundModeling"> | ||
− | <div class="photoModeling"></div> | + | <div class="photoModeling"><h1 class="bigtitle">MODELING<h1></div> |
<div class="content"> | <div class="content"> | ||
− | + | <br> | |
− | <p class="description">  In the future, there will be fewer and fewer petrochemical resources on the planet, | + | <p class="description">  In the future, there will be fewer and fewer petrochemical resources on the planet, but plastic waste are keeping accumulating. When things change, what should we do? To solve the problem, we use LIGGREEN. We hope to establish a new production line for laminating paper products using biological materials. First, we use natural enzymes to synthesize the material. Through the synthetic reaction of enzymes and monolignols, we ensure our LIGGREEN structure is similar to natural compounds. This allows us to create a biological laminate which will not require petrochemicals and high energy consumption. Our modeling is mainly divided into two parts to prove the feasibility of our project: binding model and polymer model.</p><br> |
− | <p class=" | + | <p class="first" id="ca1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Binding">Binding model</a></p> |
− | <p class="description">  In our experiment, coniferyl alcohol would | + | <div class="row"> |
− | <strong>Modeling:</strong> we decided to confirm the feasibility of the reaction through Gibbs free energy calculation. (Calculation method using Spartan 16 | + | <div id="halftext3"> |
− | + | <p class="description">  In our experiment, coniferyl alcohol would form resonance structure after dehydrogenation, these resonance structures would form dimers (β-5, β-O-4, β-β). These reactions are catalytic by the enzymes and the addition of water.<br> | |
− | <p class=" | + | <strong>Modeling:</strong> we decided to confirm the feasibility of the reaction through Gibbs free energy calculation. (Calculation method using Spartan 16) |
− | <p class="description">   We produce three enzymes,Px16,Px18 and Lac1 . | + | </p></div> |
− | <strong>Modeling:</strong> We use Flory-Stockmayer theory to estimate the polymerization. Through the theory, we can control some conditions to do the oligomerization and let | + | |
+ | <div id="Model1" class="polaroid" style="display:inline-block"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/be/T--CCU_Taiwan--CCUmodel111.png" width="100%"> | ||
+ | <div class="container"> | ||
+ | <p>Figure1: Activation energy diagram when reaction is spontaneous.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <p class="first" id="ca2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer">Polymer model</a></p> | ||
+ | <p class="description">   We produce three enzymes, Px16, Px18 and Lac1. LIGGREEN is produced by coniferyl alcohol and enzymes. The goal of Polymer model is to estimate the polymerization between coniferyl alcohol and enzymes.<br> | ||
+ | <strong>Modeling:</strong> We use Flory-Stockmayer theory to estimate the polymerization. Through the theory, we can control some conditions to do the oligomerization and let LIGGREEN be more biodegradation and chain-like. | ||
</p> | </p> | ||
+ | |||
+ | <br><br><br> | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 08:48, 1 December 2018
MODELING
In the future, there will be fewer and fewer petrochemical resources on the planet, but plastic waste are keeping accumulating. When things change, what should we do? To solve the problem, we use LIGGREEN. We hope to establish a new production line for laminating paper products using biological materials. First, we use natural enzymes to synthesize the material. Through the synthetic reaction of enzymes and monolignols, we ensure our LIGGREEN structure is similar to natural compounds. This allows us to create a biological laminate which will not require petrochemicals and high energy consumption. Our modeling is mainly divided into two parts to prove the feasibility of our project: binding model and polymer model.
In our experiment, coniferyl alcohol would form resonance structure after dehydrogenation, these resonance structures would form dimers (β-5, β-O-4, β-β). These reactions are catalytic by the enzymes and the addition of water.
Modeling: we decided to confirm the feasibility of the reaction through Gibbs free energy calculation. (Calculation method using Spartan 16)
Figure1: Activation energy diagram when reaction is spontaneous.
We produce three enzymes, Px16, Px18 and Lac1. LIGGREEN is produced by coniferyl alcohol and enzymes. The goal of Polymer model is to estimate the polymerization between coniferyl alcohol and enzymes.
Modeling: We use Flory-Stockmayer theory to estimate the polymerization. Through the theory, we can control some conditions to do the oligomerization and let LIGGREEN be more biodegradation and chain-like.