(18 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
$("#Home").hover(function(){ | $("#Home").hover(function(){ | ||
− | $("#sub_home").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_home").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Project").hover(function(){ | $("#Project").hover(function(){ | ||
− | $("#sub_project").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_project").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Parts").hover(function(){ | $("#Parts").hover(function(){ | ||
− | $("#sub_parts").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_parts").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Modeling").hover(function(){ | $("#Modeling").hover(function(){ | ||
− | $("#sub_modeling").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_modeling").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Drylab").hover(function(){ | $("#Drylab").hover(function(){ | ||
− | $("#sub_drylab").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_drylab").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Human_Practice").hover(function(){ | $("#Human_Practice").hover(function(){ | ||
− | $("#sub_human_practice").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_human_practice").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
$("#Notebook").hover(function(){ | $("#Notebook").hover(function(){ | ||
− | $("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity"," | + | $("#sub_notebook").stop(true,false,true).slideToggle(300).css("opacity","1"); |
}); | }); | ||
Line 35: | Line 35: | ||
$(this).css("background","black") | $(this).css("background","black") | ||
},function(){ | },function(){ | ||
− | $(this).css("background","# | + | $(this).css("background","#31a97e") |
}); | }); | ||
Line 48: | Line 48: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | // 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> | ||
<body> | <body> | ||
Line 121: | Line 151: | ||
</header> | </header> | ||
− | + | <div class="indicator"> | |
+ | <div class="pointerAboutUs" id="1"><a href="#ca1">Winning Results</a></div> | ||
+ | <div class="pointerAboutUs" id="2"><a href="#ca2">Present Video</a></div> | ||
+ | <div class="pointerAboutUs" id="3"><a href="#ca3">Advisors</a></div> | ||
+ | <div class="pointerAboutUs" id="4"><a href="#ca4">Helping Hands</a></div> | ||
+ | <div class="pointerAboutUs" id="4"><a href="#ca5">News Reports</a></div> | ||
+ | </div> | ||
<div class="backgroundAboutUs"> | <div class="backgroundAboutUs"> | ||
<div class="photoachievements"><h1 class="bigtitle">ACHIEVEMENTS<h1></div> | <div class="photoachievements"><h1 class="bigtitle">ACHIEVEMENTS<h1></div> | ||
Line 150: | Line 186: | ||
<br><br><br> | <br><br><br> | ||
<div> | <div> | ||
− | <p class="first">Team Presentation Video </p> | + | <p class="first" id="ca2">Team Presentation Video </p> |
<p class="description">CCU_Taiwan iGEM Team's Presentation Video at The iGEM 2018 Giant Jamboree (2018.10.26)</p> | <p class="description">CCU_Taiwan iGEM Team's Presentation Video at The iGEM 2018 Giant Jamboree (2018.10.26)</p> | ||
− | <iframe width=" | + | <center><iframe width="800" height="450" src="https://www.youtube.com/embed/oR7gkmT42g4" allowfullscreen="allowfullscreen" |
− | </iframe> | + | mozallowfullscreen="mozallowfullscreen" |
+ | msallowfullscreen="msallowfullscreen" | ||
+ | oallowfullscreen="oallowfullscreen" | ||
+ | webkitallowfullscreen="webkitallowfullscreen"> | ||
+ | </iframe></center> | ||
</div> | </div> | ||
+ | <br><br><br> | ||
+ | |||
+ | |||
+ | <p class="first" id="ca3">Team Photo Gallery</p> | ||
+ | <br><br> | ||
<div class="survey"> | <div class="survey"> | ||
− | <div class="slideshow- | + | <div class="slideshow-container1"> |
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">1 / | + | <div class="numbertext">1 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/4/40/T--CCU_Taiwan--CCUteampic.jpg" style="width:100%"> |
</div> | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">2 / | + | <div class="numbertext">2 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUteampic1.jpg" style="width:100%"> |
</div> | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">3 / | + | <div class="numbertext">3 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/d/d7/T--CCU_Taiwan--CCUteampic2.jpg" style="width:100%"> |
</div> | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">4 / | + | <div class="numbertext">4 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUteampic3.jpg" style="width:100%"> |
</div> | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">5 / | + | <div class="numbertext">5 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/9/9e/T--CCU_Taiwan--CCUteampic4.jpg" style="width:100%"> |
</div> | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | <div class="numbertext">6 / | + | <div class="numbertext">6 / 9</div> |
− | <img src="https://static.igem.org/mediawiki/2018/2/ | + | <img src="https://static.igem.org/mediawiki/2018/d/d5/T--CCU_Taiwan--CCUteampic5.jpg" style="width:100%"> |
+ | </div> | ||
+ | |||
+ | <div class="mySlides fade"> | ||
+ | <div class="numbertext">7 / 9</div> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/c3/T--CCU_Taiwan--CCUteampic6.jpg" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="mySlides fade"> | ||
+ | <div class="numbertext">8 / 9</div> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/5/55/T--CCU_Taiwan--CCUteampic7.jpg" style="width:100%"> | ||
+ | </div> | ||
+ | <div class="mySlides fade"> | ||
+ | <div class="numbertext">9 / 9</div> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/2/26/T--CCU_Taiwan--CCUteampic8.jpg" style="width:100%"> | ||
</div> | </div> | ||
<a class="prev" onclick="plusSlides(-1)">❮</a> | <a class="prev" onclick="plusSlides(-1)">❮</a> | ||
Line 199: | Line 257: | ||
<span class="dot" onclick="currentSlide(5)"></span> | <span class="dot" onclick="currentSlide(5)"></span> | ||
<span class="dot" onclick="currentSlide(6)"></span> | <span class="dot" onclick="currentSlide(6)"></span> | ||
+ | <span class="dot" onclick="currentSlide(7)"></span> | ||
+ | <span class="dot" onclick="currentSlide(8)"></span> | ||
+ | <span class="dot" onclick="currentSlide(9)"></span> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <br><br><br> | ||
+ | |||
+ | <div> | ||
+ | <p class="first" id="ca4">Team Documentary Video</p> | ||
+ | <center><iframe width="800" height="450" src="https://www.youtube.com/embed/LlaExBg2J70" allowfullscreen="allowfullscreen" | ||
+ | mozallowfullscreen="mozallowfullscreen" | ||
+ | msallowfullscreen="msallowfullscreen" | ||
+ | oallowfullscreen="oallowfullscreen" | ||
+ | webkitallowfullscreen="webkitallowfullscreen"> | ||
+ | </iframe></center> | ||
+ | </div> | ||
+ | |||
+ | <br><br><br> | ||
+ | |||
+ | <p class="first" id="ca4">Team News Reports</p> | ||
+ | <br><br> | ||
+ | <p class="description"> | ||
+ | 1. <strong>[Central News Agency] </strong>Paper cups can be decomposed and coated. National Chung Cheng University goes to the US to win gold. | ||
+ | <br><a href="https://www.cna.com.tw/news/ahel/201811140200.aspx | ||
+ | ">https://www.cna.com.tw/news/ahel/201811140200.aspx | ||
+ | </a> | ||
+ | <br><br> | ||
+ | 2. <strong>[Liberty Times Net] </strong>Paper cup can be decomposed, rice is resistant to blight Taiwan academic light (paper as attached) | ||
+ | <br><a href="http://news.ltn.com.tw/news/life/paper/124689">http://news.ltn.com.tw/news/life/paper/124689</a> | ||
+ | <br><br> | ||
+ | 3. <strong>[United Daily News] </strong>Paper container environmental protection material new revolution Recycling paper cup lunch box can be completely decomposed | ||
+ | <br><a href="https://udn.com/news/story/7266/3480315">https://udn.com/news/story/7266/3480315</a> | ||
+ | <br><br> | ||
+ | 4. <strong>[Economy Daily News] </strong>National Chung Cheng University environmentally friendly paper containers to the United States to win gold medals | ||
+ | <br><a href="https://money.udn.com/money/story/5723/3480314 | ||
+ | ">https://money.udn.com/money/story/5723/3480314 | ||
+ | </a> | ||
+ | <br><br> | ||
+ | 5. <strong>[News Radio] </strong>Paper container environmental protection material new revolution National Chung Cheng University gold | ||
+ | <br><a href="http://www.bcc.com.tw/newsView.3156115">http://www.bcc.com.tw/newsView.3156115</a> | ||
+ | <br><br> | ||
+ | 6. <strong>[Epoch Times] </strong>New Revolution in Paper Container Environmental Protection Materials National Chung Cheng University went to the United States to participate in the competition and win the gold medal | ||
+ | <br><a href="http://www.epochtimes.com/b5/18/11/14/n10851208.htm">http://www.epochtimes.com/b5/18/11/14/n10851208.htm</a> | ||
+ | <br><br> | ||
+ | 7. <strong>[National Education Radio] </strong>Research and development of lignin instead of plastic coating National Chung Cheng University team won the IGEM gold medal | ||
+ | <br><a href="https://www.ner.gov.tw/news/5bebe896c6d587000593e611 | ||
+ | ">https://www.ner.gov.tw/news/5bebe896c6d587000593e611 | ||
+ | </a> | ||
+ | <br><br> | ||
+ | 8. <strong>[The Commons Daily] </strong>Paper Container Environmental Protection Materials New Revolution National Chung Cheng University students go to the United States to participate in the competition and win the gold medal | ||
+ | <br><a href="http://www.mypeople.tw/index.php?r=site/article&id=1608638">http://www.mypeople.tw/index.php?r=site/article&id=1608638</a> | ||
+ | <br><br> | ||
+ | 9. <strong>[Taiwan Hot] </strong>Paper container environmental protection material new revolution National Chung Cheng University students go to the United States to participate in the competition and win the gold medal | ||
+ | <br><a href="http://www.taiwanhot.net/?p=652446">http://www.taiwanhot.net/?p=652446</a> | ||
+ | |||
+ | |||
+ | |||
+ | <br><br><br> | ||
+ | <p class="special" style="text-align:center;">Thanks to everyone who has helped us.</p></center> | ||
+ | <p class="special" style="text-align:center;">We did it !</p> | ||
+ | <br><br><br><br><br> | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 02:41, 6 December 2018
ACHIEVEMENTS
Winning Results
Figure1: Team photo at The iGEM 2018 Giant Jamboree.
#Gold Medal
#Nominated Best Product Design
#Nominated Best New Application
Figure2: Team photo at The iGEM 2018 Giant Jamboree.
Team Presentation Video
CCU_Taiwan iGEM Team's Presentation Video at The iGEM 2018 Giant Jamboree (2018.10.26)
Team Photo Gallery
Team Documentary Video
Team News Reports
1. [Central News Agency] Paper cups can be decomposed and coated. National Chung Cheng University goes to the US to win gold.
https://www.cna.com.tw/news/ahel/201811140200.aspx
2. [Liberty Times Net] Paper cup can be decomposed, rice is resistant to blight Taiwan academic light (paper as attached)
http://news.ltn.com.tw/news/life/paper/124689
3. [United Daily News] Paper container environmental protection material new revolution Recycling paper cup lunch box can be completely decomposed
https://udn.com/news/story/7266/3480315
4. [Economy Daily News] National Chung Cheng University environmentally friendly paper containers to the United States to win gold medals
https://money.udn.com/money/story/5723/3480314
5. [News Radio] Paper container environmental protection material new revolution National Chung Cheng University gold
http://www.bcc.com.tw/newsView.3156115
6. [Epoch Times] New Revolution in Paper Container Environmental Protection Materials National Chung Cheng University went to the United States to participate in the competition and win the gold medal
http://www.epochtimes.com/b5/18/11/14/n10851208.htm
7. [National Education Radio] Research and development of lignin instead of plastic coating National Chung Cheng University team won the IGEM gold medal
https://www.ner.gov.tw/news/5bebe896c6d587000593e611
8. [The Commons Daily] Paper Container Environmental Protection Materials New Revolution National Chung Cheng University students go to the United States to participate in the competition and win the gold medal
http://www.mypeople.tw/index.php?r=site/article&id=1608638
9. [Taiwan Hot] Paper container environmental protection material new revolution National Chung Cheng University students go to the United States to participate in the competition and win the gold medal
http://www.taiwanhot.net/?p=652446
Thanks to everyone who has helped us.
We did it !