diff --git a/README.md b/README.md index 82b7cfef..1aacec04 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions. -CARA models the concentration profile of potential infectious viruses in enclosed spaces with clear and intuitive graphs. +CARA models the concentration profile of potential virions in enclosed spaces with clear and intuitive graphs. The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation. The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs. diff --git a/cara/apps/calculator/report_generator.py b/cara/apps/calculator/report_generator.py index 5601ff77..9f21cf29 100644 --- a/cara/apps/calculator/report_generator.py +++ b/cara/apps/calculator/report_generator.py @@ -116,7 +116,7 @@ def plot(times, concentrations, model: models.ExposureModel): ax.set_xlabel('Time of day') ax.set_ylabel('Mean concentration ($q/m^3$)') - ax.set_title('Mean concentration of infectious virus') + ax.set_title('Mean concentration of virions') ax.xaxis.set_major_formatter(matplotlib.dates.DateFormatter("%H:%M")) # Plot presence of exposed person @@ -237,7 +237,7 @@ def comparison_plot(scenarios: typing.Dict[str, dict], sample_times: np.ndarray) ax.set_xlabel('Time of day') ax.set_ylabel('Mean concentration ($q/m^3$)') - ax.set_title('Mean concentration of infectious virus') + ax.set_title('Mean concentration of virions') return fig diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 91a180b4..61cf107c 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -247,7 +247,7 @@
Notes for alternative scenarios:
- CARA models the concentration profile of potential infectious viruses in enclosed spaces with clear and intuitive graphs. + CARA models the concentration profile of potential virions in enclosed spaces with clear and intuitive graphs. The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation. The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs.
diff --git a/cara/apps/calculator/templates/calculator.form.html.j2 b/cara/apps/calculator/templates/calculator.form.html.j2 index 1e38f217..712432fb 100644 --- a/cara/apps/calculator/templates/calculator.form.html.j2 +++ b/cara/apps/calculator/templates/calculator.form.html.j2 @@ -380,7 +380,7 @@ v{{ calculator_version }} Please sen CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.- CARA models the concentration profile of potential infectious viruses in enclosed spaces with clear and intuitive graphs. + CARA models the concentration profile of virions in enclosed spaces with clear and intuitive graphs. The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation. The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs.
diff --git a/cara/apps/calculator/templates/userguide.html.j2 b/cara/apps/calculator/templates/userguide.html.j2 index e13649e4..ede8c8e3 100644 --- a/cara/apps/calculator/templates/userguide.html.j2 +++ b/cara/apps/calculator/templates/userguide.html.j2 @@ -15,7 +15,7 @@ If you are using the expert version of the tool, you should look at the expert CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.- CARA models the concentration profile of potential infectious viruses in enclosed spaces with clear and intuitive graphs. + CARA models the concentration profile of potential virions in enclosed spaces with clear and intuitive graphs. The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation. The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs.
@@ -183,15 +183,15 @@ It is estimated based on the emission rate of virus into the simulated volume, a This probability is valid for the simulation duration - i.e. the start and end time. If you are using the natural ventilation option, the simulation is only valid for the selected month, because the following or preceding month will have a different average temperature profile. Theexpected number of new cases for the simulation is calculated based on the probability of infection, multiplied by the number of exposed occupants.
-The graph shows the variation in the concentration of infectious viruses within the simulated volume. +
The graph shows the variation in the concentration of virions within the simulated volume. It is determined by: