Team:Buenos Aires/Templates/menu

From 2013.igem.org

(Difference between revisions)
Line 91: Line 91:
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
-
  -moz-animation-name: rotate;
+
  animation-name: rotate;
-
  -moz-animation-duration:15s;
+
  animation-duration:15s;
-
  -moz-animation-iteration-count:infinite;
+
  animation-iteration-count:infinite;
-
  -moz-animation-timing-function:linear;
+
  animation-timing-function:linear;
opacity:0.8;
opacity:0.8;
Line 122: Line 122:
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -webkit-animation-timing-function: linear;
-
  -moz-animation-name: invrotate;
+
  animation-name: invrotate;
-
  -moz-animation-duration:15s;
+
animation-duration:15s;
-
  -moz-animation-iteration-count:infinite;
+
animation-iteration-count:infinite;
-
  -moz-animation-timing-function:linear;
+
animation-timing-function:linear;
opacity:1;
opacity:1;
Line 140: Line 140:
     }
     }
      
      
-
@-moz-keyframes rotate {
+
@keyframes rotate {
   from {-moz-transform:rotate(0deg);}
   from {-moz-transform:rotate(0deg);}
   to {  -moz-transform:rotate(360deg);}
   to {  -moz-transform:rotate(360deg);}
Line 150: Line 150:
     }
     }
      
      
-
@-moz-keyframes invrotate {
+
@keyframes invrotate {
   from {-moz-transform:rotate(0deg);}
   from {-moz-transform:rotate(0deg);}
   to {  -moz-transform:rotate(-360deg);}
   to {  -moz-transform:rotate(-360deg);}

Revision as of 15:29, 22 April 2013

El equipo está formado por seis biólogos, un químico, un físico y un computador. Contamos con la ayuda de tres advisors y un instructor

El proyecto se basa en el biosensado cuantitativo de contaminantes en aguas.

La contaminación con arsénico es una problemática a nivel mundial, y en particular en la Argentina.

Los controles existentes son aislados y requieren de conocimientos técnicos y de un equipamiento costoso para el usuario medio. Frente a esto es que surge la idea de brindarle a la población una forma simple, elegante y económica de realizar sus propias pruebas de agua.