Difference between revisions of "Team:Manchester"

Line 27: Line 27:
 
   margin: 0px auto;
 
   margin: 0px auto;
 
   display: block
 
   display: block
}
 
 
.first, .second, .third {
 
  height: 100vh;
 
  -webkit-transition: height 1s ease-in-out;
 
  -moz-transition: height 1s ease-in-out;
 
  -ms-transition: height 1s ease-in-out;
 
  -o-transition: height 1s ease-in-out;
 
  transition: height 1s ease-in-out
 
}
 
 
.folded {
 
  height: 8em!important;
 
  -webkit-transition: height 1s ease-in-out;
 
  -moz-transition: height 1s ease-in-out;
 
  -ms-transition: height 1s ease-in-out;
 
  -o-transition: height 1s ease-in-out;
 
  transition: height 1s ease-in-out;
 
  padding: 0em 3%!important
 
}
 
 
.folded img {
 
  display: none
 
 
}
 
}
  
Line 91: Line 68:
 
<center>
 
<center>
  
<div class="col-md-12 first folded" style="height: 100vh; padding: 2em 3%; background-color: #d7eaee">
+
<div class="col-md-12 first" style="height: 100vh; padding: 2em 3%; background-color: #d7eaee">
 
<img src="https://static.igem.org/mediawiki/2017/6/6d/T--Manchester--bmc.png" style="max-width: 100%; max-height: 70vh">
 
<img src="https://static.igem.org/mediawiki/2017/6/6d/T--Manchester--bmc.png" style="max-width: 100%; max-height: 70vh">
 
<p><br/>Bacterial microcompartments are organelles consisting of a protein shell that encases enzymes and other proteins</p>
 
<p><br/>Bacterial microcompartments are organelles consisting of a protein shell that encases enzymes and other proteins</p>
 
</div>
 
</div>
  
<div class="col-md-12 second folded" style="height: 100vh; padding: 2em 3%; background-color: #e9f3f5">
+
<div class="col-md-12" style="height: 100vh; padding: 2em 3%; background-color: #e9f3f5">
  
 
<div style="height: 50%; width: 100%; padding: 0px 3%">
 
<div style="height: 50%; width: 100%; padding: 0px 3%">
Line 110: Line 87:
 
</div>
 
</div>
  
<div class="col-md-12 third folded" style="height: 100vh; padding: 2em 3%; background-color: #fafdfd">
+
<div class="col-md-12" style="height: 100vh; padding: 2em 3%; background-color: #fafdfd">
 
<img src="https://static.igem.org/mediawiki/2017/5/59/T--Manchester--ppk_ppx_p_chain_in_bmc.png" style="max-width: 100%; max-height: 70vh">
 
<img src="https://static.igem.org/mediawiki/2017/5/59/T--Manchester--ppk_ppx_p_chain_in_bmc.png" style="max-width: 100%; max-height: 70vh">
 
<p><br/>Tagging PPK into microcompartments causes build up of polyphosphate and prevents polyphosphate degradation by PPX</p>
 
<p><br/>Tagging PPK into microcompartments causes build up of polyphosphate and prevents polyphosphate degradation by PPX</p>
Line 121: Line 98:
  
 
<div style="background-color: #fafdfd">
 
<div style="background-color: #fafdfd">
 
<script//>
 
 
$(document).ready(function() {
 
  $(window).scroll(function() {   
 
    var scroll = $(window).scrollTop();
 
 
    if (scroll >= 410) {
 
        $(".first").removeClass("folded");
 
    } else {
 
        $(".first").addClass(" ");
 
    }
 
  });
 
 
  $(window).scroll(function() {   
 
    var scroll = $(window).scrollTop();
 
 
    if (scroll >= 1010) {
 
        $(".second").removeClass("folded");
 
    } else {
 
        $(".second").addClass(" ");
 
    }
 
  });
 
 
  $(window).scroll(function() {   
 
    var scroll = $(window).scrollTop();
 
 
    if (scroll >= 1610) {
 
        $(".third").removeClass("folded");
 
    } else {
 
        $(".third").addClass(" ");
 
    }
 
  });
 
})
 
 
</script>
 
  
 
</body>
 
</body>

Revision as of 12:34, 3 September 2017

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


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