Skip to content

Commit

Permalink
Merge pull request #871 from andersonfrailey/dataadjustments
Browse files Browse the repository at this point in the history
Merged #871
  • Loading branch information
hdoupe committed Mar 27, 2018
2 parents e7676f7 + a5ad7f9 commit 83b259b
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 83b259b

Please sign in to comment.