Difference between revisions of "Team:Colegio EmelinaU"

Line 282: Line 282:
 
}  
 
}  
  
@-webkit-keyframes flipInY {  
+
@-webkit-keyframes rollIn {  
     0% {  
+
     0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }  
        -webkit-transform: perspective(400px) rotateY(90deg);
+
     100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }  
        opacity: 0;  
+
    }
+
    40% {
+
        -webkit-transform: perspective(400px) rotateY(-10deg);  
+
    }  
+
     70% {  
+
        -webkit-transform: perspective(400px) rotateY(10deg);  
+
    }
+
    100% {
+
        -webkit-transform: perspective(400px) rotateY(0deg);  
+
        opacity: 1;
+
    }  
+
 
}  
 
}  
@keyframes flipInY {  
+
@keyframes rollIn {  
     0% {  
+
     0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }  
        transform: perspective(400px) rotateY(90deg);
+
     100% { opacity: 1; transform: translateX(0px) rotate(0deg); }  
        opacity: 0;  
+
    }
+
    40% {
+
        transform: perspective(400px) rotateY(-10deg);  
+
    }  
+
     70% {  
+
        transform: perspective(400px) rotateY(10deg);  
+
    }
+
    100% {
+
        transform: perspective(400px) rotateY(0deg);  
+
        opacity: 1;
+
    }  
+
 
}  
 
}  
.flipInY {  
+
.rollIn {  
    -webkit-backface-visibility: visible !important;
+
     -webkit-animation-name: rollIn;  
     -webkit-animation-name: flipInY;
+
     animation-name: rollIn;  
    backface-visibility: visible !important;  
+
     animation-name: flipInY;  
+
 
}
 
}
  
Line 340: Line 314:
  
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
<ul class="animated flipInY">
+
<ul class="animated rollIn">
 
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
 
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
  

Revision as of 04:54, 7 September 2015

Description:


According to the Ministry of Health in Chile in the last 5 years there have been 20-25 cases of skin cancer per 100 inhabitants. One of the main factors causing skin cancer is the ultraviolet radiation (UV). This is a natural radiation which in low dose is harmless to the cells, even it can be beneficial for an organism survival. However, when a certain amount is exceeded, it can cause a serious cell damage. The highest levels of UV radiation are reported in Chile. Our team proposes a system that alerts the intensity of UV radiation. In detail, the project it is represented in a bracelet which it is composed by Bacillus subtilis bacteria that is modified genetically with a system that senses ultraviolet light and according to the intensity it generate the correct coloration . This will allow people to protect themselves from UV rays when its intensity is harmful for the cells.