diff --git a/PSL_catalog.json b/PSL_catalog.json index e2f9c7d2..cf11ca42 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -1,156 +1,29 @@ { - "project_one_line": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/OG-USA", - "type": "html", - "data": "

Overlapping-Generations Model for Evaluating Fiscal Policy in the United States

" - }, - "key_features": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "project_overview": { - "start_header": "OG-USA", - "end_header": "Using/contributing to OG-USA", - "source": "README.md", - "type": "github_file", - "data": null - }, - "citation": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/OG-USA#citing-og-usa", - "type": "html", - "data": "

Please cite the source of your analysis as \"OG-USA release #.#.#, author's calculations.\" If you wish to link to OG-USA, https://github.com/PSLmodels/OG-USA is preferred. Additionally, we strongly recommend that you describe the input data used, and provide a link to the materials required to replicate your analysis or, at least, note that those materials are available upon request.

" - }, - "license": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/OG-USA/blob/master/LICENSE.md", - "data": "

CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", - "type": "html" - }, - "user_documentation": { - "start_header": null, - "end_header": null, - "source": "https://pslmodels.github.io/OG-USA/content/intro/intro.html", - "type": "html", - "data": "User documentation" - }, - "user_changelog": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "user_changelog_recent": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "dev_changelog": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "disclaimer": { - "start_header": "Disclaimer", - "end_header": "Citing OG-USA", - "source": "README.md", - "type": "github_file", - "data": null - }, - "user_case_studies": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "project_roadmap": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "contributor_overview": { - "start_header": null, - "end_header": null, - "source": "https://github.com/PSLmodels/OG-USA#usingcontributing-to-og-usa", - "type": "html", - "data": "

If you want to report a bug, create a new issue here providing details on what you think is wrong with OG-USA.

If you want to request an enhancement, create a new issue here providing details on what you think should be added to OG-USA.

" - }, - "contributor_guide": { - "start_header": null, - "end_header": null, - "source": "https://pslmodels.github.io/OG-USA", - "type": null, - "data": "Contributor documentation" - }, - "governance_overview": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "public_funding": { - "start_header": null, - "end_header": null, - "source": null, - "type": null, - "data": null - }, - "link_to_webapp": { - "source": "https://compute.studio/PSLmodels/OG-USA/", - "type": null, - "start_header": null, - "end_header": null, - "data": "Link to webapp" - }, - "public_issue_tracker": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/OG-USA/issues", - "source": null, - "type": "html" - }, - "public_qanda": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/OG-USA/issues", - "source": null, - "type": "html" - }, - "core_maintainers": { - "start_header": null, - "end_header": null, - "data": "", - "source": null, - "type": "html" - }, - "unit_test": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/OG-USA/tree/master/ogusa/tests", - "source": "https://github.com/PSLmodels/OG-USA/tree/master/ogusa/tests", - "type": "html" - }, - "integration_test": { - "start_header": null, - "end_header": null, - "data": "https://github.com/PSLmodels/OG-USA/tree/master/ogusa/tests", - "source": "https://github.com/PSLmodels/OG-USA/tree/master/ogusa/tests", - "type": "html" + "name": "OG-USA", + "img": "https://raw.githubusercontent.com/PSLmodels/OG-USA/master/docs/OG-USA_logo.png", + "banner_title": "OG-USA", + "banner_subtitle": "Large-scale open source overlapping generations model of US fiscal policy", + "detailed_description": "https://raw.githubusercontent.com/PSLmodels/OG-USA/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": "USA", + "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-USA", + "user_documentation": "https://pslmodels.github.io/OG-USA", + "contributor_documentation": "https://pslmodels.github.io/OG-USA/content/contributing/contributor_guide.html", + "webapp": "forthcoming", + "recent_changes": "https://github.com/PSLmodels/OG-USA/blob/master/CHANGELOG.md" } }