Create AISTATS 2026 project page with integrated narrative, media-first layout, and appendix highlights#1
Conversation
…rative Agent-Logs-Url: https://github.com/niazoys/longitudinal-flow-matching/sessions/dc5313a9-ce4d-494f-aaae-f6a4b93a620d Co-authored-by: niazoys <19526453+niazoys@users.noreply.github.com>
Agent-Logs-Url: https://github.com/niazoys/longitudinal-flow-matching/sessions/dc5313a9-ce4d-494f-aaae-f6a4b93a620d Co-authored-by: niazoys <19526453+niazoys@users.noreply.github.com>
Agent-Logs-Url: https://github.com/niazoys/longitudinal-flow-matching/sessions/dc5313a9-ce4d-494f-aaae-f6a4b93a620d Co-authored-by: niazoys <19526453+niazoys@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR adds a standalone GitHub Pages project page (index.html) for the AISTATS 2026 Spotlight paper, presenting a media-first narrative layout with embedded simulations and paper figures.
Changes:
- Introduces a responsive single-page layout with anchored sections and compact top navigation.
- Adds a “Trajectory simulations at a glance” section with four embedded MP4 videos from repository assets.
- Integrates paper figures (PNG + embedded PDF with fallback links) and surfaces appendix highlights in a dedicated section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <video controls muted loop playsinline preload="metadata"> | ||
| <source src="simulation/starmen/hand_going_down/sample_1.mp4" type="video/mp4" /> | ||
| </video> |
There was a problem hiding this comment.
The
| video, img, object { | ||
| width: 100%; | ||
| display: block; | ||
| background: #f3f4f6; | ||
| } |
There was a problem hiding this comment.
The shared CSS rule for object sets width/display but no height/aspect-ratio. Embedded PDFs rendered via often default to a very short height (or inconsistent sizing across browsers), making figure previews hard to read. Consider adding a consistent min-height or aspect-ratio (optionally via a dedicated class) so the PDF embeds render at a usable size.
This PR adds a GitHub project page for the AISTATS 2026 Spotlight paper using a Nerfies-style structure with custom storytelling. It reorganizes the paper content into a media-first, scan-friendly narrative that surfaces both core results and underexposed appendix findings.
Project page foundation
index.htmlas a standalone GitHub Pages entrypoint.Media-first opening (requested simulations)
simulation/starmen/hand_going_down/sample_1.mp4simulation/starmen/hand_going_up/sample_1.mp4simulation/Adni/sample_417_trajectory.mp4simulation/Adni/sample_451_trajectory.mp4Paper content reframed for project-page storytelling
Figure integration from repository assets
/figuresinto method/results flow:fig1.pdf,fig2.pdf,fig5.pdffig3.png,fig4.png,fig6.pngAppendix insights surfaced explicitly
Example of the embedded figure fallback pattern used: