https://github.com/bobaubouin/python_anesthesia_simulator_fork

https://github.com/bobaubouin/python_anesthesia_simulator_fork

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BobAubouin
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 26.5 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of AnesthesiaSimulation/Python_Anesthesia_Simulator
Created about 1 year ago · Last pushed 11 months ago

https://github.com/BobAubouin/Python_Anesthesia_Simulator_fork/blob/main/

[![status](https://joss.theoj.org/papers/61d34ad9ef855a128509b4279e2c9325/status.svg)](https://joss.theoj.org/papers/61d34ad9ef855a128509b4279e2c9325)
[![Documentation Status](https://readthedocs.org/projects/python-anesthesia-simulator/badge/?version=latest)](https://python-anesthesia-simulator.readthedocs.io/en/latest/?badge=latest)
GitHub last commit 

# Python_Anesthesia_Simulator

The Python Anesthesia Simulator (PAS) models the effect of drugs on physiological variables during total intravenous anesthesia. It is particularly dedicated to the control community, to be used as a benchmark for the design of multidrug controllers. The available drugs are Propofol, Remifentanil, and Norepinephrine, the outputs are the Bispectral index (BIS), Mean Arterial Pressure (MAP), Cardiac Output (CO), and Tolerance of Laryngoscopy (TOL). PAS includes different well-known models along with their uncertainties to simulate inter-patient variability. Blood loss can also be simulated to assess the controller's performance in a shock scenario. Finally, PAS includes standard disturbance profiles and metrics computation to facilitate the evaluation of the controller's performances.

- **Documentation and examples:** 
- **Associated paper:** 

## Installation

Use pip to install the package:

```python
    pip install python-anesthesia-simulator
```

Or, to get the latest version, clone this repository and install the package with:

```python
    pip install .
```
## Citation

To cite PAS in your work, cite this paper:

```
Aubouin-Pairault et al., (2023). PAS: a Python Anesthesia Simulator for drug control. Journal of Open Source Software, 8(88), 5480, https://doi.org/10.21105/joss.05480
```

## Guidelines

Contribution and discussions are welcomed! Please feel free to use the [issue tracker](https://github.com/AnesthesiaSimulation/Python_Anesthesia_Simulator/issues) ensuring that you follow our [contribution guide](https://python-anesthesia-simulator-doc.readthedocs.io/latest/contributing.html) and our [Code of Conduct](./CODE_OF_CONDUCT.md).

## Structure

    .
     src
    |    python_anesthesia_simulator           # Simulator library + metrics function
    |
     tests              # files for testing the package
    |
     docs               # files for generating the docs
    | 
     LICENSE
     pyproject.toml      # packaging file
     requirements.txt
     README.md
     .gitignore          

## License

_GNU General Public License 3.0_

## Project status

Published in the journal of Open Source Software!

## Author

Bob Aubouin--Paitault

Owner

  • Name: Bob Aubouin--Pairault
  • Login: BobAubouin
  • Kind: user
  • Location: Grenoble
  • Company: Gipsa-lab

PhD Student at Gipsa-Lab on the subject "Data-based anesthesia process modelling for online monitoring and prediction"

GitHub Events

Total
  • Push event: 10
  • Create event: 7
Last Year
  • Push event: 10
  • Create event: 7