Line 31: | Line 31: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$('.clickable').click(function() { | $('.clickable').click(function() { | ||
− | $('html, body').animate({ scrollTop: $('.container').offset().top- | + | $('html, body').animate({ scrollTop: $('.container').offset().top-50}, 'slow'); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 09:00, 7 August 2018
Modeling
Bacteria with Quorom Sensing has been modeled using Fozard et al. 2012 article, "Inhibition of quorom sensing in a computational biofilm simulation. The method of quorom sensing inhibition has been changed to more closely represent the CRISPRi system used in experiments. The code is available on github.