-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from gyorilab/docs-update
Docs update
- Loading branch information
Showing
42 changed files
with
2,983 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Examples | ||
======== | ||
|
||
This module contains examples of how to assemble and modify models in MIRA. | ||
|
||
Curated Example Models | ||
---------------------- | ||
|
||
* `sir.py <https://github.com/gyorilab/mira/blob/main/mira/examples/sir.py>`_ - Simple examples of SIR epi models | ||
* `chime.py <https://github.com/gyorilab/mira/blob/main/mira/examples/chime.py>`_ - Simple example of a SVIIvR epi model | ||
* `mech_bayes.py <https://github.com/gyorilab/mira/blob/main/mira/examples/mech_bayes.py>`_ A curated model describing the Mech Bayes model (an SEIRD epi model). | ||
* `nabi2021.py <https://github.com/gyorilab/mira/blob/main/mira/examples/nabi2021.py>`_ A curated model describing the Nabi et al. 2021 model (an 'SEIQAIRDL' epi model). See https://doi.org/10.1016/j.chaos.2021.110689 for more information. | ||
* `jin2022.py <https://github.com/gyorilab/mira/blob/main/mira/examples/jin2022.py>`_ A curated model describing the Jin et al. 2022 model, describing a vaccine-stratified epi model. | ||
|
||
|
||
Decapode Examples (:py:mod:`mira.examples.decapodes.decapodes_examples`) | ||
------------------------------------------------------------------------ | ||
.. automodule:: mira.examples.decapodes.decapodes_examples | ||
:members: | ||
:show-inheritance: | ||
|
||
.. mdinclude:: ../../mira/examples/decapodes/decapodes_vs_decaexpr_composite/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ Table of Contents | |
dkg | ||
metaregistry | ||
terarium_client | ||
examples | ||
|
||
Indices and Tables | ||
------------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ | |
), | ||
contact={ | ||
"name": "Benjamin M. Gyori", | ||
"email": "[email protected].edu", | ||
"email": "b.gyori@northeastern.edu", | ||
}, | ||
license_info={ | ||
"name": "BSD-2-Clause license", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.