.md
file ending.html
file ending thenslide content
language | esciencecenter.nl |
mail_outline | info@esciencecenter.nl |
phone | +31 (0)20 460 4770 |
use as class in HTML
See full list of options at revealjs.com/fragments/
--- ## Stack
Avocados
$2
4
Apples
$1
7
Oranges
$2
18
Kiwi
$3
1
t planets = [
{ name: 'mars', diameter: 6779 },
t planets = [
{ name: 'mars', diameter: 6779 },
{ name: 'earth', diameter: 12742 },
{ name: 'jupiter', diameter: 139820 }
t circumferenceReducer = ( c, planet ) => {
return c + planet.diameter * Math.PI;
t planets = [
{ name: 'mars', diameter: 6779 },
{ name: 'earth', diameter: 12742 },
{ name: 'jupiter', diameter: 139820 }
t c = planets.reduce( circumferenceReducer, 0 )
Show your own work when sharing your screen...
... or let everybody in the audience code in their browser and play with data
(static image as an example, you have to host it somewhere yourself)
Embed D3 visualizations into slides, and keep the original interactivity.
(click on the globe and drag it to explore the different paths!)
Visualization:
Eclipses path by Philippe Riviere and friends
Gooey effect - Hexagon by Nadieh Bremer
Modular Multiplication Circle by Megan O'Leary
Simple bar graph
transition on 2 and 3