File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 44 app-admitted-patients-title : " Admitted Patients (Census)"
55 app-admitted-patients-text : " Projected **census** of COVID-19 patients, accounting for arrivals and discharges."
66 app-PPE-title : " Personal Protective Equipment (PPE) Forecasting Calculator"
7- app-PPE-screenshot : " Show a screenshot of the calculator"
87 app-PPE-documentation : |+
9- Refer to our <a href="{link_to_docs}">user documentation for instructions on how to use the calculator</a> .
8+ Refer to our <a href="{link_to_docs}">user documentation for instructions</a> on how to incorporate input data and use the calculator.
109 app-SIR-title : " Susceptible, Infected, and Recovered"
1110 app-SIR-text : " The number of susceptible, infected, and recovered individuals in the hospital catchment region at any given moment"
1211 charts-date : " Date"
9392 <a download="{filename}" href="data:file/csv;base64,{csv}">Download {filename}</a>
9493 presentation-excel-download : |+
9594 Download the PPE Forecasting Calculator: <a download="{filename}" href="data:file/xlsx;base64,{excel}">{filename}</a>.
95+ <br />
96+ <br />
97+ This Excel-based calculator can use input from any model. To use CHIME’s projections with your existing parameters, download the csv below:
9698 admits_hospitalized : " Hospitalized Admissions"
9799 admits_icu : " ICU Admissions"
98100 admits_ventilated : " Ventilated Admissions"
Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ class PPE:
99 def __init__ (self , env : Dict [str , str ]):
1010 """__init__."""
1111 self .assets = assets = env ['ASSETS' ]
12- self .filename = filename = "PPE_Calculator_for_COVID-19 .xlsx"
12+ self .filename = filename = "PPE_Calculator .xlsx"
1313 self .src = os .path .join (assets , filename )
14- self .screenshot = os .path .join (assets , 'PPE_Screenshot.jpg' )
You can’t perform that action at this time.
0 commit comments