Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwildfire committed Nov 20, 2017
1 parent a5293eb commit eb01cde
Show file tree
Hide file tree
Showing 6 changed files with 9,034 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Rho Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# asthma-control-graphic
# Asthma Control over Time in the Inner City Asthma Consortium

This repository contains an [interactive figure](https://rhoinc.github.io/asthma-control-graphic/) showing asthma control level over time using data from 3 studies from the Inner City Asthma Consortium (ICAC). The interactive graphic expands upon the information presented in Figure 1 from <i>A computerized decision support tool to implement asthma guidelines for children and adolescents is effective in gaining and maintaining asthma control</i> by Sorkness et al, which is currently under review at the Journal of Allergy and Clinical Immunology (JACI). A static version of the figure is shown below, and the interactive version, created using the files in this repository, can be accessed [here](https://rhoinc.github.io/asthma-control-graphic/).

[![Asthma Control Over Time](screenshot.png)](https://rhoinc.github.io/asthma-control-graphic/)

The initial view of the figure shows the proportion and number of study participants who were determined to be at Control Level 1 (well controlled) through Control Level 4 (poorly controlled) at screening visit, randomization, first and last post-randomization visits for each clinical trial. Users can use the controls at the top of the page to change the outcome of interest and to filter the figures to only participants receiving active treatment or placebo.

Users can also click any bar segment to overlay a flow diagram showing how participants arrived at that point, and where they go afterward. For example, clicking on the top segment in the rightmost bar shows that participants that moved to CL 1 came equally from CL 1 to 4 at Screening, with the exception of PROSE.
Loading

0 comments on commit eb01cde

Please sign in to comment.