-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from jdebacker/demog_core
Use `demographics.py` from OG-Core
- Loading branch information
Showing
5 changed files
with
51 additions
and
1,492 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,29 @@ | ||
{ | ||
"name": "OG-ZAF", | ||
"img": "https://github.com/EAPD-DRB/OG-ZAF/blob/main/docs/OG-ZAF_logo.png?raw=true", | ||
"banner_title": "OG-ZAF", | ||
"banner_subtitle": "An overlapping-generations macroeconomic model for evaluating fiscal policy in South Africa", | ||
"detailed_description": "OG-ZAF is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for South Africa. OG-ZAF 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 South African calibration of the model will be available soon.", | ||
"policy_area": "Fiscal policy, Macroeconomics, Demographics", | ||
"geography": "South Africa", | ||
"language": "Python", | ||
"maintainers": [ | ||
{ | ||
"name": "Richard W. Evans", | ||
"image": "https://github.com/rickecon.png", | ||
"link": "https://github.com/rickecon" | ||
}, | ||
{ | ||
"name": "Marcel LaFleur", | ||
"image": "https://avatars.githubusercontent.com/u/231228?v=4", | ||
"link": "https://github.com/SeaCelo" | ||
}, | ||
], | ||
"links": { | ||
"code_repository": "https://github.com/EAPD-DRB/OG-ZAF", | ||
"user_documentation": "https://eapd-drb.github.io/OG-ZAF/content/intro/intro.html", | ||
"contributor_documentation": "https://eapd-drb.github.io/OG-ZAF/content/contributing/contributor_guide.html", | ||
"webapp": "", | ||
"recent_changes": "https://github.com/EAPD-DRB/OG-ZAF/blob/main/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
Oops, something went wrong.