-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Mar 8, 2024
1 parent
c4a10ba
commit 7bff97e
Showing
6 changed files
with
2,834 additions
and
886 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
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,147 @@ | ||
|
||
<!doctype html> | ||
<html dir="ltr" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
<meta content="summary" name="twitter:card" /> | ||
<meta | ||
content="http://pslmodels.org/imgs/PolicySimLibrary-1000px.png" | ||
name="twitter:image" | ||
/> | ||
<meta content="Catalog" name="twitter:title" /> | ||
<title>PSL</title> | ||
<script | ||
async="" | ||
src="https://www.googletagmanager.com/gtag/js?id=UA-128365658-1" | ||
></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
|
||
function gtag() { | ||
dataLayer.push(arguments); | ||
} | ||
gtag("js", new Date()); | ||
gtag("config", "UA-128365658-1"); | ||
</script> | ||
<link | ||
crossorigin="anonymous" | ||
href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" | ||
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
crossorigin="anonymous" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" | ||
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" | ||
rel="stylesheet" | ||
/> | ||
<link | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" | ||
rel="stylesheet" | ||
/> | ||
<link href="../CSS/catalog.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body id="page"> | ||
<div id="navbar"></div> | ||
|
||
<div class="banner"> | ||
<div class="banner-content"> | ||
<div class="banner-text"> | ||
|
||
<h1>OG-Core</h1> | ||
<br /> | ||
<h5><p>A General Overlapping-Generations Model for Evaluating Fiscal Policy</p></h5> | ||
|
||
</div> | ||
<br /> | ||
<div class="banner-image"> | ||
|
||
<img alt="OG-Core" src="../imgs/PSL.svg" /> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="text-box"> | ||
<div class="box-header"></div> | ||
<div class="box-content"> | ||
<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-Core/blob/master/LICENSE"><img alt="OS License: CCO-1.0" src="https://img.shields.io/badge/OS%20License-CCO%201.0-yellow" /></a> <a href="https://pslmodels.github.io/OG-Core/"><img alt="Jupyter Book Badge" src="https://jupyterbook.org/badge.svg" /></a> | | Package | <a href="https://www.python.org/downloads/release/python-3916/"><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-3108/"><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-3118/"><img alt="Python 3.11" src="https://img.shields.io/badge/python-3.10-blue.svg" /></a> <a href="https://pypi.org/project/ogcore/"><img alt="PyPI Latest Release" src="https://img.shields.io/pypi/v/ogcore.svg" /></a> <a href="https://pypi.org/project/ogcore/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/ogcore.svg?label=PyPI%20downloads" /></a> <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a> | | Testing | <img alt="example event parameter" src="https://github.com/PSLmodels/OG-Core/actions/workflows/build_and_test.yml/badge.svg?branch=master" /> <img alt="example event parameter" src="https://github.com/PSLmodels/OG-Core/actions/workflows/deploy_docs.yml/badge.svg?branch=master" /> <img alt="example event parameter" src="https://github.com/PSLmodels/OG-Core/actions/workflows/check_black.yml/badge.svg?branch=master" /> <a href="https://codecov.io/gh/PSLmodels/OG-Core"><img alt="Codecov" src="https://codecov.io/gh/PSLmodels/OG-Core/branch/master/graph/badge.svg" /></a> |</p> <p>OG-Core is an overlapping-generations (OG) model core theory, logic, and solution method algorithms that allow for dynamic general equilibrium analysis of fiscal policy. OG-Core provides a general framework and is a dependency of several country-specific OG models, such as <a href="https://github.com/PSLmodels/OG-USA">OG-USA</a> and <a href="https://github.com/PSLmodels/OG-UK">OG-UK</a>. 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 <a href="https://pslmodels.github.io/OG-Core">here</a>.</p> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="button-container"> | ||
<a class="button" href="https://pslmodels.github.io/OG-Core">User documentation</a><a class="button" href="https://github.com/PSLmodels/OG-Core#usingcontributing-to-OG-Core">Contributor documentation</a> | ||
</div> | ||
|
||
<section class="maintainers-section"> | ||
<h2>Maintainers:</h2> | ||
<div class="maintainer-container"> | ||
<div class="maintainers-grid"> | ||
|
||
<a class="maintainer-card" href="https://sites.google.com/site/rickecon/"> | ||
<button class="maintainer-image-btn"> | ||
<img | ||
alt="Richard W. Evans" | ||
src="../imgs/default-maintainer.jpg" | ||
/> | ||
</button> | ||
<p>Richard W. Evans</p> | ||
</a> | ||
|
||
<a class="maintainer-card" href="http://jasondebacker.com"> | ||
<button class="maintainer-image-btn"> | ||
<img | ||
alt="Jason DeBacker" | ||
src="../imgs/default-maintainer.jpg" | ||
/> | ||
</button> | ||
<p>Jason DeBacker</p> | ||
</a> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
<div id="footer"></div> | ||
</body> | ||
<script> | ||
{ | ||
fetch('/layout/navbar.html') | ||
.then(response => response.text()) | ||
.then(data => { | ||
document.getElementById('navbar').innerHTML = data; | ||
}); | ||
|
||
fetch('/layout/footer.html') | ||
.then(response => response.text()) | ||
.then(data => { | ||
document.getElementById('footer').innerHTML = data; | ||
}); | ||
} | ||
</script> | ||
</body> | ||
<script | ||
crossorigin="anonymous" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
></script> | ||
<script | ||
crossorigin="anonymous" | ||
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" | ||
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" | ||
></script> | ||
<script | ||
crossorigin="anonymous" | ||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" | ||
></script> | ||
</html> |
Oops, something went wrong.