-
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 13, 2024
1 parent
d077209
commit b2d8d3e
Showing
9 changed files
with
4,207 additions
and
48 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 |
---|---|---|
|
@@ -276,41 +276,6 @@ | |
}, | ||
"github_url": "https://github.com/PSLmodels/OG-USA" | ||
}, | ||
"openfisca-uk": { | ||
"name": { | ||
"value": "openfisca-uk", | ||
"source": "" | ||
}, | ||
"project_one_line": { | ||
"source": null, | ||
"value": "<p>PolicyEngine UK is a static microsimulation model of the UK Tax-Benefit system.</p>" | ||
}, | ||
"project_overview": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PolicyEngine/policyengine-uk\">What is PolicyEngine-UK?</a>" | ||
}, | ||
"core_maintainers": { | ||
"source": null, | ||
"value": "<ul><li>Nikhil Woodruff</li><ul><li>email: [email protected]</li></ul>" | ||
}, | ||
"user_documentation": { | ||
"source": null, | ||
"value": "<a href=\"https://policyengine.github.io/policyengine-uk/\"></a>" | ||
}, | ||
"contributor_overview": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PolicyEngine/PolicyEngine-uk\"></a>" | ||
}, | ||
"user_changelog_recent": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PSLmodels/policyengine-uk/blob/master/CHANGELOG.md\"></a>" | ||
}, | ||
"link_to_webapp": { | ||
"source": null, | ||
"value": null | ||
}, | ||
"github_url": "https://github.com/PSLmodels/openfisca-uk" | ||
}, | ||
"ParamTools": { | ||
"name": { | ||
"value": "ParamTools", | ||
|
@@ -596,6 +561,41 @@ | |
}, | ||
"github_url": "https://github.com/FRB-Atlanta-Advancing-Careers/policy-rules-database" | ||
}, | ||
"policyengine-uk": { | ||
"name": { | ||
"value": "policyengine-uk", | ||
"source": "" | ||
}, | ||
"project_one_line": { | ||
"source": null, | ||
"value": "<p>PolicyEngine UK is a static microsimulation model of the UK Tax-Benefit system.</p>" | ||
}, | ||
"project_overview": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PolicyEngine/policyengine-uk\">What is PolicyEngine-UK?</a>" | ||
}, | ||
"core_maintainers": { | ||
"source": null, | ||
"value": "<ul><li>Nikhil Woodruff</li><ul><li>email: [email protected]</li></ul>" | ||
}, | ||
"user_documentation": { | ||
"source": null, | ||
"value": "<a href=\"https://policyengine.github.io/policyengine-uk/\"></a>" | ||
}, | ||
"contributor_overview": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PolicyEngine/PolicyEngine-uk\"></a>" | ||
}, | ||
"user_changelog_recent": { | ||
"source": null, | ||
"value": "<a href=\"https://github.com/PSLmodels/policyengine-uk/blob/master/CHANGELOG.md\"></a>" | ||
}, | ||
"link_to_webapp": { | ||
"source": null, | ||
"value": null | ||
}, | ||
"github_url": "https://github.com/PolicyEngine/policyengine-uk" | ||
}, | ||
"Tax-Brain": { | ||
"name": { | ||
"value": "Tax-Brain", | ||
|
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,137 @@ | ||
|
||
<!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>policyengine-uk</h1> | ||
<br /> | ||
<h5><p>PolicyEngine UK is a static microsimulation model of the UK Tax-Benefit system.</p></h5> | ||
|
||
</div> | ||
<br /> | ||
<div class="banner-image"> | ||
|
||
<img alt="policyengine-uk" src="../imgs/PSL.svg" /> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="text-box"> | ||
<div class="box-header"></div> | ||
<div class="box-content"> | ||
<a href="https://github.com/PolicyEngine/policyengine-uk">What is PolicyEngine-UK?</a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="button-container"> | ||
<a class="button" href="https://policyengine.github.io/policyengine-uk/">User documentation</a><a class="button" href="https://github.com/PolicyEngine/PolicyEngine-uk">Contributor documentation</a><a class="button" href="https://github.com/PSLmodels/policyengine-uk/blob/master/CHANGELOG.md">Recent changes</a> | ||
</div> | ||
|
||
<section class="maintainers-section"> | ||
<h2>Maintainers:</h2> | ||
<div class="maintainer-container"> | ||
<div class="maintainers-grid"> | ||
|
||
<a class="maintainer-card" href="mailto:[email protected]"> | ||
<button class="maintainer-image-btn"> | ||
<img | ||
alt="Nikhil Woodruff" | ||
src="../imgs/default-maintainer.jpg" | ||
/> | ||
</button> | ||
<p>Nikhil Woodruff</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> |
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.