Difference between revisions of "Team:Manchester"

Line 30: Line 30:
  
 
@-webkit-keyframes blink {
 
@-webkit-keyframes blink {
     0%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     0%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     24%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     24%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     25%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     25%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
     100%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     100%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
 
}
 
}
  
 
@-moz-keyframes blink {
 
@-moz-keyframes blink {
     0%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     0%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     24%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     24%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     25%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     25%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
     100%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     100%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
 
}
 
}
  
 
@-o-keyframes blink {
 
@-o-keyframes blink {
     0%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     0%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     24%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     24%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     25%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     25%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
     100%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     100%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
 
}
 
}
  
 
@keyframes blink {  
 
@keyframes blink {  
     0%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     0%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     24%  {border: 2px dotted red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
+
     24%  {border: 2px solid red; border-radius: 5%; box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);}
     25%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     25%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
     100%  {border: 2px dotted transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
+
     100%  {border: 2px solid transparent; border-radius: 5%; box-shadow: inset 0 0 20px transparent, 0 0 20px transparent;}
 
}
 
}
  

Revision as of 11:47, 18 August 2017

Team: Manchester. We are a team of undergraduate students from the University of Manchester and Manchester Metropolitan University.



accumulating phosphorus through microcompartments

Bacterial microcompartments are organelles consisting of a protein shell that encases enzymes and other proteins

PPK is an enzyme that builds up a polyphosphate chain

PPX is an enzyme that breaks down the polyphosphate chain

Tagging PPK into microcompartments causes build up of polyphosphate and prevents polyphosphate degradation by PPX

HIT COUNTER! This website has got


unique hits!