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; | ||
- | + | animation-name: rotate; | |
- | + | animation-duration:15s; | |
- | + | animation-iteration-count:infinite; | |
- | + | 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; | ||
- | + | animation-name: invrotate; | |
- | + | animation-duration:15s; | |
- | + | animation-iteration-count:infinite; | |
- | + | animation-timing-function:linear; | |
opacity:1; | opacity:1; | ||
Line 140: | Line 140: | ||
} | } | ||
- | @ | + | @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: | ||
} | } | ||
- | @ | + | @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.