Skip to content

Source code for talk slides on reproducibility, research data management and open science

License

Notifications You must be signed in to change notification settings

lnnrtwttkhn/talk-rdm

Repository files navigation

Talks on Research Data Management, Open Science & Reproducibility

Github Actions License: CC BY 4.0 DOI

About

Slides are available at: https://lennartwittkuhn.com/talk-rdm/

History

When What Host DOI
14-04-23 Talk at [Department of Education & Psychology](Department of Education & Psychology) at Freie Universität Berlin Rasmus Bruckner TBA
18-01-23 OSIP Meeting Open Science Initiative at the Department of Psychology (OSIP) at TU Dresden DOI
13-09-22 5th RDM-Workshop 2022 on Research Data Management in the Max Planck Society Max Planck Digital Library (MPDL) DOI
20-10-21 LNDG Lab meeting Lifespan Neural Dynamics Group (LNDG) at the Max Planck Institute for Human Development DOI
18-10-21 "Open Science Ambassadors Day 2021" Max Planck PhDnet and the Max Planck Digital Library DOI
22-06-21 "Discussion Series: Human Research Data in Practice" Max Planck Digital Library DOI

Build

Run make

The html version of talk-rdm.Rmd can be build using make:

make all

Note, that this does not render the RMarkdown in the Docker container but your local system.

Update Docker image

After updating the Dockerfile, I use the following command to push the newest image to dockerhub:

Login

docker login

Build

docker build --platform linux/amd64 -t lennartwittkuhn/talk-rdm:amd64 .

Push

docker push lennartwittkuhn/talk-rdm:amd64

Pull

docker image pull lennartwittkuhn/talk-rdm:amd64

Run

docker run --rm --platform linux/amd64 -v $PWD:/home lennartwittkuhn/talk-rdm:amd64 /bin/sh -c "cd /home; make all"

Run interactively

docker run -it --rm --platform linux/amd64 -v $PWD:/home lennartwittkuhn/talk-rdm:amd64 /bin/sh

Make PDF

At the moment, this is still done manually:

make talk-rdm.html # or
docker run --rm --platform linux/amd64 -v $PWD:/home lennartwittkuhn/talk-rdm:amd64 /bin/sh -c "cd /home; make talk-rdm.html"
docker run --rm --platform linux/amd64 -t -v `pwd`:/slides -v $PWD:/home/user astefanutti/decktape:latest /home/user/talk-rdm.html talk-rdm.pdf --size '1280x720' --chrome-arg=--allow-file-access-from-files

License

Creative Commons Attribution 4.0 International (CC BY 4.0)

Please see the LICENSE file for details.

Contact

Please contact Lennart Wittkuhn for any questions.