Line 43: | Line 43: | ||
}); | }); | ||
}); | }); | ||
− | + | // The function actually applying the offset | |
function offsetAnchor() { | function offsetAnchor() { | ||
if (location.hash.length !== 0) { | if (location.hash.length !== 0) { | ||
Line 61: | Line 61: | ||
// Set the offset when entering page with hash present in the url | // Set the offset when entering page with hash present in the url | ||
window.setTimeout(offsetAnchor, 0); | window.setTimeout(offsetAnchor, 0); | ||
+ | |||
+ | $(document).scroll(function () { // remove "$" | ||
+ | var y = $(this).scrollTop(); | ||
+ | if (y > 300) { | ||
+ | $('.indicator').fadeIn(); | ||
+ | } | ||
+ | else { | ||
+ | $('.indicator').fadeOut(); | ||
+ | } | ||
+ | }); | ||
Revision as of 21:08, 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.