Skip to content

Commit

Permalink
Update PSL-catalog on 2023-10-27
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 27, 2023
1 parent 067c40c commit 708f319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
},
"project_overview": {
"source": "https://github.com/PSLmodels/OG-USA/blob/master/README.md",
"value": "<p>OG-USA is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for the United States. OG-USA is built on the <a href=\"https://github.com/PSLmodels/OG-Core\">OG-Core</a> 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 <a href=\"https://pslmodels.github.io/OG-Core\">https://pslmodels.github.io/OG-Core</a> and documentation of the specific United States calibration of the model is available at <a href=\"https://pslmodels.github.io/OG-USA\">https://pslmodels.github.io/OG-USA</a>.</p>"
"value": "<p>| | | | --- | --- | | Org | <a href=\"https://www.PSLmodels.org\"><img alt=\"PSL cataloged\" src=\"https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg\" /></a> <a href=\"https://github.com/PSLmodels/OG-USA/blob/master/LICENSE\"><img alt=\"OS License: CC0-1.0\" src=\"https://img.shields.io/badge/OS%20License-CC0%201.0-yellow\" /></a> | | Package | <a href=\"https://www.python.org/downloads/release/python-3917/\"><img alt=\"Python 3.9\" src=\"https://img.shields.io/badge/python-3.9-blue.svg\" /></a> <a href=\"https://www.python.org/downloads/release/python-31013/\"><img alt=\"Python 3.10\" src=\"https://img.shields.io/badge/python-3.10-blue.svg\" /></a> <a href=\"https://www.python.org/downloads/release/python-3116/\"><img alt=\"Python 3.11\" src=\"https://img.shields.io/badge/python-3.11-blue.svg\" /></a> <a href=\"https://pypi.org/project/ogusa/\"><img alt=\"PyPI Latest Release\" src=\"https://img.shields.io/pypi/v/ogusa.svg\" /></a> <a href=\"https://pypi.org/project/fiscalsim-us/\"><img alt=\"PyPI Downloads\" src=\"https://img.shields.io/pypi/dm/ogusa.svg?label=PyPI%20downloads\" /></a> | | Testing | <img alt=\"example event parameter\" src=\"https://github.com/PSLmodels/OG-USA/actions/workflows/build_and_test.yml/badge.svg?branch=master\" /> <img alt=\"example event parameter\" src=\"https://github.com/PSLmodels/OG-USA/actions/workflows/deploy_docs.yml/badge.svg?branch=master\" /> <img alt=\"example event parameter\" src=\"https://github.com/PSLmodels/OG-USA/actions/workflows/check_format.yml/badge.svg?branch=master\" /> <a href=\"https://codecov.io/gh/PSLmodels/OG-USA\"><img alt=\"Codecov\" src=\"https://codecov.io/gh/PSLmodels/OG-USA/branch/master/graph/badge.svg\" /></a> |</p> <p>OG-USA is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for the United States. OG-USA is built on the <a href=\"https://github.com/PSLmodels/OG-Core\">OG-Core</a> 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 <a href=\"https://pslmodels.github.io/OG-Core\">https://pslmodels.github.io/OG-Core</a> and documentation of the specific United States calibration of the model is available at <a href=\"https://pslmodels.github.io/OG-USA\">https://pslmodels.github.io/OG-USA</a>.</p> <h5>Disclaimer</h5> <p>The model is constantly under development, and model components could change significantly. The package will have released versions, which will be checked against existing code prior to release. Stay tuned for an upcoming release!</p>"
},
"citation": {
"source": "https://github.com/PSLmodels/OG-USA#citing-og-usa",
Expand Down Expand Up @@ -324,7 +324,7 @@
},
"disclaimer": {
"source": "https://github.com/PSLmodels/OG-USA/blob/master/README.md",
"value": "<p>The organization of this repository will be changing rapidly, but the <code>OG-USA/examples/run_og_usa.py</code> script will be kept up to date to run with the master branch of this repo.</p> <h5>Core Maintainers</h5> <p>The core maintainers of the OG-Core repository are:</p> <ul> <li> <p><a href=\"https://www.jasondebacker.com/\">Jason DeBacker</a> (GitHub handle: <a href=\"https://github.com/jdebacker\">jdebacker</a>), Associate Professor, Department of Economics, Darla Moore School of Business, University of South Carolina; President, PSL Foundation; Vice President of Research and Co-founder, Open Research Group, Inc.</p> </li> <li> <p><a href=\"https://sites.google.com/site/rickecon/\">Richard W. Evans</a> (GitHub handle: <a href=\"https://github.com/rickecon\">rickecon</a>), Advisory Board Visiting Fellow, Center for Public Finance, Baker Institute for Public Policy at Rice University; President, Open Research Group, Inc.; Director, Open Source Economics Laboratory</p> </li> </ul>"
"value": "<p>The model is constantly under development, and model components could change significantly. The package will have released versions, which will be checked against existing code prior to release. Stay tuned for an upcoming release!</p> <h5>Using/contributing to OG-USA</h5> <ul> <li> <p>Install the <a href=\"https://www.anaconda.com/distribution/\">Anaconda distribution</a> of Python</p> </li> <li> <p>Clone this repository to a directory on your computer</p> </li> <li> <p>From the terminal (or Conda command prompt), navigate to the directory to which you cloned this repository and run <code>conda env create -f environment.yml</code>. The process of creating the <code>ogusa-dev</code> conda environment can take more than 20 minutes. The pip install of the <code>OG-Core</code> dependency from GitHub takes most of the time.</p> </li> <li> <p>Then, <code>conda activate ogusa-dev</code></p> </li> <li> <p>Then install by <code>pip install -e .</code></p> </li> <li> <p>Navigate to <code>./examples</code></p> </li> <li> <p>Run the model with an example reform from terminal/command prompt by typing <code>python run_og_usa.py</code></p> </li> <li> <p>You can adjust the <code>./examples/run_og_usa.py</code> by modifying model parameters specified in the dictionary passed to the <code>p.update_specifications()</code> calls.</p> </li> <li> <p>Model outputs will be saved in the following files:</p> <ul> <li><code>./examples/OG-USA_example_plots</code><ul> <li>This folder will contain a number of plots generated from OG-Core to help you visualize the output from your run</li> </ul> </li> <li><code>./examples/ogusa_example_output.csv</code><ul> <li>This is a summary of the percentage changes in macro variables over the first ten years and in the steady-state.</li> </ul> </li> <li><code>./examples/OG-USA-Example/OUTPUT_BASELINE/model_params.pkl</code><ul> <li>Model parameters used in the baseline run</li> <li>See <a href=\"https://github.com/PSLmodels/OG-Core/blob/master/ogcore/execute.py\"><code>ogcore.execute.py</code></a> for items in the dictionary object in this pickle file</li> </ul> </li> <li><code>./examples/OG-USA-Example/OUTPUT_BASELINE/SS/SS_vars.pkl</code><ul> <li>Outputs from the model steady state solution under the baseline policy</li> <li>See <a href=\"https://github.com/PSLmodels/OG-Core/blob/master/ogcore/SS.py\"><code>ogcore.SS.py</code></a> for what is in the dictionary object in this pickle file</li> </ul> </li> <li><code>./examples/OG-USA-Example/OUTPUT_BASELINE/TPI/TPI_vars.pkl</code><ul> <li>Outputs from the model timepath solution under the baseline policy</li> <li>See <a href=\"https://github.com/PSLmodels/OG-Core/blob/master/ogcore/TPI.py\"><code>ogcore.TPI.py</code></a> for what is in the dictionary object in this pickle file</li> </ul> </li> <li>An analogous set of files in the <code>./examples/OUTPUT_REFORM</code> directory, which represent objects from the simulation of the reform policy</li> </ul> </li> </ul> <p>Note that, depending on your machine, a full model run (solving for the full time path equilibrium for the baseline and reform policies) can take more than two hours of compute time.</p> <p>If you run into errors running the example script, please open a new issue in the OG-USA repo with a description of the issue and any relevant tracebacks you receive.</p> <p>Once the package is installed, one can adjust parameters in the OG-Core <code>Specifications</code> object using the <code>Calibration</code> class as follows:</p> <p><code>from ogcore.parameters import Specifications from ogusa.calibrate import Calibration p = Specifications() c = Calibration(p) updated_params = c.get_dict() p.update_specifications({'initial_debt_ratio': updated_params['initial_debt_ratio']})</code></p> <h5>Core Maintainers</h5> <p>The core maintainers of the OG-Core repository are:</p> <ul> <li> <p><a href=\"https://www.jasondebacker.com/\">Jason DeBacker</a> (GitHub handle: <a href=\"https://github.com/jdebacker\">jdebacker</a>), Associate Professor, Department of Economics, Darla Moore School of Business, University of South Carolina; President, PSL Foundation; Vice President of Research and Co-founder, Open Research Group, Inc.</p> </li> <li> <p><a href=\"https://sites.google.com/site/rickecon/\">Richard W. Evans</a> (GitHub handle: <a href=\"https://github.com/rickecon\">rickecon</a>), Senior Research Fellow and Director of Open Policy, Center for Growth and Opportunity at Utah State University; President, Open Research Group, Inc.; Director, Open Source Economics Laboratory.</p> </li> </ul>"
},
"user_case_studies": {
"source": null,
Expand Down
2 changes: 1 addition & 1 deletion Catalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2>
</div>
<div class="collapse" id="OG-USA-collapse" aria-labelledby="" data-parent="#accordionParent">
<div class="container">
<p><p>OG-USA is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for the United States. OG-USA is built on the <a href="https://github.com/PSLmodels/OG-Core">OG-Core</a> 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 <a href="https://pslmodels.github.io/OG-Core">https://pslmodels.github.io/OG-Core</a> and documentation of the specific United States calibration of the model is available at <a href="https://pslmodels.github.io/OG-USA">https://pslmodels.github.io/OG-USA</a>.</p></p>
<p><p>| | | | --- | --- | | Org | <a href="https://www.PSLmodels.org"><img alt="PSL cataloged" src="https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg" /></a> <a href="https://github.com/PSLmodels/OG-USA/blob/master/LICENSE"><img alt="OS License: CC0-1.0" src="https://img.shields.io/badge/OS%20License-CC0%201.0-yellow" /></a> | | Package | <a href="https://www.python.org/downloads/release/python-3917/"><img alt="Python 3.9" src="https://img.shields.io/badge/python-3.9-blue.svg" /></a> <a href="https://www.python.org/downloads/release/python-31013/"><img alt="Python 3.10" src="https://img.shields.io/badge/python-3.10-blue.svg" /></a> <a href="https://www.python.org/downloads/release/python-3116/"><img alt="Python 3.11" src="https://img.shields.io/badge/python-3.11-blue.svg" /></a> <a href="https://pypi.org/project/ogusa/"><img alt="PyPI Latest Release" src="https://img.shields.io/pypi/v/ogusa.svg" /></a> <a href="https://pypi.org/project/fiscalsim-us/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/ogusa.svg?label=PyPI%20downloads" /></a> | | Testing | <img alt="example event parameter" src="https://github.com/PSLmodels/OG-USA/actions/workflows/build_and_test.yml/badge.svg?branch=master" /> <img alt="example event parameter" src="https://github.com/PSLmodels/OG-USA/actions/workflows/deploy_docs.yml/badge.svg?branch=master" /> <img alt="example event parameter" src="https://github.com/PSLmodels/OG-USA/actions/workflows/check_format.yml/badge.svg?branch=master" /> <a href="https://codecov.io/gh/PSLmodels/OG-USA"><img alt="Codecov" src="https://codecov.io/gh/PSLmodels/OG-USA/branch/master/graph/badge.svg" /></a> |</p> <p>OG-USA is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for the United States. OG-USA is built on the <a href="https://github.com/PSLmodels/OG-Core">OG-Core</a> 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 <a href="https://pslmodels.github.io/OG-Core">https://pslmodels.github.io/OG-Core</a> and documentation of the specific United States calibration of the model is available at <a href="https://pslmodels.github.io/OG-USA">https://pslmodels.github.io/OG-USA</a>.</p> <h5>Disclaimer</h5> <p>The model is constantly under development, and model components could change significantly. The package will have released versions, which will be checked against existing code prior to release. Stay tuned for an upcoming release!</p></p>
<h6>Maintainers</h6>
<ul><li><a href="https://sites.google.com/site/rickecon/">Richard W. Evans</a></li><li><a href="http://jasondebacker.com">Jason DeBacker</a></li></ul>
<p><a href="https://github.com/PSLmodels/OG-USA#readme">Code repository</a></p>
Expand Down

0 comments on commit 708f319

Please sign in to comment.