diff --git a/README.md b/README.md
index 832d39f2..747987ce 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,14 @@ Andre Henriques1, Luis Aleixo1, Marco Andreini1
5Information Technology Department, Collaboration, Devices & Applications Group, CERN
6Norwegian University of Science and Technology (NTNU)
-### Citation
-A. Henriques, M. Andreini, G. Azzopardi, J. Devine, P. Elson, N. Mounet, M. Kongstein, N. Tarocco. CARA - COVID Airborne Risk Assessment tools. CERN (2021).
+### Reference and Citation
+**For the use of the CARA web app**
+CARA – COVID Airborne Risk Assessment tool
+© Copyright 2020-2021 CERN. All rights not expressly granted are reserved.
+
+**For use of the model**
+Henriques A, Mounet N, Aleixo L, Elson P, Devine J, Azzopardi G, Andreini M, Rognlien M, Tarocco N, Tang J. (2021). Modelling airborne transmission of SARS-CoV-2 using CARA: risk assessment for enclosed spaces. _Interface Focus 20210076_. https://doi.org/10.1098/rsfs.2021.0076
## Applications
diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css
index 022b4ca6..93eb34c7 100644
--- a/cara/apps/static/css/style.css
+++ b/cara/apps/static/css/style.css
@@ -121,6 +121,11 @@ body {
font-size: 1.25rem;
}
+.acknowledgements {
+ text-align: left;
+ font-size: 1.5rem;
+}
+
.center {
position: relative;
display: flex;
@@ -220,11 +225,6 @@ footer img {
text-align: left;
font-size: 2rem;
}
-
- .developers {
- text-align: left;
- font-size: 1.5rem;
- }
.split > * + * {
margin-left: 2em;
diff --git a/cara/apps/templates/about.html.j2 b/cara/apps/templates/about.html.j2
index c4c414a8..50d2a8bf 100644
--- a/cara/apps/templates/about.html.j2
+++ b/cara/apps/templates/about.html.j2
@@ -8,7 +8,7 @@
Currently, the existing public health measures point to the importance of proper building and environmental engineering control measures, such as proper Indoor Air Quality (IAQ).
This pandemic clearly raised increased awareness on airborne transmission of respiratory viruses in indoor settings.
Out of the main modes of viral transmission, the airborne route of SARS-CoV-2 seems to have a significant importance to the spread of COVID-19 infections world-wide, hence proper guidance to building engineers or facility managers, on how to prevent on-site transmission, is essential.
-For information on the Airborne Transmission of SARS-CoV-2, feel free to check out the HSE Seminar: https://cds.cern.ch/record/2743403.
+For information on the Airborne Transmission of SARS-CoV-2, feel free to check out the special issue on the Interface Focus journal from Royal Society publishing: Interface Focus: Volume 12, Issue 2 and an CERN HSE Seminar: https://cds.cern.ch/record/2743403.
What is CARA?
CARA stands for COVID Airborne Risk Assessment and was developed in the spring of 2020 to better understand and quantify the risk of long-range airborne spread of SARS-CoV-2 virus in workplaces. CARA comes with different applications that allow more or less flexibility in the input parameters:
@@ -17,8 +17,8 @@ CARA stands for COVID Airborne Risk Assessment and was developed in the spring o
CARA expert app
-The mathematical and physical model simulate the long-range airborne spread of SARS-CoV-2 virus in a finite volume, assuming a homogenous mixture, and estimates the risk of COVID-19 airborne transmission therein. The results DO NOT include short-range airborne exposure (where the physical distance plays a factor) nor the 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 adequate physical distancing, good hand hygiene and other barrier measures.
-The methodology, mathematical equations and parameters of the model are described here in the CARA paper: CERN-OPEN-2021-004.
+The mathematical and physical model simulate the long-range airborne spread of SARS-CoV-2 virus in a finite volume, assuming a homogenous mixture, and estimates the risk of COVID-19 airborne transmission therein. The results DO NOT include (for now) short-range airborne exposure (where the physical distance plays a factor) nor the 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 adequate physical distancing, good hand hygiene and other barrier measures.
+The methodology, mathematical equations and parameters of the model are published here in the CARA paper: Modelling airborne transmission of SARS-CoV-2 using CARA: risk assessment for enclosed spaces.
The model used is based on scientific publications relating to airborne transmission of infectious diseases, virology, epidemiology and aerosol science. It can be used to compare the effectiveness of different airborne-related risk mitigation measures.
@@ -48,11 +48,15 @@ Although the user is able to calculate the infection probability of a stand-alon
Code Contributors:
{{ text_blocks['Code Contributors'] }}
-Acknowledgements:
-{{ text_blocks['Acknowledgements'] }}
-
References:
{{ text_blocks['References'] }}
+
+Acknowledgements:
+
+ Click to expand
+
+ {{ text_blocks['Acknowledgements'] }}
+
diff --git a/cara/apps/templates/base/index.html.j2 b/cara/apps/templates/base/index.html.j2
index 3df8598f..f610edda 100644
--- a/cara/apps/templates/base/index.html.j2
+++ b/cara/apps/templates/base/index.html.j2
@@ -49,10 +49,35 @@
{% block cara_at_cern %}
{% endblock cara_at_cern %}
+
+
+
+
Reference & Citation
+
+ For use of the CARA model:
+
+ - Henriques A, Mounet N, Aleixo L, Elson P, Devine J, Azzopardi G, Andreini M, Rognlien M, Tarocco N, Tang J. (2021).
+ Modelling airborne transmission of SARS-CoV-2 using CARA: risk assessment for enclosed spaces.
+ Interface Focus 12: 20210076. doi.org/10.1098/rsfs.2021.0076
+ Download citation
+
+
For use of the CARA web app:
+
+ - CARA – COVID Airborne Risk Assessment tool
+ © Copyright 2020-2021 CERN. All rights not expressly granted are reserved.
+ Licensed under the Apache License, Version 2.0
+ LICENSE
+
+
+
- Acknowledgements
- {{ text_blocks['Acknowledgements'] }}
+ Acknowledgements
+
+ Click to expand
+
+ {{ text_blocks['Acknowledgements'] }}
+
diff --git a/cara/apps/templates/common_text.md.j2 b/cara/apps/templates/common_text.md.j2
index f0c793bf..5eebb32d 100644
--- a/cara/apps/templates/common_text.md.j2
+++ b/cara/apps/templates/common_text.md.j2
@@ -20,7 +20,7 @@
## Acknowledgements
-We wish to thank CERN’s HSE Unit, Beams Department, Experimental Physics Department, Information Technology Department, Industry, Procurement and Knowledge Transfer Department and International Relations Sector for their support to the study. Thanks to Doris Forkel-Wirth, Benoit Delille, Walid Fadel, Olga Beltramello, Letizia Di Giulio, Evelyne Dho, Wayne Salter, Benoit Salvant and colleagues from the COVID working group for providing expert advice and extensively testing the model. Finally, we wish to thank Fabienne Landua and the design service for preparing the illustrations and Alessandro Raimondo, Ana Padua and Manuela Cirilli from the Knowledge Transfer Group for their continuous support. Our compliments towards the work and research performed by world leading scientists in this domain: Dr. Julian Tang, Prof. Manuel Gameiro, Dr. Linsey Marr, Prof. Jose Jimenez, Prof. Lidia Morawska, Prof. Yuguo Li et al. – their scientific contribution was indispensable for this project.
+We wish to thank CERN’s HSE Unit, Beams Department, Experimental Physics Department, Information Technology Department, Industry, Procurement and Knowledge Transfer Department and International Relations Sector for their support to the study. Thanks to Doris Forkel-Wirth, Benoit Delille, Walid Fadel, Olga Beltramello, Letizia Di Giulio, Evelyne Dho, Wayne Salter, Benoit Salvant and colleagues from the COVID working group for providing expert advice and extensively testing the model. Finally, we wish to thank Fabienne Landua and the design service for preparing the illustrations and Alessandro Raimondo and Manuela Cirilli from the Knowledge Transfer Group for their continuous support. Our compliments towards the work and research performed by world leading scientists in this domain: Dr. Julian Tang, Prof. Manuel Gameiro, Dr. Linsey Marr, Prof. Lidia Morawska, Prof. Yuguo Li, and others – their scientific contribution was indispensable for this project.
## References