diff --git a/README.md b/README.md index e1dbd8d6..db51d327 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ https://doi.org/10.1016/j.buildenv.2022.109166 ## Applications -### COVID Calculator +### Calculator 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 ``` -### Running the COVID calculator app in development mode +### Running the Calculator app in development mode ``` python -m caimira.apps.calculator diff --git a/caimira/apps/static/images/caimira_logo.200x200.png b/caimira/apps/static/images/caimira_logo.200x200.png new file mode 100644 index 00000000..12d63798 Binary files /dev/null and b/caimira/apps/static/images/caimira_logo.200x200.png differ diff --git a/caimira/apps/templates/base/calculator.form.html.j2 b/caimira/apps/templates/base/calculator.form.html.j2 index 71e5a6d9..37699a44 100644 --- a/caimira/apps/templates/base/calculator.form.html.j2 +++ b/caimira/apps/templates/base/calculator.form.html.j2 @@ -625,7 +625,7 @@
  • If coffee breaks are included, they are spread out evenly throughout the day, in addition to any lunch break (if applicable).
  • - Refer to COVID Calculator App user guide + Refer to Calculator App user guide for more detailed explanations on how to use this tool.
    diff --git a/caimira/apps/templates/base/layout.html.j2 b/caimira/apps/templates/base/layout.html.j2 index 25345662..3bc7083c 100644 --- a/caimira/apps/templates/base/layout.html.j2 +++ b/caimira/apps/templates/base/layout.html.j2 @@ -41,14 +41,14 @@ Apps
    - +
    {% block covid_information%} diff --git a/caimira/apps/templates/cern/index.html.j2 b/caimira/apps/templates/cern/index.html.j2 index 1d861d99..1dba0804 100644 --- a/caimira/apps/templates/cern/index.html.j2 +++ b/caimira/apps/templates/cern/index.html.j2 @@ -5,7 +5,7 @@

    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 CERN version of the CAiMIRA Covid Calculator is available on this site to members of the CERN personnel. + A hosted CERN version of the CAiMIRA Calculator is available on this site to members of the CERN personnel.

    {% endblock caimira_at_cern %} \ No newline at end of file