Skip to content

Catheter-related thrombosis in central venous catheter coated with/without chlorhexidine

Notifications You must be signed in to change notification settings

umg-minai/crt-chx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRT-CHX: Catheter-related thrombosis in central venous catheter coated with/without chlorhexidine

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

We use guix to ensure an reproducible computing environment.

Bootstrap

Guix on debian

sudo apt install make git git-annex guix

Fetch sources

git clone [email protected]:umg-minai/crt-chx.git

Build manuscript

Running make the first time will take some time because guix hast to download the given state and build the image.

make

Modify the manuscript

All the work has to be done in the sections/*.Rmd files.

Make targets

  • make shell create reproducible environment (guix shell with specific parameters).
  • make clean removes all generated files.

Initial setup

Init git-annex

https://git-annex.branchable.com/

WEBDAV_USERNAME=xxx WEBDAV_PASSWORD=xxx git annex initremote uni-greifswald-nextcloud type=webdav url=https://nextcloud.uni-greifswald.de/remote.php/dav/files/gibbs/9726.crt-chx/git-annex chunk=10mb encryption=none

git annex initremote ant type=rsync rsyncurl=rsync:https://antl/media/wd/crt-chx/git-annex chunk=10mb encryption=none

Install DICOM viewer

https://weasis.org

wget https://github.com/nroduit/Weasis/releases/download/v4.4.0/weasis_4.4.0-1_amd64.deb
wget https://github.com/nroduit/Weasis/releases/download/v4.4.0/weasis_4.4.0-1_amd64.deb.sha256
sha256sum -c weasis_4.4.0-1_amd64.deb.sha256
sudo dpkg -i weasis_4.4.0-1_amd64.deb

Predecessor study

https://umg-minai.github.io/crt/

Contact/Contribution

You are welcome to:

We try to follow:

About

Catheter-related thrombosis in central venous catheter coated with/without chlorhexidine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published