Skip to content
@EMOD-Hub

EMOD

Agent-based Disease Model

EMOD-Hub

EMOD-Hub is a GitHub Organization focused on the agent-based disease model called EMOD. It is the home to the source code and many of the things that one needs to know about EMOD.

What is EMOD?

Epidemiological MODeling software (EMOD), is an agent-based model (ABM) that simulates the simultaneous interactions of agents in an effort to recreate complex phenomena. Each agent (such as a human or vector) can be assigned a variety of "properties" (for example, age, gender, etc.), and their behavior and interactions with one another are determined by using decision rules. These models have strong predictive power and are able to leverage spatial and temporal dynamics.

EMOD is also stochastic, meaning that there is randomness built into the model. Infection and recovery processes are represented as probabilistic Bernoulli random draws. In other words, when a susceptible person comes into contact with a pathogen, they are not guaranteed to become infected. Instead, you can imagine flipping a coin that has a λ chance of coming up tails S(t) times, and for every person who gets a "head" you say they are infected. This randomness better approximates what happens in reality. It also means that you must run many simulations to determine the probability of particular outcomes.

More Information

Disclaimer

The code in this repository was developed by IDM and other collaborators to support our joint research on flexible agent-based modeling. We've made it publicly available under the MIT License to provide others with a better understanding of our research and an opportunity to build upon it for their own work. We make no representations that the code works as intended or that we will provide support, address issues that are found, or accept pull requests. You are welcome to create your own fork and modify the code to suit your own modeling needs as permitted under the MIT License.

Pinned Loading

  1. emodpy-malaria emodpy-malaria Public

    Python workflow tools for configuring and running EMOD-Malaria

    Python 5

  2. emodpy-hiv emodpy-hiv Public

    Python code for configuring and running EMOD-HIV

    Python 1

Repositories

Showing 9 of 9 repositories
  • EMOD-Generic Public

    Source files for building IDM's EMOD computational epidemiology software.

    EMOD-Hub/EMOD-Generic’s past year of commit activity
    C 1 3 0 0 Updated Nov 25, 2024
  • EMOD-Generic-Scripts Public

    Demonstration simulations using Generic-Ongoing branch of EMOD

    EMOD-Hub/EMOD-Generic-Scripts’s past year of commit activity
    Python 1 2 1 0 Updated Nov 24, 2024
  • EMOD Public

    Source files for building the IDM EMOD disease transmission model.

    EMOD-Hub/EMOD’s past year of commit activity
    C 94 MIT 41 14 2 Updated Nov 21, 2024
  • emodpy-hiv Public

    Python code for configuring and running EMOD-HIV

    EMOD-Hub/emodpy-hiv’s past year of commit activity
    Python 0 MIT 1 1 0 Updated Nov 19, 2024
  • emodpy-malaria Public

    Python workflow tools for configuring and running EMOD-Malaria

    EMOD-Hub/emodpy-malaria’s past year of commit activity
    Python 0 MIT 5 0 3 Updated Nov 19, 2024
  • emodpy Public

    The common code for running and configuring EMOD

    EMOD-Hub/emodpy’s past year of commit activity
    Python 0 MIT 2 2 1 Updated Nov 19, 2024
  • emod-api Public

    Python API for editing input and output files of EMOD

    EMOD-Hub/emod-api’s past year of commit activity
    Python 0 MIT 2 0 0 Updated Nov 19, 2024
  • .github Public
    EMOD-Hub/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Nov 11, 2024
  • EMOD-InputData Public

    Full set of input data files for use with the EMOD disease transmission model

    EMOD-Hub/EMOD-InputData’s past year of commit activity
    Python 2 3 1 0 Updated Nov 11, 2024

Top languages

Loading…

Most used topics

Loading…