Merge branch 'feature/conference_activity' into 'master'
Edited training option to accomplish trainings Closes #224 See merge request cara/cara!300
This commit is contained in:
commit
ffe0c32630
3 changed files with 9 additions and 9 deletions
|
|
@ -298,7 +298,7 @@
|
|||
{% elif form.activity_type == "workshop" %}
|
||||
Workshop = assembly workshop environment, all persons doing moderate physical activity, talking 50% of the time.
|
||||
{% elif form.activity_type == "training" %}
|
||||
Training – one person (the trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the trainer is the infected person, for the worst case scenario.
|
||||
Conference/Training – one person (the speaker/trainer) standing, talking, all others seated, talking quietly (whispering). It is assumed the speaker/trainer is the infected person, for the worst case scenario.
|
||||
{% elif form.activity_type == "lab" %}
|
||||
Laboratory = Lab or technical environment, all persons doing light physical activity, talking 50% of the time.
|
||||
{% elif form.activity_type == "gym" %}
|
||||
|
|
|
|||
|
|
@ -293,7 +293,7 @@
|
|||
<div class="col-sm-6 align-self-center"><input type="number" id="infected_people" class="form-control" name="infected_people" min=1 value=1 required></div>
|
||||
</div>
|
||||
|
||||
<span id="training_limit_error" class="red_text" hidden>Training activities limited to 1 infected<br></span>
|
||||
<span id="training_limit_error" class="red_text" hidden>Conference/Training activities limited to 1 infected<br></span>
|
||||
<hr width="80%">
|
||||
|
||||
<div class="form-group row">
|
||||
|
|
@ -308,7 +308,7 @@
|
|||
<option value="library">Library</option>
|
||||
<option value="lab">Laboratory</option>
|
||||
<option value="workshop">Workshop</option>
|
||||
<option value="training">Training</option>
|
||||
<option value="training">Conference/Training</option>
|
||||
<option value="gym">Gym</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -531,8 +531,8 @@
|
|||
<li>Library = all seated, no talking, just breathing,</li>
|
||||
<li>Laboratory = light physical activity, talking 50% of the time,</li>
|
||||
<li>Workshop = moderate physical activity, talking 50% of the time,</li>
|
||||
<li>Training = trainer standing and talking, rest seated and talking quietly.
|
||||
Trainer assumed infected (worst case scenario),</li>
|
||||
<li>Conference/Training = speaker/trainer standing and talking, rest seated and talking quietly.
|
||||
Speaker/Trainer assumed infected (worst case scenario),</li>
|
||||
<li>Gym = heavy exercise, no talking, just breathing.</li>
|
||||
</ul>
|
||||
<b>Activity breaks:</b><br>
|
||||
|
|
|
|||
|
|
@ -157,9 +157,9 @@ Within the number of people occupying the space, you should specify how many are
|
|||
<li><strong>Control Room (night shift)</strong> = All persons seated, all talking 10% of the time. Everyone (exposed and infected occupants) is treated the same in this model.</li>
|
||||
<li><strong>Lab</strong> = Based on a typical lab or technical working area, all persons are doing light activity and talking 50% of the time. Everyone (exposed and infected occupants) is treated the same in this model.</li>
|
||||
<li><strong>Workshop</strong> = Based on a mechanical assembly workshop or equipment installation scenario, all persons are doing moderate activity and talking 50% of the time. This activity is equally applicable to bicycling, or walking on a gradient, in the LHC tunnels. Everyone (exposed and infected occupants) is treated the same in this model.</li>
|
||||
<li><strong>Training</strong> = Based on a typical training course scenario.
|
||||
One individual (the trainer) is standing and talking, with all other individuals seated and talking quietly (whispering).
|
||||
In this case it is assumed that the infected person is the trainer, because this is the worst case in terms of viral shedding.</li>
|
||||
<li><strong>Conference/Training</strong> = Based on a typical conference/training course scenario.
|
||||
One individual (the speaker/trainer) is standing and talking, with all other individuals seated and talking quietly (whispering).
|
||||
In this case it is assumed that the infected person is the speaker/trainer, because this is the worst case in terms of viral shedding.</li>
|
||||
<li><strong>Gym</strong> = All persons are doing heavy exercise and breathing (not talking). Everyone (exposed and infected occupants) is treated the same in this model.</li>
|
||||
</ul>
|
||||
<br><h3>Timings</h3>
|
||||
|
|
@ -210,7 +210,7 @@ If not, then you can input separate breaks. This is particularly different when
|
|||
<p>The model allows for a simulation with either a continuous wearing of face masks throughout the duration of the event, or have the removed at all times - i.e. all occupants (infected and exposed alike) wear or not masks for the duration of the simulation.
|
||||
Please bear in mind the user inputs shall be aligned with the current applicable public health & safety instructions.
|
||||
Please check what are the applicable rules, before deciding which assumptions are used for the simulation.</p>
|
||||
<p>If you have selected the Training activity type, this equates to the trainer and all participants either wearing masks throughout the training (Yes), or removing them when seated/standing at their socially distanced positions within the training room (No).
|
||||
<p>If you have selected the Conference/Training activity type, this equates to the speakr/trainer and all participants either wearing masks throughout the conference/training (Yes), or removing them when seated/standing at their socially distanced positions within the conference/training room (No).
|
||||
Please confirm what are the applicable rules, before deciding which assumptions are used for the simulation</p>
|
||||
<p>For the time being only the Type 1 surgical and FFP2 masks can be selected.</p>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue