Skip to content

s3691487/covid-policy-tracker

Repository files navigation

covid-policy-tracker

RMIT cloud computing

Designed and Developed by : Vaishali Wahi | Yanying Xu

Introduction

As cited on the UpToDate website: ‘Coronaviruses are important human and animal pathogens. At the end of 2019, a novel coronavirus was identified as the cause of a cluster of pneumonia cases in Wuhan, a city in the Hubei Province of China. It rapidly spread, resulting in an epidemic throughout China, followed by a global pandemic. In February 2020, the World Health Organization designated the disease COVID-19, which stands for coronavirus disease 2019. The virus that causes COVID-19 is designated severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2); previously, it was referred to as 2019-nCoV’. (McIntosh 2020, para 1)

While this virus has infected nearly a hundred people and claimed over 2 millions lives around the world at the time of writing this report, governments from all around the world have set up different policies during different stages of the pandemic to protect their citizens. While these public health policies have served the purpose of protecting the health of the citizens, it is recognized that they can have different effectiveness. Since many of these policies or restrictions have greatly impacted our daily lives since last year, we decided to develop a web app to track them. Hopefully from the current data we have collected, we can find some close answers to the most effective policies.

We would like to point out, in this project, the policy data we used is sourced from the Oxford Coronavirus Government Response Tracker (OxCGRT).The Oxford COVID-19 Government Response Tracker (OxCGRT) systematically tracks and records information on different common policy responses that the governments had implemented to response to the pandemic on 18 indicators such as school closures and travel restrictions. We have selected 3 data sets for our current project. (University of Oxford, 2020) The covid cases data we are sourced from the Johns Hopkins University's coronavirus dataset. (Johns Hopkins University of Medicine 2020) All data we sourced can be found in the Google BigQuery public dataset.

High Level Architecture

architecture

Developer Guide

$ pip install virtualenv
  • Create virtual Environment
$  virtualenv virt
  • Activate virtual environment
$ virt/bin/activate

#####Now Install All the required Dependencies for the Project

  • Install Flask
$ pip install flask
$ crontab -e 
$ MAILTO=""
0**** python3/data-collect.py/dev/null

To run the application in local host

$ python application.py

To run the application on server

-initialise elastic beanstalk using below command

$ eb deploy
  • Run the URL on ELASTIC beanstalk environment dashboard