| layout |
default |
| keywords |
|
| comments |
true |
| image |
migration.jpg |
| title |
Chapter II |
| subtitle |
A Predictive Theory of Allosteric Induction
|
| author |
| title |
title_url |
external_url |
description |
Summary |
|
false |
TBD.
|
|
| page_nav |
| prev |
next |
| content |
url |
Chapter 1 |
chapter_01 |
|
| content |
url |
Chapter 3 |
chapter_03 |
|
|
| prefix |
chapter_02 |
| contents |
section_01_header |
section_02_abstract |
section_03_introduction |
|
{% if page.contents %}
{% for val in page.contents %}
{% if jekyll.environment == production %}
{% include_relative {{site.doks.baseurl}}src/{{page.prefix}}/{{val}}.md %}
{% else %}
{% include_relative src/{{page.prefix}}/{{val}}.md %}
{% endif %}
{% endfor %}
{% endif %}