COVID-19 Tracking System

Try it out on AWS

http://covid-19-tracking-system.s3-website.us-east-2.amazonaws.com

Presentation Video Demo

https://youtu.be/Su30Dw8q3pM

Winner of 2020 UTA Open Data Day Hackathon

Authors

Table of Contents

What is COVID-19 Tracking System?
Why is this important?
COVID-19 Tracking System System Design
COVID-19 Tracking System Web Page Structure
1. Dashboard
2. Global Map
3. State Cases
4. Travel Advice
5. WHO Daily Report
6. About COVID 19

What is COVID-19 Tracking System?

This project is a web application that aims to visualize and track reported cases of coronavirus disease COVID-19 in real time and provides the general public, exspecially for travelers, with disease guidance and important travel advices.

It includes following features:

  • Case in US monthly Analysis
  • Global Map for confirmed case location
  • State cases details (categorizing by State)
  • Travel Advice (categorizing by Country)
  • WHO Daily Reports (categorizing by date)
  • About COVID-19

This projects uses open data source from Centers for Disease Control and Prevention(CDC), Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE), and Word Health Organization(WHO). Whenever the system starts running, it will fetch the real-time data from these open data source and update accordingly. The data including the location and number of confirmed COVID-19 cases, deaths, and recoveries will be updated everyday.

Why is this important?

In December 2019, an outbreak of respiratory disease caused by a novel (new) coronavirus that was first detected in China and which has now been detected in almost 90 locations internationally, including in the United States.

In response to this ongoing public health emergency, we developed this project to provide a user-friendly tool to track the outbreak as it unfolds. The real-time information analysis reveals the rapid spreading of the disease which will certainly have a great impact on the public’s “movement“.

It is important to ensure easy accessibility of such information for both domestic and international travelers for decision making. We believe our effort in building the COVID-19 Tracking System makes this information accessible and crucial to help people stay aware and prevent, well in advance, from suffering health problems during the earliest stages of the outbreak.

COVID-19 Tracking System System Design

Image of System design

COVID-19 Tracking System Web Page Structure

Dashboard

This "Dashboard" page aims to provide an overview of COVID-19 outbreak in US.

The data is updated daily.

It shows the following informations:

  • Total number of Confirmed Cases(US)
  • Total number of Deaths Cases(US)
  • Total number of Recovered Cases(US)

  • Monthly Cumulative Cases Tracking (line chart)

    • Confirmed
    • Deaths
    • Recovered
  • Monthly New Reported Cases Tracking (bar chart)

    • Confirmed
    • Deaths
    • Recovered

Global Map

This "Global Map" page aims to provide a visiualized overview of the locations Globally that have confirmed cases.

The data is updated daily.

State Cases

This "State Cases" page aims to provide a table with detailed information for cases categorized by State/County.

User can sort the rows based on the attribute selected.

The data is updated daily.

Each rows includes following information:

  • State
  • County
  • Confirmed
  • Deaths
  • Recovered

Travel Advice

This "Travel Advice" page aims to provide the crucial travel information or travelers and travel related industries.

This includes information of the countries with different risk assessment level for COVID-19 according to Centers for Disease Control and Prevention(CDC), and it also provides links to the CDS Travel Information.

The data is updated daily.

WHO Daily Report

This "WHO Daily Report" page aims to provide daily updated Situation reports from Word Health Organization(WHO). Users can select the date from the calendar on the right to view the corresponding WHO report.

About COVID-19

This "About COVID-19" page aims to provide the general information about Coronavirus Disease 2019 (COVID-19) according to Centers for Disease Control and Prevention(CDC).

It shows the following informations:

  • What is a Conronavirus (COVID-19)?
  • Source and spread of virus.

Built With

+ 4 more
Share this project:

Updates