From 611fca9e67f1bcc167cef4eb74c4f94f58c85e49 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sun, 17 Mar 2024 18:02:11 -0400 Subject: [PATCH] update catalog --- PSL_catalog.json | 76 +++++++++++++++++------------------------------- 1 file changed, 27 insertions(+), 49 deletions(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index 5475125b5..43cab737e 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -1,51 +1,29 @@ { - "project_one_line": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "

Tax-Calculator is an open-source microsimulation model for static analysis of USA federal income and payroll taxes.

" - }, - "project_overview": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "What is Tax-Calculator?" - }, - "core_maintainers": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "" - }, - "user_documentation": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "" - }, - "contributor_overview": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "" - }, - "user_changelog_recent": { - "start_header": null, - "end_header": null, - "source": null, - "type": "html", - "data": "" - }, - "link_to_webapp": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null + "name": "Tax-Calculator", + "img": "", + "banner_title": "Tax-Calculator", + "banner_subtitle": "USA Federal Individual Income and Payroll Tax Microsimulation Model", + "detailed_description": "Tax-Calculator is an open-source microsimulation model for static analysis of USA federal income and payroll taxes.", + "policy_area": "Tax Microsimulation, Revenue Estimation, Distributional Analysis", + "geography": "United States", + "language": "Python", + "maintainers": [ + { + "name": "Jason DeBacker", + "image": "https://github.com/jdebacker.png", + "link": "https://github.com/jdebacker" + }, + { + "name": "Matthew Jensen", + "image": "https://avatars.githubusercontent.com/u/8301092?v=4", + "link": "https://github.com/MattHJensen/" + }, + ], + "links": { + "code_repository": "https://github.com/PSLmodels/Tax-Calculator", + "user_documentation": "https://taxcalc.pslmodels.org/", + "contributor_documentation": "https://taxcalc.pslmodels.org/contributing/contributor_guide.html", + "webapp": "", + "recent_changes": "https://taxcalc.pslmodels.org/about/releases.html" } -} +} \ No newline at end of file