Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update png link #384

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PSL_catalog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cost-of-Capital-Calculator",
"img": "https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/docs/ccc.png",
"img": "https://raw.githubusercontent.com/PSLmodels/Cost-of-Capital-Calculator/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.",
Expand Down
Loading