-
-
Notifications
You must be signed in to change notification settings - Fork 157
/
PSL_catalog.json
29 lines (29 loc) · 1.18 KB
/
PSL_catalog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Tax-Calculator",
"img": "",
"banner_title": "Tax-Calculator",
"banner_subtitle": "USA Federal Individual Income and Payroll Tax Microsimulation Model",
"detailed_description": "Tax-Calculator is an open-source microsimulation model for static analysis of USA federal income and payroll taxes.",
"policy_area": "Tax Microsimulation, Revenue Estimation, Distributional Analysis",
"geography": "United States",
"language": "Python",
"maintainers": [
{
"name": "Jason DeBacker",
"image": "https://github.com/jdebacker.png",
"link": "https://github.com/jdebacker"
},
{
"name": "Matthew Jensen",
"image": "https://avatars.githubusercontent.com/u/8301092?v=4",
"link": "https://github.com/MattHJensen/"
}
],
"links": {
"code_repository": "https://github.com/PSLmodels/Tax-Calculator",
"user_documentation": "https://taxcalc.pslmodels.org/",
"contributor_documentation": "https://taxcalc.pslmodels.org/contributing/contributor_guide.html",
"webapp": "",
"recent_changes": "https://taxcalc.pslmodels.org/about/releases.html"
}
}