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

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>

Revision as of 02:40, 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 !