Slides are available at: https://lennartwittkuhn.com/talk-rdm/
| 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 | |
| 13-09-22 | 5th RDM-Workshop 2022 on Research Data Management in the Max Planck Society | Max Planck Digital Library (MPDL) | |
| 20-10-21 | LNDG Lab meeting | Lifespan Neural Dynamics Group (LNDG) at the Max Planck Institute for Human Development | |
| 18-10-21 | "Open Science Ambassadors Day 2021" | Max Planck PhDnet and the Max Planck Digital Library | |
| 22-06-21 | "Discussion Series: Human Research Data in Practice" | Max Planck Digital Library |
The html version of talk-rdm.Rmd can be build using make:
make allNote, that this does not render the RMarkdown in the Docker container but your local system.
After updating the Dockerfile, I use the following command to push the newest image to dockerhub:
docker logindocker build --platform linux/amd64 -t lennartwittkuhn/talk-rdm:amd64 .docker push lennartwittkuhn/talk-rdm:amd64docker image pull lennartwittkuhn/talk-rdm:amd64docker run --rm --platform linux/amd64 -v $PWD:/home lennartwittkuhn/talk-rdm:amd64 /bin/sh -c "cd /home; make all"docker run -it --rm --platform linux/amd64 -v $PWD:/home lennartwittkuhn/talk-rdm:amd64 /bin/shAt 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-filesCreative Commons Attribution 4.0 International (CC BY 4.0)
Please see the LICENSE file for details.
Please contact Lennart Wittkuhn for any questions.