Difference between revisions of "Team:Berlin"

Line 266: Line 266:
  
 
<script>
 
<script>
 +
// my scroll to
 +
$("#main-button").click(function() {
 +
    $('html, body').animate({
 +
        scrollTop: $("#main-featurette-row").offset().top - 57
 +
    }, 720);
 +
});
  
$(".main-menue").css("background-color", "transparent");
+
// my scroll to
 +
$("#ecoli-button").click(function() {
 +
    $('html, body').animate({
 +
        scrollTop: $("#first-featurette-row").offset().top - 57
 +
    }, 800);
 +
});
  
 +
// my scroll to
 +
$("#project-button").click(function() {
 +
    $('html, body').animate({
 +
        scrollTop: $("#team-featurette-row").offset().top - 57
 +
    }, 800);
 +
});
  
 +
// my scroll to
 +
$("#team-button").click(function() {
 +
    $('html, body').animate({
 +
        scrollTop: $("#blog-featurette-row").offset().top - 57
 +
    }, 800);
 +
});
  
$(window).scroll(function() {
 
  
    if ($(this).scrollTop() >= 350) {  
+
$(document).ready(function(){
$(".main-menue").css("background-color","rgb(255, 255, 255)");
+
  // cache the window object
    }
+
  $window = $(window);
   
+
     if ($(this).scrollTop() < 350) { // this refers to window
+
  $('section[data-type="background"]').each(function(){
$(".main-menue").css("background-color","transparent");
+
    // declare the variable to affect the defined data-type
     }  
+
    var $scroll = $(this);
   
+
                   
 +
      $(window).scroll(function() {
 +
        // HTML5 proves useful for helping with creating JS functions!
 +
        // also, negative value because we're scrolling upwards                           
 +
        var yPos = -($window.scrollTop() / $scroll.data('speed'));
 +
       
 +
        // background position
 +
        var coords = '80% '+ yPos + 'px';
 +
 +
        // move the background
 +
        $scroll.css({ backgroundPosition: coords });   
 +
      }); // end window scroll
 +
  });  // end section function
 +
 
 +
  $("#section-B").hide();
 +
  $("#section-C").hide();
 +
  $("#C-up").hide();
 +
  $("#B-up").hide();
 +
 
 +
  $("#show-B").click(function(){
 +
     $("#section-B").slideToggle();
 +
      $("#B-up").toggle();
 +
      $("#B-down").toggle();
 +
  });
 +
 
 +
  $("#show-C").click(function(){
 +
    $("#section-C").slideToggle();
 +
    $("#C-up").toggle();
 +
     $("#C-down").toggle();
 +
  });
 +
 
 +
}); // close out script
 
});
 
});
 
</script>
 
</script>
 
</body>
 
</body>

Revision as of 17:12, 12 September 2015

iGEM Berlin 2014 | TU-Berlin

iGEM BERLIN

erste Frage, Thesis? That’s the aim of the interdisciplinary iGEM Team 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