Static site for the digital abstract booklet (GitHub Pages).
- In the
LUMCPathAIorg, create a repo namedbooklet2026. - Upload the contents of this folder (or unzip
booklet2026.zipand push). - In Settings β Pages:
- Source: Deploy from a branch
- Branch:
main(root)
- Your URL will be:
https://lumcpathai.github.io/booklet2026
If you require https://lumc-path-ai-symposium.github.io/booklet2026 exactly,
create an organization or user named lumc-path-ai-symposium, then create a repo
named booklet2026 and enable Pages as above.
Note: When hosting under a project path (e.g.,
/booklet2026), the site is already configured to use relative paths.
Most content lives in /data as JSON:
program.jsonβ agenda items in chronological orderspeakers.jsonβ people cards (name, affiliation, role, links)projects.jsonβ project cards, each with a short abstract and optional linksinternships.jsonβ internship opportunities with supervisors and contact
No build step is required. Commit changes and GitHub Pages will serve the update.
Open the page and print to PDF for a clean booklet. Navigation and buttons are hidden in print view.
The Get QR Code button points to a public API to generate a QR for the site URL.
If you change the path (e.g., not /booklet2026), update SHARE_PATH in assets/app.js.
booklet2026/
assets/
app.js
style.css
data/
speakers.json
projects.json
internships.json
program.json
index.html
README.md
CC BY 4.0 unless noted otherwise.