From d4a33b546b20a341726a497cd18e3777c36d34b2 Mon Sep 17 00:00:00 2001
From: Phil Elson
Date: Wed, 3 Mar 2021 16:55:42 +0100
Subject: [PATCH] Add a disclaimer about the repository, and remove the
inaccurate GPL statement.
---
README.md | 15 ++++++++++++++-
.../calculator/templates/calculator.form.html.j2 | 2 --
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b2226e42..1d98b0bb 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,19 @@ A tool to interact with various parameters of the CARA model.
This is currently in beta, and can be found at https://cara.web.cern.ch/expert-app.
+## Disclaimer
+
+The code and data of this repository are provided to promote reproducible research.
+They are not intended for clinical care or commercial use.
+
+The software is provided "as is", without warranty of any kind, express or implied,
+including but not limited to the warranties of merchantability, fitness for a particular
+purpose and non infringement.
+In no event shall the authors or copyright holders be liable for any claim, damages
+or other liability, whether in an action of contract, tort or otherwise, arising from,
+out of or in connection with the software or the use or other dealings in the software.
+
+
## Development guide
### Running the COVID calculator app locally
@@ -71,7 +84,7 @@ The https://cern.ch/cara application is running on CERN's OpenShift platform. In
We have a replica of https://cara.web.cern.ch running on http://test-cara.web.cern.ch. Its purpose is to simulate what will happen when
a feature is merged. To push your changes to test-cara, simply push your branch to `live/test-cara` and the CI pipeline will trigger the
deployment. To push to this branch, there is a good chance that you will need to force push - you should always force push with care and
-understanding why you are doing it. Syntactically, it will looks something like (assuming that you have "upstream" as your remote name,
+understanding why you are doing it. Syntactically, it will look something like (assuming that you have "upstream" as your remote name,
but it may be origin if you haven't configured it differently):
git push --force upstream name-of-local-branch:live/test-cara
diff --git a/cara/apps/calculator/templates/calculator.form.html.j2 b/cara/apps/calculator/templates/calculator.form.html.j2
index 002f801b..8ebd4d37 100644
--- a/cara/apps/calculator/templates/calculator.form.html.j2
+++ b/cara/apps/calculator/templates/calculator.form.html.j2
@@ -300,8 +300,6 @@
Note that this model applies a deterministic approach, i.e., it is assumed at least one person is infected and shedding viruses into the simulated volume. Nonetheless, it is also important to understand that the absolute risk of infection is uncertain, as it will depend on the probability that someone infected attends the event. The model is most useful for comparing the impact and effectiveness of different mitigation measures such as ventilation, filtration, exposure time, physical activity and the size of the room, only considering long-range airborne transmission of COVID-19 in indoor settings.
This tool is designed to be informative, allowing the user to adapt different settings and model the relative impact on the estimated infection probabilities. The objective is to facilitate targeted decision-making and investment through comparisons, rather than a singular determination of absolute risk. While the SARS-CoV-2 virus is in circulation among the population, the notion of 'zero risk' or a 'completely safe scenario' does not exist. Each event modelled is unique and the results generated therein are only as accurate as the inputs and assumptions.
CARA is made available for internal CERN use only. It is intended for Members of Personnel with roles related to Supervision, Health & Safety or Space Management, in order to simulate the concerned workplaces on CERN sites. For use outside of this scope, please contact CERN Knowledge Transfer (kt@cern.ch).