Right Arrow
or Space
Left Arrow
Home
End
Esc
S
F
Alt + Click
E
We believe that if you have already done the same data processing or controlling step twice in your team, the problem will show up the third and the fourth time, too.
If your junior researchers have downloaded the same dataset at least twice, or made the same processing steps in Excel or Power BI already twice, then it is high-time to automate the process, because each manual process is time-consuming and error-prone.
For your senior researchers, automation of data validation and unit-testing can save equally many hours.
Make content appear incrementally
One Two Three<Press Space
to play!>
A fragment can accept two optional parameters:
class
: use a custom style (requires definition in custom CSS)weight
: sets the order in which a fragment appearsAdd speaker notes to your presentation
{{% speaker_note %}}
- Only the speaker can read these notes
- Press `S` key to view
{{% /speaker_note %}}
Press the S
key to view the speaker notes!
Customize the slide style and background
{{< slide background-image="/media/boards.jpg" >}}
{{< slide background-color="#0000FF" >}}
{{< slide class="my-style" >}}
Let’s make headers navy colored.
Create assets/css/reveal_custom.css
with:
.reveal section h1,
.reveal section h2,
.reveal section h3 {
color: navy;
}