An open API service indexing awesome lists of open source software.

https://github.com/lolab-msm/zombie-apocalypse

Modeling a Zombie Apocalypse using ODEs and PySB
https://github.com/lolab-msm/zombie-apocalypse

Last synced: 19 days ago
JSON representation

Modeling a Zombie Apocalypse using ODEs and PySB

Awesome Lists containing this project

README

          

# Zombie Apocalypse ODE tutorial

This tutorial serves as an introduction to modeling a dynamical system
using ordinary differential equations (ODEs).

## Run these models in Binder

Click the Binder link below to open the enclosed Jupyter Notebook on Binder.
Then open one of the Jupyter Notebook files on Binder for further instructions.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/lolab-vu/zombie-apocalypse/HEAD)

## Model Versions

Two versions of the model are included: a direct ODE representation using SciPy,
and a reaction "rule-based" representation using [PySB](https://pysb.org).

## Credits

* Zombie Apocalypse example by [Munz et al. 2009](https://mysite.science.uottawa.ca/rsmith43/Zombies.pdf)
* SciPy implementation by [Christopher Campo](https://scipy-cookbook.readthedocs.io/items/Zombie_Apocalypse_ODEINT.html)
* Jupyter Notebook interactivity and PySB conversion by Alex Lubbock