Skip to content

Commit

Permalink
Add Leeds 2023 content
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed Jul 30, 2024
1 parent 962ab20 commit 9410c36
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 100 deletions.
20 changes: 19 additions & 1 deletion src/_includes/css/oi.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ header nav ul > li > a { padding: 0.5em 1em; display: inline-block; width: 100%;

ul.grid { list-style: none; margin-left: 0em; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));}
ul.grid > li > a { display: block; text-decoration: none;}
ul.grid > li > a > h3 { text-align: center; font-weight: 500; font-size: 1.1em; color: inherit; line-height: 1.4em;
ul.grid > li > a > h3 {
text-align: center;
font-weight: 500;
font-size: 1.1em;
color: inherit;
line-height: 1.4em;
color:rgba(92, 176, 177, 0.881) 0%;
color: rgb(0, 50, 71) 100%;
line-height: 1.4em;
Expand All @@ -178,6 +183,19 @@ ul.grid > li > h3 {
line-height: 1.4em;
}

ul.grid > li > a > h2 {
font-size: 1.4em;
transition: color 0.2s linear, background-color 0.2s linear;
text-underline-offset: 8px;
line-height: 1.6em;


&:hover {
color: white;
text-decoration-color: #91cfce;
}
}

.text-panel {
padding: 5em;
background: #91cfce;
Expand Down
56 changes: 28 additions & 28 deletions src/lcip/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,52 +34,52 @@ url: /lcip/
{% comp "dashboard.panels", { columns: 4 } %}

{% comp "dashboard.pane" %}
<h3>Number of advice sessions</h3>
{% comp "dashboard.big_number", { number: 58 } %}
<h3>Number of funding surgeries offered</h3>
{% comp "dashboard.big_number", { number: 20 } %}
{% endcomp %}
{% endcomp %}


{% comp "dashboard.pane" %}
<h3>Number of applications</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 25 } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Funded artforms</h3>
{% comp "dashboard.big_number", { number: 17 } %}
<h3>Total funded artforms</h3>
{% comp "dashboard.big_number", { number: 9 } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Funding awarded</h3>
{% comp "dashboard.big_number", { number: 17 } %}
<h3>Total funding awarded</h3>
{% comp "dashboard.big_number", { number: 18325, prefix: '£', fontsize: '3em' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Workforce</h3>
{% comp "dashboard.big_number", { number: 58 } %}
<h3>Total funding requested</h3>
{% comp "dashboard.big_number", { number: 31695, prefix: '£', fontsize: '3em' } %}
{% endcomp %}
{% endcomp %}


{% comp "dashboard.pane" %}
<h3>Engagement</h3>
{% comp "dashboard.big_number", { number: 17 } %}
<h3>In person participants</h3>
{% comp "dashboard.big_number", { number: 1147 } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Wards receiving activity</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 14 } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Diversity</h3>
{% comp "dashboard.big_number", { number: 17 } %}
<h3>Artists/ Creatives employed</h3>
{% comp "dashboard.big_number", { number: 390 } %}
{% endcomp %}
{% endcomp %}

Expand All @@ -98,16 +98,16 @@ url: /lcip/


{% comp "dashboard.text-panel", { link: "/lcip/inspire/", height: '200px' } %}
<h3>Inspire</h3>
<h2>Inspire</h2>
{% endcomp %}


{% comp "dashboard.text-panel", { link: "/lcip/grow-project/", height: '200px' } %}
<h3>Grow: Project</h3>
<h2>Grow: Project</h2>
{% endcomp %}

{% comp "dashboard.text-panel", { link: "/lcip/activate/", height: '200px' } %}
<h3>Activate</h3>
<h2>Activate</h2>
{% endcomp %}
{% endcomp %}

Expand All @@ -132,51 +132,51 @@ url: /lcip/

{% comp "dashboard.pane" %}
<h3>Number of advice sessions</h3>
{% comp "dashboard.big_number", { number: 58 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}


{% comp "dashboard.pane" %}
<h3>Number of applications</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Funded artforms</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Funding requested</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Workforce</h3>
{% comp "dashboard.big_number", { number: 58 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}


{% comp "dashboard.pane" %}
<h3>Engagement</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Wards receiving activity</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

{% comp "dashboard.pane" %}
<h3>Diversity</h3>
{% comp "dashboard.big_number", { number: 17 } %}
{% comp "dashboard.big_number", { number: 'TBC' } %}
{% endcomp %}
{% endcomp %}

Expand All @@ -194,15 +194,15 @@ url: /lcip/


{% comp "dashboard.text-panel", { link: "/lcip/grow-revenue/" } %}
<h3>Grow: Revenue</h3>
<h2>Grow: Revenue</h2>
{% endcomp %}


{% comp "dashboard.text-panel", { link: "/lcip/thrive/" } %}
<h3>Thrive</h3>
<h2>Thrive</h2>
{% endcomp %}

{% comp "dashboard.text-panel", { link: "/lcip/cultural-anchors/" } %}
<h3>Cultural Anchors</h3>
<h2>Cultural Anchors</h2>
{% endcomp %}
{% endcomp %}
76 changes: 5 additions & 71 deletions src/leeds-2023-legacy/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: LEEDS 2023 Legacy Dashboard

<div class="summary">
<p>
Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod.
This page displays data about the <a href="https://leeds2023.co.uk/">LEEDS 2023 Year of Culture</a>. The figures are drawn from the <a href="https://data.leeds2023.co.uk">LEEDS 2023 Data Microsite</a>, where data from various systems are extracted, processed and visualised to represent the narrative and legacy left behind by the cultural programme. A full evaluation of Leeds' Year of Culture will be available in late 2024.
</p>
</div>

Expand Down Expand Up @@ -35,7 +35,7 @@ title: LEEDS 2023 Legacy Dashboard
<h2>Engagement with young people</h2>

<p>
Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod.
The Year of Culture offered children and young people a chance to take part in a creative learning programme - from creative workshops and participatory challenges to classroom resources and activities. Their school engagements linked back to the curriculum, so that pupils' experiences aligned with learning goals. They developed a free, inclusive programme to support cultural and creative education in Leeds schools, engaging with students across all parts of the city. The data shown below was extracted from Airtable, the data management system run internally within LEEDS 2023.
</p>

{{
Expand Down Expand Up @@ -70,7 +70,7 @@ title: LEEDS 2023 Legacy Dashboard
<h2>Volunteers</h2>

<p>
Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod.
The volunteers were the heart of the Year of Culture. The data below showcases the number of shifts and hours that the volunteers completed, helping to ensure the LEEDS 2023 and partner events ran smoothly. There was a simple application process to follow to become a volunteer. After volunteers applied, applications were looked at and LEEDS 2023 guided volunteers through the assessment, before making offers to successful candidates. The data shown below was extracted from the Rosterfy volunteer management system which tracked all activity related to volunteering.
</p>

<ul class="grid dashboard" style ="grid-template-columns: repeat( 2, minmax(0, 1fr));">
Expand Down Expand Up @@ -121,7 +121,7 @@ title: LEEDS 2023 Legacy Dashboard
<h2>Media coverage</h2>

<p>
Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod.
The programme brought together people locally, nationally and internationally. From live major events to online digital experiences, the Year of Culture attracted a great deal of attention and coverage in the media and online. The data below presents editorial coverage of the programme, via a number of news and media outlets. These figures were collected up until January 2024, however the programme is still being mentioned and more data will follow in the evaluation report, due late 2024.
</p>

<ul class="grid dashboard" style ="grid-template-columns: repeat( 2, minmax(0, 1fr));">
Expand Down Expand Up @@ -187,7 +187,7 @@ title: LEEDS 2023 Legacy Dashboard
<h2>Web & Social Analytics</h2>

<p>
Lorem ipsum dolor sit amet. Qui voluptates sint non nobis amet et officiis officia est voluptate libero id ipsam totam rem expedita nihil in dolores voluptatum? Ab illo incidunt cum omnis maxime aut distinctio quos sed perferendis rerum eum quia molestiae. Qui repudiandae rerum est dolorum voluptas vel maiores nihil est perspiciatis quod.
As part of LEEDS 2023 engagement and communication strategies, there were accounts on a range of digital and social media platforms. The figures below were derived from Sprout Social, a social media aggregation tool. LEEDS 2023 also had a presence on YouTube, Spotify and TikTok, which were not reported on the Data Microsite. As such, the total digital audience was larger than reported.
</p>

<ul class="grid dashboard" style ="grid-template-columns: repeat( 1, minmax(0, 1fr));">
Expand All @@ -212,72 +212,6 @@ title: LEEDS 2023 Legacy Dashboard
}}
</li>

{# <li>
{{ comp.oi.viz.chart.line({ config: {
title: 'Total online audience',
categories: search.data('working/social-media').all_weekly.columns.week_ending,
width: 25,
height: 8,
text: { colour: 'white' },
xAxis: {
title: 'Week ending (Sunday)',
titleOffset: 4.2,
labelRotate: 35,
majorTick: 4,
formatter: dateFormatter
},
yAxis: {
title: 'Total Audience',
titleOffset: 3.4,
majorTick: 5000
},
plotArea: {
yMin: 0,
yMax: 50000,
colour: 'var(--l23-dark-blue-grey)'
},
padding: {
left: 4,
bottom: 5
},
series: [
{
id: "all", label: "All",
yValues: search.data('metrics/social-media').all_weekly.columns.audience_last,
colour: all_colour,
markerOptions: { s: 5 }
},
{
id: "twitter", label: "Twitter",
yValues: search.data('metrics/social-media').service.twitter_weekly.columns.audience_last,
colour: twitter_colour,
markerOptions: { s: 5 }
},
{
id: "instagram", label: "Instagram",
yValues: search.data('metrics/social-media').service.instagram_weekly.columns.audience_last,
colour: instagram_colour,
markerOptions: { s: 5 }
},
{
id: "facebook", label: "Facebook",
yValues: search.data('metrics/social-media').service.facebook_weekly.columns.audience_last,
colour: facebook_colour,
markerOptions: { s: 5 }
},
{
id: "linkedin", label: "Linkedin",
yValues: search.data('metrics/social-media').service.linkedin_weekly.columns.audience_last,
colour: linkedin_colour,
markerOptions: { s: 5 }
}
],
legend: {
width: "20em"
}
} }) | safe }}
</li> #}

</ul>

<div class="read-more">
Expand Down

0 comments on commit 9410c36

Please sign in to comment.