Difference between revisions of "Team:Berlin"
Jpalbrecht (Talk | contribs) |
Jpalbrecht (Talk | contribs) |
||
Line 262: | Line 262: | ||
<script> | <script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
// my scroll to | // my scroll to | ||
$("#main-button").click(function() { | $("#main-button").click(function() { | ||
Line 345: | Line 332: | ||
}); // 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").css( "height" , windowSize ); | ||
+ | |||
+ | |||
+ | |||
+ | |||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:53, 12 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