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

[Scorecards] Added timeline image to methodology 2025 #680

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions scoring/templates/scoring/methodology/2025/_details.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% load static %}

<h3 class="mt-5 mb-3">Date range of evidence</h3>

Expand Down Expand Up @@ -663,6 +664,9 @@ <h3 class="mt-4 mb-2 mb-lg-3">Trial marking</h3>
</p>

<h2 id="section-scoring-process" class="mt-5 mt-lg-6 mt-xl-7 mb-3">Scoring Process</h2>

<img alt="Timeline showing: January to April 2024, Methodology review and sector consultations; May 2024, Publish updated metrics for 2025 Scorecards; August to October 2024, First marking with volunteers; November to December 2024, Five week Right of Reply period; January to March 2025, Scoring audit; Summer 2025, scorecards launch" class="d-block my-3 py-2 py-lg-3 px-lg-3 border rounded" height="150" src="{% static 'scoring/img/2025-timeline-02.png' %}" style="max-width: 100%; height: auto;" width="700">

<h3 class="mt-4">First Mark</h3>
<p>A team of volunteers mark all questions for all councils that are marked by volunteer research as shown in the methodology according to the question criteria. About two thirds of all of the Scorecard questions are marked by volunteer research. </p>

Expand Down
5 changes: 4 additions & 1 deletion scoring/templates/scoring/methodology/2025/_intro.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% load static %}
<div class="alert alert-primary2025 mb-5 p-4 border-yellow" role="alert">
<p>Looking for information about how we scored previous rounds of the Scorecards?</p>
<div class="d-flex flex-wrap gap-3">
Expand Down Expand Up @@ -30,7 +31,9 @@ <h2 id="section-summary" class="mb-3">Summary</h2>
<p>The one question that has been removed was Question 1a "Has the council reduced single use plastic in its buildings and events?" in Waste Reduction &amp; Food, due to changes in UK law making it a legal requirement to ban the use and sale of some single use plastic.</p>

<p>We created this updated criteria through extensive research and consultation with council staff, councillors, campaigners and other organisations. To understand what action we will be scoring and the question weightings, please read the complete draft methodology below.</p>


<img alt="Timeline showing: January to April 2024, Methodology review and sector consultations; May 2024, Publish updated metrics for 2025 Scorecards; August to October 2024, First marking with volunteers; November to December 2024, Five week Right of Reply period; January to March 2025, Scoring audit; Summer 2025, scorecards launch" class="d-block mx-auto my-4 my-lg-5" height="150" src="{% static 'scoring/img/2025-timeline-02.png' %}" style="max-width: 100%; height: auto;" width="700">

<p><strong>Whilst every effort has been made to make this methodology complete, Climate Emergency UK reserves the right to make changes to the methodology where deemed appropriate between now and Summer 2025.</strong> Changes may be made, for example, if national policy changes between now and Summer 2025 and this impacts our questions; or if the data needed to answer a particular question is no longer available to use. An updated methodology, if there are any changes, identical to the one used in the marking, will be published, alongside the Council Climate Action Scorecards in Summer 2025.</p>

<p>The Council Climate Action Scorecards is a project of Climate Emergency UK, in partnership with mySociety.</p>
Expand Down
Loading