Code Monkey home page Code Monkey logo

vncovid19's Introduction

Vietnam COVID-19 Open Data and Visualization

Dữ liệu mở thu thập từ trang thông tin chính thức của Bộ Y Tế Việt Nam, dùng cho data visualization.

Một số thông tin được thu thập bổ sung từ trang Wiki Đại dịch COVID-19 tại Việt Nam.

Các biểu đồ

Dữ liệu JSON

Mô tả trường dữ liệu:

flights.json: Dữ liệu chuyến bay (chưa hoàn thiện)

sources.json: Dữ liệu (bổ sung) nguồn lây: quốc gia, ổ dịch

patients.json: Dữ liệu các ca bệnh.

[
  {
    "id": "17",                    // ID và là số thứ tự bệnh nhân
    "positiveDate": "2020-03-06",  // ngày xác nhận dương tính
    "dischargeDate": "2020-03-22", // ngày xác xác nhận khỏi bệnh
    "gender": "female",            // male or female, để trống nếu không
    "age": 26,                     // tuổi, gán -1 nếu không có
    "treatLoc": "Hà Nội",          // địa phương nơi bệnh nhân được chữa
    "residence": "Hà Nội",         // nơi cư trú
    "nationality": "Việt Nam",     // quốc tịch
    "status": "positive",          // tình trạng hiện tại (positive, negative, deceased)
    "flights": ["VN0054"],         // mã (các) chuyến bay
    "source": ["GB"],              // nguồn lây từ (mã quốc gia, ổ dịch hoặc mã BN)
    "desc": "Nữ 26 tuổi đi thăm chị gái tại Anh và qua Italy, Pháp và trở về Hà Nội ngày 2/3/2020"
  }
]

historical.json: dữ liệu diễn biến dịch, được xuất ra từ patients.json

{
  "date": "2020-01-23",    // ngày
  "dailyCases": 2,         // số ca nhiễm trong ngày
  "dailyDeaths": 0,        // số ca tử vong trong ngày
  "dailyRecovered": 0,     // số ca hồi phục / xuất viện trong ngày
  "cases": 2,              // tổng số ca nhiễm
  "deaths": 0,             // tổng số ca tử vong
  "recovered": 0           // tổng số ca đã hồi phục
}

Tài nguyên

Đóng góp

Bạn có thể đóng góp bằng cách gửi pull request:

  • Bổ sung hoặc sửa lỗi data (vui lòng open PR trước để người khác biết data sẽ được cập nhật phần nào)
  • Thêm các đồ thị giúp giải thích dữ liệu một cách trực quan

© 2020 vncovid19.github.io and contributors. This work is licensed under a Creative Commons Attribution 4.0 International License. CC-By-4.0

vncovid19's People

Contributors

thanhtran-ct avatar trongthanh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

thuanbvv

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.