diff --git a/cara/__init__.pyc b/cara/__init__.pyc new file mode 100644 index 00000000..94487aca Binary files /dev/null and b/cara/__init__.pyc differ diff --git a/cara/apps/__init__.pyc b/cara/apps/__init__.pyc new file mode 100644 index 00000000..596546b6 Binary files /dev/null and b/cara/apps/__init__.pyc differ diff --git a/cara/apps/calculator/static/form.html b/cara/apps/calculator/static/form.html index 5ceb664f..47206719 100644 --- a/cara/apps/calculator/static/form.html +++ b/cara/apps/calculator/static/form.html @@ -1,7 +1,7 @@ - + @@ -14,60 +14,81 @@ -

CARA Covid Calculator

- +

CARA Covid Airborne Risk Assessment tool (beta)

+

Please send feedback to CARA-dev@cern.ch

- Simulation name:
+ Simulation name:
Room number:
- +
+ Room data:
Room volume:   
+ or Floor area:   
-      Ceiling height:   
- +      Ceiling height:   
+
- Ventilation type: - Mechanical - Natural + Ventilation type: + Mechanical + Natural + + Air changes per hour   
+ +
- + + +
+ + +
+ HEPA filtration: + + + + + + +
+
- Event data:
+ Event data:
Attendees:
- Total number of people:
- Number of infected people:
+ Total number of occupants:
+ Number of infected people:
+
Activity type:
Start:    Finish:
+ Infected person(s) presence:
+ Start:    + Finish:
+
+When is the event?
Single event Date:
@@ -86,89 +107,64 @@
- +
- -
-
- Mask wearing: Continuous - Removed when seated - -

This tool estimates the risk of COVID-19 spread. It is based on current scientific data and can be used to provide an illustration for different real world scenarios.

- - How to use this tool:
- - Room data
- - Enter the data about the area you wish to study. You can find these in GIS, or by measuring them yourself. - For mechanical ventilation, you should check with a specialist for the air flow or air change rate.

- - Event data
- - Enter the total number of people and how many you assume are infected.

- - Activity types:
- - Office = typical scenario all persons seated, talking quietly.
- Workshop = assembly workshop environment, all persons doing light exercise, talking.
- Training = one person standing, talking, all others seated, breathing normally.
- Seminar = As training, but all participants take turns in standing and talking.
- - You should specify if the event is a one off (give date) or recurrent use of the same space for the same activity, in which case tick the months when the activity takes place.
- - Specify if a lunch break should be included, and when it starts/stops.
- - If you will take coffee breaks, they are spread out evenly throughout the day, in addition to lunch.
- - Mask wearing: Specify if they are worn all the time, or only when less than 2 meters apart.


- + This tool simulates the long range airborne spread SARS-CoV-2 virus in a finite volume and estimates the risk of COVID-19 infection. It is based on current scientific data and can be used to measures the effectiveness of different mitigation measures.
+ + How to use this tool:
+ Room data
+ Enter the data about the area you wish to study. You can find these figures in GIS Portal, or by measuring them yourself.
+ Ventilation data
+ Enter the data on the available means for venting of indoor spaces. For mechanical ventilation, you should check with a specialist for the air flow or air change rate.
+ Event data
+ Enter the total number of occupants in the room and how many of them you assume are infected. We have provided common activity types:
+ Office = typical scenario all persons seated, talking.
+ Workshop = assembly workshop environment, all persons doing light exercise, talking.
+ 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.
+You should specify if the event is a one off (give date) or recurrent use of the same space for the same activity, in which case select the month when the activity takes place.
+ Specify if a lunch break should be included, and when it starts/stops.
+ If you will take coffee breaks, they are spread out evenly throughout the day, in addition to lunch.
+ Mask wearing: Specify if they are worn at occupant workstations, or are removed when a physical distance of 2m is respected.




@@ -209,7 +205,7 @@ function on_submit(form){ url: "/calculator/api/calculator", type: "post", data: serializedData, - dataType: "json", + dataType: "json", }); // Callback handler that will be called on success