Merge branch 'feature/caimira_UI' into feature/CAIMIRA_infrastructure

This commit is contained in:
Luis Aleixo 2022-09-12 12:00:05 +02:00
commit 4ba3a2dfcd
5 changed files with 6 additions and 6 deletions

View file

@ -55,7 +55,7 @@ https://doi.org/10.1016/j.buildenv.2022.109166
## Applications ## Applications
### COVID Calculator ### Calculator
A risk assessment tool which simulates the airborne spread of the SARS-CoV-2 virus for space managers. A risk assessment tool which simulates the airborne spread of the SARS-CoV-2 virus for space managers.
@ -94,7 +94,7 @@ CAiMIRA is also mirrored to Github if you wish to collaborate on development and
pip install -e . # At the root of the repository pip install -e . # At the root of the repository
``` ```
### Running the COVID calculator app in development mode ### Running the Calculator app in development mode
``` ```
python -m caimira.apps.calculator python -m caimira.apps.calculator

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -625,7 +625,7 @@
<li>If coffee breaks are included, they are spread out evenly throughout the day, <li>If coffee breaks are included, they are spread out evenly throughout the day,
in addition to any lunch break (if applicable).</li> in addition to any lunch break (if applicable).</li>
</ul> </ul>
Refer to <a href="{{ calculator_prefix }}/user-guide"> COVID Calculator App user guide </a> Refer to <a href="{{ calculator_prefix }}/user-guide"> Calculator App user guide </a>
for more detailed explanations on how to use this tool. <br> for more detailed explanations on how to use this tool. <br>
</div> </div>

View file

@ -41,14 +41,14 @@
Apps Apps
</a> </a>
<ul class="dropdown-menu dropwown-navbar-colors text-right" style="min-width: 12rem;" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu dropwown-navbar-colors text-right" style="min-width: 12rem;" aria-labelledby="navbarDropdown">
<li><a href="{{ calculator_prefix }}" class="{{ "header-navbar nav-link active" if "calculator/" == active_page else "header-navbar nav-link" }}">COVID Calculator</a></li> <li><a href="{{ calculator_prefix }}" class="{{ "header-navbar nav-link active" if "calculator/" == active_page else "header-navbar nav-link" }}">Calculator</a></li>
<li><a href="{{ calculator_prefix }}/user-guide" style="margin-left: 2rem" class="{{ "header-navbar nav-link active" if "user-guide" in active_page else "header-navbar nav-link" }}">User Guide</a></li> <li><a href="{{ calculator_prefix }}/user-guide" style="margin-left: 2rem" class="{{ "header-navbar nav-link active" if "user-guide" in active_page else "header-navbar nav-link" }}">User Guide</a></li>
<li><a href="/expert-app" class="{{ "header-navbar nav-link active" if "/expert-app" == active_page else "header-navbar nav-link" }}">Expert app (beta)</a></li> <li><a href="/expert-app" class="{{ "header-navbar nav-link active" if "/expert-app" == active_page else "header-navbar nav-link" }}">Expert app (beta)</a></li>
</ul> </ul>
</li> </li>
</div> </div>
<div id="mobile_calculator_option"> <div id="mobile_calculator_option">
<li class="nav-link"><a href="{{ calculator_prefix }}" class="{{ "header-navbar nav-link active" if "calculator/" == active_page else "header-navbar nav-link" }}">COVID Calculator</a></li> <li class="nav-link"><a href="{{ calculator_prefix }}" class="{{ "header-navbar nav-link active" if "calculator/" == active_page else "header-navbar nav-link" }}">Calculator</a></li>
<li class="nav-link"><a href="{{ calculator_prefix }}/user-guide" class="{{ "header-navbar nav-link active" if "user-guide" in active_page else "header-navbar nav-link" }}">User Guide</a></li> <li class="nav-link"><a href="{{ calculator_prefix }}/user-guide" class="{{ "header-navbar nav-link active" if "user-guide" in active_page else "header-navbar nav-link" }}">User Guide</a></li>
</div> </div>
{% block covid_information%} {% block covid_information%}

View file

@ -5,7 +5,7 @@
<div> <div>
<p> <p>
CAiMIRA has been developed by CERN with the intention of allowing members of personnel with roles related to supervision, health & safety or space management to simulate the concerned workplaces on CERN sites. CAiMIRA has been developed by CERN with the intention of allowing members of personnel with roles related to supervision, health & safety or space management to simulate the concerned workplaces on CERN sites.
A hosted <a href="{{ calculator_prefix }}">CERN version of the CAiMIRA Covid Calculator</a> is available on this site to members of the CERN personnel. A hosted <a href="{{ calculator_prefix }}">CERN version of the CAiMIRA Calculator</a> is available on this site to members of the CERN personnel.
</p> </p>
</div> </div>
{% endblock caimira_at_cern %} {% endblock caimira_at_cern %}