From e542d482be8087f024ac7d3f44d64c0e7f5dcc7d Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 8 Mar 2024 11:42:47 -0700 Subject: [PATCH 1/3] Updated the PSL_catalog.json --- PSL_catalog.json | 179 +++++++---------------------------------------- 1 file changed, 26 insertions(+), 153 deletions(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index e2f9c7d2..8e774cdb 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": "A detailed description of the project...", + "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": "", + "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" } } From f8eae3e30f504ed6f04a0f5ed8fdb2b607749a2f Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 8 Mar 2024 11:46:38 -0700 Subject: [PATCH 2/3] Updated Jason's photo URL --- PSL_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index 8e774cdb..2258445e 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -15,7 +15,7 @@ }, { "name": "Jason DeBacker", - "image": "", + "image": "https://github.com/jdebacker.png", "link": "https://github.com/jdebacker" } ], From fea69ff22524d60d5c4b00d44aff5c4e5c5dbcf1 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Fri, 8 Mar 2024 12:34:56 -0700 Subject: [PATCH 3/3] Update link to detailed description in PSL_catalog.json --- PSL_catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSL_catalog.json b/PSL_catalog.json index 2258445e..cf11ca42 100644 --- a/PSL_catalog.json +++ b/PSL_catalog.json @@ -3,7 +3,7 @@ "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": "A detailed description of the project...", + "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",