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

 
(32 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","0.8");
+
$("#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","0.8");
+
$("#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","0.8");
+
$("#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","0.8");
+
$("#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","0.8");
+
$("#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","0.8");
+
$("#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","0.8");
+
$("#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","#F96784")
+
     $(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>
 
   <header>
 
   <header>
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
+
         <nav>
 
             <div class="container">
 
             <div class="container">
                 <ul>
+
                 <ul class="front">
 +
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
                     <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 
'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" id="Home"><a>Home</a>
+
 
                         <ul class="sub" id="sub_home">
+
                     <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="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
+
                         <ul class="sub" id="sub_home" style="cursor:default;">
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
+
<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="home3">Medals</li></a>
<div id="home_img">
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
</div>
+
<div id="home_word">
+
<p>There's a home for us, always.</p>
+
</div>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Project"><a href="#">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">
+
<ul class="sub" id="sub_project" style="cursor:default;">
    <li class="list" id="project1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
<li class="list" id="project4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements">Achievements</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
    <li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
                     <li class="title" id="Parts"><a href="#">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">
+
                         <ul class="sub" id="sub_parts" style="cursor:default;">
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Parts</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Modeling"><a href="#">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">
+
                         <ul class="sub" id="sub_modeling" style="cursor:default;">
                            <li class="list" id="model1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Model</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
                            <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Activity</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Monolignol">Monolignol Binding</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
+
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
                     <li class="title" id="Drylab"><a href="#">Drylab</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">
+
                         <ul class="sub" id="sub_drylab" style="cursor:default;">
                            <li class="list" id="drylab1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Our Plan</a></li>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
<li class="title" id="Human_Practice"><a href="#">Human Practice</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">
+
                         <ul class="sub" id="sub_human_practice" style="cursor:default;">
                             <li class="list" id="human_practice1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Human Practice</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Engagement</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Business_Model">Business Model</a></li>
+
<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>
<li class="title" id="Notebook"><a href="#">Notebook</a>
+
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
                         <ul class="sub" id="sub_notebook">
+
                         <ul class="sub" id="sub_notebook" style="cursor:default;">
                             <li class="list" id="notebook1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Notebook</a></li>
+
                             <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design">Applied Design</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
+
<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="notebook5">Materials</li></a>
 
                         </ul>
 
                         </ul>
 
                     </li>
 
                     </li>
Line 122: Line 148:
 
             </div>
 
             </div>
 
         </nav>
 
         </nav>
 +
 
     </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="photoachievements"><h1 class="bigtitle">ACHIEVEMENTS<h1></div>
 +
<div class="bcg"></div>
 +
 +
<div class="content">
 +
 +
<p class="first" id="ca1">Winning Results</p>
 +
<br><br>
 +
<div id="Achieve1" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/4/46/T--CCU_Taiwan--CCUteamphoto1.jpg" width="100%">
 +
                  <div class="container">
 +
                    <p>Figure1: Team photo at The iGEM 2018 Giant Jamboree.</p>
 +
                  </div>
 +
                </div>
 +
<br><br><br>
 +
<div class="row"> 
 +
<div id="halftext3"><p class="second"><br>#Gold Medal<br>
 +
#Nominated Best Product Design<br>
 +
#Nominated Best New Application</p><img id="goldmedal1" src="https://static.igem.org/mediawiki/2018/f/f8/T--CCU_Taiwan--CCUgoldmedalpic.jpg" width="20%"></div>
 +
<div id="Design1" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/5/50/T--CCU_Taiwan--CCUteamphoto2.jpg" width="100%">
 +
                  <div class="container">
 +
                    <p>Figure2: Team photo at The iGEM 2018 Giant Jamboree.</p>
 +
                  </div>
 +
                </div>
 +
</div>
 +
<br><br><br>
 +
<div>
 +
<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>
 +
<center><iframe width="800" height="450" src="https://www.youtube.com/embed/oR7gkmT42g4" allowfullscreen="allowfullscreen"
 +
        mozallowfullscreen="mozallowfullscreen"
 +
        msallowfullscreen="msallowfullscreen"
 +
        oallowfullscreen="oallowfullscreen"
 +
        webkitallowfullscreen="webkitallowfullscreen">
 +
</iframe></center>
 +
</div>
 +
 +
<br><br><br>
 +
 +
 +
<p class="first"  id="ca3">Team Photo Gallery</p>
 +
<br><br>
 +
<div class="survey">
 +
<div class="slideshow-container1">
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">1 / 9</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/4/40/T--CCU_Taiwan--CCUteampic.jpg" style="width:100%">
 +
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">2 / 9</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUteampic1.jpg" style="width:100%">
 +
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">3 / 9</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/d/d7/T--CCU_Taiwan--CCUteampic2.jpg" style="width:100%">
 +
</div>
 +
 +
<div class="mySlides fade">
 +
  <div class="numbertext">4 / 9</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUteampic3.jpg" style="width:100%">
 +
</div>
 +
<div class="mySlides fade">
 +
  <div class="numbertext">5 / 9</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/9/9e/T--CCU_Taiwan--CCUteampic4.jpg" style="width:100%">
 +
</div>
 +
<div class="mySlides fade">
 +
  <div class="numbertext">6 / 9</div>
 +
  <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>
 +
<a class="prev" onclick="plusSlides(-1)">&#10094;</a>
 +
<a class="next" onclick="plusSlides(1)">&#10095;</a>
 +
 +
</div>
 +
<br>
 +
 +
<div style="text-align:center">
 +
  <span class="dot" onclick="currentSlide(1)"></span>
 +
  <span class="dot" onclick="currentSlide(2)"></span>
 +
  <span class="dot" onclick="currentSlide(3)"></span>
 +
  <span class="dot" onclick="currentSlide(4)"></span>
 +
  <span class="dot" onclick="currentSlide(5)"></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>
 +
 +
 +
<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>
 +
 +
 
</body>
 
</body>
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}   
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none"; 
 +
  }
 +
  for (i = 0; i < dots.length; i++) {
 +
      dots[i].className = dots[i].className.replace(" active", "");
 +
  }
 +
  slides[slideIndex-1].style.display = "block"; 
 +
  dots[slideIndex-1].className += " active";
 +
}
 +
</script>
 +
 +
<footer class="footer">
 +
            <a href="http://huitong.com.tw">
 +
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
 +
 +
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
 +
 +
            <a href="http://ewww.ccu.edu.tw/">
 +
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
 +
            </a>
 +
</footer>
 +
 +
 +
</html>

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



1 / 9
2 / 9
3 / 9
4 / 9
5 / 9
6 / 9
7 / 9
8 / 9
9 / 9




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 !