All Projects → yjlou → 2019 Ncov

yjlou / 2019 Ncov

Licence: gpl-3.0
Use Google Maps Timeline data to compare with COVID-19 patient history location.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 2019 Ncov

Healthcare ml
A curated list of ML|NLP resources for healthcare.
Stars: ✭ 351 (+202.59%)
Mutual labels:  healthcare
Hcc Python
An implementation of the HCC Risk Adjustment Algorithm in Python
Stars: ✭ 47 (-59.48%)
Mutual labels:  healthcare
Ehr
The code repository for the prototypes included in the eBook "Inspired EHRs - Designing for Clinicians" (inspiredEHRs.gov). The code of the prototypes is made available under the Apache 2.0 open source license. This license agreement allows anyone to freely use the code and ideas presented in this book, subject to the conditions listed at http://opensource.org/licenses/Apache-2.0.
Stars: ✭ 83 (-28.45%)
Mutual labels:  healthcare
Docproduct
Medical Q&A with Deep Language Models
Stars: ✭ 495 (+326.72%)
Mutual labels:  healthcare
Openhospital Core
Open Hospital Core library
Stars: ✭ 31 (-73.28%)
Mutual labels:  healthcare
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+8710.34%)
Mutual labels:  healthcare
Surfboard
Novoic's audio feature extraction library
Stars: ✭ 318 (+174.14%)
Mutual labels:  healthcare
All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (-6.03%)
Mutual labels:  healthcare
Openmrs Core
OpenMRS API and web application code
Stars: ✭ 979 (+743.97%)
Mutual labels:  healthcare
Hapi Fhir
🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Stars: ✭ 1,197 (+931.9%)
Mutual labels:  healthcare
Zato
ESB, SOA, REST, APIs and Cloud Integrations in Python
Stars: ✭ 889 (+666.38%)
Mutual labels:  healthcare
Mdapp
Useful and intuitive app for doctors and other health care workers in Norway
Stars: ✭ 15 (-87.07%)
Mutual labels:  healthcare
Mri Analysis Pytorch
MRI analysis using PyTorch and MedicalTorch
Stars: ✭ 55 (-52.59%)
Mutual labels:  healthcare
Pyhealth
A Python Library for Health Predictive Models
Stars: ✭ 360 (+210.34%)
Mutual labels:  healthcare
Dicom Server
OSS Implementation of DICOMweb standard
Stars: ✭ 101 (-12.93%)
Mutual labels:  healthcare
Connect
The swiss army knife of healthcare integration.
Stars: ✭ 326 (+181.03%)
Mutual labels:  healthcare
Keera Posture
Alleviate your back pain using Haskell and a webcam
Stars: ✭ 48 (-58.62%)
Mutual labels:  healthcare
Sytora
A sophisticated smart symptom search engine
Stars: ✭ 111 (-4.31%)
Mutual labels:  healthcare
Mne Cpp
MNE-CPP: A Framework for Electrophysiology
Stars: ✭ 104 (-10.34%)
Mutual labels:  healthcare
Fhir.resources
FHIR Resources https://www.hl7.org/fhir/resourcelist.html
Stars: ✭ 73 (-37.07%)
Mutual labels:  healthcare

2019-nCov

Use Google Maps Timeline data to check whether you had contacted the patient or not.

Check it now! https://pandemic.events

The Web Interface

Patient Data from Trustable Sources

We integrate trustable data sources into our tool. With the patient historical track data, user can drag/drop in their tracks to compare. Please read 'countries' folder for more details.

Note that all comparisons are happening on the local device. Nothing is uploaded to server. This can ensure the user's privacy is protected.

Use Your Own Patient Data

This is useful when you want to use your own patient data, but without sharing it with rest of the world. By assigning a 'patient=URL' parameter in URL, you can load your own patient data. The file can be either JSON or KML format.

A use case is that a trustable third party (e.g. a government CDC) reads out the history location data from patient's phone, but they don't want to publish patient's data to make public panic. Instead, they can host the patient data in URL and use 'patient=URL' to load it into this tool. Then, they can compare people's history location data (the people can voluntarily provide their own data to the trustable third party) in the step 3 of this tool (by dragging and dropping tons of data files).

Same here.All comparisons are happening on local device. Nothing is uploaded to server.

Contribution

Testing

This project comes with unittest code. Please open the browser debug console and type:

  test();

Then you should be able to see the following message which indicates all test cases have passed.

  test.js:56 [PASS]

If you see any error, please fix them before you upload.

Push to development page:

  $ git push origin master:master  # replace the first 'master' with your local branch name

See preview here. New change may take few minutes to be propagated on the server side.

Note that the preview is only for developer and could be broken anytime. If you are not developer, please use the production page instead.

Push to production

Ensure your local repo is clean to create a branch.

  $ export ORG_BRANCH=$(git branch | grep \* | cut -d ' ' -f2)       # Save original branch name.
  $ git checkout -b prod origin/master                               # Checkout new branch. Change
                                                                     # 'origin/master' in case you
                                                                     # prefer something else.
  $ git push origin prod:gh-pages                                    # Push to production.
  $ git checkout ${ORG_BRANCH}                                       # Move back to original branch.
  $ git branch -D prod

See production here. New change may take few minutes to be propagated on the server side.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].