This repository hosts the source code for the presentation and getting started guide that supprted the the ERA hands-on workshop on RINF data provisioning, aimed at Infrastructure Managers and National Registration Entities.
Open the online interactive presentation or download the slides from the latest release.
There's also a getting-started guide.
Date: 25 February 2026 · European Union Agency for Railways
In case you want to run the interactive slides locally on your computer. Below follows developer documentation.
npm install
npm run devOpen http://localhost:3030 to view the slides.
| Command | Description |
|---|---|
npm run dev |
Start the dev server with live reload |
npm run build |
Build the slides as a static site |
npm run export |
Export slides to PDF |
The slides are automatically built and published to GitHub Pages on every push to main. The live presentation is available at:
https://matdata-eu.github.io/slides-era-rinf-data-provisioning/
Pushing a v* tag triggers the Create PDF Release workflow, which exports the slides to PDF and attaches it to the GitHub release as dim-accessing-data-<version>.pdf. Running the workflow manually (via workflow_dispatch) will upload the PDF as a workflow artifact instead.
slides.md— Main presentation contentassets/— Images and other static assetsgetting-started-rinf-data-provisioning.md— Participant getting-started guide