-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
PSL_catalog.json
29 lines (29 loc) · 1.41 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": "OG-Core",
"img": "https://raw.githubusercontent.com/PSLmodels/OG-Core/master/docs/OG-Core_logo.png",
"banner_title": "OG-Core",
"banner_subtitle": "Core theory and code for large-scale open source overlapping generations model of region-specific fiscal policy",
"detailed_description": "https://raw.githubusercontent.com/PSLmodels/OG-Core/master/README.md",
"policy_area": "Policy analysis, policy reform, fiscal policy, tax, benefits, social security, public finance, macroeconomic analysis, general equilibrium, dynamic scoring, overlapping generations, OG, OLG",
"geography": "World, generic, country-specific, region-specific",
"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"
}
],
"links": {
"code_repository": "https://github.com/PSLmodels/OG-Core",
"user_documentation": "https://pslmodels.github.io/OG-Core",
"contributor_documentation": "https://pslmodels.github.io/OG-Core/content/contributing/contributor_guide.html",
"webapp": "",
"recent_changes": "https://github.com/PSLmodels/OG-Core/blob/master/CHANGELOG.md"
}
}