Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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