diff --git a/cara/apps/calculator/model_generator.py b/cara/apps/calculator/model_generator.py index dbfd97f3..ad2c27bb 100644 --- a/cara/apps/calculator/model_generator.py +++ b/cara/apps/calculator/model_generator.py @@ -373,35 +373,35 @@ class FormData: scenario_activity_and_expiration = { 'office': ( 'Seated', - # Mostly silent in the office, but 1/3rd of time talking. - {'Talking': 1, 'Breathing': 2} + # Mostly silent in the office, but 1/3rd of time speaking. + {'Speaking': 1, 'Breathing': 2} ), 'controlroom-day': ( 'Seated', - # Daytime control room shift, 50% talking. - {'Talking': 1, 'Breathing': 1} + # Daytime control room shift, 50% speaking. + {'Speaking': 1, 'Breathing': 1} ), 'controlroom-night': ( 'Seated', - # Nightshift control room, 10% talking. - {'Talking': 1, 'Breathing': 9} + # Nightshift control room, 10% speaking. + {'Speaking': 1, 'Breathing': 9} ), 'meeting': ( 'Seated', - # Conversation of N people is approximately 1/N% of the time talking. - {'Talking': 1, 'Breathing': self.total_people - 1} + # Conversation of N people is approximately 1/N% of the time speaking. + {'Speaking': 1, 'Breathing': self.total_people - 1} ), - 'callcentre': ('Seated', 'Talking'), + 'callcentre': ('Seated', 'Speaking'), 'library': ('Seated', 'Breathing'), - 'training': ('Standing', 'Talking'), + 'training': ('Standing', 'Speaking'), 'lab': ( 'Light activity', - #Model 1/2 of time spent talking in a lab. - {'Talking': 1, 'Breathing': 1}), + #Model 1/2 of time spent speaking in a lab. + {'Speaking': 1, 'Breathing': 1}), 'workshop': ( 'Moderate activity', - #Model 1/2 of time spent talking in a workshop. - {'Talking': 1, 'Breathing': 1}), + #Model 1/2 of time spent speaking in a workshop. + {'Speaking': 1, 'Breathing': 1}), 'gym':('Heavy exercise', 'Breathing'), } diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 88aec4af..0f55fd75 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -279,25 +279,25 @@
Activity type: {% if form.activity_type == "office" %} - Office – typical scenario with all persons seated, talking occasionally (talking assumed for 1/3rd of the time). + Office – typical scenario with all persons seated, speaking occasionally (speaking assumed for 1/3rd of the time). {% elif form.activity_type == "meeting" %} - Meeting – typical scenario with all persons seated, one person talking at a time. + Meeting – typical scenario with all persons seated, one person speaking at a time. {% elif form.activity_type == "callcentre" %} - Call Centre = typical office-like scenario with all persons seated, all talking continuously. + Call Centre = typical office-like scenario with all persons seated, all speaking continuously. {% elif form.activity_type == "controlroom-day" %} - Control Room (Day Shift) = specific control room scenario, all persons seated, all talking 50% of the time. + Control Room (Day Shift) = specific control room scenario, all persons seated, all speaking 50% of the time. {% elif form.activity_type == "controlroom-night" %} - Control Room (Night Shift) = specific control room scenario with all persons seated, all talking for 10% of the time. + Control Room (Night Shift) = specific control room scenario with all persons seated, all speaking for 10% of the time. {% elif form.activity_type == "library" %} - Library = Library scenario with all persons seated, breathing and not talking. + Library = Library scenario with all persons seated, breathing and not speaking. {% elif form.activity_type == "workshop" %} - Workshop = assembly workshop environment, all persons doing moderate physical activity, talking 50% of the time. + Workshop = assembly workshop environment, all persons doing moderate physical activity, speaking 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. + Training – one person (the trainer) standing, speaking, all others seated, speaking quietly (whispering). It is assumed the 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. + Laboratory = Lab or technical environment, all persons doing light physical activity, speaking 50% of the time. {% elif form.activity_type == "gym" %} - Gym = For comparison only, all persons doing heavy physical exercise, breathing and not talking. + Gym = For comparison only, all persons doing heavy physical exercise, breathing and not speaking. {% endif %}
Exposed occupant(s) activity time:
As an example, for a shared office with 4 people, where one person is infected, we enter 4 occupants and 1 infected person.
There are a few predefined activities in the tool at present.
-Office = All persons seated, talking occasionally (1/3rd of the time, with normal breathing the other 2/3rds of the time). Everyone (exposed and infected occupants) is treated the same in this model. -Meeting = All persons seated, having a conversation (approximately each occupant is 1/N % of the time talking, where N is the number of occupants). Everyone (exposed and infected occupants) is treated the same in this model.
-Library = All persons seated, breathing only (not talking), all the time.
-Call Centre = All persons seated, all talking simultaneously, all the time. This is a conservative profile, i.e. will show an increased P(i) compared to office/meeting activity. Everyone (exposed and infected occupants) is treated the same in this model.
Control Room (day shift) = All persons seated, all talking 50% of the time. This is a conservative profile, i.e. will show an increased P(i) compared to office/meeting activity. Everyone (exposed and infected occupants) is treated the same in this model.
Control Room (night shift) = All persons seated, all talking 10% of the time. Everyone (exposed and infected occupants) is treated the same in this model.
-Lab = 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.
-Workshop = 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.
+Office = All persons seated, speaking occasionally (1/3rd of the time, with normal breathing the other 2/3rds of the time). Everyone (exposed and infected occupants) is treated the same in this model. +Meeting = All persons seated, having a conversation (approximately each occupant is 1/N % of the time speaking, where N is the number of occupants). Everyone (exposed and infected occupants) is treated the same in this model.
+Library = All persons seated, breathing only (not speaking), all the time.
+Call Centre = All persons seated, all speaking simultaneously, all the time. This is a conservative profile, i.e. will show an increased P(i) compared to office/meeting activity. Everyone (exposed and infected occupants) is treated the same in this model.
Control Room (day shift) = All persons seated, all speaking 50% of the time. This is a conservative profile, i.e. will show an increased P(i) compared to office/meeting activity. Everyone (exposed and infected occupants) is treated the same in this model.
Control Room (night shift) = All persons seated, all speaking 10% of the time. Everyone (exposed and infected occupants) is treated the same in this model.
+Lab = Based on a typical lab or technical working area, all persons are doing light activity and speaking 50% of the time. Everyone (exposed and infected occupants) is treated the same in this model.
+Workshop = Based on a mechanical assembly workshop or equipment installation scenario, all persons are doing moderate activity and speaking 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.
Training = Based on a typical training course scenario. -One individual (the trainer) is standing and talking, with all other individuals seated and talking quietly (whispering). +One individual (the trainer) is standing and speaking, with all other individuals seated and speaking 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.
-Gym = All persons are doing heavy exercise and breathing (not talking). Everyone (exposed and infected occupants) is treated the same in this model.
+Gym = All persons are doing heavy exercise and breathing (not speaking). Everyone (exposed and infected occupants) is treated the same in this model.
You should enter the time (hours:minutes) for the start and end of the simulation period (i.e. 8:30 to 17:30 for a typical office day).
It is important to enter the correct times for the simulation, in particular when using natural ventilation.
@@ -187,7 +187,7 @@ The expected number of new cases for the simulation is calculated b
It is determined by: