Question Zero: Should We Build This AI System at All?
Workshop co-located with HHAI 2026 · July 6–7
gh repo create q0-workshop-2026 --public
cd q0-workshop-2026Or create via the GitHub UI, then clone it.
q0-workshop-2026/
├── index.html ← workshop website
├── parse_cfp.py ← LaTeX → JSON parser
├── README.md
└── .github/
└── workflows/
└── deploy.yml ← GitHub Pages auto-deploy
In your repo → Settings → Pages:
- Source: GitHub Actions
Push to main — the site deploys automatically.
Search index.html for these placeholders and replace them:
| Placeholder | Replace with |
|---|---|
[insert URL] |
Your GitHub Pages URL (e.g. https://youorg.github.io/q0-workshop-2026) |
[insert email] |
Workshop contact email |
Name TBC (×4) |
Organizer names and affiliations |
workshop@example.com |
Submission email or link |
python parse_cfp.py cfp.tex > data/cfp.jsonThis gives you a clean JSON representation of the CfP you can use to drive future templating or a JS-powered site.
Just push to main:
git add .
git commit -m "update organizers"
git pushGitHub Actions builds and deploys automatically (~30 seconds).
| File | Purpose |
|---|---|
index.html |
Single-file static site (no build step) |
parse_cfp.py |
Parses a .tex CfP into structured JSON |
.github/workflows/deploy.yml |
Auto-deploys to GitHub Pages on push to main |
- Overview — What is Q0?
- Topics of Interest — 10 research themes
- Workshop Format — Day 1 (academic) + Day 2 (policy)
- Submissions — Guidelines + important dates
- Organizing Committee — TBC placeholders
- Why This Workshop — Motivation + preliminary material link