Richard Wen
rwen@ryerson.ca
Presentation slides for Research Methods in Computer Science Course Instructed by Dr. Cherie Ding.
git clone https://github.com/rrwen/slides-rmcs-litreview
cd slides-rmcs-litreview
npm install
- Generate
docs/index.html(seescript.htmlin package.json) - Generate
slides/wen2017_hyperoptml_slides.pdf(seescript.pdfin package.json)
npm run html
npm run pdf
See Edits and Implementation for more details.
The following can be edited before generating:
slides/wen2017_hyperoptml_slides.md: Markdown file with slide contentsslides/template.html: Custom reveal-md templatedocs/edit/style.css: CSS file to adjust styling of slidesdocs/edit/logo.png: logo image to use
The slides slides-rmcs-litreview uses the following npm packages for its implementation:
| npm | Purpose |
|---|---|
| reveal-md | Converting slides/wen2017_hyperoptml_slides.md to docs/index.html |
| decktape | Converting slides/wen2017_hyperoptml_slides.md to slides/wen2017_hyperoptml_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