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

Change Data Related Text #871

Merged
merged 1 commit into from
Mar 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/taxbrain/input_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Tax-Calculator Code Build</h2>
{% endfor %}
</select>
</label>
<label class=""> Data Source:
<label class=""> Principal Data Source:
<select id="data-source-select" class="form-control pull-right">
{% for data in data_sources %}
<option value="{{data}}" {% if data == data_source %} selected {% endif %}>{{data}}</option>
Expand Down Expand Up @@ -204,7 +204,7 @@ <h3>User tips</h3>
<li> <a href = "//docs.google.com/forms/d/e/1FAIpQLSfvKEsQZNe9_16FhKNZcEyv3C8qXZhBfrqLxSd4VR97w92moQ/viewform" target="_blank">Leave Feedback</a> </li>
</ul>
<h3>Datasets</h3>
<p>TaxBrain now offers users two data options: CPS and PUF. Both datasets contain tax unit level data, but they do not have all of the same variables. As a result, you will not be able to change some policy parameters, depending on which dataset you choose. A more detailed breakdown of the differences between the file can be found <a href="https://github.com/open-source-economics/taxdata/blob/master/datasets.md">here</a>.</p>
<p>TaxBrain now offers users two data options: CPS and PUF. Both datasets contain tax unit level data, but they do not have all of the same variables. As a result, you will not be able to change some policy parameters, depending on which dataset you choose. A more detailed breakdown of the differences between the file can be found <a href="https://github.com/open-source-economics/taxdata/blob/master/datasets.md">here</a>. The CPS-based file is still young relative to the PUF-based file, and we would appreciate your feedback as it matures.</p>
<h3>Presets: key provisions from newsworthy proposals</h3>
<ul>
<li>The policy parameter presets are under review given the change in baseline parameters caused by the passage of the Tax Cuts and Jobs Act (TCJA).</li>
Expand Down