No description
  • SCSS 80.3%
  • JavaScript 16.5%
  • Lua 2.2%
  • TeX 0.8%
  • HTML 0.2%
Find a file
2026-09-08 10:14:18 +02:00
.quarto winter school moved 2026-09-08 10:14:18 +02:00
_extensions/b2s/b2slab-main
_site winter school moved 2026-09-08 10:14:18 +02:00
b2stalk@a437ef2f62
figures winter school slide 2026-09-07 22:43:45 +02:00
logos
README_files/libs
source-material
.DS_Store Allow pdf download 2026-09-07 12:03:08 +02:00
.gitignore
.Rhistory
_quarto.yml Allow pdf download 2026-09-07 12:03:08 +02:00
ct-rmse-example1-ppt.png Final changes for the eurosensor talk 2026-09-04 12:22:44 +02:00
footer.html
index.qmd winter school moved 2026-09-08 10:14:18 +02:00
README.html
README.md
references.bib
styles.scss Allow pdf download 2026-09-07 12:03:08 +02:00

EuroSensors 2026 Quarto Presentation

Presentation source for:

From Calibration Transfer to Deployment-Aware Intelligence for Sensor Systems

Requirements

Install Quarto:

quarto --version

Preview

From this folder, run:

quarto preview

This starts a local preview server and opens the presentation in the browser.

Render

To build the final HTML:

quarto render

The generated presentation is:

_site/index.html

The HTML is configured with embedded resources, so _site/index.html can be opened directly in a browser after rendering.

Main Files

  • index.qmd: presentation content.
  • styles.scss: visual style and slide layouts.
  • _quarto.yml: Quarto/Reveal.js configuration.
  • footer.html: logos and footer.
  • figures/: presentation figures.
  • logos/: footer and title logos.
  • references.bib: bibliography placeholders/references.

Notes

Keep _extensions/, figures/, logos/, styles.scss, footer.html, _quarto.yml, references.bib and index.qmd together if the presentation needs to be rendered on another computer.

For sharing only the rendered presentation, send _site/index.html.