- {% elif prob_inf < 5 %}
- >
- >Acceptable:
- {{ super() }}
-
+ This exceeds the authorised risk threshold or number of expected new cases.
+ The risk level must be reduced before this activity can be undertaken.
+ {% elif (5 <= prob_inf <= 15) %}
+ This activity has an elevated level of risk, ALARA principles must be applied to minimise the level of risk before undertaking the activity.
+ See the footnotes for more details on the ALARA principles.
+ {% elif (prob_inf < 5) %}
+ This level of risk is within acceptable parameters, no further actions are required.
{% endif %}
-
-
-
-
-{% if (prob_inf > 5) %}
-
- {% if scale_warning.level == "green-1" %}
-
- Note: the current CERN COVID Scale is Green - 1, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. Align your risk assessment with the guidance and instructions provided by the HSE Unit.
-
- {% elif scale_warning.level == "yellow-2" %}
-
- Note: the current CERN COVID Scale is Yellow - 2, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a reduced chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. See with your supervisor if this scenario is acceptable.
-
- {% elif scale_warning.level == "orange-3" %}
-
- Warning: the current CERN COVID Scale is Orange - 3, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a slight chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. See with your supervisor if any additional measures can be applied (ALARA).
-
- {% elif scale_warning.level == "red-4" %}
-
- Warning: the current CERN COVID Scale is Red - 4, which means the incidence rate in the local community is {{scale_warning.incidence_rate}}. There is a strong chance that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site which, during this stage, corresponds to an average daily on-site access {{scale_warning.onsite_access}}. Please reduce the value below the threshold of {{scale_warning.threshold}}.
-
- {% else %}
-
Note: The CERN COVID Level is not specified.
- {% endif %}
-
-
-{% endif %}
-
-{% if ((prob_inf > 15) or (expected_new_cases >= 1)) %}
- This exceeds the authorised risk threshold or number of expected new cases.
- The risk level must be reduced before this activity can be undertaken.
-{% elif (5 <= prob_inf <= 15) %}
- This activity has an elevated level of risk, ALARA principles must be applied to minimise the level of risk before undertaking the activity.
- See the footnotes for more details on the ALARA principles.
-{% elif (prob_inf < 5) %}
- This level of risk is within acceptable parameters, no further actions are required.
-{% endif %}
{% endblock report_summary %}
-
{% block report_scenarios_summary_table %}
{% endblock report_scenarios_summary_table %}
+{% block report_preamble %}
+
+
+
+
+
+ Please ensure that this scenario conforms to current COVID-related Health & Safety requirements, under the applicable COVID Scale and measures in force at the time of the CARA assessment.
+ The results of this simulation are colour coded according to the risk values authorized at CERN (approved in December 2020):
+
+
+
+
Events with a P(i) less than 5% may go ahead without further mitigation measures.
+
Events with a P(i) between 5% and 15% shall be subject to ALARA principles (see footnote) to minimise the risk before proceeding.
+
Events with a P(i) exceeding 15% or a number of expected new cases that exceeds 1 may not take place until additional measures are in place and a risk reduction has been performed.
+
+

+
+
+
+ Footnotes for ALARA:
+ ALARA stands for As Low As Reasonably Achievable. It can be summarised based on 3 main points:
+
+ - Justification - any exposure of persons has to be justified
+ - Limitation - the personal doses have to be kept below the legal limits (in this case the CERN exposure limits)
+ - Optimisation - the personal doses and collective doses have to be kept as low as reasonably achievable (ALARA).
+
+ For more information, please refer to
this document from CERN HSE and
this publication from the CDC.
+
+
+
+
+
+{% endblock report_preamble %}
{% block report_footer %}
{{ super() }}