Skip to content

open-ortho/lectures

Repository files navigation

ACT-12.4.1

ORTHODONTIC SOFTWARE INTEROPERABILITY Introductory Presentation

See it live http://www.open-ortho.org/ACT-12.4.1/.

How to edit this document

This presentation is written using the reveal.js presentation framework.

  • Slide content are in the index.html file. Add and remove slides by adding and removing <section> tags.
  • Slide configuration is also in the index.html file.
  • The framework is in the dist and plugin folders.
  • Run ./serve.py
  • View the changes by opening the http://127.0.0.1:54385/lectures/ file with your browser.

NB: the web server is only there because using absolute paths for common libraries like common.js is the easiest way to deal with using them from different locations. Then the absolute pahts would not work locally for development. Hence the development server.

Adding QR Codes

  1. Install qrencode with apt, yum, brew, ...
  2. qrencode -t SVG -o ./slides/mypresentation_url_qrcode.svg "https://open-ortho.org/"

Deployment

This project is being hosted as a static site on GitHub Pages from the main branch. Committing and pushing to the master branch will deploy the presentation.

Upgrading Reveal-JS

  1. Download latest zip compiled from github.

  2. Unzip

  3. Replace dist/ and plugin/ folders with the ones found in the zip archive. Example:

     cd ~/Downloads
     curl -O https://github.com/hakimel/reveal.js/archive/master.zip
     unzip ~/Downloads/master.zip
     cd -
     rsync -av --delete ~/Downloads/reveal.js-master/plugin/ plugin/
     rsync -av --delete ~/Downloads/reveal.js-master/dist/ dist/
    

About

Introductory Presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages