Difference between revisions of "Team:CCU Taiwan"

Line 17: Line 17:
 
     }
 
     }
  
    $(document).ready(function() {
+
$(document).ready(function(){
        // Add smooth scrolling to all links
+
  // Add smooth scrolling to all links
        $("a").on('click', function(event) {
+
  $("a").on('click', function(event) {
  
            // Make sure this.hash has a value before overriding default behavior
+
    // Make sure this.hash has a value before overriding default behavior
            if (this.hash !== "") {
+
    if (this.hash !== "") {
                // Prevent default anchor click behavior
+
      // Prevent default anchor click behavior
                event.preventDefault();
+
      event.preventDefault();
  
                // Store hash
+
      // Store hash
                var hash = this.hash;
+
      var hash = this.hash;
  
                // Using jQuery's animate() method to add smooth page scroll
+
      // Using jQuery's animate() method to add smooth page scroll
                // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
+
      // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
                $('html, body').animate({
+
      $('html, body').animate({
                    scrollTop: $(hash).offset().top
+
        scrollTop: $(hash).offset().top
                }, 1000, function() {
+
      }, 800, function(){
 +
 
 +
        // Add hash (#) to URL when done scrolling (default click behavior)
 +
        window.location.hash = hash;
 +
      });
 +
    } // End if
  
                });
 
            } // End if
 
 
         });
 
         });
 
     });
 
     });
  
    $(window).on('scroll', function() {
 
        if ($(window).scrollTop()) {
 
            $('.container').css('background', '#808080');
 
            $('nav ul li ul').css('background', '#808080');
 
            $('nav').css('opacity', '1');
 
        } else {
 
            $('.container').css('background', '#000000');
 
            $('nav ul li ul').css('background', '#000000');
 
            $('nav').css('opacity', '1');
 
        }
 
    });
 
 
     $(document).ready(function() {
 
     $(document).ready(function() {
 
         $('#fullPage').fullpage({
 
         $('#fullPage').fullpage({
Line 58: Line 50:
 
         });
 
         });
 
     });
 
     });
 +
 
     </script>
 
     </script>
  

Revision as of 04:43, 25 July 2018

2018 CCU_Taiwan Team

Project Description

We are aiming to create eco-friendly ligneous cups. We hope that the cups we make are waterproof and heat-resistant; furthermore, they can be naturally decomposed. You might think why we waste our whole summer vacation on this little cup which would be thrown soon that people make the drink inside be empty? We will tell you the reason soon.

The most common stores in Taiwan are handmade drink stores. For us, these handmade drinks are part of our lives. These drinks are often packed in disposable paper cups that are coated with petrochemical, such as PP and PE, to make them waterproof. Nonetheless, these substances produce a large amount of paper that is difficult to be recycled, which causes serious pollution to our environment. Thus, we decide to create a cup coated with substitute which can be naturally decomposed in order to solve the problems.

Lignin, which can be found in most of the plants, is a polymer mainly composed of three kinds of monolignol: p-coumaryl alcohol (H), coniferyl alcohol (G), and sinapyl alcohol (S). The ratio of the three monolignols vary from species to species. These three monolignols can go through polymerization by adding two enzymes—peroxidase and laccase. Therefore, we aim to modify the yeast to produce these two enzymes. We use the enzyme to catalyze three monolignol and form high-purity lignin. We will make the most use of its waterproof characteristic to coat on the cups.

The highlights of our project are innovative as well as eco- friendly. We hope we can make the most use of lignin and do our best to protect the environment. With our lignin cups, everyone will be able to enjoy the convenience without polluting the Mother Earth.