-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd2bd58
commit 0924573
Showing
4 changed files
with
68 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
|
||
<div class = "heading_box"> | ||
|
||
<strong> <font size="+1">Welcome to the bed occupancy forecasting app</font></strong> | ||
<br> | ||
<strong>Summary</strong> | ||
<br> | ||
|
||
Forecast bed occupancy for COVID-19 patients using recent data on admission and | ||
an exponential growth model. You can choose to model critical or non-critical | ||
care beds using the two separate tabs. Use the panel on the left to input data | ||
and specify model parameters. | ||
|
||
|
||
<br> | ||
<br> | ||
<strong>About the model</strong> | ||
<br> | ||
|
||
Click on the information tab for details on the model, parameters used, and | ||
contact information. This app generalises the approach used in <a href = | ||
"https://cmmid.github.io/topics/covid19/current-patterns-transmission/ICU-projections.html" | ||
taget = "_blank"> this post</a> which focused only on critical care beds in | ||
England. Note that this work is under peer-review. Find us on <a href=https://github.com/thibautjombart/covid19_bed_occupancy/issues/ target = "_blank">github</a> for questions and requests. | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters