Skip to content

Commit

Permalink
Merge pull request #383 from jdebacker/catalog
Browse files Browse the repository at this point in the history
Update catalog json
  • Loading branch information
jdebacker authored Mar 8, 2024
2 parents 0e6e344 + 47c8cf8 commit aff2738
Showing 1 changed file with 22 additions and 154 deletions.
176 changes: 22 additions & 154 deletions PSL_catalog.json
Original file line number Diff line number Diff line change
@@ -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": "<p>Evaluates the effect of US federal taxes on businesses' investment incentives</p>"
},
"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": "<p>CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</p>",
"type": "html"
},
"user_documentation": {
"start_header": null,
"end_header": null,
"data": "<a href=\"http://ccc.pslmodels.org/\">http://ccc.pslmodels.org/content/intro.html/</a>",
"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": "<a href=\"http://ccc.pslmodels.org/content/contributing/contributor_guide.html\">http://ccc.pslmodels.org/content/contributing/contributor_guide.html</a>"
},
"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": "<a href=\"https://compute.studio/PSLmodels/Cost-of-Capital-Calculator/\">https://compute.studio/PSLmodels/Cost-of-Capital-Calculator/</a>",
"source": null,
"type": "html",
"start_header": null,
"end_header": null
},
"public_issue_tracker": {
"start_header": null,
"end_header": null,
"data": "<a href=\"https://github.com/PSLmodels/Cost-of-Capital-Calculator/issues\">https://github.com/PSLmodels/Cost-of-Capital-Calculator/issues</a>",
"source": null,
"type": "html"
},
"public_qanda": {
"start_header": null,
"end_header": null,
"data": "<a href=\"https://github.com/PSLmodels/Cost-of-Capital-Calculator/issues\">https://github.com/PSLmodels/Cost-of-Capital-Calculator/issues</a>",
"source": null,
"type": "html"
},
"core_maintainers": {
"start_header": null,
"end_header": null,
"data": "<ul><li><a href=\"http://jasondebacker.com\">Jason DeBacker</a></li></ul>",
"source": null,
"type": "html"
},
"unit_test": {
"start_header": null,
"end_header": null,
"data": "<a href=\"https://github.com/PSLmodels/Cost-of-Capital-Calculator/tree/master/ccc/tests\">https://github.com/PSLmodels/Cost-of-Capital-Calculator/tree/master/ccc/tests</a>",
"source": null,
"type": "html"
},
"integration_test": {
"start_header": null,
"end_header": null,
"data": "<a href=\"https://github.com/PSLmodels/Cost-of-Capital-Calculator/tree/master/ccc/tests\">https://github.com/PSLmodels/Cost-of-Capital-Calculator/tree/master/ccc/tests</a>",
"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"
}
}
}

0 comments on commit aff2738

Please sign in to comment.