From 3e97b15f854dfad17933f9f5223fbb2b543a7124 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Fri, 8 Mar 2024 15:33:40 -0500 Subject: [PATCH] update png link --- PSL_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index 3be3707a..f69f210a 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -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.",