No description
  • SCSS 77.9%
  • JavaScript 18.5%
  • Lua 2.5%
  • TeX 0.9%
  • HTML 0.2%
Find a file
2026-07-28 15:23:50 +02:00
.quarto readme update 2026-07-28 15:23:50 +02:00
_extensions/b2s/b2slab-main new slides 2026-07-28 15:16:48 +02:00
_site new slides 2026-07-28 15:16:48 +02:00
b2stalk@a437ef2f62 presentation first version 2026-07-27 11:08:38 +02:00
figures new slides png 2026-07-28 15:17:07 +02:00
logos presentation first version 2026-07-27 11:08:38 +02:00
README_files/libs readme update 2026-07-28 15:23:50 +02:00
source-material new slides png 2026-07-28 15:17:07 +02:00
.DS_Store readme update 2026-07-28 15:23:50 +02:00
.gitignore new slides 2026-07-28 15:16:48 +02:00
_quarto.yml presentation first version 2026-07-27 11:08:38 +02:00
footer.html presentation first version 2026-07-27 11:08:38 +02:00
index.qmd new slides 2026-07-28 15:16:48 +02:00
README.html readme update 2026-07-28 15:23:50 +02:00
README.md readme update 2026-07-28 15:23:50 +02:00
references.bib presentation first version 2026-07-27 11:08:38 +02:00
styles.scss new slides 2026-07-28 15:16:48 +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.