fixed paths on templates
This commit is contained in:
parent
9277136a8e
commit
b5586bb748
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ CAiMIRA stands for CERN Airborne Model for Indoor Risk Assessment, previously kn
|
|||
Since then, the model has evolved and now is capable of simulating the short-range component. CAiMIRA comes with different applications that allow more or less flexibility in the input parameters:
|
||||
<ul>
|
||||
<li><a href='{{ get_calculator_url() }}'>CAiMIRA calculator app</a></li>
|
||||
<li><a href='{{ get_url() }}/expert-app'>CAiMIRA expert app</a></li>
|
||||
<li><a href='/expert-app'>CAiMIRA expert app</a></li>
|
||||
</ul>
|
||||
|
||||
The mathematical and physical model simulate the airborne spread of SARS-CoV-2 virus in a finite volume, assuming a homogenous mixture and a two-stage exhaled jet model, and estimates the risk of COVID-19 airborne transmission therein. The results DO NOT include other known modes of SARS-CoV-2 transmission. Hence, the output from this model is only valid when the other recommended public health & safety instructions are observed, such as good hand hygiene and other barrier measures.<br>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<div class="w-25 mobile-sub-section"><hr width="95%">
|
||||
<div class="d-flex m-2 align-items-center"><i class="bi bi-info-square-fill" style="font-size: 25px"></i><div><p class="paragraph-title ml-2">About</p></div></div>
|
||||
<div class="m-2"><a href="/about">About</a> page for details on methodology, assumptions and limitations of CAiMIRA.</div>
|
||||
<div class="m-2"><a href="{{ get_url() }}//about">About</a> page for details on methodology, assumptions and limitations of CAiMIRA.</div>
|
||||
</div>
|
||||
<div class="w-25 mobile-sub-section"><hr width="95%">
|
||||
<div class="d-flex m-2 align-items-center"><i class="bi bi-journal-text" style="font-size: 25px"></i><div><p class="paragraph-title ml-2">Documentation</p></div></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue