Removed unnecessary images and changed CARA name
32
README.md
|
|
@ -1,8 +1,8 @@
|
|||
# CARA - COVID Airborne Risk Assessment
|
||||
# CAiMIRA - CERN Airborne Model for Risk Assessment
|
||||
|
||||
CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.
|
||||
CAiMIRA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.
|
||||
|
||||
CARA models the concentration profile of potential virions in enclosed spaces , both as background (room) concentration and during close-proximity interations, with clear and intuitive graphs.
|
||||
CAiMIRA models the concentration profile of potential virions in enclosed spaces , both as background (room) concentration and during close-proximity interations, with clear and intuitive graphs.
|
||||
The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation.
|
||||
The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs.
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ While the SARS-CoV-2 virus is in circulation among the population, the notion of
|
|||
Each event modelled is unique, and the results generated therein are only as accurate as the inputs and assumptions.
|
||||
|
||||
## Authors
|
||||
CARA was developed by following members of CERN - European Council for Nuclear Research (visit https://home.cern/):
|
||||
CAiMIRA was developed by following members of CERN - European Council for Nuclear Research (visit https://home.cern/):
|
||||
|
||||
Andre Henriques<sup>1</sup>, Luis Aleixo<sup>1</sup>, Marco Andreini<sup>1</sup>, Gabriella Azzopardi<sup>2</sup>, James Devine<sup>3</sup>, Philip Elson<sup>4</sup>, Nicolas Mounet<sup>2</sup>, Markus Kongstein Rognlien<sup>2,6</sup>, Nicola Tarocco<sup>5</sup>
|
||||
|
||||
|
|
@ -37,9 +37,9 @@ Andre Henriques<sup>1</sup>, Luis Aleixo<sup>1</sup>, Marco Andreini<sup>1</sup>
|
|||
|
||||
### Reference and Citation
|
||||
|
||||
**For the use of the CARA web app**
|
||||
**For the use of the CAiMIRA web app**
|
||||
|
||||
CARA – COVID Airborne Risk Assessment tool
|
||||
CAiMIRA – CERN Airborne Model for Indoor Risk Assessment tool
|
||||
|
||||
[](https://doi.org/10.5281/zenodo.6520432)
|
||||
|
||||
|
|
@ -60,35 +60,35 @@ https://doi.org/10.1016/j.buildenv.2022.109166
|
|||
A risk assessment tool which simulates the airborne spread of the SARS-CoV-2 virus for space managers.
|
||||
|
||||
|
||||
### CARA Expert App
|
||||
### CAiMIRA Expert App
|
||||
|
||||
A tool to interact with various parameters of the CARA model.
|
||||
A tool to interact with various parameters of the CAiMIRA model.
|
||||
|
||||
|
||||
## Disclaimer
|
||||
|
||||
CARA has not undergone review, approval or certification by competent authorities, and as a result, it cannot be considered as a fully endorsed and reliable tool, namely in the assessment of potential viral emissions from infected hosts to be modelled.
|
||||
CAiMIRA has not undergone review, approval or certification by competent authorities, and as a result, it cannot be considered as a fully endorsed and reliable tool, namely in the assessment of potential viral emissions from infected hosts to be modelled.
|
||||
|
||||
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and non-infringement.
|
||||
In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
||||
|
||||
|
||||
## Running CARA locally
|
||||
## Running CAiMIRA locally
|
||||
|
||||
The easiest way to run a version of CARA Calculator is to use docker. A pre-built
|
||||
image of CARA is made available at https://gitlab.cern.ch/cara/cara/container_registry.
|
||||
In order to run cara locally with docker, run the following:
|
||||
The easiest way to run a version of CAiMIRA Calculator is to use docker. A pre-built
|
||||
image of CAiMIRA is made available at https://gitlab.cern.ch/cara/cara/container_registry.
|
||||
In order to run CAiMIRA locally with docker, run the following:
|
||||
|
||||
$ docker run -it -p 8080:8080 gitlab-registry.cern.ch/cara/cara/calculator
|
||||
|
||||
This will start a local version of CARA, which can be visited at http://localhost:8080/.
|
||||
This will start a local version of CAiMIRA, which can be visited at http://localhost:8080/.
|
||||
|
||||
|
||||
## Development guide
|
||||
|
||||
CARA is also mirrored to Github if you wish to collaborate on development and can be found at: https://github.com/CERN/cara
|
||||
CAiMIRA is also mirrored to Github if you wish to collaborate on development and can be found at: https://github.com/CERN/cara
|
||||
|
||||
### Installing CARA in editable mode
|
||||
### Installing CAiMIRA in editable mode
|
||||
|
||||
```
|
||||
pip install -e . # At the root of the repository
|
||||
|
|
|
|||
|
|
@ -53,11 +53,6 @@ p.notes {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
#cara_logo {
|
||||
height: 150px;
|
||||
margin: 1%
|
||||
}
|
||||
|
||||
#pdf_qrcode_aref {
|
||||
margin-right: 1%;
|
||||
width: 100pt;
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 41 KiB |
|
|
@ -81,7 +81,7 @@ body {
|
|||
}
|
||||
|
||||
.logo {
|
||||
height: 6em;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
.logo_form {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -10,16 +10,16 @@ This pandemic clearly raised increased awareness on airborne transmission of res
|
|||
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.<br>
|
||||
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: <a href=https://royalsocietypublishing.org/toc/rsfs/2022/12/2>Interface Focus: Volume 12, Issue 2</a> and an CERN HSE Seminar: <a href=https://cds.cern.ch/record/2743403>https://cds.cern.ch/record/2743403</a>.<br>
|
||||
<br><br>
|
||||
<h1 class="paragraph-title">What is CARA?</h1><br>
|
||||
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.
|
||||
Since then, the model has evolved and now is capable of simulating the short-range component. CARA comes with different applications that allow more or less flexibility in the input parameters:
|
||||
<h1 class="paragraph-title">What is CAiMIRA?</h1><br>
|
||||
CAiMIRA stands for CERN Airborne Model for Indoor Risk Assessment and was initially developed as CARA - COVID Airborne Risk Assessment - in the spring of 2020 to better understand and quantify the risk of long-range airborne spread of SARS-CoV-2 virus in workplaces.
|
||||
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='{{ calculator_prefix }}'>CARA calculator app</a></li>
|
||||
<li><a href='/expert-app'>CARA expert app</a></li>
|
||||
<li><a href='{{ calculator_prefix }}'>CAiMIRA calculator 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>
|
||||
<p>The methodology, mathematical equations and parameters of the model are published here in the CARA paper: <a href="https://doi.org/10.1098/rsfs.2021.0076"> Modelling airborne transmission of SARS-CoV-2 using CARA: risk assessment for enclosed spaces</a>.</p>
|
||||
<p>The methodology, mathematical equations and parameters of the model are published here in the CARA paper: <a href="https://doi.org/10.1098/rsfs.2021.0076"> Modelling airborne transmission of SARS-CoV-2 using CAiMIRA: risk assessment for enclosed spaces</a>.</p>
|
||||
<p>The short-range component of the model was adapted from <i>Jia et al. (2022)</i> <a href="https://doi.org/10.1016/j.buildenv.2022.109166"> Exposure and respiratory infection risk via the short-range airborne route</a> .</p>
|
||||
|
||||
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.
|
||||
|
|
@ -34,8 +34,8 @@ The methodology of the model is divided into five parts:
|
|||
<li>Estimating the probability of a COVID-19 infection (or secondary transmission) and the expected number of new cases arising from the event </li>
|
||||
</ol>
|
||||
<br>
|
||||
<h1 class="paragraph-title">What is the aim of CARA?</h1><br>
|
||||
Although the user is able to calculate the infection probability of a stand-alone event with a pre-defined set of protection measures, the main utility of CARA is to compare the relative impact of different measures and/or combination of measure. For example:
|
||||
<h1 class="paragraph-title">What is the aim of CAiMIRA?</h1><br>
|
||||
Although the user is able to calculate the infection probability of a stand-alone event with a pre-defined set of protection measures, the main utility of CAiMIRA is to compare the relative impact of different measures and/or combination of measure. For example:
|
||||
<ul>
|
||||
<li>Compare keeping a window slightly open vs one or two windows open entirely</li>
|
||||
<li>Compare opening one entire window every 2h for 10 min vs keeping half a window open all day</li>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
|
||||
|
||||
<title>Report | CARA (COVID Airborne Risk Assessment)</title>
|
||||
<title>Report | CAiMIRA (CERN Airborne Model for Indoor Risk Assessment)</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ calculator_prefix }}/static/css/report.css">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<body id="body">
|
||||
|
||||
<!-- MODEL REPR - Available in the developer tools once the report is generated. Useful to re-create the model using an interpreter that has CARA installed:
|
||||
<!-- MODEL REPR - Available in the developer tools once the report is generated. Useful to re-create the model using an interpreter that has CAiMIRA installed:
|
||||
|
||||
{{ model_repr }}
|
||||
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<a href="/" class="align-self-center"><img id="report_logo" src="/static/images/cara_logo.200x200.png" class="d-inline-block align-middle mr-3"></a>
|
||||
<div style="margin-right: -105px" class='align-self-center mr-auto'>
|
||||
<h2 class="header_text mb-0"><a href="{{ permalink.shortened }}" style="color: #2f4858">REPORT - {{ form.simulation_name }}</a></h2>
|
||||
<p class="mb-0" id="report_version"> Created {{ creation_date }} using CARA calculator version v{{ form.calculator_version }}</p>
|
||||
<p class="mb-0" id="report_version"> Created {{ creation_date }} using CAiMIRA calculator version v{{ form.calculator_version }}</p>
|
||||
</div>
|
||||
<!-- Export CVS Concentration Button and Print Report Button -->
|
||||
<button type="button" class="btn btn-outline-dark align-self-center" id="export-csv" data-toggle="modal" data-target="#modalCSV">Export Data</button>
|
||||
|
|
|
|||
|
|
@ -18,12 +18,12 @@
|
|||
<h2 class="paragraph-title">Introduction</h2><br>
|
||||
<div>
|
||||
<p>
|
||||
CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.
|
||||
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 <a href="/about">About</a> page for more details on the methodology, assumptions and limitations of CARA.
|
||||
</p>
|
||||
<p>
|
||||
The full CARA source code can be accessed freely under an Apache 2.0 open source license from our <a href="https://gitlab.cern.ch/cara/cara">code repository</a>.
|
||||
The full CAiMIRA source code can be accessed freely under an Apache 2.0 open source license from our <a href="https://gitlab.cern.ch/cara/cara">code repository</a>.
|
||||
It includes detailed instructions on how to run your own version of this tool.
|
||||
</p>
|
||||
<br>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
<div>
|
||||
<h2 class="paragraph-title">Reference & Citation</h2><br>
|
||||
<p>
|
||||
<b>For use of the CARA model:</b><br>
|
||||
<b>For use of the CAiMIRA model:</b><br>
|
||||
<ul>
|
||||
<li> Henriques A, Mounet N, Aleixo L, Elson P, Devine J, Azzopardi G, Andreini M, Rognlien M, Tarocco N, Tang J. (2022).
|
||||
Modelling airborne transmission of SARS-CoV-2 using CARA: risk assessment for enclosed spaces.
|
||||
|
|
@ -67,9 +67,9 @@
|
|||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<b>For use of the CARA web app:</b><br>
|
||||
<b>For use of the CAiMIRA web app:</b><br>
|
||||
<ul>
|
||||
<li>CARA – COVID Airborne Risk Assessment tool</li>
|
||||
<li>CAiMIRA – CERN Airborne Model for Indoor Risk Assessment tool</li>
|
||||
<a href="https://doi.org/10.5281/zenodo.6520432"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.6520432.svg" alt="DOI"></a><br>
|
||||
© Copyright 2020-2021 CERN. All rights not expressly granted are reserved.<br>
|
||||
Licensed under the Apache License, Version 2.0<br>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<title>
|
||||
{% block title %}
|
||||
CARA | COVID Airborne Risk Assessment
|
||||
CAiMIRA | CERN Airborne Model for Indoor Risk Assessment
|
||||
{% endblock title %}
|
||||
</title>
|
||||
|
||||
|
|
@ -41,14 +41,14 @@
|
|||
Apps
|
||||
</a>
|
||||
<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" }}">CARA Calculator</a></li>
|
||||
<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 }}/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>
|
||||
</ul>
|
||||
</li>
|
||||
</div>
|
||||
<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" }}">CARA 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" }}">COVID 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>
|
||||
</div>
|
||||
{% block covid_information%}
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
policy issues. Any initiative is conducted on a best effort and as-is basis, without liability or
|
||||
warranty.</em></span></p>
|
||||
<p style="font-size:10px;">
|
||||
CARA is <a href="https://gitlab.cern.ch/cara/cara/-/blob/master/LICENSE" class="ext">Apache 2.0 licensed</a> open-source
|
||||
CAiMIRA is <a href="https://gitlab.cern.ch/cara/cara/-/blob/master/LICENSE" class="ext">Apache 2.0 licensed</a> open-source
|
||||
software developed at CERN.
|
||||
You can find the source code at <a href="https://gitlab.cern.ch/cara/cara">https://gitlab.cern.ch/cara/cara</a>,
|
||||
where we welcome contributions, feature requests and issue reports.
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ It is determined by:</p>
|
|||
This allows for:</p>
|
||||
<ul>
|
||||
<li>sharing reports by either scanning or clicking on the QR code to obtain a shareable link.</li>
|
||||
<li>easily regenerating reports with any new versions of the CARA model released in the future.</li>
|
||||
<li>easily regenerating reports with any new versions of the CAiMIRA model released in the future.</li>
|
||||
</ul>
|
||||
<br>
|
||||
<h1>Conclusion</h1>
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
<div class="collapse show" id="collapseRules">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Please ensure that this scenario conforms to current COVID-related <a href="https://hse.cern/covid-19-information"> Health & Safety requirements</a>, under the applicable COVID Scale and measures in force at the time of the CARA assessment.</strong> <br>
|
||||
Please ensure that this scenario conforms to current COVID-related <a href="https://hse.cern/covid-19-information"> Health & Safety requirements</a>, under the applicable COVID Scale and measures in force at the time of the CAiMIRA assessment.</strong> <br>
|
||||
The results of this simulation are colour coded according to the risk values authorized at CERN (approved in December 2020):
|
||||
</p><br>
|
||||
<div class="d-flex">
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
{% block disclaimer %}
|
||||
{{ super() }}
|
||||
<p>
|
||||
At CERN, CARA is intended for Members of Personnel with roles related to Supervision, Health & Safety or Space Management, in order to simulate the concerned workplaces on CERN sites.
|
||||
At CERN, CAiMIRA is intended for Members of Personnel with roles related to Supervision, Health & Safety or Space Management, in order to simulate the concerned workplaces on CERN sites.
|
||||
</p>
|
||||
{% endblock disclaimer %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{% extends "base/index.html.j2" %}
|
||||
|
||||
{% block cara_at_cern %}
|
||||
<h2 class="paragraph-title">CARA @ CERN</h2><br>
|
||||
<h2 class="paragraph-title">CAiMIRA @ CERN</h2><br>
|
||||
<div>
|
||||
<p>
|
||||
CARA 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 CARA Covid Calculator</a> is available on this site to members of the CERN personnel.
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
{% endblock cara_at_cern %}
|
||||
|
|
@ -25,10 +25,10 @@ We wish to thank CERN’s HSE Unit, Beams Department, Experimental Physics Depar
|
|||
|
||||
## Disclaimer
|
||||
<p>
|
||||
CARA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.
|
||||
CAiMIRA is a risk assessment tool developed to model the concentration of viruses in enclosed spaces, in order to inform space-management decisions.
|
||||
</p>
|
||||
<p>
|
||||
CARA models the concentration profile of virions in enclosed spaces with clear and intuitive graphs.
|
||||
CAiMIRA models the concentration profile of virions in enclosed spaces with clear and intuitive graphs.
|
||||
The user can set a number of parameters, including room volume, exposure time, activity type, mask-wearing and ventilation.
|
||||
The report generated indicates how to avoid exceeding critical concentrations and chains of airborne transmission in spaces such as individual offices, meeting rooms and labs.
|
||||
</p>
|
||||
|
|
@ -54,7 +54,7 @@ We wish to thank CERN’s HSE Unit, Beams Department, Experimental Physics Depar
|
|||
Each event modelled is unique, and the results generated therein are only as accurate as the inputs and assumptions.
|
||||
</p>
|
||||
<p>
|
||||
CARA has not undergone review, approval or certification by competent authorities, and as a result, it cannot be considered
|
||||
CAiMIRA has not undergone review, approval or certification by competent authorities, and as a result, it cannot be considered
|
||||
as a fully endorsed and reliable tool, namely in the assessment of potential viral emissions from infected hosts to be modelled.
|
||||
</p>
|
||||
|
||||
|
|
|
|||