From 9f92be18c119fb1261ff8c35f149a079696449f0 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 12 Mar 2024 22:18:09 -0400 Subject: [PATCH] add catalog file --- PSL_catalog.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 PSL_catalog.json diff --git a/PSL_catalog.json b/PSL_catalog.json new file mode 100644 index 0000000..3de04eb --- /dev/null +++ b/PSL_catalog.json @@ -0,0 +1,39 @@ +{ + "name": "OG-MYS", + "img": "https://raw.githubusercontent.com/Revenue-Academy/OG-MYS/blob/main/docs/OG-MYS_logo.png", + "banner_title": "OG-MYS", + "banner_subtitle": "A large-scale, open source, overlapping generations model of Malaysia", + "detailed_description": "OG-MYS is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for Malaysia. OG-MYS 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 Malaysian calibration of the model will be available soon.", + "policy_area": "Fiscal policy, Macroeconomics, Demographics", + "geography": "Malaysia", + "language": "Python", + "maintainers": [ + { + "name": "Richard W. Evans", + "image": "https://github.com/rickecon.png", + "link": "https://github.com/rickecon" + }, + { + "name": "Jason DeBacker", + "image": "https://github.com/jdebacker.png", + "link": "https://github.com/jdebacker" + }, + { + "name": "Sebastian James", + "image": "https://github.com/sebastiansajie.png", + "link": "https://github.com/sebastiansajie" + }, + { + "name": "Rajiv Kumar", + "image": "https://github.com/rajivkumar1975.png", + "link": "https://github.com/rajivkumar1975" + } + ], + "links": { + "code_repository": "https://github.com/Revenue-Academy/OG-MYS", + "user_documentation": "", + "contributor_documentation": "", + "webapp": "", + "recent_changes": "" + } +} \ No newline at end of file