Skip to content

Global-Health-Research-Collective/covARC

Repository files navigation

COVID-19 Activity Risk Calculator (CovARC)

CovARC or COVID-19 Activity Risk Calculator is a web application developed unde the Global health Research Collective that aims to develop a system that can by used by the general public for estimating an individual's risk of infection, hospitalization and death when carrying out a day to day activity [Paper].

CovARC extracts the data regularly from the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University and GISAID variants through GitHub Actions and pre-processed them to store in this repository. The data is then utillized by the risk calculator shinyapps web application to calculate individual risk.

alt text

Description

The repository consists of several folders which are described as follows:

  • data/Country/processed folder consists of data related to prevalence of different variants in different countries around the world.
  • filtered folder consists of filtered data from the CSSE github repository that is regularly updated through the pre_proc.py script (requires only pandas installation)
  • The risk_calculator_code consists of 3 R scripts, app.R is the source code for the shiny app which is currently being used as a web-interface, runner.R which is just the code for the initial local version of CovARC, plots.R which used the data from updated_final_csv folder to create plots stored in covid_plots folder.

The R code was run using RStudio after installing the related dependencies using the IDE.

The risk calculator can be used to calculate individual's risk of catching COVID-19 infection when carrying out for day-to-day activities. The calculator considers the number of people the user will pass (in indoor and outdoor space) when carrying out the daily activity to estimate several risks associated with carrying out the daily activity. Apart from the number of people passed indoors and outdoors, the system also considers the following inputs:

  • Country
  • Region
  • County
  • Current Date
  • Type of mask worn
  • Vaccines type and dosage
  • Past COVID-19 infection
  • Age
  • Gender
  • Past Chronic Illness

Using this we calculate the risk increase due to rise in number of COVID cases or risk reduction due to usage of mask or vaccination. A flow diagram for the same can be observed as follows:

alt text

Citation

@misc{Natraj_2022,
doi = {10.48550/ARXIV.2212.05035},
url = {https://arxiv.org/abs/2212.05035},
author = {Natraj, Shreyasvi and Bhide, Malhar and Yap, Nathan and Liu, Meng and Seth, Agrima and Berman, Jonathan and Glorioso, Christin},
keywords = {Computers and Society (cs.CY), Information Retrieval (cs.IR), Numerical Analysis (math.NA), Methodology (stat.ME), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Mathematics, FOS: Mathematics},
title = {COVID-19 Activity Risk Calculator as a Gamified Public Health Intervention Tool},
publisher = {arXiv},
year = {2022},
copyright = {arXiv.org perpetual, non-exclusive license}
}

Please feel free to inform us in case of any issues or contact gloriosoca@gmail.com or shreyasvi.natraj@unige.ch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published