From 47c8cf871bd899ce99378f5931a49f649f3812b4 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Fri, 8 Mar 2024 07:47:22 -0500 Subject: [PATCH] update catalog json --- PSL_catalog.json | 176 ++++++----------------------------------------- 1 file changed, 22 insertions(+), 154 deletions(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index c6b74afa..3be3707a 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/Cost-of-Capital-Calculator", - "type": "html", - "data": "

Evaluates the effect of US federal taxes on businesses' investment incentives

" - }, - "key_features": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "project_overview": { - "start_header": "Cost-of-Capital-Calculator", - "end_header": "Disclaimer", - "source": "README.md", - "type": "github_file", - "data": null - }, - "citation": { - "start_header": "Citing the Cost-of-Capital-Calculator Model", - "end_header": null, - "source": "README.md", - "type": "github_file", - "data": null - }, - "license": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/docs/book/content/license.md", - "data": "

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication

", - "type": "html" - }, - "user_documentation": { - "start_header": null, - "end_header": null, - "data": "http://ccc.pslmodels.org/content/intro.html/", - "source": null, - "type": "html" - }, - "user_changelog": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "user_changelog_recent": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "dev_changelog": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "disclaimer": { - "start_header": "Disclaimer", - "end_header": "Citing the Cost-of-Capital-Calculator Model", - "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": null, - "type": null, - "data": null - }, - "contributor_overview": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "contributor_guide": { - "start_header": "Contributing to Cost-of-Capital-Calculator", - "end_header": "Disclaimer", - "source": "README.md", - "type": "github_file", - "data": "http://ccc.pslmodels.org/content/contributing/contributor_guide.html" - }, - "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": "https://compute.studio/PSLmodels/Cost-of-Capital-Calculator/", - "source": null, - "type": "html", - "start_header": null, - "end_header": null - }, - "public_issue_tracker": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/issues", - "source": null, - "type": "html" - }, - "public_qanda": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/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/Cost-of-Capital-Calculator/tree/master/ccc/tests", - "source": null, - "type": "html" - }, - "integration_test": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/tree/master/ccc/tests", - "source": null, - "type": "html" + "name": "Cost-of-Capital-Calculator", + "img": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/docs/ccc.png", + "banner_title": "Cost-of-Capital-Calculator", + "banner_subtitle": "A model to evaluate the effect of US federal taxes on businesses' investment incentives.", + "detailed_description": "Cost-of-Capital-Calculator is a model that can be used to evaluate the effect of US federal taxes on the investment incentives of corporate and non-corporate businesses. Specifically, Cost-of-Capital-Calculator uses data on the business assets and financial policy, as well as microdata on individual tax filers, to compute marginal effective tax rates on new investments. In modeling the effects of changes to the individual income tax code, Cost-of-Capital-Calculator works with Tax-Calculator, another open-source model of US federal tax policy. Cost-of-Capital-Calculator is written in Python, an interpreted language that can execute on Windows, Mac, or Linux.", + "policy_area": "Business Taxation, Investment", + "geography": "United States", + "language": "Python", + "maintainers": [ + { + "name": "Jason DeBacker", + "image": "https://avatars.githubusercontent.com/u/10715924?v=4", + "link": "https://github.com/jdebacker/" + } + ], + "links": { + "code_repository": "https://github.com/PSLmodels/Cost-of-Capital-Calculator", + "user_documentation": "https://ccc.pslmodels.org/content/intro.html", + "contributor_documentation": "https://ccc.pslmodels.org/content/intro.html", + "webapp": "", + "recent_changes": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/releases" } -} + }