-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
48 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Code-related Documentation | ||
|
||
* [CAiMIRA REST API](rest_api.md) | ||
* [CAiMIRA models](models.md) | ||
* [CAiMIRA Models](models.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
# Welcome to CAiMIRA’s documentation! | ||
|
||
This documentation provides comprehensive guidance on the CERN Airborne Model for Risk Assessment (CAiMIRA) tool. | ||
|
||
It includes details on the diameter-dependent mathematical model and the code developed based on the underlying published research. It also covers documentation on the code itself, including explanations of the main module (`models.py`), and the recently added REST API feature, providing a through understanding of the CAiMIRA's functionality. | ||
|
||
# Contents: | ||
|
||
* [Project README](project_README.md) | ||
* [Project Overview](project_overview.md) | ||
|
||
* [Diameter-dependent Model](full_diameter_dependence.md) | ||
* [Context](full_diameter_dependence.md#context) | ||
* [Expiration](full_diameter_dependence.md#expiration) | ||
* [Emission Rate - vR(D)](full_diameter_dependence.md#emission-rate-vrd) | ||
* [Virus Concentration - C(t, D)](full_diameter_dependence.md#virus-concentration-ct-d) | ||
* [Dose - vD](full_diameter_dependence.md#dose-vd) | ||
* [CO<sub>2</sub> Concentration](full_diameter_dependence.md#co2-concentration) | ||
* [CAiMIRA UML Diagram](full_diameter_dependence.md#caimira-uml-diagram) | ||
* [REFERENCES](full_diameter_dependence.md#references) | ||
|
||
* [Code-related Documentation](code_documentation/index.md) | ||
|
||
* [CAiMIRA REST API](code_documentation/rest_api.md) | ||
* [CAiMIRA models](code_documentation/models.md) | ||
* [CAiMIRA Models](code_documentation/models.md) | ||
|
||
* [Open Source Acknowledgments](open_source_acknowledgments.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters