LISA
Coming soon

Linked Individual Simulation for Epidemiology

LISA is a modular simulation platform for modeling infectious disease spread across connected populations, with support for topology-driven contacts, interventions, and scenario comparison.

Focus: network-based epidemiology
Design: modular + extensible
Language: C#

What LISA is

A research-oriented framework where individuals, contacts, and disease states are modeled explicitly, making it easier to test interventions in realistic populations.

What it will support

Contact networks, disease progression, vaccine and drug interventions, scenario comparisons, and reproducible simulation runs.

Why it matters

Researchers need tools that are flexible, transparent, and easy to extend without sacrificing clarity.

Planned workflow

  • Define population and topology
  • Configure disease and intervention parameters
  • Run simulation in the CLI
  • Export results for analysis
$ lisa init my_study
$ lisa check --project my_study
$ lisa run --project my_study --seed 42
$ lisa analyze --project my_study

Current status

Early development. Core architecture, file format, and CLI are being designed.

Planned release

Initial public prototype with a console-first workflow and reproducible scenarios.

Project vision

A practical platform for exploring how infections spread through connected people.