- {% if cern_level == 'red' %}
+ {% if scale_warning == 'red' %}
- {% elif cern_level == 'orange' %}
+ {% elif scale_warning == 'orange' %}
- {% elif cern_level == 'green' %}
+ {% elif scale_warning == 'green' %}
Acceptable:
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 }}*.
@@ -48,21 +49,21 @@
{% if (prob_inf > 2) %}
- {% if scale_warning.level == "green-1" %}
+ {% if cern_level == "green-1" %}
- Note: the current CERN COVID Scale is Green – 1. The risk of circulation of asymptomatic or pre-symptomatic infected individuals within the CERN site is considered negligible. There may be more than {{scale_warning.onsite_access}} daily on-site accesses. Align your risk assessment with the guidance and instructions provided by the HSE Unit.
+ Note: the current CERN COVID Scale is Green – 1. The risk of circulation of asymptomatic or pre-symptomatic infected individuals within the CERN site is considered negligible. There may be more than 8'000 daily on-site accesses. Align your risk assessment with the guidance and instructions provided by the HSE Unit.
- {% elif scale_warning.level == "yellow-2" %}
+ {% elif cern_level == "yellow-2" %}
- Note: the current CERN COVID Scale is Yellow - 2. There is a {{scale_warning.risk}} risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around {{scale_warning.onsite_access}} daily on-site accesses during this stage. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures can be applied (ALARA).
+ Note: the current CERN COVID Scale is Yellow - 2. There is a reduced risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around 6'500 daily on-site accesses during this stage. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures can be applied (ALARA).
- {% elif scale_warning.level == "orange-3" %}
+ {% elif cern_level == "orange-3" %}
- Warning: the current CERN COVID Scale is Orange - 3. There is a {{scale_warning.risk}} risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around {{scale_warning.onsite_access}} daily on-site accesses during this stage. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures can be applied (ALARA).
+ Warning: the current CERN COVID Scale is Orange - 3. There is a medium risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around 5'000 daily on-site accesses during this stage. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures can be applied (ALARA).
- {% elif scale_warning.level == "red-4" %}
+ {% elif cern_level == "red-4" %}
- Warning: the current CERN COVID Scale is Red - 4. There is a {{scale_warning.risk}} risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around {{scale_warning.onsite_access}} daily on-site accesses during this stage. Please reduce the value below the threshold of {{scale_warning.threshold}}. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures are required.
+ Warning: the current CERN COVID Scale is Red - 4. There is a strong risk that asymptomatic or pre-symptomatic infected individuals circulate within the CERN site. There may be around 4'000 daily on-site accesses during this stage. Please reduce the value below the threshold of 2%. See with your supervisor, DSO/LEXGLIMOS and space manager if this scenario is acceptable and if any additional measures are required.
{% else %}
Note: The CERN COVID Level is not specified.
@@ -72,13 +73,13 @@
{% endblock report_summary %}
{% block report_summary_footnote %}
- {% if cern_level == 'red' %}
+ {% if scale_warning == 'red' %}
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 cern_level == 'orange' %}
+ {% elif scale_warning == 'orange' %}
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 cern_level == 'green' %}
+ {% elif scale_warning == 'green' %}
This level of risk is within acceptable parameters, no further actions are required.
{% endif %}
{% endblock report_summary_footnote %}
@@ -133,7 +134,7 @@
Events with a P(i) between 2% and 10% shall be subject to ALARA principles (see footnote) to minimise the risk before proceeding.
Events with a P(i) exceeding 10% 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.