Commit graph

23 commits

Author SHA1 Message Date
lrdossan
40b47722e1 Updated docker instruction to use the pre-built image 2024-11-21 11:18:18 +01:00
Nicola Tarocco
a34efcac88 Project documentation and CI/CD improvements:
- Added docs folder with MkDocs and Sphinx integration for documentation.
- Updated GitLab CI/CD configuration to include documentation jobs.
- Improved Dockerfile for streamlined builds.
- Added JavaScript file to support MathJax for equations in MkDocs.
- Created and included a UML diagram for architectural overview.
- Removed unused files to clean up the repository.
- Updated project and package README files for consistency.
- Revised diameter-dependent documentation for clarity.
- Added detailed REST API documentation.
- Updated project version for release tracking.
- Included open-source acknowledgments in the documentation.
- Added repository details and UI instructions to the user guide.
- Integrated CO2 fitting algorithm into the project.
- Included logo on the main documentation page and added CI/CD prod job.
2024-11-20 15:23:46 +01:00
lrdossan
20b0467f89 Backend separation
- extract, isolate and package it in a completely independent Python module, versioned and in a way that allows releases on PyPI.org
- fixed error in placeholder for secondary school (data registry defaults)
- added restriction in pytest version to install
- expected number of new cases fix
- data registry update (schema v2.1.1)
- github update
- deprecate ExpertApplication and CO2Application
- changes to reflect schema update 2.0.2
- version update
- Fixed error with f_inf (short-range)
- new folder layout
- Conditional probability data update
- General fixes
- Fitting results in L/S/person
- CO2 fitting algorithm refinement
2024-09-02 17:39:46 +02:00
lrdossan
b90ab86f87 added requirements 2024-05-27 17:09:43 +02:00
lrdossan
b616bc2ab1 updated conf file of readthedocs 2024-05-27 15:53:09 +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
6197e3962f Updated documentation and added a docstring to the newly created tests 2023-01-30 16:30:31 +01:00
Luis Aleixo
eed3629dd5 handled the case when the removal rate is 0 and changed documentation 2023-01-27 16:47:39 +01:00
Luis Aleixo
9e2957931c Updated UML diagram 2023-01-11 15:23:07 +01:00
Luis Aleixo
e59d4b3d59 updated background_concentration name to min_background_concentration 2023-01-11 13:54:05 +01:00
Luis Aleixo
2043f34b69 updated atmospheric concentration to background concentration (more generic) 2023-01-10 13:06:02 +01:00
CERN\Andrejh
86444b4dc0 update documentation 2023-01-10 13:01:49 +01:00
Luis Aleixo
1e0d0a8de2 updated documentation and added tests for the integrated concentration 2023-01-10 09:51:44 +01:00
Luis Aleixo
e35edeab44 updated exh_coef variable name 2022-11-09 11:13:27 +01:00
CERN\Andrejh
a5b295a165 exh_coef additional explanation 2022-11-08 17:40:25 +01:00
Luis Aleixo
997eb7eebb updated documentation 2022-11-08 17:40:25 +01:00
Luis Aleixo
cf330ab9af updated t0 formula according to published paper 2022-11-03 09:15:05 +01:00
Luis Aleixo
eb87574634 Updated docs text 2022-11-02 16:53:19 +01:00
Luis Aleixo
4f091946ca Updated documentation 2022-11-02 15:41:20 +01:00
Luis Aleixo
a32c4f1ae3 update to documentation on dilution factor 2022-10-28 12:17:12 +02:00
Luis Aleixo
6ed1282b27 Fixed typo in documentation 2022-10-11 12:07:23 +02:00
Luis Aleixo
a8b8c9c8f8 updated documentation 2022-09-12 16:11:01 +02:00
Luis Aleixo
f4ba8465ab updated folder's names and respective references 2022-09-09 16:57:20 +02:00