diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 2f21e2d5..a96505cb 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -35,7 +35,7 @@ -
+
@@ -55,15 +55,11 @@

-
+
{% block report_summary %} Taking into account the uncertainties tied to the model variables, in this scenario, the probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}[*] and the expected number of new cases is {{ expected_new_cases | float_format }}. {% endblock report_summary %}
-
- - -

[*] The results are based on the parameters and assumptions published in the CERN Open Report CERN-OPEN-2021-004

diff --git a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 index 7ea0b231..65bb9938 100644 --- a/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 +++ b/cara/apps/calculator/themes/cern/templates/calculator.report.html.j2 @@ -25,6 +25,18 @@
+
+

+ Footnotes for ALARA:
+ ALARA stands for As Low As Reasonably Achievable. It can be summarised based on 3 main points: +

    +
  1. Justification - any exposure of persons has to be justified
  2. +
  3. Limitation - the personal doses have to be kept below the legal limits (in this case the CERN exposure limits)
  4. +
  5. Optimisation - the personal doses and collective doses have to be kept as low as reasonably achievable (ALARA).
  6. +
+ For more information, please refer to this document from CERN HSE and this publication from the CDC. +
+

@@ -120,19 +132,7 @@ {% block report_footer %} -

- Footnotes for ALARA:
- ALARA stands for As Low As Reasonably Achievable. It can be summarised based on 3 main points: -

    -
  1. Justification - any exposure of persons has to be justified
  2. -
  3. Limitation - the personal doses have to be kept below the legal limits (in this case the CERN exposure limits)
  4. -
  5. Optimisation - the personal doses and collective doses have to be kept as low as reasonably achievable (ALARA).
  6. -
- For more information, please refer to this document from CERN HSE and this publication from the CDC. -

-

{{ super() }} - {% endblock report_footer %} {% block disclaimer %}