Difference between revisions of "Team:INSA-UPS France/test"

Line 758: Line 758:
 
   var lastScrollTop = 0;
 
   var lastScrollTop = 0;
 
   $(window).scroll(function(){
 
   $(window).scroll(function(){
      var top = $(window).scrollTop();
 
 
       var c_0 = $('#content_0').offset().top;
 
       var c_0 = $('#content_0').offset().top;
 
       var c_1 = $('#content_1').offset().top;
 
       var c_1 = $('#content_1').offset().top;
Line 764: Line 763:
 
       var c_3 = $('#content_3').offset().top;
 
       var c_3 = $('#content_3').offset().top;
  
 +
      var top = $(window).scrollTop();
 +
      if (top > lastScrollTop){
 +
        // down scroll
 +
        if(top==c0+50){
 +
          // go to C0
 +
          $('html, body').animate({scrollTop: c_0 }, 1000, function(){$('html, body').stop(true);});
 +
        }
 +
        else{
 +
          if(top==c1+50){
 +
            // go to c1
 +
            $('html, body').animate({scrollTop: c_1 }, 1000, function(){$('html, body').stop(true);});
 +
          }
 +
          else{
 +
            if(top==c2+50){
 +
              $('html, body').animate({scrollTop: c_2 }, 1000, function(){$('html, body').stop(true);});
 +
            }
 +
            else{
 +
              if(top==c3+50){
 +
                $('html, body').animate({scrollTop: c_2 }, 1000, function(){$('html, body').stop(true);});
 +
              }
 +
            }
 +
          }
 +
        }
 +
      }
 +
      else{
 +
        // top scroll
 +
 +
      }
 +
      lastScrollTop=top;
 +
/*
 
       var content = -2;
 
       var content = -2;
       if(top>=0+30){
+
       if(top>=0){
         if(top<c_0+30){
+
         if(top<c_0){
 
           content=-1;
 
           content=-1;
 
         }
 
         }
 
         else{
 
         else{
           if(top<c_1+30){
+
           if(top<c_1){
 
             content=0;
 
             content=0;
 
           }
 
           }
 
           else{
 
           else{
             if(top<c_2+30){
+
             if(top<c_2){
 
               content=1;
 
               content=1;
 
             }
 
             }
 
             else{
 
             else{
               if(top<c_3+30){
+
               if(top<c_3){
 
                 content=2;
 
                 content=2;
 
               }
 
               }
Line 829: Line 858:
 
         }
 
         }
 
       }
 
       }
       lastScrollTop=st;
+
       lastScrollTop=st; */
 +
 
 +
 
 +
     
 +
 
 
   });
 
   });
  

Revision as of 10:55, 20 September 2017

Croc'n Cholera
A synthetic microbial consortium
 

First steps of synthetic biology

First edition of the iGEM competition

Boolean algebra in E. coli

Current challenges:

  • Cell-free
  • De novo life
  • Multi organisms

Biodiversity entails a lot of possibilities...

Quorum sensing Light sensitive Proteins secretion High thermostability

What if they could communicate?

The living world offers a lot of possibilities, but their use is still limited in synthetic biology.

Our idea is about taking advantages of the characteristics of single microorganisms by making them communicate with each other to get the appropriate response.

A fight against cholera as an application

V. cholerae is responsible for cholera, a disease that contaminates water and affects people in developing countries, war zones and natural disaster zones.

Our project is about creating a multi organisms system that is able to sense and wipe cholera out in contaminated water.