Coder Social home page Coder Social logo

covid's Introduction

Covid Case Counts and Mandates

Project for CSE 583: COVID, Mandates, etc. Build Status Coverage Status

Introduction

This is a softeware that takes the latest Covid-19 case counts data updated by Center for Disease Control(CDC) and shows it with the Covid-19 related Mandates in the United States. With this tool, we can see how effective a certain mandate is in terms of increased case counts.

Includes

  1. A choropleth of USA to see the overview of monthly positive Covid-19 counts of each state.

  2. Line graphs of states to compare (cases/100K).

Team Members

  • Zhaowen Guo
  • Jee Hoon Han
  • Oliver Li
  • Gabriel Wisswaesser

Example

  • Choropleth of the United States



  • Line graphs of states with when certain mandates were implemented

Software dependencies

Python Packages

  • Dash
  • Dash_core_components
  • Dash_html_components
  • Dash.dependencies
  • Pandas
  • Plotly.express
  • Plotly.graph_objects

Installation

Instruction to run the softeware locally

  1. Clone the git repo: git clone https://github.com/gabewiss/covid.git
  2. Go into src directory in the terminal
  3. Run covid.py file python covid.py
  4. Visit http://127.0.0.1:8050/ in your web browser

Directory Summary

We have docs directory, where related articles, component design, and use cases can be located.

Then, we have covid directory, where data, examples, and test codes can be located

Directory Structure

covid
    ├── LICENSE
    ├── README.md
    ├── covid
    │   ├── __init__.py
    │   ├── data
    │   │   └── states_population.csv
    │   ├── environment.yml
    │   ├── examples
    │   │   └── example of choropleth and line graph.ipynb
    │   ├── src
    │   │   ├── __init__.py
    │   │   ├── count_processing.py
    │   │   ├── covid.py
    │   │   ├── data_check.py
    │   │   └── mandate_processing.py
    │   └── tests
    │       ├── __init__.py
    │       ├── test_count.py
    │       ├── test_covid.py
    │       └── test_mandate.py
    ├── docs
    │   ├── CSE583_ComponentDiagram.pdf
    │   ├── CSE583_UseCaseDiagram.pdf
    │   ├── CSE583_technical_review.pdf
    │   ├── SoftwareDesign.pdf
    │   ├── CSE583 presentation covid-mandate.mp4.zip
    │   ├── final_presentation.mp4
    │   ├── articles
    │   │   ├── mandate_face_covering.pdf
    │   │   └── mandate_social_distancing.pdf
    │   └── example_figure
    │       ├── choropleth_example.png
    │       └── linegraph_example.png
    ├── environment.yml
    └── setup.py

Data Source

Covid-19 Case Counts

  • Covid-19 data repository held by CDC

Covid-19 State and County Policy

Limitation

Although the softeware is designed to continuously update the data from the data source, the repository may not be continuously maintained beyond December 2020. The population data is from December 2020, before the new census data. The software is coded for the data of the year 2020. Once it's 2021, it might not properly represent the data.

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.