Commit graph

317 commits

Author SHA1 Message Date
Phil Elson
3ac1ebdadd Always trigger a re-deploy to test-cara.web.cern.ch if we are on the live/test-cara branch. 2020-11-12 11:13:27 +01:00
Philip James Elson
c303c9d349 Merge branch 'feature/html-form-calculator' into 'master'
Remove the wireframe notebook now that we use a vanilla HTML form instead.

Closes #27

See merge request cara/cara!82
2020-11-11 11:53:21 +00:00
Phil Elson
b043e52df3 Remove the wireframe notebook now that we use a vanilla HTML form instead. 2020-11-11 12:52:24 +01:00
Nicolas Mounet
a0e3f6fdd8 Merge branch 'expert-tabs' into 'master'
Expert tabs

See merge request cara/cara!81
2020-11-11 11:47:58 +00:00
Philip James Elson
1002fae802 Merge branch 'html_readme' into 'master'
Add HTML readme to calculator app

See merge request cara/cara!71
2020-11-11 11:42:28 +00:00
Phil Elson
6a24be07b1 Remove the redundant parts of the original change now that #71 is merged. 2020-11-11 12:41:17 +01:00
James Devine
95890ce481 Update README.md image path 2020-11-11 12:38:04 +01:00
jdevine
e7d63cf429 Added HTML readme with link from calculator form 2020-11-11 12:37:29 +01:00
Philip James Elson
a233a97334 Merge branch 'feature/calculator-readme-html' into 'master'
Add the README as a user-guide in the calculator application.

See merge request cara/cara!73
2020-11-11 11:32:11 +00:00
Philip James Elson
19af5019f4 Merge branch 'Readme_seminar' into 'master'
Add link in readme to airborne seminar

See merge request cara/cara!80
2020-11-11 11:29:10 +00:00
Philip James Elson
6e3b5587a0 Merge branch 'feature/repeated-events' into 'master'
Provide a table in the report to show the effect of repeating the event

See merge request cara/cara!78
2020-11-11 11:27:00 +00:00
Phil Elson
f763692633 Review actions for repeated events table in report. 2020-11-11 12:25:44 +01:00
markus
55e1a1a832 fix ExposureModel attribute bugs 2020-11-11 12:01:28 +01:00
markus
48e0b9d6cc update test 2020-11-11 11:35:28 +01:00
markus
550a5821ab Add tabs to interface 2020-11-11 11:34:15 +01:00
Andre Henriques
aa601fdf88 Add link in readme to airborne seminar 2020-11-11 10:02:41 +00:00
Philip James Elson
30dc63fc1b Merge branch 'develop/expert_app_ventilation_temp' into 'master'
Improving expert app - choice of temperature/month

See merge request cara/cara!77
2020-11-11 09:31:41 +00:00
Nicolas Mounet
360d8c6645 expert app: hepa -> mechanical; minor changes in code formatting 2020-11-11 10:29:10 +01:00
Phil Elson
f968075116 Add the README as a user-guide in the calculator application. 2020-11-11 10:11:34 +01:00
Phil Elson
335ba64312 Provide a table in the report to show the effect of repeating the event. 2020-11-11 09:50:54 +01:00
Nicolas Mounet
5e6dd424ba Merge branch 'patch-1' into 'master'
Add important details to the user for HEPA filtration values in this "How to use the tool" block.

See merge request cara/cara!76
2020-11-11 08:33:59 +00:00
Nicolas Mounet
6d1085bd2b Adding mask to exposed in expert app 2020-11-11 09:27:23 +01:00
Nicolas Mounet
06368bcb46 Merge branch 'master' of https://gitlab.cern.ch/cara/cara into develop/expert_app_ventilation_temp 2020-11-11 09:13:44 +01:00
Andre Henriques
56134eafbe correct typo 2020-11-11 08:12:47 +00:00
Andre Henriques
e48495f190 Add important details to the user for HEPA filtration values in this "How to use the tool" block. 2020-11-11 08:09:59 +00:00
Nicolas Mounet
8de32544d5 Merge branch 'feature/report-repeated-events' into 'master'
Separate the exposed from the infected activities

