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

Line 6: Line 6:
  
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/ScrollIndicator?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/Scrolling_Parallax?
 +
action=raw&ctype=text/javascript"></script>
 +
<link rel="stylesheet"
 +
  href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/skrollr?
 +
action=raw&ctype=text/javascript"></script>
 
<script>
 
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
Line 42: Line 50:
 
     $(this).css("background","#842b00")
 
     $(this).css("background","#842b00")
 
   });
 
   });
 +
 +
$("#home1").hover(function(){
 +
$("#home_img").css('display', 'block');
 +
$("#home_img").animate({ opacity: 0 }, 0);
 +
$("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing')
 +
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 +
},function(){
 +
$("#home_img").stop(true,false,true).css("display","none").css("left","40vw");
 +
$("#home_word").fadeOut(0)
 +
});
 +
 +
});
 +
 +
$(window).scroll(function() {
 +
    var wintop = $(window).scrollTop(), docheight =
 +
 +
    $(document).height(), winheight = $(window).height();
 +
    var scrolled = (wintop/(docheight-winheight))*100;
 +
 +
    $('.scroll-line').css('height', (scrolled*0.5 + '%'));
 +
});
 
 
 
var s = skrollr.init({
 
var s = skrollr.init({
Line 56: Line 85:
 
<body>
 
<body>
 
   <header>
 
   <header>
         <nav>
+
         <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
 
             <div class="container">
 
             <div class="container">
 
                 <ul class="front">
 
                 <ul class="front">

Revision as of 09:58, 14 October 2018

Result

  In our project, we have built a production system for two enzymes: peroxidase and laccase. With the high expression of P. pastoris, we have successfully produced these enzymes.

  In engineering, we have completed the production line. For the needs, our choice of instruments and the overall process are in line with corporate standards.