Skip to content

Commit

Permalink
Merge pull request #308 from open-innovations/dev
Browse files Browse the repository at this point in the history
Content updates
  • Loading branch information
taz-chiles authored Nov 27, 2023
2 parents 54a6a91 + 92c5b69 commit 833e6ea
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 383 deletions.
4 changes: 2 additions & 2 deletions src/_includes/partials/dashboard/headlines.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{ dashboard_block({
link: '~/dashboard/labour-market/index.njk' | url,
title: 'Unemployment',
description: 'Percentage of young people (aged 16 to 24) unemployed for period ' +
description: 'Percentage of economically active young people (aged 16 to 24) unemployed for period ' +
search.data('dashboard/labour-market/').latest.most_recent_lms_period
+ '.',
number: search.data('dashboard/labour-market/').latest.unemployment_rate_young_people + '%'
Expand All @@ -43,7 +43,7 @@
{{ dashboard_block({
link: '~/dashboard/labour-market/index.njk' | url,
title: 'Long-term unemployment',
description: 'Percentage of young people (aged 16 to 24) unemployed for between 6 and 12 months for period ' +
description: 'Percentage of economically active young people (aged 16 to 24) unemployed for between 6 and 12 months for period ' +
search.data('dashboard/labour-market/').latest.most_recent_lms_period
+ '.',
number: search.data('dashboard/labour-market/').latest.long_term_unemployment_rate_6_to_12_months + '%'
Expand Down
7 changes: 4 additions & 3 deletions src/_includes/partials/dashboard/maps.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% set background = "#005776" %}
{# {% set background = "#005776" %} #}
{% set background = "#337991" %}

{% comp 'grid.block', {
link: '~/maps/neet-factors/index.njk' | url + '?map-selector=total-score',
Expand All @@ -9,7 +10,7 @@
<h3>NEET factors</h3>

<p>
Likelihood of NEET outcome modelled on multiple factors by Local Authority.
Likelihood of NEET outcome for each English Local Authority, modelled on multiple factors.
</p>

<div class="dashboard-viz">
Expand All @@ -34,7 +35,7 @@
<h3>Employment</h3>

<p>
Propoprtion of young people unemployed, economically inactive and not in full-time education by parliamentary consituency.
Proportion of young people unemployed, economically inactive and not in full-time education, mapped by English parliamentary consituency.
</p>

<div class="dashboard-viz">
Expand Down
28 changes: 10 additions & 18 deletions src/dashboard/labour-market/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ raw_data:
<h2> About the data on this page </h2>
<p>
These visualisations are driven by data from the ONS Labour Force Survey, published by the Office for National Statistics.
Specific links to the data sets used are provided below.
The charts include the most recent 3-monthly rolling data from the LFS published on {{ latest.last_update | date('HUMAN_DATE') }}.
The next data publication is due on {{ latest.next_update | date('HUMAN_DATE') }}.
</p>

<p>
The page is automatically updated when ONS publishes new data.
This data is derived from the
<a href="https://www.ons.gov.uk/employmentandlabourmarket/peopleinwork/employmentandemployeetypes/datasets/labourmarketstatistics">Labour Market Statistics time series</a> dataset.
</p>

<p>
The Office for National Statistics has paused the regular publication of this data, therefore the most recent release of this publication covers up until the 1st June 2023. The data on this page
will update once the ONS resumes publication of the Labour Force Survey.

{# The charts include the most recent 3-monthly rolling data from the LFS published on {{ latest.last_update | date('HUMAN_DATE') }}.
The next data publication is due on {{ latest.next_update | date('HUMAN_DATE') }}. #}
</p>

<h2 id='long-term-unemployment'>Long-term unemployment for young people (seasonally adjusted)</h2>
Expand All @@ -40,12 +46,6 @@ The page is automatically updated when ONS publishes new data.
unemployed for more than 12 months.
</p>

<p>
This data is derived from the
<a href="https://www.ons.gov.uk/employmentandlabourmarket/peoplenotinwork/unemployment/datasets/unemploymentbyageanddurationseasonallyadjustedunem01sa">UNEM01 SA: Unemployment by age
and duration (seasonally adjusted)</a> dataset.
</p>

{% comp 'tabbed', { tab_count: 2 } %}

{% comp 'display.figure', { id: 'long_term_unemployment_3_years', source_file: '/data/labour-market/long_term_unemployed_last_3_years.csv' } %}
Expand Down Expand Up @@ -169,14 +169,6 @@ The page is automatically updated when ONS publishes new data.
These visualisations show the labour market status of young people aged 16-24.
</p>

<p>
This data is derived from the
<a href="https://www.ons.gov.uk/employmentandlabourmarket/peopleinwork/employmentandemployeetypes/datasets/educationalstatusandlabourmarketstatusforpeopleagedfrom16to24seasonallyadjusteda06sa">A06
SA: Educational status and labour market status for people aged from 16 to 24 (seasonally adjusted)</a> dataset.
</p>




{% comp 'tabbed', { tab_count: 3 } %}

Expand Down
Loading

0 comments on commit 833e6ea

Please sign in to comment.