Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
(30 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{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","# | + | $(this).css("background","#31a97e") |
}); | }); | ||
}); | }); | ||
Line 42: | Line 47: | ||
function offsetAnchor() { | function offsetAnchor() { | ||
if (location.hash.length !== 0) { | if (location.hash.length !== 0) { | ||
− | window.scrollTo(window.scrollX, window.scrollY - | + | window.scrollTo(window.scrollX, window.scrollY - 90); |
} | } | ||
} | } | ||
Line 57: | Line 62: | ||
// Set the offset when entering page with hash present in the url | // Set the offset when entering page with hash present in the url | ||
window.setTimeout(offsetAnchor, 0); | window.setTimeout(offsetAnchor, 0); | ||
− | + | ||
− | + | $(document).scroll(function () { // remove "$" | |
+ | var y = $(this).scrollTop(); | ||
+ | if (y > 300) { | ||
+ | $('.indicator').fadeIn(); | ||
+ | } | ||
+ | else { | ||
+ | $('.indicator').fadeOut(); | ||
+ | } | ||
+ | }); | ||
+ | |||
</script> | </script> | ||
+ | <style> | ||
+ | .mdl1 { | ||
+ | color:red!important; | ||
+ | padding-left:4vw!important; | ||
+ | margin-left:1vw!important; | ||
+ | font-size:20px; | ||
+ | } | ||
+ | .mdl2 { | ||
+ | color:red!important; | ||
+ | padding-left:4vw!important; | ||
+ | margin-left:1vw!important; | ||
+ | font-size:20px; | ||
+ | } | ||
+ | .mdl3 { | ||
+ | color:red!important; | ||
+ | padding-left:4vw!important; | ||
+ | margin-left:1vw!important; | ||
+ | font-size:20px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
<body> | <body> | ||
<header> | <header> | ||
− | + | <nav> | |
<div class="container"> | <div class="container"> | ||
<ul class="front"> | <ul class="front"> | ||
Line 69: | Line 105: | ||
'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> | ||
<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=" | + | <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=" | + | <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=" | + | <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=" | + | <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 109: | Line 144: | ||
</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/ | + | <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 121: | Line 157: | ||
<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=" | + | <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=" | + | <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=" | + | <a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 132: | Line 168: | ||
</header> | </header> | ||
+ | <div class="indicator"> | ||
+ | |||
+ | <div class="pointerProject" id="2"><a href="#ca1">Bronze Medal</a></div> | ||
+ | <div class="pointerProject" id="3"><a href="#ca2">Sliver Medal</a></div> | ||
+ | <div class="pointerProject" id="4"><a href="#ca3">Gold Medal</a></div> | ||
+ | |||
+ | </div> | ||
<div class="backgroundAboutUs"> | <div class="backgroundAboutUs"> | ||
− | <div class="photomedal"></div> | + | <div class="photomedal"><h1 class="bigtitle">MEDALS<h1></div> |
<div class="bcg"></div> | <div class="bcg"></div> | ||
<div class="content"> | <div class="content"> | ||
− | + | <br><p class="second" id="ca1">Bronze Medal Achievements</p> | |
− | + | ||
<div class="medal_bronze"><p class="second">Registration and Giant Jamboree Attendence</p><p class="description">We had registered CCU Taiwan for iGEM, and had the summer as our great iGEM season.</p></div> | <div class="medal_bronze"><p class="second">Registration and Giant Jamboree Attendence</p><p class="description">We had registered CCU Taiwan for iGEM, and had the summer as our great iGEM season.</p></div> | ||
− | <div class=" | + | <div class="medal_bronze"><p class="second">Competition Deliverables</p><p class="description"> We had completed all the competition deliverables.</p></div> |
− | <div class=" | + | <div class="medal_bronze" style="height:25vh!important;"><p class="second">Attributions</p><p class="description">We had written the Team Members and Attributions in our wiki page.</p> |
− | <div class=" | + | <a class="mdl1" href="https://2018.igem.org/Team:CCU_Taiwan/Team">»Team</a><a class="mdl1" href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">»Attributions</a> |
+ | </div> | ||
+ | <div class="medal_bronze" style="height:25vh!important;"><p class="second">Characterization / Contribution</p><p class="description">We had completed all experiments of InterLab.</p> | ||
+ | <a class="mdl1" href="https://2018.igem.org/Team:CCU_Taiwan/InterLab">»InterLab</a> | ||
+ | </div><br><br> | ||
− | <p class="second">Silver Medal Achievements</p> | + | <p class="second" id="ca2"><br>Silver Medal Achievements</p> |
− | <p class=" | + | <div class="medal_silver"><p class="second">Validated Part /Validated Contribution</p><p class="description">We had allowed the rule to submit our biobricks.</p></div> |
− | + | <div class="medal_silver" style="height:25vh!important;"><p class="second">Collaboration</p><p class="description">We had collaborated with other registered iGEM teams, see more details in Collaborations.</p> | |
− | + | <a class="mdl2" href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations">»Collaborations</a> | |
− | + | </div> | |
− | </p> | + | <div class="medal_silver" style="height:30vh!important;"><p class="second">Human Practice</p><p class="description">The action we took in Human Practice were making our project go well.<br> |
− | <p class="second">Gold Medal Achievements</p> | + | Found more detail in Human Practice.</p> |
− | <p class="description">We had contacted with experts and gained lots of advices about improving our production line, we also visited politician to issue about environmental protect.<br> | + | <a class="mdl2" href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">»Human Practice</a> |
− | + | </div><br><br> | |
− | + | ||
− | + | <p class="second" id="ca3"><br>Gold Medal Achievements</p> | |
− | + | <div class="medal_gold" style="height:35vh!important;"><p class="second">Integrated Human Practice</p><p class="description">We had contacted with experts and gained lots of advices about improving our production line,<br> we also visited politician to issue about environmental protect. <br>And the details are in the Integrated Human Pratice.</p> | |
− | </ | + | <a class="mdl3" href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">»Intergrate</a> |
+ | </div> | ||
+ | <div class="medal_gold" style="height:25vh!important;"><p class="second">Model Your Project</p><p class="description">We had designed some Models to make our project progress more smoothly. </p> | ||
+ | <a class="mdl3" href="https://2018.igem.org/Team:CCU_Taiwan/Model">»Model</a> | ||
+ | </div> | ||
+ | <div class="medal_gold" style="height:25vh!important;"><p class="second">Demonstration of Your Work</p><p class="description">Our production can demonstrate in standard solution.</p> | ||
+ | <a class="mdl3" href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">»Demonstrate</a> | ||
+ | </div> | ||
<br> | <br> | ||
<br><br> | <br><br> |
Latest revision as of 08:54, 1 December 2018
MEDALS
Bronze Medal Achievements
Registration and Giant Jamboree Attendence
We had registered CCU Taiwan for iGEM, and had the summer as our great iGEM season.
Competition Deliverables
We had completed all the competition deliverables.
Silver Medal Achievements
Validated Part /Validated Contribution
We had allowed the rule to submit our biobricks.
Collaboration
We had collaborated with other registered iGEM teams, see more details in Collaborations.
»CollaborationsHuman Practice
The action we took in Human Practice were making our project go well.
Found more detail in Human Practice.
Gold Medal Achievements
Integrated Human Practice
We had contacted with experts and gained lots of advices about improving our production line,
we also visited politician to issue about environmental protect.
And the details are in the Integrated Human Pratice.