Add NSF POSE Phase I grant announcement blog post - #2737
Conversation
- Add blog post announcing K NSF grant award - Include details on POSE program, project objectives, and team - Add cover image for the blog post - Update posts.json with new entry Fixes #2736
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Update grant amount to K - Remove implications about current sustainability - Focus on grant activities rather than organizational transformation - Keep Dan Feenberg mention with context about TAXSIM ecosystem - Remove staff details except for Feenberg - Remove independent 501(c)(3) mention and recognition section - Add conference participation section - Add link to POSE program
…ngine $300,000 grant'
- Add official NSF logo image - Include complete NSF award abstract verbatim - Add link to NSF award page (Award No. 2518372) - Add link to application materials on Google Drive - Include required NSF acknowledgment and disclaimer - Convert headings to sentence case per style guide - Update CLAUDE.md with sentence case guideline - Fix "repository" to "repositories" (plural) - Update publication date to today 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds a blog post announcing PolicyEngine's $300,000 NSF POSE Phase I grant award. The post provides details about the grant objectives, project activities, and community engagement plans.
- Adds new blog post about NSF POSE Phase I grant award
- Updates posts.json with new blog entry metadata
- Includes minor documentation update for heading style guidelines
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/posts/posts.json |
Adds metadata for the new NSF grant announcement blog post |
src/posts/articles/nsf-pose-phase-1-grant.md |
Creates the complete blog post content about the NSF grant |
CLAUDE.md |
Adds clarification about sentence case usage for headings |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| @@ -1,4 +1,13 @@ | |||
| [ | |||
| { | |||
| "title": "National Science Foundation awards PolicyEngine $300,000 grant", | |||
There was a problem hiding this comment.
The title mentions $300,000 but the PR description states $296K. There's an inconsistency between the blog post title amount and the actual grant amount mentioned in the description.
| "title": "National Science Foundation awards PolicyEngine $300,000 grant", | |
| "title": "National Science Foundation awards PolicyEngine $296,000 grant", |
| { | ||
| "title": "National Science Foundation awards PolicyEngine $300,000 grant", | ||
| "description": "NSF's Pathways to Enable Open-Source Ecosystems program will support PolicyEngine's work to expand access to policy analysis tools.", | ||
| "date": "2025-08-18", |
There was a problem hiding this comment.
The date is set to 2025-08-18 but the PR description mentions the post is dated 2025-08-17. This creates an inconsistency between the expected date and the actual date in the metadata.
| "date": "2025-08-18", | |
| "date": "2025-08-17", |
Summary
Details
The blog post covers:
Test plan
Fixes #2736