Project site for "From Human Factors to Human-Technology Factors: An HCI Perspective on Technology in Avalanche Safety" (Hartmann & Smith, ISSW 2026).
Static HTML/CSS/JS, no build step — designed to be served directly by GitHub Pages.
index.html— the whole site (single page)styles.css,script.js— styling and the filterable table behaviortable-data.js— structured data for the FACETS × Technology table, transcribed from the paper's Table 2 with citation links added where the reference list provides a URL/DOIassets/paper.pdf— the paper PDFassets/key-figure.png,assets/key-figure.pdf— the Good/Bad/Ugly key figureCNAME— tells GitHub Pages to serve this repo attechfacets.orgdocs/feedback-form-spec.md— the question-by-question spec used to build the Google Form (for reference/edits later)
- Push this repo to GitHub (public repo, any name).
- In the repo settings → Pages, set the source to the
mainbranch, root directory. - GitHub Pages will pick up the
CNAMEfile automatically and serve the site attechfacets.orgonce DNS (below) is configured. It also updates the repo's custom domain setting for you. - Wait for the padlock/HTTPS certificate to provision (can take up to ~24h after DNS propagates) — GitHub Pages issues this automatically once it sees correct DNS.
In Namecheap's Advanced DNS tab for techfacets.org, add:
| Type | Host | Value | TTL |
|---|---|---|---|
| A | @ | 185.199.108.153 | Automatic |
| A | @ | 185.199.109.153 | Automatic |
| A | @ | 185.199.110.153 | Automatic |
| A | @ | 185.199.111.153 | Automatic |
| CNAME | www | berkeleyhci.github.io. |
Automatic |
(Those four A records are GitHub Pages' fixed apex-domain IPs — same for
everyone.) Remove any existing Namecheap "URL Redirect" or parking records
for @ and www first, or they'll conflict.
DNS propagation can take a few minutes to a few hours. Once it's live, on GitHub go to Settings → Pages and check "Enforce HTTPS" once the option becomes available.
The Google Form URL is currently hardcoded in index.html in two places
(hero CTA row and the Contribute section). If the form is ever recreated,
update both.
Site code: no license file added yet — add one if you want this reusable by others (MIT is a reasonable default). Paper text/figures/table: © 2026 the authors; this is a preprint copy pending the official ISSW proceedings.