diff --git a/PSL_catalog.json b/PSL_catalog.json index bcd47ea..1201a89 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -1,156 +1,24 @@ { - "project_one_line": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain", - "type": "html", - "data": "

Integrator package for multiple open source tax models

" - }, - "key_features": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "project_overview": { - "start_header": "Overview", - "end_header": "Disclaimer", - "source": "README.md", - "type": "github_file", - "data": null - }, - "citation": { - "start_header": null, - "end_header": null, - "source": null, - "data": null, - "type": null - }, - "license": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/blob/master/LICENSE.txt", - "data": "

MIT

", - "type": "html" - }, - "user_documentation": { - "start_header": null, - "end_header": null, - "type": "html", - "source": "http://taxbrain.pslmodels.org/content/intro.html", - "data": "https://github.com/PSLmodels/Tax-Brain/blob/master/USAGE.md" - }, - "user_changelog": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/releases", - "type": "html", - "data": "https://github.com/PSLmodels/Tax-Brain/releases" - }, - "user_changelog_recent": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/blob/master/RELEASES.md", - "type": "html", - "data": "https://github.com/PSLmodels/Tax-Brain/releases/latest" - }, - "dev_changelog": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/releases", - "type": "html", - "data": "https://github.com/PSLmodels/Tax-Brain/releases" - }, - "disclaimer": { - "start_header": "Disclaimer", - "end_header": "Installing Tax-Brain", - "source": "README.md", - "type": "github_file", - "data": null - }, - "user_case_studies": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "project_roadmap": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/blob/master/ROADMAP.md", - "type": "html", - "data": "https://github.com/PSLmodels/Tax-Brain/blob/master/ROADMAP.md" - }, - "contributor_overview": { - "start_header": "Contributing to Tax-Brain", - "end_header": "Testing", - "source": "CONTRIBUTING.md", - "type": "github_file", - "data": null - }, - "contributor_guide": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Tax-Brain/blob/master/CONTRIBUTING.md", - "type": "html", - "data": "https://github.com/PSLmodels/Tax-Brain/blob/master/CONTRIBUTING.md" - }, - "governance_overview": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "public_funding": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "link_to_webapp": { - "data": "Tax-Brain", - "source": null, - "type": "html", - "start_header": null, - "end_header": null - }, - "public_issue_tracker": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Tax-Brain/issues", - "source": null, - "type": "html" - }, - "public_qanda": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Tax-Brain/issues", - "source": null, - "type": "html" - }, - "core_maintainers": { - "start_header": null, - "end_header": null, - "data": "", - "source": null, - "type": "html" - }, - "unit_test": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Tax-Brain/tree/master/taxbrain/tests", - "source": "https://github.com/PSLmodels/Tax-Brain/tree/master/taxbrain/tests", - "type": "html" - }, - "integration_test": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Tax-Brain/tree/master/taxbrain/tests", - "source": "https://github.com/PSLmodels/Tax-Brain/tree/master/taxbrain/tests", - "type": "html" + "name": "Tax-Brain", + "img": "https://github.com/PSLmodels/Tax-Brain/blob/master/docs/taxbrain.png?raw=true", + "banner_title": "Tax-Brain", + "banner_subtitle": "A Python package that wraps multiple economic models in one easy to use interface", + "detailed_description": "Tax-Brain makes it easy for users to simulate the US tax system by providing a single interface for multiple tax models. Currently, Tax-Brain interfaces with Tax-Calculator and Behavioral-Responses. Additional models will be added in the near future to expand Tax-Brain's capabilities to include modeling business taxation and running dynamic general equilibrium simulations.", + "policy_area": "Tax Microsimulation, Revenue Estimation, Distributional Analysis", + "geography": "United States", + "language": "Python", + "maintainers": [ + { + "name": "Anderson Frailey", + "image": "https://avatars.githubusercontent.com/u/20684675?v=4", + "link": "https://github.com/andersonfrailey" + }, + ], + "links": { + "code_repository": "https://github.com/PSLmodels/Tax-Brain", + "user_documentation": "http://taxbrain.pslmodels.org/", + "contributor_documentation": "http://taxbrain.pslmodels.org/content/contributing/contributor_guide.html", + "webapp": "", + "recent_changes": "https://github.com/PSLmodels/Tax-Brain/blob/master/RELEASES.md" } -} +} \ No newline at end of file