Simplify into a page template thanks to aleksrutins/cheetah#1
This commit is contained in:
parent
27390b6e77
commit
e063e315ed
9 changed files with 28 additions and 42 deletions
|
@ -1,6 +1,4 @@
|
|||
<extends template="layouts/base.html" title="Repressors & Leaks"></extends>
|
||||
|
||||
<nav-links back="/simplest-circuit.html" next="/activators.html"></nav-links>
|
||||
<extends template="layouts/page.html" back="/simplest-circuit.html" next="/activators.html" title="Repressors & Leaks"></extends>
|
||||
|
||||
# Repressors & Leaks
|
||||
|
||||
|
@ -82,8 +80,6 @@ Because leaks are so common, it's important to make sure that important parts of
|
|||
|
||||
Onwards!
|
||||
|
||||
<nav-links back="/simplest-circuit.html" next="/activators.html"></nav-links>
|
||||
|
||||
<script>
|
||||
plot('#binding-curve', (kd, beta0) => [`${beta0}/(1 + x/(${kd}))`, `-(${beta0})x/(${kd}) + ${beta0}`], ['#kd', '#beta0'], [[0, 10], [0, 10]])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue