From 57f125b07295a9ab24f89fcbdbcac8bdbba26aea Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 21 Mar 2023 09:18:39 +0000 Subject: [PATCH] added relative paths to the functions --- .../templates/base/calculator.form.html.j2 | 14 +++++++------- .../templates/base/calculator.report.html.j2 | 16 ++++++++-------- caimira/apps/templates/base/index.html.j2 | 10 +++++----- caimira/apps/templates/base/layout.html.j2 | 18 +++++++++--------- .../templates/cern/calculator.report.html.j2 | 2 +- 5 files changed, 30 insertions(+), 30 deletions(-) diff --git a/caimira/apps/templates/base/calculator.form.html.j2 b/caimira/apps/templates/base/calculator.form.html.j2 index fb25af92..448350b7 100644 --- a/caimira/apps/templates/base/calculator.form.html.j2 +++ b/caimira/apps/templates/base/calculator.form.html.j2 @@ -5,13 +5,13 @@ {% block extra_headers %} - + {% endblock extra_headers %} {% block body_scripts %} - + {% endblock body_scripts %} @@ -31,7 +31,7 @@

Calculator

- +
@@ -222,7 +222,7 @@ If these conditions are not met, the air exchange might not be homogenous producing an artificially lower risk further away from the window.

- + @@ -327,14 +327,14 @@
@@ -342,7 +342,7 @@ diff --git a/caimira/apps/templates/base/calculator.report.html.j2 b/caimira/apps/templates/base/calculator.report.html.j2 index 261bd2da..7c202f6f 100644 --- a/caimira/apps/templates/base/calculator.report.html.j2 +++ b/caimira/apps/templates/base/calculator.report.html.j2 @@ -6,12 +6,12 @@ Report | CAiMIRA (CERN Airborne Model for Indoor Risk Assessment) - + - - + + - + @@ -26,7 +26,7 @@ {% block report_header %}
- +

REPORT - {{ form.simulation_name }}

Created {{ creation_date }} using CAiMIRA calculator version v{{ form.calculator_version }}

@@ -85,7 +85,7 @@ {% endif %}
- +
{% block long_range_warning_animation %}
@@ -106,7 +106,7 @@ With short-range interactions
- +
{% block warning_animation %}
@@ -609,7 +609,7 @@


{% block disclaimer %} -

Disclaimer:

+

Disclaimer:

{{ text_blocks['Disclaimer'] }} {% endblock disclaimer %}
diff --git a/caimira/apps/templates/base/index.html.j2 b/caimira/apps/templates/base/index.html.j2 index 2f2c5457..835bb7fa 100644 --- a/caimira/apps/templates/base/index.html.j2 +++ b/caimira/apps/templates/base/index.html.j2 @@ -4,8 +4,8 @@ {% block main %}
- - + +
@@ -20,7 +20,7 @@

CAiMIRA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions. It does this by simulating the airborne spread SARS-CoV-2 virus in a finite volume, assuming homogenous mixing for the long-range component and a two-stage jet model for short-range, and estimates the risk of COVID-19 airborne transmission therein. - Please see the About page for more details on the methodology, assumptions and limitations of CAiMIRA. + Please see the About page for more details on the methodology, assumptions and limitations of CAiMIRA.

The full CAiMIRA source code can be accessed freely under an Apache 2.0 open source license from our code repository. @@ -38,7 +38,7 @@

- +
@@ -50,7 +50,7 @@

About

-
About page for details on methodology, assumptions and limitations of CAiMIRA.
+
About page for details on methodology, assumptions and limitations of CAiMIRA.