Skip to content

Commit 73071e2

Browse files
committed
Add content to home page
1 parent f91af79 commit 73071e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

templates/home.html

+23
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,28 @@ <h1 class="display-1">Ventilator-Python</h1>
2525

2626
{% block body %}
2727
<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>
2851
</div>
2952
{% endblock %}

0 commit comments

Comments
 (0)