Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

revised framing content for jobs section #1533

Merged
merged 1 commit into from
Jun 28, 2016
Merged
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
17 changes: 12 additions & 5 deletions _includes/location/section-jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ <h3>Employment</h3>
<div class="chart-list">

<div class="chart-list-intro">
<p>Two kinds of data help represent the economic role of extractive industries in {{ state_name }}.</p>
<p><strong>Wage and salary data</strong> describes the number of people employed in natural resource extraction that receive wages or salaries from companies. This data comes from the Bureau of Labor Statistics.</p>
<p>In {{ year }},
{% if jobs_count %}
there were
{{ jobs_count | intcomma }}
jobs in extractive industries in
jobs in extractive industries that paid a wage or salary in
{{ state_name }}, or
{{ jobs_percent | percent }}% of state-wide employment.
{% else %}
there were no jobs in the extractive industries.
there were no wage or salary jobs in the extractive industries.
{% endif %}
</p>
</div>
Expand Down Expand Up @@ -75,7 +77,7 @@ <h3 class="chart-title">County-Level Employment</h3>
{% capture toggle %}county-level-employment–{{ state_id }}{% endcapture %}

<div class="text-container">
<p>County-level employment data shows how many jobs in each county (and what percentage of the county's total employment) are related to extractive industries.</p>
<p>County-level data shows how many wage and salary jobs in each county are related to extractive industries, as well as what percentage of the county's total employment is in extractive industries.</p>
</div>

<div class="map-container">
Expand Down Expand Up @@ -107,10 +109,15 @@ <h3 class="chart-title">County-Level Employment</h3>
%}
</div><!-- /.table-container -->



</div><!-- /.row-container -->

</div><!-- /.chart-list -->
<div class="chart-list">
<div class="chart-list-intro">

<p><strong>Self-employment data</strong> describes people who work in natural resource extraction, but don't receive wages or salaries because they own their own companies. Some people may be double-counted (for instance, if they appear on multiple tax forms). This data comes from the Bureau of Economic Analysis.</p>

</div>
</div>

</section>