Difference between revisions of "Team:Berlin"
Jpalbrecht (Talk | contribs) |
Jpalbrecht (Talk | contribs) |
||
Line 351: | Line 351: | ||
}); // close out script | }); // close out script | ||
+ | |||
+ | //NAVBAR STYLE | ||
+ | $(".main-menue").css("background-color", "transparent"); | ||
+ | |||
+ | $(window).scroll(function() { | ||
+ | |||
+ | if ($(this).scrollTop() >= 240) { | ||
+ | $(".main-menue").css("background-color","rgb(255, 255, 255)"); | ||
+ | } | ||
+ | |||
+ | if ($(this).scrollTop() < 240) { // this refers to window | ||
+ | $(".main-menue").css("background-color","transparent"); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | var windowSize = $(window).height(); | ||
+ | $(".site-wrapper-sub-project").css( "height" , windowSize ); | ||
Revision as of 15:26, 13 September 2015
iGEM BERLIN
Plants which degrade plastic?
This year’s iGEM project of the Berlin team is all about plastic -
to be specific: microplastic and the clearance of our water with the aid of Synthetic Biology.
The idea is to build a modular filter system for wastewater treatment plants which is able to degrade plastic.
Bakterial flagella, moleculare hair-like structures, are equipped with a combination of enzymes that are able
to breakdown plastic molecules.
Project
Projekt erklaerung.
Team
Team Erklaerung.
Safety
Safety Erklaerung