Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grl committed Sep 22, 2020
0 parents commit cbd9afb
Show file tree
Hide file tree
Showing 94 changed files with 33,214 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.ipynb_checkpoints/*
Sant_Eufemia/.ipynb_checkpoints/*
*/.Rhistory
Binary file added DataGIS/1729_PAR_CONF.dbf
Binary file not shown.
Binary file added DataGIS/1729_PAR_CONF.shp
Binary file not shown.
Binary file added DataGIS/1729_PAR_CONF.shx
Binary file not shown.
1 change: 1 addition & 0 deletions DataGIS/1729_PAR_CONF.zip.geojson

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions DataGIS/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder contains a GIS shape file for the city of Venice, divided by parish.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Death in Venice: A Digital Reconstruction of a Large Plague Outbreak During 1630-1631

Paper: https://www.medrxiv.org/content/10.1101/2020.03.11.20034116v1.

## Contents

* The main dataset: [dataset](./dataset) folder.
* Exploratory analysis on main dataset: [space\_time\_exploration](space_time_exploration.ipynb) notebook.
* Deterministic modeling: [models\_of\_plague\_epid](TO_BE_CLEANED_models_of_plague_epid.ipynb) notebook.
* Stochastic modeling: [epid\_simulations](epid_simulations.ipynb) notebook.
* Analysis of the **Sant'Eufemia** parish dataset: [Sant_Eufemia](./Sant_Eufemia) folder.

## Cite as

_Lazzari, G., Colavizza, G., Bortoluzzi, F., Drago, D., Erboso, A., Zugno, F., ... & Salathe, M. (2020). Death in Venice: A Digital Reconstruction of a Large Plague Outbreak During 1630-1631. medRxiv._

or

```
@article{lazzari2020death,
title={Death in Venice: A Digital Reconstruction of a Large Plague Outbreak During 1630-1631},
author={Lazzari, Gianrocco and Colavizza, Giovanni and Bortoluzzi, Fabio and Drago, Davide and Erboso, Andrea and Zugno, Francesca and Kaplan, Frederic and Salathe, Marcel},
journal={medRxiv},
year={2020},
publisher={Cold Spring Harbor Laboratory Press}
}
```
3 changes: 3 additions & 0 deletions Sant_Eufemia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Analysis are contained in the [Sant_Eufemia](./Sant_Eufemia.ipynb) notebook

In this folder there is the exploration of the Sant'Eufemia dataset, and in particular the code for fig **2b**, **SI2** and **SI3** from the paper
Loading

0 comments on commit cbd9afb

Please sign in to comment.