From 98e7da33d4d1809518dce3d5f7dc53b72eac86d5 Mon Sep 17 00:00:00 2001
From: Luis Aleixo
+ If the simulation refers to a Specific event at a given time (e.g. meeting or conference) indicate the population of the given location and the 7-day average of new reported cases.
Geographic population: {{ form.geographic_population }}
Geographic cumulative reported cases: {{ form.geographic_cases }}
Population in {{ form.location_name }}: {{ form.geographic_population }}
New reported cases in {{ form.location_name }} (7-day average): {{ form.geographic_cases }}
Activity type: diff --git a/cara/apps/templates/base/userguide.html.j2 b/cara/apps/templates/base/userguide.html.j2 index 9de64992..399ffbb4 100644 --- a/cara/apps/templates/base/userguide.html.j2 +++ b/cara/apps/templates/base/userguide.html.j2 @@ -147,7 +147,10 @@ The recommended airflow rate for the HEPA filter should correspond to a total ai
Here we capture the information about the event being simulated. First enter the number of occupants in the space, if you have a (small) variation in the number of people, please input the average or consider using the expert tool. Within the number of people occupying the space, you should specify how many are infected.
-As an example, for a shared office with 4 people, where one person is infected, we enter 4 occupants and 1 infected person.
+As an example, for a shared office with 4 people, where one person is infected, we enter 4 occupants and 1 infected person.
If the simulation refers to a Specific event at a given time (e.g. meeting or conference) the tool calculates the probability of on-site transmission, having at least 1 new infection. +Indicate the population of the given location and the 7-day average of new reported cases.
+Otherwise select the Recurrent exposure option.