Richard Wen
rwen@ryerson.ca
Preliminary PhD research.
git clone https://github.com/rrwen/phd-prelim-research
cd phd-prelim-research
npm install
See Edits and Implementation for more details.
- Generate
docs/index.html
(seescript.html
in package.json) - Generate
slides/wen2018_phd_prelim_research_slides.pdf
(seescript.pdf
in package.json)
npm run html
npm run pdf
The following can be edited before generating:
slides/wen2018_phd_prelim_research_slides.md
: Markdown file with slide contentsslides/template.html
: Custom reveal-md template to generate slides withdocs/edit/style.css
: CSS file to adjust styling of slidesdocs/edit/logo.png
: logo image to use
The slides phd-prelim-research uses the following npm packages for its implementation:
npm | Purpose |
---|---|
reveal-md | Converting slides/wen2018_phd_prelim_research_slides.md to docs/index.html |
decktape | Converting slides/wen2018_phd_prelim_research_slides.md to slides/wen2018_phd_prelim_research_slides.pdf |
windows-build-tools | Compiling dependencies for decktape on Windows Operating System (OS) |
reveal-md <-- Convert markdown slides to html
decktape <-- Convert markdown slides to pdf
|
windows-build-tools <-- Compile decktape on Windows OS