Removed animation for covid-scale
This commit is contained in:
parent
e881173432
commit
ceadd9e70d
2 changed files with 14 additions and 18 deletions
|
|
@ -35,7 +35,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content" id="myTabContent" style="border-top: #dee2e6 1px solid; margin-top: -1px" >
|
||||
<div class="tab-content" style="border-top: #dee2e6 1px solid; margin-top: -1px" >
|
||||
|
||||
<div class="tab-pane fade show active" id="results" role="tabpanel" aria-labelledby="results-tab" style="padding: 1%">
|
||||
|
||||
|
|
@ -55,15 +55,11 @@
|
|||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
<div class="d-flex flex-row">
|
||||
<div class="d-flex flex-column align-self-center w-75">
|
||||
<div class="align-self-center">
|
||||
{% block report_summary %}
|
||||
Taking into account the uncertainties tied to the model variables, in this scenario, the <b>probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}</b><a href="#section1">[*]</a> and the <b>expected number of new cases is {{ expected_new_cases | float_format }}</b>.
|
||||
{% endblock report_summary %}
|
||||
</div>
|
||||
<div class="d-flex flex-column w-25 align-items-center align-middle">
|
||||
<img id="scale_level_png" src="{{ calculator_prefix }}/static/images/level_scaling.png" style="max-height: 140px"/>
|
||||
<img id="scale_level_arrow" src="{{ calculator_prefix }}/static/images/arrow.png" style="max-height: 20px; margin-top: -3%; margin-right: 80px; transform: rotate({{prob_inf*180/100}}deg); transform-origin: right bottom;"/>
|
||||
</div>
|
||||
</div>
|
||||
<p id="section1">[*] The results are based on the parameters and assumptions published in the CERN Open Report <a href="https://cds.cern.ch/record/2756083"> CERN-OPEN-2021-004</a></p>
|
||||
<img id="scenario_concentration_plot" src="{{ scenario_plot_src }}" />
|
||||
|
|
|
|||
|
|
@ -25,6 +25,18 @@
|
|||
</div>
|
||||
<img class="rounded ml-4" src="{{ calculator_prefix }}/static/images/warning_scale/{{scale_warning.level}}.png">
|
||||
</div>
|
||||
<br>
|
||||
<p class="data_text">
|
||||
<strong> Footnotes for ALARA: </strong><br>
|
||||
ALARA stands for As Low As Reasonably Achievable. It can be summarised based on 3 main points:
|
||||
<ol>
|
||||
<li>Justification - any exposure of persons has to be justified </li>
|
||||
<li>Limitation - the personal doses have to be kept below the legal limits (in this case the CERN exposure limits)</li>
|
||||
<li>Optimisation - the personal doses and collective doses have to be kept as low as reasonably achievable (ALARA).</li>
|
||||
</ol>
|
||||
For more information, please refer to <a href="https://cds.cern.ch/record/1533023/files/CERN-2013-001-p415.pdf"> this document from CERN HSE </a> and <a href="https://www.cdc.gov/nceh/radiation/safety.html#:~:text=ALARA%20stands%20for%20%E2%80%9Cas%20low,time%2C%20distance%2C%20and%20shielding."> this publication from the CDC.</a>
|
||||
<br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -120,19 +132,7 @@
|
|||
|
||||
|
||||
{% block report_footer %}
|
||||
<p class="data_text">
|
||||
<strong> Footnotes for ALARA: </strong><br>
|
||||
ALARA stands for As Low As Reasonably Achievable. It can be summarised based on 3 main points:
|
||||
<ol>
|
||||
<li>Justification - any exposure of persons has to be justified </li>
|
||||
<li>Limitation - the personal doses have to be kept below the legal limits (in this case the CERN exposure limits)</li>
|
||||
<li>Optimisation - the personal doses and collective doses have to be kept as low as reasonably achievable (ALARA).</li>
|
||||
</ol>
|
||||
For more information, please refer to <a href="https://cds.cern.ch/record/1533023/files/CERN-2013-001-p415.pdf"> this document from CERN HSE </a> and <a href="https://www.cdc.gov/nceh/radiation/safety.html#:~:text=ALARA%20stands%20for%20%E2%80%9Cas%20low,time%2C%20distance%2C%20and%20shielding."> this publication from the CDC.</a>
|
||||
<br><br>
|
||||
</p>
|
||||
{{ super() }}
|
||||
|
||||
{% endblock report_footer %}
|
||||
|
||||
{% block disclaimer %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue