Public Speaking / Presentation (Slide/Deck)
About
When making a presentation, you have to do it with the assumption that people have enough formal level of knowledge to follow it.
List
Software
Slideshows
Markdown based
- https://remarkjs.com/#1 - Javascript (live reload)
- xaringan - R wrapper around remark
HTML based
- Impress: Source code (prezi like). It paints the whole page and positions a camera. When it zooms out, you just see all other slides.
<article id="webslides">
<!-- Slide 1 -->
<section>
<h1>Design for trust</h1>
</section>
<!-- Slide 2 -->
<section class="bg-primary">
<div class="wrap">
<h2>.wrap = container (width: 90%)</h2>
</div>
</section>
</article>
-
- Example: mdx-deck-advanced
Jupyter Notebooks
Svg
- Sozi create one svg and focus on part (animation)
Proprietary
- Powerpoint
- Google slides
Screen capture
Sketch
Export
- DeckTape - export as pdf from presentation library
Public Speaking
Talks are also good at motivating me to do things. It's probably no coincidence that so many famous speakers are described as motivational speakers. That may be what public speaking is really for.