Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.05 KB

File metadata and controls

41 lines (33 loc) · 2.05 KB

Notes

Research papers

The exported data from Zotero are available in the following format:

Results & Slides

Results are in results.md and slides for various presentations are in the slides folder.

The slides use marp-cli (especially the docker image) to create presentations using markdown. For instance, here is the command to create the traversability slides docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG -e MARP_USER="$(id -u):$(id -g)" marpteam/marp-cli notes/slides/traversability/slides.md --pdf --allow-local-files

Useful links