Skip to content

Commit 2209002

Browse files
authored
Merge pull request #2810 from PolicyEngine/public-spending-uk
Add UK Public Services Spending Analysis dashboard
2 parents e91f8f6 + c8160f6 commit 2209002

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

changelog_entry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- bump: patch
22
changes:
33
added:
4-
- Added blog post: "PolicyEngine 2.0 event report: The future of public policy analysis"
4+
- Added UK Public Services Spending Analysis dashboard to research page

src/apps/apps.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"slug": "two-child-limit-comparison",
2121
"tags": ["uk", "featured", "policy"]
2222
},
23+
{
24+
"title": "UK public services spending analysis",
25+
"description": "Explore how public services spending varies across demographic groups and regions in the UK, including NHS healthcare, education, and transport subsidies",
26+
"url": "https://uk-public-services-imputation.vercel.app/",
27+
"slug": "public-services-spending",
28+
"tags": ["uk", "featured", "policy"]
29+
},
2330
{
2431
"title": "Rhode Island Child Tax Credit calculator",
2532
"description": "Interactive calculator for estimating Rhode Island Child Tax Credit benefits",
291 KB
Loading

src/posts/posts.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
"image": "2025-london-event.jpeg",
99
"authors": ["vahid-ahmadi"]
1010
},
11+
{
12+
"_comment": "This post uses external_url to link to an interactive app instead of a markdown article. The filename is 'dummy' because no markdown file exists - it redirects directly to the app.",
13+
"title": "UK public services spending analysis dashboard",
14+
"description": "Explore how public services spending varies across demographic groups and regions in the UK, including NHS healthcare, education, and transport subsidies.",
15+
"date": "2025-11-11 11:00:00",
16+
"tags": ["uk", "featured", "policy", "interactives"],
17+
"filename": "uk-public-services-spending-dummy.md",
18+
"external_url": "/uk/public-services-spending",
19+
"image": "uk-public-services-spending.jpg",
20+
"authors": ["vahid-ahmadi"]
21+
},
1122
{
1223
"_comment": "This post uses external_url to link to an interactive app instead of a markdown article. The filename is 'dummy' because no markdown file exists - it redirects directly to the app.",
1324
"title": "Two-child limit calculator",

0 commit comments

Comments
 (0)