Skip to content

Create AISTATS 2026 project page with integrated narrative, media-first layout, and appendix highlights#1

Merged
niazoys merged 3 commits into
scratchfrom
copilot/create-github-project-page
Apr 9, 2026
Merged

Create AISTATS 2026 project page with integrated narrative, media-first layout, and appendix highlights#1
niazoys merged 3 commits into
scratchfrom
copilot/create-github-project-page

Conversation

Copilot AI commented Apr 9, 2026

Copy link
Copy Markdown

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

    • Added a new root index.html as a standalone GitHub Pages entrypoint.
    • Implemented a responsive single-page layout with clear section anchors and compact navigation.
  • Media-first opening (requested simulations)

    • Added a top “Trajectory simulations at a glance” section with 4 videos:
      • simulation/starmen/hand_going_down/sample_1.mp4
      • simulation/starmen/hand_going_up/sample_1.mp4
      • simulation/Adni/sample_417_trajectory.mp4
      • simulation/Adni/sample_451_trajectory.mp4
  • Paper content reframed for project-page storytelling

    • Added sections for:
      • abstract,
      • integrated method storyline (problem → path construction → uncertainty modeling → downstream utility),
      • contributions and headline results.
    • Rewrote content for web consumption (shorter narrative units, emphasis blocks, higher information density vs paper prose).
  • Figure integration from repository assets

    • Integrated figures from /figures into method/results flow:
      • embedded PDFs: fig1.pdf, fig2.pdf, fig5.pdf
      • raster figures: fig3.png, fig4.png, fig6.png
    • Added figure-specific PDF fallbacks to preserve correctness when inline PDF rendering is unavailable.
  • Appendix insights surfaced explicitly

    • Added a dedicated “Often-missed insights from the appendix” section covering:
      • component-level ablation takeaways,
      • temporal generalization behavior across horizons/datasets,
      • 2D→3D generalization impact and consistency trends.

Example of the embedded figure fallback pattern used:

<object data="figures/fig5.pdf" type="application/pdf" aria-label="Figure 5">
  <p style="padding:1rem;margin:0;">
    Figure 5 preview unavailable.
    <a href="figures/fig5.pdf">Open Figure 5 PDF</a>.
  </p>
</object>

Copilot AI requested a review from niazoys April 9, 2026 12:02
@niazoys
niazoys marked this pull request as ready for review April 9, 2026 12:03
Copilot AI review requested due to automatic review settings April 9, 2026 12:03
@niazoys
niazoys merged commit f2bd902 into scratch Apr 9, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread index.html
Comment on lines +204 to +206
<video controls muted loop playsinline preload="metadata">
<source src="simulation/starmen/hand_going_down/sample_1.mp4" type="video/mp4" />
</video>

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The

Copilot uses AI. Check for mistakes.
Comment thread index.html
Comment on lines +134 to +138
video, img, object {
width: 100%;
display: block;
background: #f3f4f6;
}

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@niazoys
niazoys deleted the copilot/create-github-project-page branch April 10, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants