Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update more links #953

Merged
merged 1 commit into from
Jan 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Release 1.7.7 on 2019-01-14

**Bug Fixes**
- [#952](https://github.com/ospc-org/ospc.org/pull/952) - Update links - Hank Doupe

- [#953](https://github.com/ospc-org/ospc.org/pull/953) - Update more links - Hank Doupe

Release 1.7.6 on 2018-11-09
----------------------------
Expand Down
9 changes: 1 addition & 8 deletions templates/pages/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,7 @@ <h1>Static modeling (Step 1)</h1>
<p>Note that these reports currently rely on the latest versions of tax-calculator and TaxData, which might not correspond perfectly to TaxBrain.</p>

<ul>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/reform_results.txt" target = "_blank">Federal income tax and FICA liability deltas for example reforms</a></li>
<li>Dummy datasets and associated Tax-Calculator results (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/variable_stats_summary.csv">Basic summary statistics for variables used in Tax-Calculator and major intermediate results (2013-2026) </a></li>Currently only weighted mean is available, more statistics will be added shortly.
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/correlation.csv" target= "_blank">Correlation matrix for the same set of variables</a> 2016 available now, other years coming soon.</li>
<li>Extrapolation related: <br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_I_factors.csv" target= "_blank">Blow-up factors</a><br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_II_targets.csv" target= "_blank">Aggregate and distributional targets</a></li>
<li>Equations and coefficients for imputations (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/README.md#tax-calculator" target = "_blank">Tax-Calculator Documentation</a></li>
</ul>

<p><strong>Accuracy notes</strong></p>
Expand Down
9 changes: 1 addition & 8 deletions templates/pages/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,7 @@ <h2>Static Modeling</h2>
<p>Note that these reports currently rely on the latest versions of tax-calculator and TaxData, which might not correspond perfectly to TaxBrain.</p>

<ul>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/reform_results.txt" target = "_blank">Federal income tax and FICA liability deltas for example reforms</a></li>
<li>Dummy datasets and associated Tax-Calculator results (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/variable_stats_summary.csv">Basic summary statistics for variables used in Tax-Calculator and major intermediate results (2013-2026) </a></li>Currently only weighted mean is available, more statistics will be added shortly.
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/correlation.csv" target= "_blank">Correlation matrix for the same set of variables</a> 2016 available now, other years coming soon.</li>
<li>Extrapolation related: <br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_I_factors.csv" target= "_blank">Blow-up factors</a><br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_II_targets.csv" target= "_blank">Aggregate and distributional targets</a></li>
<li>Equations and coefficients for imputations (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/README.md#tax-calculator" target = "_blank">Tax-Calculator Documentation</a></li>
</ul>

<p><strong>Accuracy notes</strong></p>
Expand Down
9 changes: 1 addition & 8 deletions templates/taxbrain/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,7 @@ <h1>Static modeling (Step 1)</h1>
<p>Note that these reports currently rely on the latest versions of tax-calculator and TaxData, which might not correspond perfectly to TaxBrain.</p>

<ul>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/reform_results.txt" target = "_blank">Federal income tax and FICA liability deltas for example reforms</a></li>
<li>Dummy datasets and associated Tax-Calculator results (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/variable_stats_summary.csv">Basic summary statistics for variables used in Tax-Calculator and major intermediate results (2013-2026) </a></li>Currently only weighted mean is available, more statistics will be added shortly.
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/comparison/correlation.csv" target= "_blank">Correlation matrix for the same set of variables</a> 2016 available now, other years coming soon.</li>
<li>Extrapolation related: <br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_I_factors.csv" target= "_blank">Blow-up factors</a><br>
<a href = "https://github.com/PSLmodels/taxdata/blob/master/Stage%20II/Stage_II_targets.csv" target= "_blank">Aggregate and distributional targets</a></li>
<li>Equations and coefficients for imputations (Coming soon)</li>
<li><a href = "https://github.com/PSLmodels/Tax-Calculator/blob/master/README.md#tax-calculator" target = "_blank">Tax-Calculator Documentation</a></li>
</ul>

<p><strong>Accuracy notes</strong></p>
Expand Down