See merge request cara/cara!74
2020-11-11 07:40:21 +00:00
Nicolas Mounet
775339cdad Merge branch 'master' of https://gitlab.cern.ch/cara/cara into develop/expert_app_ventilation_temp 2020-11-10 21:10:37 +01:00
Philip James Elson
3a3358aa6d Merge branch 'feature/new_input_options' into 'master'
Added new input options

Closes #68, #75, #55, and #81

See merge request cara/cara!75
2020-11-10 18:57:30 +00:00
gaazzopa
211ec92ada HEPA min value is 0 2020-11-10 17:55:36 +01:00
gaazzopa
ef65039cad Fixed label ID in form 2020-11-10 17:48:43 +01:00
Phil Elson
a9221c558b Implement an emission_rate_when_present method on InfectedPopulation, so that we don't have to keep guessing a time when they are present. 2020-11-10 17:25:19 +01:00
gaazzopa
ec6ef6a156 Bumped up version and centralised version setting 2020-11-10 17:19:30 +01:00
Phil Elson
7b43eb0ea5 Rename Model to ConcentrationModel. 2020-11-10 17:19:19 +01:00
gaazzopa
824ad5886b Added HEPA amount to model and report 2020-11-10 17:08:07 +01:00
gaazzopa
1cc73d4fbc Added HEPA amount option to form 2020-11-10 16:59:05 +01:00
Phil Elson
200e7cb14b Apply ExposureModel to both the expert and calculator apps. 2020-11-10 16:46:35 +01:00
gaazzopa
154754000e Fixed mask type in baseline model 2020-11-10 16:44:03 +01:00
gaazzopa
7af010d2f5 Added debug option in form 2020-11-10 16:33:23 +01:00
gaazzopa
5e26e0196e Added mask option and fixed display in report 2020-11-10 16:32:34 +01:00
Phil Elson
43da2d7521 Implement exposed activity/mask wearing independently of the infected group. 2020-11-10 15:45:39 +01:00
Nicolas Mounet
f348a0c7c5 Merge branch 'master' of https://gitlab.cern.ch/cara/cara into develop/expert_app_ventilation_temp 2020-11-10 09:19:11 +01:00
Philip James Elson
050c9fd9ba Merge branch 'develop/refine_time_mesh_for_temp' into 'master'
Refine the time mesh for Geneva temperatures

Closes #72

See merge request cara/cara!70
2020-11-10 07:33:31 +00:00
Philip James Elson
a11762eb73 Merge branch 'develop/form-updates' into 'master'
Updates to UI form

Closes #69 and #64

See merge request cara/cara!72
2020-11-10 06:30:23 +00:00
Nicolas Mounet
f5f7eea084 Adding choice of temperature (including hourly time-dependence) in expert app 2020-11-09 20:57:01 +01:00
Nicolas Mounet
4f502b4b55 Expert app: HEPA -> Mechanical; starting time scale at first presence time; minor change in temperatures and in y scale 2020-11-09 20:54:20 +01:00
gaazzopa
e7d9ba96c8 Office option interchangeable with meeting 2020-11-09 20:02:04 +01:00
gaazzopa
79ca14d088 Added report html title 2020-11-09 19:58:18 +01:00
gaazzopa
0b608ebc5d Finish time must be after start time 2020-11-09 19:55:06 +01:00
Nicolas Mounet
6dacddedbe Improve readability of tests; adding 2 end-to-end tests (on infection probability) 2020-11-09 18:32:56 +01:00
Nicolas Mounet
ddbfbf2631 GenevaTemperatures refined in the proper way in data.py 2020-11-09 17:22:15 +01:00