20.28 Presentation
Table of contents
General guidelines
- Adapt to the audience
- Prepare a short elevator pitch
- Plan for eventualities (e.g., no Internet/WIFI connection available)
- Make slides available [TODO : link repo] and allow participants to connect/give feedback (TODO : add suggestions)
- Communicate a clear reason why your audience should be interested in your presentation (in particular when some participants are required to attend)
- When appropriate: start with a bold pitch like “After this talk, you will do … differently.”
- When appropriate: use storytelling to make the presentation memorable
Template
- Marp template
To include a Mermaid diagram:
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
<div class="mermaid">
graph LR;
a --> b;
b --> c;
c --> a;
</div>
Structure and Contents
- TODO
Resources
- TODO