At the Department of Anaesthesiology and Intensive Care of the University Medicine Greifswald we investigate the recapture/recycling rate of ZeoSys's CONTRAfluran carbon filter/vapour capture technology at two Draeger Perseus A500 anaesthesia machines.
This repository contains the (raw) data and analysis of this investigation.
data
: cleaned and summarized data for each anaesthetic gas canister, see data/README.md for details.raw-data
: raw Draeger connect, CONTRAfluran and Sevoflurane weight measurements, see raw-data/README.md for details.
manuscript.Rmd
: main file (contains manuscript and author information) loading all subsections.sections/*.Rmd
: a file per subsection containing the manuscript content.
guix/
: guix releated files to ensure a reproducibleR
andpandoc
environment.bibliography/
: references in bibtex format.pandoc/
:pandoc
related files for word counts etc.
current - since 2023-10-09
pilot-draeger-connect - 2023-08-06 to 2023-10-08
Initially we used sevoflurane usage data logged by "Dräger connect" in the assumption it was reading the D-Vapor 3000 dial settings and fresh gas flows. The data from "Dräger connect" were estimated based on the flow and the inspiratory/endtidal sevoflurane concentration. While the measurements are reasonably for Dräger Primus anaesthesia machines (see Biro et al. 2014) we restart our study and weigh the sevoflurane bottles to determine the amount of used agent.
We use guix to ensure an reproducible computing environment.
sudo apt install make git guix
git clone git@github.com:umg-minai/vct-or.git
Running make
the first time will take some time because
guix
hast to download the given state and build the image.
make
All the work has to be done in the sections/*.Rmd
files.
make
ormake manuscript
produces an.html
file inoutput/
.make dist
produces a.docx
indistribute/
which could be send to the co-authors.make validate
for data validation.make gh-pages
updates thegh-pages
branch to the latest manuscript.make clean
removes all generated files.
You are welcome to:
- submit suggestions and bug-reports at: https://github.com/umg-minai/vct-or/issues
- send a pull request on: https://github.com/umg-minai/vct-or/
- compose an e-mail to: mail@sebastiangibb.de
We try to follow: