forked from PolicyEngine/policyengine-us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PSL_catalog.json (PolicyEngine#4149)
Fixes PolicyEngine#4148
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "PolicyEngine US", | ||
"img": "https://github.com/PolicyEngine/policyengine-app/blob/master/src/images/logos/policyengine/banners/facebook.png?raw=true", | ||
"banner_title": "PolicyEngine US", | ||
"banner_subtitle": "A tax-benefit microsimulation model for the United States.", | ||
"detailed_description": "PolicyEngine US models rules for tax and benefit programs federally, in states, and in local governments. It also includes procedures to generate and enhance microdata for economic policy analysis.", | ||
"policy_area": "Policy Reform, Tax Analysis", | ||
"geography": "US", | ||
"language": "Python", | ||
"maintainers": [ | ||
{ | ||
"name": "Max Ghenis", | ||
"image": "https://policyengine.org/static/media/max-ghenis.536762d4b2439bf591f5.png", | ||
"link": "mailto:[email protected]" | ||
} | ||
], | ||
"links": { | ||
"code_repository": "https://github.com/policyengine/policyengine-us", | ||
"user_documentation": "https://policyengine.github.io/policyengine-us/", | ||
"contributor_documentation": "https://github.com/PolicyEngine/policyengine-us/blob/master/README.md", | ||
"webapp": "https://policyengine.org/us", | ||
"recent_changes": "https://github.com/PolicyEngine/policyengine-us/blob/master/CHANGELOG.md" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- bump: patch | ||
changes: | ||
added: | ||
- PSL_catalog.json. |