Skip to content

pythonhealthdatascience/json2ciw

Repository files navigation

ORCID: Monks License: MIT

JSON to Ciw (json2ciw)

🎓 A simple tool that can convert JSON file to a functional Ciw simulation model.

License

The materials have been made available under an MIT license. The materials are as-is with no liability for the author. Please provide credit if you reuse the code in your own work.

Citation

If you reuse any of the code, or the tutorial helps you work, please provide a citation.

@software{json2ciw_repo,
author = {Monks, Thomas},
license = {MIT},
title = {{json2ciw}},
url = {https://github.com/pythonhealthdatascience/des-modeller-agent}
}

Installation instructions

Installing dependencies

All dependencies can be found in binder/environment.yml and are pulled from conda-forge. To run the code locally, we recommend installing miniforge;

miniforge is Free and Open Source Software (FOSS) alternative to Anaconda and miniconda that uses conda-forge as the default channel for packages. It installs both conda and mamba (a drop in replacement for conda) package managers. We recommend mamba for faster resolving of dependencies and installation of packages.

navigating your terminal (or cmd prompt) to the directory containing the repo and issuing the following command:

mamba env create -f binder/environment.yml

Activate the mamba environment using the following command:

mamba activate json2ciw

Run Jupyter-lab

jupyter-lab

Repo overview

.
├── binder
│   └── environment.yml
├── CHANGELOG.md
├── CITATION.cff
├── LICENSE
└── README.md
  • binder/environment.yml - contains the conda environment if you wish to work the models.
  • CHANGES.md - changelog with record of notable changes to project between versions.
  • CITATION.cff - citation information for the code.
  • LICENSE - details of the MIT permissive license of this work.

About

Convert valid JSON schema's of DES models to working Ciw models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published