From 532d9106ef84335cf2a82ac6d80a7cd2a9a0a9bb Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 12 Mar 2024 22:59:20 -0400 Subject: [PATCH] fix logo link --- PSL_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index 7b3e83b..1d44fd6 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -1,6 +1,6 @@ { "name": "OG-IND", - "img": "https://raw.githubusercontent.com/Revenue-Academy/OG-IND/blob/main/docs/OG-IND_logo.png", + "img": "https://github.com/Revenue-Academy/OG-IND/blob/main/docs/OG-IND_logo.png?raw=true", "banner_title": "OG-IND", "banner_subtitle": "A large-scale, open source, overlapping generations model of India", "detailed_description": "OG-IND is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for India. OG-IND is built on the OG-Core framework. The model output includes changes in macroeconomic aggregates (GDP, investment, consumption), wages, interest rates, and the stream of tax revenues over time. Regularly updated documentation of the model theory--its output, and solution method--and the Python API is available at https://pslmodels.github.io/OG-Core and documentation of the specific Indian calibration of the model will be available soon.",