Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pitmonticone/covid-italy

References for COVID-19 situation in Italy.
https://github.com/pitmonticone/covid-italy

coronavirus covid-19 covid-19-italy data data-analysis documentation testing

Last synced: about 6 hours ago
JSON representation

References for COVID-19 situation in Italy.

Awesome Lists containing this project

README

        

## Documentation for COVID-19 testing data in Italy

Read the [report](https://pitmonticone.github.io/covid-italy/owid-testing-italy.html) co-authored by [Pietro Monticone](https://github.com/pitmonticone) and [Riccardo Valperga](https://github.com/Ricvalp).

## Aggregator of COVID-19 references for Italy

Explore the [dashboard](https://pitmonticone.github.io/covid-italy/dashboard.html) created by [Pietro Monticone](https://github.com/pitmonticone) and [Riccardo Valperga](https://github.com/Ricvalp) in collaboration with [Francesco Furno](https://github.com/FFurno) and [Paolo Beria](https://github.com/beriapaolo).

## A simple SIR model

* [Julia script](https://github.com/pitmonticone/covid-italy/blob/master/models/sir.jl)
* [Jupyter notebook](https://github.com/pitmonticone/covid-italy/blob/master/models/sir.ipynb)

## Estimating *R_t* in Real-Time

The following notebooks by [Michele Tizzoni](https://github.com/micheletizzoni) reproduce the estimate of the time-varying reproductive number for Italy:

* [National level](https://github.com/micheletizzoni/covid-19/blob/master/Realtime%20R%20-%20Italy.ipynb)
* [Subnational level](https://github.com/micheletizzoni/covid-19/blob/master/Realtime%20R%20-%20Italian%20Regions.ipynb)

**NB**: The method is based on some strong assumptions. However, the results are pretty much in line with those, more statistically solid, reported by Sam Abbott [here](https://github.com/epiforecasts/covid).



## Copyright 2020 Pietro Monticone

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.