No description
- SCSS 77.9%
- JavaScript 18.5%
- Lua 2.5%
- TeX 0.9%
- HTML 0.2%
| .quarto | ||
| _extensions/b2s/b2slab-main | ||
| _site | ||
| b2stalk@a437ef2f62 | ||
| figures | ||
| logos | ||
| README_files/libs | ||
| source-material | ||
| .DS_Store | ||
| .gitignore | ||
| _quarto.yml | ||
| footer.html | ||
| index.qmd | ||
| README.html | ||
| README.md | ||
| references.bib | ||
| styles.scss | ||
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.