(Removed iGEM information) |
|||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <div class="clickable"> | ||
+ | <div class="header-img hide-on-med-and-down"> | ||
+ | <img id="header-img" src="https://static.igem.org/mediawiki/2018/c/c7/T--NTNU_Trondheim--modelheader.png"> | ||
+ | <div class="centered floating hide-on-med-and-down"> | ||
+ | <i class="fas fa-angle-down fa-2x"></i> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="clickable"> | ||
+ | <div class="header-img hide-on-large-only "> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/7/7b/T--NTNU_Trondheim--modelmobile.png"> | ||
+ | <div class="centered-mobile floating hide-on-large-only"> | ||
+ | <i class="fas fa-angle-down fa-2x"></i> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
− | <div class=" | + | <div class="container"> |
<h1>Modeling</h1> | <h1>Modeling</h1> | ||
Line 11: | Line 27: | ||
</p> | </p> | ||
+ | </div> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $('.clickable').click(function() { | ||
+ | $('html, body').animate({ scrollTop: $('.container').offset().top-20}, 'slow'); | ||
+ | }); | ||
+ | </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.