Difference between revisions of "Team:CCU Taiwan"

Line 1: Line 1:
.container {
+
{{CCU_Taiwan}}
position: fixed;
+
<html>
width: 100%;
+
 
margin-top: 0;
+
<head>
background: #000000;
+
    <meta name="viewport" content="width=device-width, initial-scale=1">
height: 55px;
+
    <script src="https://code.jquery.com/jquery-3.3.1.js"></script>
     padding-top:10px;
+
    <script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript?
z-index:3;
+
action=raw&ctype=text/javascript"></script>
}
+
     <script>
nav {
+
    window.onscroll = function() { myFunction() };
    margin:0;
+
 
padding:0;
+
    function myFunction() {
height: 55px;
+
        var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
}
+
        var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
nav ul {
+
        var scrolled = (winScroll / height) * 100;
  margin: 0;
+
        document.getElementById("myBar").style.height = scrolled + "%";
  list-style: none;
+
    }
  background:white;
+
 
}
+
    $(document).ready(function() {
nav ul li {
+
        // Add smooth scrolling to all links
  float:left;
+
        $("a").on('click', function(event) {
  display: inline-block;
+
 
  position: relative;
+
            // Make sure this.hash has a value before overriding default behavior
  padding-top:10px;
+
            if (this.hash !== "") {
  margin-bottom:10px;
+
                // Prevent default anchor click behavior
  width: 200px;
+
                event.preventDefault();
  height: 40px;
+
 
  text-align:center;
+
                // Store hash
  margin-left:1.2vw;
+
                var hash = this.hash;
  margin-right:1.2vw;
+
 
}
+
                // Using jQuery's animate() method to add smooth page scroll
nav ul li ul{
+
                // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
position:absolute;
+
                $('html, body').animate({
padding-left:0px;
+
                    scrollTop: $(hash).offset().top
background:black;
+
                }, 800, function() {
}
+
 
nav ul li ul li{
+
                    // Add hash (#) to URL when done scrolling (default click behavior)
margin-left: 0;
+
                    window.location.hash = hash;
position: relative;
+
                });
text-align: center;
+
            } // End if
float:none;
+
        });
display: none;
+
    });
top:10px;
+
 
     margin-top: 10px;
+
    $(window).on('scroll', function() {
     margin-bottom:10px;
+
        if ($(window).scrollTop()) {
border-radius:1px;
+
            $('.container').css('background', '#808080');
}
+
            $('nav ul li ul').css('background', '#808080');
nav a {
+
            $('nav').css('opacity', '1');
  color:#FFFFFF;
+
        } else {
  font-family: monospace;
+
            $('.container').css('background', '#000000');
  font-size: 23px;
+
            $('nav ul li ul').css('background', '#000000');
  text-decoration: none;
+
            $('nav').css('opacity', '1');
}
+
        }
/*nav a::before {
+
    });
  content: '';
+
    $(document).ready(function() {
  display: block;
+
        $('#fullPage').fullpage({
  height: 3px;
+
            anchors: ['page1', 'page2', 'page3'],
  background-color: blue;
+
            scrollingSpeed: 800,
  position: absolute;
+
            navigation: true,
  top: -7px;
+
        });
  width: 0%;
+
     });
  border-radius: 2px;
+
     </script>
  transition: all ease-in-out 400ms;
+
</head>
}*/
+
        <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
nav ul li:hover {
+
            <div class="container">
background-color:#F5F5F5;
+
                <ul>
transition: 200ms;
+
                    <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan">Home</a>
}
+
                        <ul>
nav a:hover{
+
                            <li class="title"><a href="#">Team member</a></li>
color:black;
+
                        </ul>
}
+
                    </li>
/*nav a:hover::before {
+
                    <li class="title"><a href="#">Project</a>
  width: 100%;
+
<ul>
}*/
+
    <li><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practice/Overview">Overview</a></li>
nav ul li:hover ul li{
+
<li class="title"><a href="#">Judge</a></li>
display: block;
+
<li class="title"><a href="#">Time Line</a></li>
}
+
<li class="title"><a href="#">Collaboration</a></li>
 +
</ul>
 +
</li>
 +
                    <li class="title"><a href="#">Labortary</a>
 +
                        <ul>
 +
    <li class="title"><a href="#">Experiment</a></li>
 +
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab">Interlab</a></li>
 +
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Notebook</a></li>
 +
<li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Project/Protocol">Protocol</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title"><a href="#">Device</a>
 +
                        <ul>
 +
                            <li class="title"><a href="#">Our Plan</a></li>
 +
                            <li class="title"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Modeling</a></li>
 +
                            <li class="title"><a href="#">Engineering</a></li>
 +
<li><a href="#">Result</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title"><a href="#">Human Practice</a>
 +
                        <ul>
 +
                            <li class="title"><a href="#">About Us</a></li>
 +
<li><a href="#">Education</a></li>
 +
<li><a href="#">Fund</a></li>
 +
<li><a href="#">Business Model</a></li>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </nav>
 +
<body>
 +
    <header>
 +
 
 +
    </header>
 +
    <div id="fullPage">
 +
        <div class="section">
 +
            <div class="parallax"></div>
 +
            <!--<center><a href="#page2" class="scroll-down"><img src="https://static.igem.org/mediawiki/2018/4/4f/T--CCU_Taiwan--down.png" width="90" hieght="90"></a></center>-->
 +
        </div>
 +
        <div class="section" id="move">
 +
            <div class="content">
 +
                <p class="first">2018 CCU_Taiwan Team</p>
 +
                <p class="second">Project Description</p>
 +
                <p class="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.</p>
 +
                <p class="description">
 +
                    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.
 +
                </p>
 +
                <p class="description">
 +
                    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.
 +
                </p>
 +
                <p class="description">
 +
                    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.
 +
                </p>
 +
            </div>
 +
        </div>
 +
        <div class="section">
 +
            <img id="logo" src="https://scontent-tpe1-1.xx.fbcdn.net/v/t1.15752-9/s2048x2048/37022190_2047346258643649_966778790229311488_n.jpg?_nc_cat=0&oh=eeb28e4626a3c4f39cb4ef8df924aa9d&oe=5BE670C9">
 +
        </div>
 +
    </div>
 +
</body>
 +
 
 +
</html>

Revision as of 08:30, 24 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.