Skip to content

Slidedeck from my talk presenting ACME at the de-RSE 2023 conference.

License

Notifications You must be signed in to change notification settings

pantaray/RSE23-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSE23-talk

Slidedeck from my talk presenting ACME at the de-RSE 2023 conference.

Setup

The slides were built with Quarto. To make the Quarto VS Code extension (and Quarto's web server) pick up the HTML build, first render the project

quarto render

Then generate a generic index.html by creating a symlink to the produced acme.html:

ln -s acme.html index.html

Publish to website

First, set embed-resources: false (many hosters find ~100MB html files suspicious...), then

quarto render acme.qmd --output-dir rse23

Then copy the entire contents of rse23 to the desired webspace and check the result in a browser, e.g., www.fuertinger.science/rse23