Giter VIP home page Giter VIP logo

covid's Introduction

Temporal variation in transmission during the COVID-19 outbreak

DOI

Warning: This analysis is a work in progress. Breaking changes may occur and the authors cannot guarantee support.

Usage

Clone the website

This repository uses submodules to store results. To download these at the same time as cloning the main repository use the following:

git clone --recursive https://github.com/epiforecasts/covid.git

Update external results

Update all external results using the following git call.

git submodule update --init --recursive

Update the website

Update

Update all nowcasts and the website with the following:

bash bin/update_nowcasts.sh
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

covid's People

Contributors

seabbs avatar kathsherratt avatar jhellewell14 avatar sbfnk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.