(Created page with "{{Thessaloniki/header}} <html> <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:Thessaloniki/katex.css&action=raw&ctype=text/css...") |
Pantelis k (Talk | contribs) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | <q-list> | ||
+ | <div class="flex flex-center"> | ||
+ | <div> | ||
+ | <p id="NAR-ode-eq"></p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </q-list> | ||
<div class="row justify-center q-mb-md" :class="rM('text-dark', 'text-light')"> | <div class="row justify-center q-mb-md" :class="rM('text-dark', 'text-light')"> | ||
<div class="col-xs-12 col-sm-10 col-md-9 col-lg-8"> | <div class="col-xs-12 col-sm-10 col-md-9 col-lg-8"> | ||
Line 634: | Line 641: | ||
let equatations = [ | let equatations = [ | ||
+ | { | ||
+ | id: 'NAR-ode-eq', | ||
+ | eq: ` | ||
+ | \\begin{aligned} | ||
+ | \\frac{dR^*}{dt} = b_R \\cdot c - r_m \\cdot R^* - d_{r} \\cdot R^* | ||
+ | \\\\ | ||
+ | \\frac{dR}{dt} = r_m \\cdpt R^* -d_r \\cdot R | ||
+ | \\\\ | ||
+ | \\frac{dM}{dt}= b_M \\cdot c \\cdot p^{N+1} \\cdot \\frac{K}{K + R^n } - d_M \\cdot M | ||
+ | \\\\ | ||
+ | \\frac{dG}{dt} = kt \\cdot M - d_G \\cdot G | ||
+ | \\\\ | ||
+ | \\frac{dGm}{dt}= a \\cdot G - d_{mG} \\cdot Gm | ||
+ | \\end{aligned} | ||
+ | ` | ||
+ | }, | ||
] | ] | ||
− | + | iGEM.parseLatex(equatations) | |
− | + | ||
− | + | ||
− | + | ||
}) | }) | ||
</script> | </script> | ||
</html> | </html> | ||
{{Thessaloniki/footer}} | {{Thessaloniki/footer}} |
Latest revision as of 23:53, 17 October 2018