From 5b483e4368e189587a2bdc32b3ee092d9d34b097 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 9 Mar 2024 14:20:22 -0500 Subject: [PATCH] add PSL catalog.json --- PSL_catalog.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 PSL_catalog.json diff --git a/PSL_catalog.json b/PSL_catalog.json new file mode 100644 index 0000000..11fb9b5 --- /dev/null +++ b/PSL_catalog.json @@ -0,0 +1,29 @@ +{ + "name": "Inverse Optimal Tax", + "img": "", + "banner_title": "Inverse Optimal Tax", + "banner_subtitle": "A model of inverse optimal taxation.", + "detailed_description": "A model of inverse optimal taxation.", + "policy_area": "Optimal Taxation, Inverse Optimal Taxation, Individual Income Tax", + "geography": "United States", + "language": "Python", + "maintainers": [ + { + "name": "Jason DeBacker", + "image": "https://avatars.githubusercontent.com/u/10715924?v=4", + "link": "https://github.com/jdebacker/" + }, + { + "name": "John P. Ryan", + "image": "https://avatars.githubusercontent.com/u/83313096?v=4", + "link": "https://github.com/john-p-ryan" + } + ], + "links": { + "code_repository": "https://github.com/PSLmodels/InverseOptimalTax", + "user_documentation": "https://pslmodels.github.io/InverseOptimalTax/content/intro/intro.html", + "contributor_documentation": "https://pslmodels.github.io/InverseOptimalTax/content/intro/contributing.html", + "webapp": "", + "recent_changes": "" + } + }