Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 601 Bytes

Readme.org

File metadata and controls

18 lines (13 loc) · 601 Bytes

SCiP presentations

Howto

Presentations for the Scientific Computing in Practice courses. Slides are in Emacs org-mode format, meant to be exported to reveal.js for viewing using the Emacs org-reveal package.

For instructions how to set up org-reveal, see https://github.com/yjwen/org-reveal

For markdown sources, one can generate a reveal.js presentation with pandoc using a command like:

pandoc -s -t revealjs -o building-code.html building-code.md

Contributing

Contribute to these slides by making a pull request at https://github.com/jabl/scip-slides.