{"id":31836665,"url":"https://github.com/policyengine/nuffield-rda-2025","last_synced_at":"2025-10-12T01:51:54.733Z","repository":{"id":318556725,"uuid":"1071791222","full_name":"PolicyEngine/nuffield-rda-2025","owner":"PolicyEngine","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-07T20:45:01.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T22:28:32.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PolicyEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-07T20:19:14.000Z","updated_at":"2025-10-07T20:45:06.000Z","dependencies_parsed_at":"2025-10-07T22:28:34.762Z","dependency_job_id":null,"html_url":"https://github.com/PolicyEngine/nuffield-rda-2025","commit_stats":null,"previous_names":["policyengine/nuffield-rda-2025"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PolicyEngine/nuffield-rda-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fnuffield-rda-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fnuffield-rda-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fnuffield-rda-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fnuffield-rda-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolicyEngine","download_url":"https://codeload.github.com/PolicyEngine/nuffield-rda-2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolicyEngine%2Fnuffield-rda-2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009804,"owners_count":26084648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-12T01:51:49.986Z","updated_at":"2025-10-12T01:51:54.728Z","avatar_url":"https://github.com/PolicyEngine.png","language":"TypeScript","readme":"# Nuffield Foundation Research, Development and Analysis Fund Application\n\nPolicyEngine's application to the Nuffield Foundation's Research, Development and Analysis Fund.\n\n## Grant Overview\n\n- **Funder**: Nuffield Foundation\n- **Fund**: Research, Development and Analysis Fund\n- **Award Range**: Typically under £300,000 (max £500,000, occasionally up to £750,000)\n- **Duration**: Six months to three years\n- **Next Deadline**: October 6, 2025\n- **Application Type**: Two-stage (Outline, then Full application if invited)\n\n## Focus Areas\n\nThe fund supports research that aims to improve lives in the UK, addressing one or more priority questions:\n\n1. **Building a prosperous and fair society**\n2. **Creating an inclusive society**\n3. **Ensuring science and technology benefit people**\n4. **Developing climate change policies**\n5. **Building trustworthy and effective institutions**\n\n## Eligibility\n\n- Must be affiliated with a UK-based organization\n- Not for individual researchers without institutional affiliation\n- Not for undergraduate/master's students or PhD fees\n- Not for establishing academic posts\n\n## Previous Nuffield Support\n\nPolicyEngine received £251,296 from Nuffield Foundation (September 2024 - September 2025) for \"Enhancing, localising and democratising tax-benefit policy analysis\" - improving PolicyEngine's comprehensiveness, accuracy, and accessibility.\n\n**Previous Application Materials:**\n- [Full application with hyperlinks (markdown)](./materials/previous-application-2024.md)\n- [Executive summary and analysis](./materials/previous-application-summary.md)\n- [Google Doc](https://docs.google.com/document/d/1P0gTHNfVcXyIMuW5w4T8Ji_uSaqnhjOPmjU8J5YVW5I/edit?tab=t.0)\n- [Word document](./materials/Nuffield%20application.docx)\n\n## Repository Structure\n\n```\nnuffield-rda-2025/\n├── docs/                    # Application documents and responses\n│   ├── outline/            # Outline application (first stage)\n│   │   ├── questions.yaml  # Question structure and word limits\n│   │   ├── responses/      # Individual answer files (one per question)\n│   │   ├── assemble_outline.py  # Stitcher with word count validation\n│   │   └── README.md       # Workflow documentation\n│   ├── full-application/   # Full application (if invited)\n│   └── budget/             # Budget documentation\n├── materials/               # Reference materials and grant documents\n│   ├── previous-application-2024.md  # Previous award (with hyperlinks)\n│   └── previous-application-summary.md  # Analysis of what worked\n├── scripts/                 # Assembly and content management scripts\n└── site/                   # React microsite for proposal review\n```\n\n## Development\n\n### Working on the Outline Application\n\nEdit individual response files in `docs/outline/responses/`:\n\n```bash\n# Edit a specific response\ncode docs/outline/responses/a_project_summary.md\n\n# Assemble and validate word counts\ncd docs/outline\npython3 assemble_outline.py\n```\n\nSee [docs/outline/README.md](./docs/outline/README.md) for full workflow documentation.\n\n### View the Application Site\n\n```bash\ncd site\nnpm install\nnpm run dev\n```\n\nVisit http://localhost:5173/nuffield-rda-2025 to view the microsite.\n\n### Update Content\n\nEdit markdown files in `docs/` and run the sync script (if needed):\n\n```bash\npython3 scripts/sync_content.py  # If this script exists\n```\n\n## Assessment Criteria\n\n- Relevance to priority questions\n- Potential impact\n- Research methodology\n- Team expertise\n- Value for money\n\n## Key Dates\n\n- **October 6, 2025**: Outline application deadline\n- **TBD**: Full application deadline (if invited)\n\n## Links\n\n- [R\u0026D Fund Information](https://www.nuffieldfoundation.org/funding/research-development-and-analysis-fund)\n- [Previous PolicyEngine Project](https://www.nuffieldfoundation.org/project/enhancing-localising-and-democratising-tax-benefit-policy-analysis)\n- [Nuffield Foundation](https://www.nuffieldfoundation.org/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolicyengine%2Fnuffield-rda-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolicyengine%2Fnuffield-rda-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolicyengine%2Fnuffield-rda-2025/lists"}