This repository contains the website for the proposed NeurIPS 2026 workshop Human Modeling and Cognitive Alignment in Interactive Agents.
The site is based on the al-folio Jekyll template. The al-folio license and attribution are preserved in this repository.
Most workshop content is data-driven. Edit these files first:
_data/workshop.yml- title, subtitle, tagline, proposal metadata, logistics, contact, conflict disclosures_data/dates.yml- important dates_data/speakers.yml- potential invited speaker entries_data/organizers.yml- organizers, program committee, diversity fields_data/schedule.yml- tentative one-day schedule_data/topics.yml- CFP topics, domains, review criteria, outcomes_data/faq.yml- FAQ entries_data/related_workshops.yml- related-workshop comparison
The public pages are in _pages/.
The following fields are intentionally marked TBC until confirmed:
- Workshop date and final location
- Submission site and contact email
- Organizer details
- Program committee members
- Speaker invitations, affiliations, websites, bios, and talk titles
- Demographic diversity details
- Concurrent workshop proposal submissions and conflict disclosures
- Remote participation, recording, and venue-provided hybrid support
Do not mark potential invited speakers as confirmed until invitations are finalized.
Install dependencies:
npm ci
bundle installRun locally:
bundle exec jekyll serveThen open http://127.0.0.1:4000/.
npm run lint:prettier
npm run lint:style-contract
bundle exec al-folio upgrade audit --no-fail
bundle exec jekyll buildThe generated site is written to _site/.
The repository includes .github/workflows/deploy.yml, which builds the site on pushes to main and deploys _site/ to the gh-pages branch.
Manual repository settings:
- In GitHub repository settings, enable Actions workflow permissions with read/write access.
- In GitHub Pages settings, choose Deploy from a branch.
- Select branch
gh-pagesand the root folder. - Use the default site URL:
https://cogalign-workshop.github.io/.
This site customizes starter-owned content and configuration only. Shared runtime behavior, layouts, includes, search assets, icon loading, and other plugin-owned behavior belong to the al-folio v1 plugin gems.