Team:Evry/Project/Mait
Toggle navigation
Project
Overview
Chassis choice
Environment modulation
Hypoxia Bio-sensor
Proof of concept
Antigen prediction
o
Overview
Pipeline
Prediction
Practices
Introduction
Funding state of art
Innovative funding
Society perception
Conclusion
Achievements
Medal fulfillment
Collaborations
Parts
Notebook
Day notes
Protocols
Team
Members
Attributions
Acknowledgements
Page title
// Parallax effect ftw (function(){ var parallax = document.querySelectorAll(".parallax"), speed = 0.5; window.onscroll = function(){ [].slice.call(parallax).forEach(function(el,i){ var windowYOffset = window.pageYOffset, elBackgrounPos = "50% " + (windowYOffset * speed) + "px"; el.style.backgroundPosition = elBackgrounPos; }); }; })(); // Please let us add the active class of the 'Team' item on the menu, plus sub-item $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('Project') > -1; }).addClass('active'); $('.side-menu .navbar-nav li').filter(function() { return $.text([this]).indexOf('MAIT') > -1; }).addClass('active');
To top