ORTHODONTIC SOFTWARE INTEROPERABILITY Introductory Presentation
See it live http://www.open-ortho.org/ACT-12.4.1/.
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.
- Install
qrencode
withapt
,yum
,brew
, ... qrencode -t SVG -o ./slides/mypresentation_url_qrcode.svg "https://open-ortho.org/"
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.
-
Download latest zip compiled from github.
-
Unzip
-
Replace
dist/
andplugin/
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/