Allen850413 (Talk | contribs) |
Allen850413 (Talk | contribs) |
||
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> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 51: | Line 44: | ||
}); | }); | ||
+ | $("#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 65: | Line 78: | ||
<body> | <body> | ||
<header> | <header> | ||
− | <nav | + | <nav> |
<div class="container"> | <div class="container"> | ||
<ul class="front"> | <ul class="front"> |
Revision as of 10:00, 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.