Merge branch 'remotes/origin/feature/website' into 'feature/nat_ven_validation'
This commit is contained in:
commit
f78f39e8f2
9 changed files with 35 additions and 36 deletions
|
|
@ -226,7 +226,7 @@ p.notes {
|
|||
.split>* {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
.header-text {
|
||||
.paragraph-title {
|
||||
text-align: left;
|
||||
}
|
||||
.split>*+* {
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@ function validate_form(form) {
|
|||
$("#generate_report").prop("disabled", true);
|
||||
//Add spinner to button
|
||||
$("#generate_report").html(
|
||||
`<span class="spinner-border spinner-border-sm mr-2" role="status" aria-hidden="true"></span>Loading...`
|
||||
`<span id="loading_spinner" class="spinner-border spinner-border-sm mr-2" role="status" aria-hidden="true"></span>Loading...`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -487,12 +487,17 @@ function parseTimeToMins(cTime) {
|
|||
return parseInt(time[1]*60) + parseInt(time[2]);
|
||||
}
|
||||
|
||||
// Prevent spinner when clicking on back button
|
||||
window.onpagehide = function(){
|
||||
$('loading_spinner').remove();
|
||||
$("#generate_report").prop("disabled", false).html(`Generate report`);
|
||||
};
|
||||
|
||||
/* -------On Load------- */
|
||||
$(document).ready(function () {
|
||||
var url = new URL(decodeURIComponent(window.location.href));
|
||||
//Pre-fill form with known values
|
||||
url.searchParams.forEach((value, name) => {
|
||||
|
||||
//If element exists
|
||||
if(document.getElementsByName(name).length > 0) {
|
||||
var elemObj = document.getElementsByName(name)[0];
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
|
||||
|
||||
<title>Report | CARA (COVID Airborne Risk Assessment)</title>
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<header class= "bg-light">
|
||||
<div class="container container--narrow container--padding">
|
||||
<img src="/static/images/cara_logo.200x200.png" class="logo">
|
||||
<h1 class="head-center"><b>CARA - </b> COVID Airborne Risk Assessment Calculator</h1>
|
||||
<h1 class="text-center h1-text"><b>CARA - </b> COVID Airborne Risk Assessment Calculator</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -112,16 +112,11 @@ body {
|
|||
padding: 2rem 0;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
.paragraph-title {
|
||||
text-align: center;
|
||||
font-size: 2.75vh;
|
||||
}
|
||||
|
||||
.head-center {
|
||||
text-align: center;
|
||||
font-size: 3vh;
|
||||
}
|
||||
|
||||
.center {
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
|
@ -198,7 +193,7 @@ footer img {
|
|||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
.paragraph-title {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
@ -215,18 +210,14 @@ footer img {
|
|||
height: 6em;
|
||||
}
|
||||
|
||||
.paragraph-title {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
#nat_vent_image {
|
||||
height: 15em;
|
||||
}
|
||||
|
||||
.head-center {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.header-text {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.header_text {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -286,6 +277,9 @@ footer img {
|
|||
float:left;
|
||||
font-size:.75rem;
|
||||
}
|
||||
.h1-text {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Devices under 768px (md) */
|
||||
|
|
|
|||
|
|
@ -2,16 +2,16 @@
|
|||
|
||||
{% block main %}
|
||||
|
||||
<div class="container container--padding">
|
||||
<div class="container container--padding" style="word-wrap:break-word";>
|
||||
|
||||
<h1>Airborne Transmission of SARS-CoV-2</h1><br>
|
||||
<h1 class="paragraph-title">Airborne Transmission of SARS-CoV-2</h1><br>
|
||||
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.<br>
|
||||
For information on the Airborne Transmission of SARS-CoV-2, feel free to check out the HSE Seminar: <a href=https://cds.cern.ch/record/2743403>https://cds.cern.ch/record/2743403</a>.<br>
|
||||
Slides available in <a href=https://indico.cern.ch/event/968258>https://indico.cern.ch/event/968258/</a>.
|
||||
<br><br>
|
||||
<h1>What is CARA?</h1><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. CARA 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>
|
||||
|
|
@ -32,7 +32,7 @@ The methodology of the model is divided into three parts:
|
|||
</ol>
|
||||
Parts #1 and #3 are mainly based on methods published in scientific papers (see <a href="#references_block">References</a>), and cover the medical aspects, which is not the core competencies of the authors. The ‘heart and soul’ of CARA lies within the Part #2 and the concentration modelling, which is based on a mass-balance differential equation solved for a constant emission rate and time-dependent exchange rate (e.g. natural ventilation flow rate). Other aspects, e.g., the biological decay of the virus in the air, gravitational settlement of the aerosols, mechanical supply of fresh air, effect of HEPA filtration, among others, are also included.<br>
|
||||
<br>
|
||||
<h1>What is the aim of CARA?</h1><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:
|
||||
<ul>
|
||||
<li>Compare keeping a window slightly open vs one or two windows open entirely</li>
|
||||
|
|
@ -42,16 +42,16 @@ Although the user is able to calculate the infection probability of a stand-alon
|
|||
<li>Etc…</li>
|
||||
</ul>
|
||||
|
||||
<h1>Main Developers:</h1><br>
|
||||
<h1 class="paragraph-title">Main Developers:</h1><br>
|
||||
{{ text_blocks['Main Developers'] }}
|
||||
<br>
|
||||
<h2>Code Contributors:</h2><br>
|
||||
<h2 class="paragraph-title">Code Contributors:</h2><br>
|
||||
{{ text_blocks['Code Contributors'] }}
|
||||
<br>
|
||||
<h1>Acknowledgements:</h1><br>
|
||||
<h1 class="paragraph-title">Acknowledgements:</h1><br>
|
||||
{{ text_blocks['Acknowledgements'] }}
|
||||
<br>
|
||||
<a id="references_block" style="color:#2f4858"><h1>References:</h1></a><br>
|
||||
<a id="references_block" style="color:#2f4858"><h1 class="paragraph-title">References:</h1></a><br>
|
||||
{{ text_blocks['References'] }}
|
||||
|
||||
<div class="text-component text-component-page clearfix"></div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
## Main Developers
|
||||
|
||||
<h4>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></h4><br>
|
||||
<h4 class="paragraph-title">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></h4><br>
|
||||
|
||||
<sup>1</sup>HSE Unit, Occupational Health & Safety Group, CERN<br>
|
||||
<sup>2</sup>Beams Department, Accelerators and Beam Physics Group, CERN<br>
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
## Code Contributors
|
||||
|
||||
<h4>Anna Efimova<sup>1</sup>, Anel Massalimova<sup>1</sup>, Cole Austin Coughlin<sup>1</sup></h4>
|
||||
<h4 class="paragraph-title">Anna Efimova<sup>1</sup>, Anel Massalimova<sup>1</sup>, Cole Austin Coughlin<sup>1</sup></h4>
|
||||
|
||||
<sup>1</sup>Summer Students, CERN<br>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@
|
|||
<header class= "bg-light">
|
||||
<div class="container container--narrow container--padding">
|
||||
<img src="/static/images/cara_logo.200x200.png" class="logo">
|
||||
<h1 class="head-center"><b>CARA - </b> COVID Airborne Risk Assessment</h1>
|
||||
<h1 class="text-center h1-text"><b>CARA - </b> COVID Airborne Risk Assessment</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container container--padding">
|
||||
<div class="split">
|
||||
<div class="col-sm-8 pl-0">
|
||||
<h2 class="header-text">Introduction</h2><br>
|
||||
<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.
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<img src="static/images/CARA_1_Vs3_Colour.jpg" class="cara_home_image">
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="header-text">CARA @ CERN</h2><br>
|
||||
<h2 class="paragraph-title">CARA @ 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.
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
|
||||
<br>
|
||||
<h3 class="header-text">Acknowledgements</h3><br>
|
||||
<h3 class="paragraph-title">Acknowledgements</h3><br>
|
||||
<p>
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
|
||||
<title>
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
<li class="nav-link"><a href="{{ calculator_prefix }}" class="{{ "nav-link active" if "calculator/" == active_page else "nav-link" }}">COVID CALCULATOR</a></li>
|
||||
<li class="nav-link"><a href="/expert-app" class="{{ "nav-link active" if "/expert-app" == active_page else "nav-link" }}">EXPERT APP (BETA)</a></li>
|
||||
<li class="nav-link"><a href="https://hse.cern/covid-19-information" class="nav-link">COVID INFORMATION</a></li>
|
||||
<li class="nav-link"><a href="/about" class="{{ "active" if "about" == active_page else "nav-link" }}">ABOUT</a></li>
|
||||
<li class="nav-link"><a href="/about" class="{{ "nav-link active" if "about" == active_page else "nav-link" }}">ABOUT</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue