Skip to content

Address page feedback from Pavel#22

Open
MaxGhenis wants to merge 3 commits intomainfrom
feat/link-to-model
Open

Address page feedback from Pavel#22
MaxGhenis wants to merge 3 commits intomainfrom
feat/link-to-model

Conversation

@MaxGhenis
Copy link
Copy Markdown
Contributor

Summary

  • Fix broken "Dive deeper" navigation links (used <a href> instead of React Router <Link>, breaking GitHub Pages basename routing)
  • Fix MIT Iceberg Index broken URL (mitfuturetech.mit.eduiceberg.mit.edu)
  • Replace outdated "Household benefit eligibility API" card (2022) with "Multi-agent AI for policy modeling" (Ziming's work)
  • Improve pipeline layout to maintain linear flow with arrows at all screen sizes
  • Replace vague uncertainty stats ("Multiple", "Probabilistic", "Robust") with concrete numbers (5+ scenarios, 10K+ parameters, 151M workers)
  • Fix "Back to Home" link on PolicyAnalysis page

Test plan

  • Verify "Dive deeper" links navigate correctly on GitHub Pages
  • Verify MIT Iceberg Index link resolves to iceberg.mit.edu
  • Verify multi-agent AI project card image and link work
  • Check pipeline layout on mobile/tablet viewports
  • Verify uncertainty stats render correctly

🤖 Generated with Claude Code

MaxGhenis and others added 3 commits February 10, 2026 09:06
Update existing PolicyEngine links to point to policyengine.org/us/model
instead of the generic homepage, and add an "Explore the model" link in
the capabilities section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix broken "Dive deeper" links: use React Router <Link> instead of <a href>
- Fix MIT Iceberg Index URL (mitfuturetech.mit.edu → iceberg.mit.edu)
- Replace outdated API article (2022) with multi-agent AI project card
- Improve pipeline layout to be a proper linear flow with arrows
- Make uncertainty stats more concrete (5+ scenarios, 10K+ params, 151M workers)
- Fix "Back to Home" link on PolicyAnalysis page

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Documents React Router basename requirement, available routes,
build process, and component structure to help future sessions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant