All Projects → epiforecasts → covid

epiforecasts / covid

Licence: MIT License
Temporal variation in transmission during the COVID-19 outbreak

Programming Languages

TeX
3793 projects
r
7636 projects

Labels

Projects that are alternatives of or similar to covid

covid19-react
Progressive Web Application com React para mapear os dados do COVID-19 pelo mundo. 📊
Stars: ✭ 24 (-77.98%)
Mutual labels:  covid
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-87.16%)
Mutual labels:  covid
COVID-19-ANDROID
A simple android application builds for showcase COVID-19.
Stars: ✭ 21 (-80.73%)
Mutual labels:  covid
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (-63.3%)
Mutual labels:  covid
ml api covid
This is the API Code for my tutorial article. It paints a picture for developing a machine learning Python API from start to finish and provides help in more difficult areas like the setup with AWS Lambda.
Stars: ✭ 21 (-80.73%)
Mutual labels:  covid
permanently-remote
A list of tech companies going permanently remote after COVID-19
Stars: ✭ 61 (-44.04%)
Mutual labels:  covid
app
CovidTrace mobile app.
Stars: ✭ 19 (-82.57%)
Mutual labels:  covid
ProjectDomino
Scaling COVID public behavior change and anti-misinformation
Stars: ✭ 59 (-45.87%)
Mutual labels:  covid
mesconseilscovid
Isolement, tests, vaccins… tout savoir pour prendre soin de votre santé
Stars: ✭ 22 (-79.82%)
Mutual labels:  covid
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (-71.56%)
Mutual labels:  covid
whatsapp-bot
WhatsApp Chatbot with many kinds of features. This bot is created for the purpose of providing some information and for fun purposes only
Stars: ✭ 23 (-78.9%)
Mutual labels:  covid
impf-bot
💉🤖 Bot for the German "ImpfterminService - 116117"
Stars: ✭ 167 (+53.21%)
Mutual labels:  covid
align covid
Coronavirus time series aligned by number of cases, not date.
Stars: ✭ 22 (-79.82%)
Mutual labels:  covid
agenda-saude
Sistema de agendamento de saúde, em uso para gerir filas de vacinação do COVID-19 e H1N1.
Stars: ✭ 119 (+9.17%)
Mutual labels:  covid
COVID Hospital PUF
The community created FAQ about the hospital-level COVID capacity data.
Stars: ✭ 28 (-74.31%)
Mutual labels:  covid
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (-32.11%)
Mutual labels:  covid
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (-74.31%)
Mutual labels:  covid
covid
epidemicforcasting.org visualization repository
Stars: ✭ 18 (-83.49%)
Mutual labels:  covid
coronavirus
covid-19 data in J
Stars: ✭ 15 (-86.24%)
Mutual labels:  covid
covid19-bd
Public API for accessing district-wise dataset and daily stats for Covid-19 in Bangladesh. Data is pulled from IEDCR reports
Stars: ✭ 29 (-73.39%)
Mutual labels:  covid

Temporal variation in transmission during the COVID-19 outbreak

For the underlying estimates see here. See here for documentation on the methodology used. See here for our data back-end.

Usage

Clone the website

git clone --depth 1 https://github.com/epiforecasts/covid.git

Update results

This repository uses Azure blob storage to store results. To download these first install azcopy (see here for a script to do this for Linux) and then run the following.

Rscript utils/update_estimates.R

Warning when run for the first time this will download several GB of data. See covid-rt-estimates for further support accessing estimates.

Update the website

Update

Update the website with the following:

bash bin/update_website.sh

See the bin folder for other updating scripts.

Docker

This analysis was developed in a docker container based on the rocker/geospatial docker image.

To build the docker image run (from the covid directory):

docker build . -t covid

To run the docker image run:

docker run -d -p 8787:8787 --name covid -e USER=covid -e PASSWORD=covid covid

The RStudio client can be found on port :8787 at your local machines ip. The default username:password is time_vary:time_vary, set the user with -e USER=username, and the password with - e PASSWORD=newpasswordhere. The default is to save the analysis files into the user directory.

To mount a folder (from your current working directory - here assumed to be tmp) in the docker container to your local system use the following in the above docker run command (as given mounts the whole covid directory to tmp).

--mount type=bind,source=$(pwd)/tmp,target=/home/covid

To access the command line run the following:

docker exec -ti covid bash
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].