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

https://github.com/bsodium/epidemic-spreading-sim

Epidemic spreading study using julia
https://github.com/bsodium/epidemic-spreading-sim

epidemics epidemiology julia-notebooks

Last synced: 7 months ago
JSON representation

Epidemic spreading study using julia

Awesome Lists containing this project

README

          

# epidemic-spreading-sim

## Description

A Graph theory study about the propagation of an epidemic.

## Installation

The notebook `graph21-22.ipynb` is meant to be run with the julia jupyter kernel.
It is therefore required that you download julia from [julialang.org](https://julialang.org/downloads/) (or using the package manager of your choice). Once this is done, add julia to Jupyter Notebook. In a terminal type `julia`, which should be in your `PATH`, and run the following :

```julia
using Pkg
Pkg.add("IJulia")
```

You should now be able to open the notebook in jupyter, and run the cells individually.

## Examples

![](src/out/toulouse_neigh.png)
![](src/out/n7_2A.png)
![](src/out/karat7.png)