Skip to content

Commit 4d1417d

Browse files
authored
Update text for v1.1.4
Update text for v1.1.4
2 parents 4b47a2f + 4ef6dc0 commit 4d1417d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
File renamed without changes.

src/penn_chime/locales/en.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ en:
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"
@@ -93,6 +92,9 @@ en:
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"

src/penn_chime/model/ppe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)