diff --git a/app/public/assets/posts/nj-ctc-increase-calculator.png b/app/public/assets/posts/nj-ctc-increase-calculator.png new file mode 100644 index 000000000..413de6fbc Binary files /dev/null and b/app/public/assets/posts/nj-ctc-increase-calculator.png differ diff --git a/app/src/data/apps/apps.json b/app/src/data/apps/apps.json index f845f2a8a..17274175c 100644 --- a/app/src/data/apps/apps.json +++ b/app/src/data/apps/apps.json @@ -588,7 +588,11 @@ "description": "See the impact of New Jersey's enacted 25% Child Tax Credit increase (P.L.2026, c.26) on New Jersey households, statewide and by congressional district", "source": "https://nj-ctc-increase.vercel.app/us/nj-ctc-increase", "tags": ["us", "policy", "interactives"], - "countryId": "us" + "countryId": "us", + "displayWithResearch": true, + "image": "nj-ctc-increase-calculator.png", + "date": "2026-07-13 12:00:00", + "authors": ["david-trimmer"] }, { "type": "iframe", diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 9bfbd0edc..f5ef995d2 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -11,6 +11,7 @@ - Redirect the /policybench and /:countryId/policybench vanity paths to policybench.org - Proxy the AI beliefs research dashboard (elicited LLM beliefs about economic elasticities across 17 models) at /ai-beliefs - Add the NJ Child Tax Credit increase calculator zone route at /us/nj-ctc-increase + - Publish the NJ Child Tax Credit increase calculator on /us/research with cover image and authorship - Add the NICs exemption for recently-inactive employees dashboard at /uk/nics-exemption-inactive-employees changed: - Move the bill tracker to /us/bill-tracker (canonical URL); /us/state-legislative-tracker now permanently redirects there