Commit graph

2062 commits

Author SHA1 Message Date
Luis Aleixo
290ffcf3d0 fixed x attribute for dash line (mean of PI) on histogram 2023-06-12 14:22:58 +02:00
Luis Aleixo
f14406de74 Merge branch 'remove-git-lfs' into 'master'
remove Git LFS and change data file URL

See merge request caimira/caimira!450
2023-06-07 15:01:14 +02:00
Nicola Tarocco
a9ce6d9c8d
remove Git LFS and change data file URL
* removes the Excel file stored in Git LFS and disable LFS
* replaces the local Excel file with an URL to download the file from a
  static website
2023-06-07 11:39:56 +02:00
Andre Henriques
3355792bd4 Merge branch 'feature/vl_dynamic' into 'master'
Results with different viral load values

See merge request caimira/caimira!448
2023-06-02 15:19:20 +02:00
Luis Aleixo
4bf8c73d1b fixed spacing issue 2023-06-02 14:51:36 +02:00
Luis Aleixo
a547700779 removed results from report and re-added timeout values 2023-06-02 14:49:18 +02:00
Luis Aleixo
d04869ce16 added generation of conditional probability of infection values based on form condition 2023-06-02 14:42:38 +02:00
Luis Aleixo
7542683da2 added two more viral load scenarios 2023-06-01 17:20:39 +02:00
Luis Aleixo
96b6a84b76 improved report generator methods 2023-06-01 16:31:04 +02:00
Luis Aleixo
207606e97e added more vl values for calculation 2023-05-31 16:52:30 +02:00
Luis Aleixo
ca786d7e7f added results with different viral load values 2023-05-31 16:36:56 +02:00
Luis Aleixo
3c139fb62d Merge branch 'feature/default_data' into 'master'
Default data

See merge request caimira/caimira!440
2023-05-26 11:53:14 +02:00
Luis Aleixo
0cb6477cb2 modified file name and references. removed unused variables 2023-05-26 09:44:47 +02:00
Luis Aleixo
1171e51f90 removed private reference for DEFAULT_DATA variables 2023-05-25 16:43:45 +02:00
Luis Aleixo
14a6fb73a7 adapted model_generator validation references 2023-05-25 16:43:45 +02:00
Luis Aleixo
98f6e3446b added default data file 2023-05-25 16:43:45 +02:00
Luis Aleixo
4808ae4232 Merge branch 'bugfix/static_url' into 'master'
Added static endpoint to list of urls

See merge request caimira/caimira!446
2023-05-15 10:38:23 +02:00
Luis Aleixo
ce99afb965 added static url to base urls 2023-05-15 10:23:14 +02:00
Luis Aleixo
4e6b7479e6 fixed breaking condition 2023-05-15 10:02:11 +02:00
Luis Aleixo
dad34cdef6 Merge branch 'feature/default_cern_urls' into 'master'
Remove unused URLs for other themes other than CERN/base

See merge request caimira/caimira!445
2023-05-12 17:15:15 +02:00
Luis Aleixo
f1b0ad1e30 base urls definition 2023-05-12 16:55:31 +02:00
Luis Aleixo
170a75a9d0 Merge branch 'feature/env_var_urls' into 'master'
Env var urls

See merge request caimira/caimira!441
2023-05-12 09:20:24 +02:00
Luis Aleixo
5525df36eb version update 2023-05-12 09:15:25 +02:00
Luis Aleixo
77774112e4 added env variable to deploymentconfig template 2023-05-11 11:55:56 +02:00
Luis Aleixo
0a08b10d0f updated docker-compose file 2023-05-11 11:30:09 +02:00
Luis Aleixo
18978aef20 adapted deployment configs 2023-05-09 17:20:34 +02:00
Luis Aleixo
7fd0e0f8ec updated env var EXTRA_PAGES structure 2023-05-09 17:13:46 +02:00
Luis Aleixo
bfe9a7db04 Merge branch 'bugfix/auth-add-missing-scope' into 'master'
auth: add missing scope to token request for CERN SSO

See merge request caimira/caimira!442
2023-05-08 14:18:20 +02:00
Luis Aleixo
eac7591046 modified deployment config 2023-05-08 11:49:08 +02:00
Luis Aleixo
fb18a2a715 added tests for generic pages 2023-05-08 11:18:11 +02:00
Luis Aleixo
2d3a925fc5 adapted init methods to consider readme and about pages as generic 2023-05-08 10:55:02 +02:00
Luis Aleixo
3edd1f17bd declared env variable extra_pages 2023-05-08 10:53:30 +02:00
Luis Aleixo
14e64665d8 Merge branch 'feature/matomo' into 'master'
Added matomo script code

See merge request caimira/caimira!443
2023-05-05 17:05:04 +02:00
Luis Aleixo
74dd8ed6e8 applied matomo script code 2023-05-05 16:33:19 +02:00
Nicola Tarocco
315a0dbc94
auth: add missing scope to token request for CERN SSO 2023-05-05 16:27:53 +02:00
Nicolas Mounet
74322c46bb Merge branch 'feature/piecewise_presence' into 'master'
Dynamic Number of Occupants (Infected)

Closes #297

See merge request caimira/caimira!433
2023-05-03 16:40:09 +02:00
Luis Aleixo
7cbe9bb050 updated version 2023-05-03 16:35:01 +02:00
Luis Aleixo
022abad186 updated branch according to review: - new presence_interval() method in the population class that avoids repetition of if conditions through the code. - typo fix. -tests were updated accordingly 2023-04-28 12:05:30 +02:00
Luis Aleixo
bcb1d1012a modified dynamic tests for InfectedPopulation 2023-04-28 08:54:59 +02:00
Nicolas Mounet
fe19cb5976 Change all normalization factors and emission rates (when present) into 'per person' quantities (i.e. do not normalize anymore by the number of infected people) - to allow dynamic number of infected people. Changing the test accordingly, and the documentation. Adding a __post_init__ check in ExposureModel to forbid the use of dynamic number of exposed people, for now. 2023-04-28 08:54:59 +02:00
Luis Aleixo
e494151d78 added test for dynamic and static population 2023-04-28 08:54:59 +02:00
Luis Aleixo
801955317f added verifications for unexpected jumps 2023-04-28 08:54:58 +02:00
Luis Aleixo
70f7e86524 test for dynamic occupants 2023-04-28 08:54:58 +02:00
Luis Aleixo
fe7cbf45b7 added expert apps validation for presence times 2023-04-28 08:54:58 +02:00
Luis Aleixo
480cf36624 Merge branch 'feature/proportional_interesting_times' into 'master'
Interesting times to be proportional to the simulation time

Closes #320

See merge request caimira/caimira!437
2023-04-26 15:55:11 +02:00
Luis Aleixo
a3d66b8463 updated number of points per hour to be 15 instead of 25 2023-04-26 15:16:33 +02:00
Luis Aleixo
e4636e5fe6 interesting times to be proportional to the simulation time 2023-04-26 15:16:33 +02:00
Andre Henriques
edb0b2370c Merge branch 'feature/version_pins' into 'master'
Removed pins for pip packages

See merge request caimira/caimira!439
2023-04-24 16:46:35 +02:00
Luis Aleixo
be828b05b4 fixed mechanical ventilation typo in expert app 2023-04-19 16:57:53 +02:00
Luis Aleixo
0e1f5b404e typo in mechanival_w 2023-04-19 16:02:40 +02:00