From 2b8250b17327bedfe8e2edb30f393a21700f28d2 Mon Sep 17 00:00:00 2001 From: "Robert L. Read" <read.robert@gmail.com> Date: Thu, 18 Jun 2020 05:11:53 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 23f7684..2bb626e 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ This is an important part of the Public Invention's goal of creating an opens so This is a stand-alone .html file with about a thousand lines of JavaScript that implements a clinical display that doctors want to see of an operting ventilator. It includes live data trace plots of pressure and flow, as well as calculated values such as tidal volume. + + + +You can see the vent-display from our [public data lake](http://ventmon.coslabs.com/), where you +can find both live and [static](http://ventmon.coslabs.com/breath_plot?i=71.245.238.32.test_file_name.20200612135337) displays. + + +# Vounteer Needed + +This is a project with a rich set of features that need to be added involving respiration calculations. +Additionally, there are GUI features such as as the ability to scroll back in time that need to be added. Please contact <read.robert@gmail.com> if you would like to volunteer. -- GitLab