Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 937 Bytes

README.rst

File metadata and controls

17 lines (13 loc) · 937 Bytes

Zeke: The Zombie Epidemic Modeling Platform ====

Purpose: -------Zeke is an educational platform implemented using Python which allows students and researchers interested in the modeling of infectious diseases to learn both modeling and scientific computing skills in an interactive environment, without forcing theoretical, subject matter and computational skills to be developed simultaneously.

Philosophy: ----------The goal of Zeke is to develop general purpose, transferrable computational science skills. As such, the libraries used should be widely available and in common usage - for example, SciPy for scientific computing functions, and Django as a web front-end, rather than bespoke functions, unless no other option is available.

Similarly, the models being used should be clear, well-documented, and capable of being replicated easily.

Contributors:

  • Eric Lofgren (elofgren)
  • Alex Clark (aclark)