File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -25,5 +25,28 @@ <h1 class="display-1">Ventilator-Python</h1>
25
25
26
26
{% block body %}
27
27
< div class ="container ">
28
+ < div class ="row-fluid ">
29
+ < div class ="col-sm-12 col-md-8 ">
30
+ < p > This website contains information collected from mechanical ventilators and analyzed
31
+ using the Python computer language. It is of interest to Neonatologists, Intensivists,
32
+ Respiratory Therapists, Engineers designing ventilators and Data Analysts.
33
+ Data were downloaded from the Draeger Babylog VN500 neonatal ventilator in comma-separated values
34
+ (.csv) format. However, the analysis method and the data are generalizable to other ventilators
35
+ that allow digital download of raw ventilation data in any plain text format.
36
+ That function is becoming increasingly available on novel ventilators.</ p >
37
+
38
+ < p > The Code repository contains downloadable Python code in .ipynb (IPython Notebook) format.
39
+ The visitor can download the code re-use it to analyze its own data.</ p >
40
+
41
+ < p > "One figure is worth a thousand words". The teaching resources section shows instructive
42
+ graphs and images illustrating important ventilation concepts and phenomena with explanation.</ p >
43
+
44
+ < p > The Supplements are data (tables, graphs and code) that can not be fitted in publications
45
+ and supplementing those.</ p >
46
+
47
+ < p > There are also important links for Python Data Analysts and people interested
48
+ in Mechanical ventilation or Neonatology in general.</ p >
49
+ </ div >
50
+ </ div >
28
51
</ div >
29
52
{% endblock %}
You can’t perform that action at this time.
0 commit comments