Bugs on about page for mobile screen sizes

This commit is contained in:
Luis Aleixo 2021-11-02 12:08:04 +01:00
parent 85a78de071
commit a09482ad32
3 changed files with 11 additions and 11 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>