CINXE.COM

Find activities - Office for National Statistics - Citizen Space

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="no-js"> <head> <base href="https://consultations.ons.gov.uk/"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Find and participate in consultations run by the Office for National Statistics"> <title> Find activities - Office for National Statistics - Citizen Space </title> <link rel="stylesheet" href="/static_frontend/vendor/lato-2.015/fonts.css"> <link type="text/css" href="/static_frontend/vendor/dlb-public-ui/css/bootstrap.css" rel="stylesheet"> <link type="text/css" href="https://consultations.ons.gov.uk/static_frontend/vendor/dlb-public-ui/css/dlb-public-ui-compiled.css" rel="stylesheet"> <link type="text/css" href="https://consultations.ons.gov.uk/static_frontend/css/citizenspace.css" rel="stylesheet"> <!--Font Awesome--> <link type="text/css" href="/static_frontend/vendor/dlb-public-ui/libraries/font-awesome/css/font-awesome.min.css" rel="stylesheet" /> <!--/Font Awesome--> <script type="text/javascript"> var tr_auto_embed = true; </script> <!--jQuery --> <script type="text/javascript" src="/static_frontend/vendor/dlb-public-ui/libraries/jquery/jquery.min.js"></script> <!--/jQuery --> <script type="text/javascript" src="/static_frontend/js/fluid-resize.js?version=7.51.1"></script> <script type="text/javascript" src="/static_frontend/js/tr-safe-embed.js?version=7.51.1"></script> <script type="text/javascript" src="/static_frontend/js/text-truncate.js?version=7.51.1"></script> <script type="text/javascript" src="/static_frontend/js/tr-pdf.js?version=7.51.1"></script> <!-- Part of the Bootstrap 5 migration involves prefixing Bootstrap JS attributes with bs- This has been done in our codebase, but copy/pasted content such as fact banks may still have old attributes. Additionally, the admin UI is on Bootstrap 3 but is exposed to Bootstrap 5 when previewing pages. Shim these attributes to allow these to remain working. --> <script> const bootstrapEventShim = function() { document.querySelectorAll('[data-toggle]').forEach((el) => { let attrVal = el.dataset.toggle; el.dataset.bsToggle = attrVal; }); document.querySelectorAll('[data-target]').forEach((el) => { let attrVal = el.dataset.target; el.dataset.bsTarget = attrVal; }); } document.addEventListener("DOMContentLoaded", bootstrapEventShim); </script> <!-- Bootstrap JS Components --> <script src="/static_frontend/vendor/dlb-public-ui/libraries/bootstrap-5.3.1/dist/js/bootstrap.bundle.min.js"></script> <!-- Page-specific CSS and JS can go here --> <!-- Remove no-js class if scripts are enabled --> <script> document.documentElement.classList.remove('no-js') </script> <!-- Ensure collapsible content is displayed and misleading links are hidden if JS is disabled --> <noscript> <style> .collapse { display: block; } .show-when-no-js { display:block; } .hide-when-no-js { display:none; } </style> </noscript> </head> <body data-site-root="https://consultations.ons.gov.uk"> <div id="skip"> <a href="https://consultations.ons.gov.uk/consultation_finder/?_collection=eyJzb3J0X29uIjogImljb25zdWx0YWJsZV9lbmRkYXRlIiwgInNvcnRfb3JkZXIiOiAiZGVzY2VuZGluZyIsICJzdCI6ICJjbG9zZWQiLCAiY29sbGVjdGlvbl90aXRsZSI6ICJDbG9zZWQgY29uc3VsdGF0aW9ucyBhbmQgc3VydmV5cyJ9%3A89841577b7b359451aa401c48a9efe848ddcdb9e14436402a0110c76b9f3fc6d#page-content">Skip to Main Content</a> </div> <script> jQuery(document).ready(function() { var options = {}; // used to disable the go button when the selected page is the current page var cur_page = jQuery("#preview-navigation-page-select").val() jQuery("#preview-navigation-page-select").change(function() { var page = jQuery(this).val(); var button = jQuery("#preview-navigation button"); if (page != "" && page != cur_page) { button.prop('disabled',false); } else { button.prop('disabled','disabled'); } }); jQuery("#preview-navigation button").click(function(event) { var page = jQuery("#preview-navigation-page-select").val(); var consultation_root = jQuery("#preview-navigation").data("consultation-root"); var survey_root = jQuery("#preview-navigation").data("survey-root"); var cookie_path = jQuery("#preview-navigation").data("cookie-path"); function set_state(state) { document.cookie="preview_state="+state+";path="+cookie_path+";"; } set_state("open"); if (page === "_hub") { window.location = survey_root; } else if (page == "_overview_open") { window.location = consultation_root; } else if (page == "_overview_closed") { set_state("closed"); window.location = consultation_root; } else if (page == "_overview_forthcoming") { set_state("forthcoming"); window.location = consultation_root; } else if (page == "_published_responses") { set_state("closed"); window.location = survey_root + "published_select_respondent"; } else if (page == "") { // No-op, shouldn't get here (hah..). } else { window.location = survey_root + page; } }); }); </script> <div id="global-wrapper"> <header id="global-nav" class="navbar navbar-default navbar-expand-md navbar-static-top dss-navbar"> <div class="container-fluid"> <div class="row flex-grow-1 py-2 pb-md-0 pt-lg-1"> <div class="mb-md-2 py-lg-1 col-md-8 "> <div class="navbar-header d-flex justify-content-between"> <div id="global-nav-main-heading"> <a id="global-nav-site-title" href="https://consultations.ons.gov.uk/"> <img src="https://consultations.ons.gov.uk/os-custom-logos/uksa-ons-logos-02.png" alt="UKSA-ONS logo" class="global-nav-logo ms-3 ms-md-0" /> </a> </div> <button class="navbar-toggler d-md-none align-self-center" data-bs-toggle="collapse" data-bs-target="#global-navbar-collapse" aria-expanded="false" aria-controls="global-navbar-collapse"> <span class="fa fa-caret-down"></span> <span>Menu</span> </button> </div> </div> <div id="cs-global-search-container-md" class="global-search-container d-none d-md-block align-self-center text-right py-lg-2"> <!-- Javascript puts the search form here for sm viewports --> <form id="cs-global-search" action="https://consultations.ons.gov.uk/consultation_finder/" method="GET"> <div role="search"> <label for="cs-global-search-input" class="visually-hidden">Search</label> <div class="input-group"> <input class="form-control" size="27" id="cs-global-search-input" type="text" name="keyword" placeholder="Search"/> <button class="btn btn-primary" aria-label="Search"><span class="fa fa-search"></span></button> </div> </div> </form> </div> <div class="w-100"></div> <div> <nav class="collapse navbar-collapse navbar-left px-3 px-md-0" id="global-navbar-collapse" aria-label="primary"> <div id="global-navbar-collapse-inner" class="py-2"> <div id="cs-global-search-container-xs" class="d-md-none"> <!-- Javascript puts the search form here for xs viewports --> </div> <ul class="cs-navbar-nav-list"> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/"> <span class="cs-navbar-nav-link-text">Home</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/consultation_finder/"> <span class="cs-navbar-nav-link-text">Find Activities</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/we_asked_you_said/"> <span class="cs-navbar-nav-link-text">We Asked, You Said, We Did</span> </a> </li> <li class="cs-navbar-nav-list-item"> <a class="cs-navbar-nav-link" href="/about/"> <span class="cs-navbar-nav-link-text">About</span> </a> </li> </ul> </div> </nav> </div> </div> </div> </header> <main id="page-content-wrapper"> <div id="page-content" tabindex="-1"> <div> <form action="https://consultations.ons.gov.uk/consultation_finder/" method="GET" data-preserve-scrolltop="1" id="cs-search-form"> <div class="dss-rhino cs-banner-container"> <div class="container-fluid"> <div class="row"> <div> <div class="cs-banner-inner dss-easy-reading"> <h1 class="dss-heading-xx-large"> Closed consultations and surveys </h1> <input type="hidden" name="sort_on" value="iconsultable_enddate" /> <input type="hidden" name="sort_order" value="descending" /> <input type="hidden" name="sort-order" value="enddate-descending" /> <input type="hidden" name="_collection" value="eyJzb3J0X29uIjogImljb25zdWx0YWJsZV9lbmRkYXRlIiwgInNvcnRfb3JkZXIiOiAiZGVzY2VuZGluZyIsICJzdCI6ICJjbG9zZWQiLCAiY29sbGVjdGlvbl90aXRsZSI6ICJDbG9zZWQgY29uc3VsdGF0aW9ucyBhbmQgc3VydmV5cyJ9:89841577b7b359451aa401c48a9efe848ddcdb9e14436402a0110c76b9f3fc6d" /> <input type="hidden" name="advanced" id="show-advanced-search" /> <div class="basic-search" style="display:none" aria-live="polite"> <div class="row cs-banner-text"> <div class="col-md-6"> <div class="mb-4 mb-md-0"> <label for="basic_search_text" class="form-label">Title or Description</label> <input type="text" disabled="disabled" class="form-control" placeholder="" name="keyword" id="basic_search_text" /> </div> </div> <div class="col-md-3 col-lg-2 align-self-end"> <div class="cs-finder-submit-button-container"> </div> </div> </div> <div class="row cs-banner-text"> <div class="py-3"> <a href="#" id="advanced-search-link" style="display:none" aria-label="Advanced search" onClick="toggle_advanced_search(true); return false;">Advanced search &rsaquo;</a> </div> </div> </div> <div class="advanced-search" aria-live="polite"> <fieldset> <legend class="visually-hidden">Advanced search</legend> <div class="row"> <div class="col-md-6"> <div class="mb-3"> <label class="form-label" for="search_text">Title or Description</label> <input type="text" class="form-control" placeholder="" name="tx" id="search_text" /> </div> </div> <div class="col-md-3"> <div class="mb-3"> <label class="form-label" for="status">Status</label> <select name="st" class="form-select" id="status"> <option value="" selected="selected">Any Status</option> <option value="open">Open</option> <option value="forthcoming">Forthcoming</option> <option value="closed">Closed</option> </select> </div> </div> <div class="col-md-3"> <div class="mb-3"> <label class="form-label" for="audience">Audience</label> <select name="au" class="form-select" id="audience"> <option value="" selected="selected">Any Audience</option> <optgroup label="Default"> <option value="Academics"> Academics </option> <option value="Analysts"> Analysts </option> <option value="Businesses"> Businesses </option> <option value="Charities"> Charities </option> <option value="Economists"> Economists </option> <option value="Government"> Government </option> <option value="Health professionals"> Health professionals </option> <option value="Local government"> Local government </option> <option value="Operational managers,"> Operational managers </option> <option value="Police"> Police </option> <option value="Policy managers"> Policy managers </option> <option value="Politicians"> Politicians </option> <option value="Researchers"> Researchers </option> <option value="Statisticians"> Statisticians </option> <option value="Think tanks"> Think tanks </option> </optgroup> </select> </div> </div> <div class="col-md-3"> <div class="mb-3"> <label class="form-label" for="interest">Interest</label> <select name="in" class="form-select" id="interest"> <option value="" selected="selected">Any Interest</option> <optgroup label="Default"> <option value="Business"> Business </option> <option value="Crime"> Crime </option> <option value="Data"> Data </option> <option value="Economy"> Economy </option> <option value="Formal consultations"> Formal consultations </option> <option value="Health"> Health </option> <option value="Labour market"> Labour market </option> <option value="Migration"> Migration </option> <option value="Population"> Population </option> <option value="Statistics"> Statistics </option> <option value="Surveys"> Surveys </option> </optgroup> </select> </div> </div> </div> <div class="row cs-banner-text"> <div class="col-md-3 col-lg-2 offset-md-5 offset-lg-6 order-md-2"> <div style="margin-top:10px; margin-bottom:15px" class="cs-finder-submit-button-container"> <button id="cs-finder-submit-button" class="dss-btn dss-btn-primary dss-btn-sm" style="width:100%; white-space: nowrap" type="submit" aria-label="Search"> <span class="fa fa-search"></span> <span>Search</span> </button> </div> </div> <div class="col-md-4 order-md-1"> <a href="#" id="basic-search-link" style="display:none" aria-label="Basic search" onClick="toggle_advanced_search(false); return false;">&lsaquo; Basic search</a> </div> </div> </fieldset> </div> </div> </div> </div> </div> </div> </form> <script type="text/javascript"> function toggle_advanced_search(val) { // set the value of a hidden form field when the show/hide link is clicked. This form field is also populated serverside to retain the state on page load. $('#show-advanced-search').val(val?'1':''); show_hide_advanced_fields(); focus_search_input(); } function move_button_to(container) { // move the button into the active container. Having more than one submit button causes problems with keyboard form submission (even if one of them is hidden and disabled) var submit_button = $('#cs-finder-submit-button').remove(); submit_button.appendTo(container); } function focus_search_input() { var show_advanced = $('#show-advanced-search').val(); if(show_advanced) { $('#search_text').focus(); } else { $('#basic_search_text').focus(); } } function show_hide_advanced_fields() { var show_advanced = $('#show-advanced-search').val(); if(show_advanced) { move_button_to($('.advanced-search .cs-finder-submit-button-container')); $('.advanced-search,#basic-search-link').show(); $('.basic-search,#advanced-search-link').hide(); $('.basic-search :input').attr("disabled", true); $('.advanced-search :input').attr("disabled", false); } else { move_button_to($('.basic-search .cs-finder-submit-button-container')); $('.advanced-search,#basic-search-link').hide(); $('.basic-search,#advanced-search-link').show(); $('.basic-search input').attr("disabled", false); $('.advanced-search :input').attr("disabled", true); } } show_hide_advanced_fields() </script> <div class="dss-rhino dss-rhino-2021-warm-light-grey dss-rhino-padding-top-35"> <div class="container-fluid" id="cs-finder-results-container"> <div class="row"> <div class="col-sm-6 col-md-3"> <p class="cs-results-count"> 44 results </p> </div> <form action="" class="col-md-8 offset-md-1" id="cs-finder-order-form"> <label for="cs-finder-sort-order-select">Sort by:</label> <select id="cs-finder-sort-order-select" name="sort-order" class="form-select" style="width: auto; display: inline;"> <option value="modifieddate-descending">Updated: newest to oldest</option> <option value="modifieddate-ascending">Updated: oldest to newest</option> <option value="startdate-descending">Open date: newest to oldest</option> <option value="startdate-ascending">Open date: oldest to newest</option> <option value="enddate-descending" selected="selected">Close date: newest to oldest</option> <option value="enddate-ascending">Close date: oldest to newest</option> </select> <input type="hidden" name="_collection" value="eyJzb3J0X29uIjogImljb25zdWx0YWJsZV9lbmRkYXRlIiwgInNvcnRfb3JkZXIiOiAiZGVzY2VuZGluZyIsICJzdCI6ICJjbG9zZWQiLCAiY29sbGVjdGlvbl90aXRsZSI6ICJDbG9zZWQgY29uc3VsdGF0aW9ucyBhbmQgc3VydmV5cyJ9:89841577b7b359451aa401c48a9efe848ddcdb9e14436402a0110c76b9f3fc6d" /> <input type="hidden" name="advanced" /> <input type="submit" value="Submit" class="show-when-no-js" /> </form> </div> <div class="row"> <div> <ul id="consultations" class="list-unstyled"> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/uk-statistics-assembly/">UK Statistics Assembly: Call for contributions</a></h2> <div class="row"> <div class="col-md-9"> <span> The UK Statistics Authority, in partnership with the Royal Statistical Society, invites statistics users, producers and regulators to the inaugural UK Statistics Assembly.   The first Statistics Assembly seeks to bring together a diverse range of cross-sector views to advise on the UK’s statistical priorities and user needs. The formation of the Statistics Assembly is in response to a recommendation in the  Independent Review of the UK Statistics Authority  by Professor...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/uk-statistics-assembly/" aria-label="More about UK Statistics Assembly: Call for contributions"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 3 November 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/user-needs-from-cpi-microdata/">User needs from consumer price inflation item indices and price quote microdata</a></h2> <div class="row"> <div class="col-md-9"> <span> Consumer price inflation (CPI) is the rate at which the prices of goods and services bought by households rise or fall, estimated by using price indices. They are a crucial component for understanding the economy’s health. We publish our headline CPI statistics on a monthly basis, complemented by consumer price inflation item indices and price quotes microdata . These microdata are used to construct our headline consumer price indices. They give users...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/user-needs-from-cpi-microdata/" aria-label="More about User needs from consumer price inflation item indices and price quote microdata"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 23 October 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/birth-statistics-study/">Birth statistics study</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics produces an annual summary of statistics on Births in England and Wales . This includes live births, stillbirths and fertility rates. We are currently reviewing our birth statistics and we would like to hear from a range of users to inform our plans. If you or your partner are pregnant, have been pregnant before, or have given birth, we'd like to hear from you through our survey. It takes under 15 minutes to complete. Your...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/birth-statistics-study/" aria-label="More about Birth statistics study"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 31 August 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/user-needs-from-producer-price-inflation/">User needs from producer price inflation statistics</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) produces a range of statistics for both consumer and producer price inflation (CPI and PPI respectively). We are reviewing our publications for producer price inflation statistics, with the aim of refining our outputs to better meet users' needs. This will also help with our quality assurance processes by reducing the number of data items that are repeated across multiple outputs. PPI statistics include Input (inputs into manufacturing),...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/user-needs-from-producer-price-inflation/" aria-label="More about User needs from producer price inflation statistics"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 22 May 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/annual-user-experience-survey-2024-srs-and-ids/">SRS and IDS annual user experience survey 2024</a></h2> <div class="row"> <div class="col-md-9"> <span> Welcome to the annual Secure Research Service (SRS) and Integrated Data Service (IDS) user experience survey. We are seeking feedback from existing and potential users of the SRS or the IDS. By better understanding how you manage your research and analyses, we can make sure that your views are heard as we develop our services. Your views will be anonymised in aggregated results only. Find out more about the SRS and the IDS on our websites. Thank you for your...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/annual-user-experience-survey-2024-srs-and-ids/" aria-label="More about SRS and IDS annual user experience survey 2024"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 26 April 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/2022-based-population-projections/">User needs from 2022-based national, subnational and household projections </a></h2> <div class="row"> <div class="col-md-9"> <span> Population and household projections produced by the Office for National Statistics (ONS) serve a wide range of users across government and beyond. The primary purpose of projections is to provide information on potential future population and household numbers. These are used as a common framework for planning and policymaking. We produce national population projections for the UK and constituent countries, subnational population projections for England, and household projections for...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/2022-based-population-projections/" aria-label="More about User needs from 2022-based national, subnational and household projections "> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 12 March 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/health-and-social-care-statistical-outputs/">Health and social care statistical outputs</a></h2> <div class="row"> <div class="col-md-9"> <span> The Health and Social Care Statistics Leadership Forum have commissioned a joint public consultation on health and social care statistical outputs produced by the Department of Health and Social Care (DHSC), NHS Business Services Authority (NHSBSA), Office for National Statistics (ONS), United Kingdom Health Security Agency (UKHSA) and NHS England (NHSE). The consultation is seeking views on possible changes to the health and social care statistical products published by...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/health-and-social-care-statistical-outputs/" aria-label="More about Health and social care statistical outputs"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 5 March 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/uk-sic-consultation/">Consultation on the UK's adoption of industrial classification of economic activity</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) would like your views on the next steps for updating UK Standard Industrial Classification (UK SIC) and to understand how you are using it. We’d like to hear your thoughts on the classification, its structure, and representation of economic activities in the UK. We want to understand how any potential changes in updating the classification framework may impact you in your use of UK SIC. Our consultation is asking which...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/uk-sic-consultation/" aria-label="More about Consultation on the UK's adoption of industrial classification of economic activity"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 23 January 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/stakeholder-satisfaction-survey-2023/">ONS annual stakeholder satisfaction survey</a></h2> <div class="row"> <div class="col-md-9"> <span> At the Office for National Statistics (ONS), we are committed to providing high quality statistics and analysis for the public good.     Our annual stakeholder survey seeks to understand your satisfaction with and use of our statistics. This survey uses the term ‘statistics’ to include any data, analysis and statistics produced by the ONS. Your views matter to us. They will help us to improve our offer, including how we communicate with you.      This survey...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/stakeholder-satisfaction-survey-2023/" aria-label="More about ONS annual stakeholder satisfaction survey"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 22 January 2024 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/ons/futureofpopulationandmigrationstatistics/">Consultation on the future of population and migration statistics in England and Wales</a></h2> <div class="row"> <div class="col-md-9"> <span> This consultation is also available in Welsh . Our transformation plans At the Office for National Statistics (ONS), we want your views on our ambitious plans for the transformation of our population and migration statistics. These statistics cover a wide range of areas, including household characteristics, employment, health, religion and international migration. High-quality, timely population statistics are essential to ensure people get the services and support they need...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/ons/futureofpopulationandmigrationstatistics/" aria-label="More about Consultation on the future of population and migration statistics in England and Wales"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 29 October 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/syg/ystadegauyboblogaethamudo/">Ymgynghoriad ar ddyfodol ystadegau ar y boblogaeth a mudo yng Nghymru a Lloegr</a></h2> <div class="row"> <div class="col-md-9"> <span> Mae'r ymgynghoriad hwn hefyd ar gael yn Saesneg . Ein cynlluniau trawsnewid Yn y Swyddfa Ystadegau Gwladol (SYG), rydym am glywed eich barn am ein cynlluniau uchelgeisiol ar gyfer trawsnewid ein hystadegau poblogaeth a mudo. Mae'r ystadegau hyn yn cwmpasu amrywiaeth eang o feysydd, gan gynnwys nodweddion cartrefi, cyflogaeth, iechyd, crefydd a mudo rhyngwladol. Mae ystadegau am y boblogaeth sy’n amserol ac o ansawdd uchel yn hanfodol wrth sicrhau bod pobl yn derbyn y...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/syg/ystadegauyboblogaethamudo/" aria-label="More about Ymgynghoriad ar ddyfodol ystadegau ar y boblogaeth a mudo yng Nghymru a Lloegr"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 29 October 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/cis/arolwg-heintiadau-covid-19-digidol-adborth-defnydd/">Arolwg Heintiadau COVID-19 Digidol – Adborth Defnyddwyr</a></h2> <div class="row"> <div class="col-md-9"> <span> Nod yr arolwg hwn yw deall eich profiad o gymryd rhan yn Arolwg Heintiadau COVID-19 a nodi meysydd posibl i'w gwella. Dylai gymryd tua 5 - 10 munud i'w gwblhau a gall unrhyw un sy'n cymryd rhan yn yr holiadur ar-lein a thros y ffôn a'r dull dychwelyd samplau drwy'r post a thrwy gludwr mewn perthynas ag Arolwg Heintiadau COVID-19 ei gwblhau ar gyfer ei gyfnod profi diweddaraf. Mae hyn yn wahanol i'r adeg pan arferai gweithwyr yr astudiaeth ymweld â'ch cartref i gwblhau'r holiadur a chasglu'r...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/cis/arolwg-heintiadau-covid-19-digidol-adborth-defnydd/" aria-label="More about Arolwg Heintiadau COVID-19 Digidol – Adborth Defnyddwyr"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 31 March 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/cis/covid-19-infection-survey-digital-user-feedback/">COVID-19 Infection Survey Digital - User Feedback</a></h2> <div class="row"> <div class="col-md-9"> <span> This survey aims to understand your experience of participating in the COVID-19 Infection Survey (CIS) and identify potential areas for improvement. It should take around 5 - 10 minutes to complete and can be completed by anyone taking part in the online and telephone questionnaire and postal and courier sample returns approach to the CIS about their most recent testing window. This is different to when study workers used to visit your home to do the questionnaire and collect the samples. You...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/cis/covid-19-infection-survey-digital-user-feedback/" aria-label="More about COVID-19 Infection Survey Digital - User Feedback"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 31 March 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/stakeholder-satisfaction-survey/">ONS stakeholder satisfaction survey</a></h2> <div class="row"> <div class="col-md-9"> <span> At the Office for National Statistics (ONS), we are committed to providing high quality data and analysis for the public good. Our annual stakeholder survey seeks to understand your experiences of the ONS, and your satisfaction with and use of our statistics and analysis. Your views matter to us. They will help us to improve our offer, including how we communicate with you. This survey should take around 10 minutes to complete. You can do it anonymously. We...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/stakeholder-satisfaction-survey/" aria-label="More about ONS stakeholder satisfaction survey"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 27 February 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/transforming-household-financial-statist/">Transforming the ONS’s household financial statistics</a></h2> <div class="row"> <div class="col-md-9"> <span> We are seeking views on our ambitious plans for the transformation of our household financial statistics. These statistics cover the income, expenditure and wealth of UK Households and are a vital source of information for understanding people’s finances including the effects from the rising cost of living. Our aim is to ensure that the household financial statistics and analysis we produce continue to meet the evolving needs of policy makers, citizens and other data users. Our...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/transforming-household-financial-statist/" aria-label="More about Transforming the ONS’s household financial statistics"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 23 February 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/new-mortality-assumptions-method/">New mortality assumptions method for national population projections</a></h2> <div class="row"> <div class="col-md-9"> <span> National population projections (NPPs) serve a wide range of users across government and beyond. The primary purpose of the NPPs is to provide information on potential future population levels of the UK and its constituent countries. We base NPPs on the latest mid-year population estimates, together with assumptions of future levels of fertility, mortality and migration. We have developed a new mortality projection methodology for the NPPs as part of our strategy to continuously review...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/new-mortality-assumptions-method/" aria-label="More about New mortality assumptions method for national population projections"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 20 February 2023 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/measures-of-national-well-being/">Review of the Measures of National Well-being </a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) launched the Measuring National Well-being programme in 2010. As part of the programme, we held a national debate and asked the public “What matters to you?”. The 34,000 responses were used to develop the national well-being framework based on 10 domains: personal well-being, relationships, health, what we do, where we live, personal finance, economy, education and skills, governance, and environment. The events of recent...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/measures-of-national-well-being/" aria-label="More about Review of the Measures of National Well-being "> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 9 December 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/understanding-the-cost-of-living-through-statistic/">Understanding the cost of living through statistics </a></h2> <div class="row"> <div class="col-md-9"> <span> Thank you for attending the ONS's 'Understanding the cost of living through statistics' event. Please can you give us your thoughts and complete the following feedback survey. </span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/understanding-the-cost-of-living-through-statistic/" aria-label="More about Understanding the cost of living through statistics "> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 4 November 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/defining-and-measuring-green-jobs/">Defining and measuring green jobs</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) was named in the government's Net Zero Strategy (October 2021), it states "The Office for National Statistics will seek to refine our understanding and measurement of the green economy as the UK transitions to net zero, including looking at such issues as quality of work and diversity within the green economy." The ONS’ “Green jobs”, current and upcoming work: March 2022 explained why green jobs are important for the UK and we have been...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/defining-and-measuring-green-jobs/" aria-label="More about Defining and measuring green jobs"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 6 October 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/crime-consultation/"> Consultation on the Redesign of the Crime Survey for England and Wales</a></h2> <div class="row"> <div class="col-md-9"> <span> The ONS is seeking views on the planned redesign of the Crime Survey for England and Wales (CSEW). Our aim is to ensure that the Crime Survey continues to reflect the evolving needs of policy makers, citizens and data users. The CSEW is a vital source of evidence in the crime debate, and it is critical that the survey continues to provide high quality statistics on crime in a cost-effective way. We are encouraging responses from everyone interested in crime statistics, including from...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/crime-consultation/" aria-label="More about Consultation on the Redesign of the Crime Survey for England and Wales"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 21 August 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/transformation-of-abs-and-aps/">Transformation of Annual Business Survey and Annual Purchases Survey</a></h2> <div class="row"> <div class="col-md-9"> <span> The ONS carries out a suite of Annual Business surveys: Annual Business Survey (ABS) Annual Purchases Survey (APS) Each of these annual surveys are used to measure the size and growth of the UK non-financial business economy in the UK. The Annual Business Survey is a survey which covers the production, construction, distribution, and services industries, and is the main source for understanding the...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/transformation-of-abs-and-aps/" aria-label="More about Transformation of Annual Business Survey and Annual Purchases Survey"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 1 August 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/labour-market-statistics-user-engagement/">Labour Market Statistics User Engagement </a></h2> <div class="row"> <div class="col-md-9"> <span> Before completing the survey, please read the attachment in the "Related" section below. The labour market statistics published by the ONS provide a comprehensive picture of the world of work in the UK. The statistics are based on a suite of surveys that cover both households and businesses, as well as using data from administrative sources. The ONS is undertaking an ambitious transformation programme to improve labour market statistics through survey transformation and...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/labour-market-statistics-user-engagement/" aria-label="More about Labour Market Statistics User Engagement "> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 29 June 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/research-and-development-survey/">Research and Development survey</a></h2> <div class="row"> <div class="col-md-9"> <span> The ONS run a suite of Research and Development (R&amp;D) surveys: Business Enterprise Research and Development (BERD) Government Expenditure on Research and Development (GOVERD) Private non-profit (PNP) Each of these annual surveys are used to measure R&amp;D activity in the UK. Outputs from each are combined with administrative data that measures R&amp;D activity for the higher education sector to compile the ONS’ Gross...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/research-and-development-survey/" aria-label="More about Research and Development survey"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 2 June 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/disability-release/">Outcomes for disabled people in the UK</a></h2> <div class="row"> <div class="col-md-9"> <span> Understanding the different life experiences of disabled and non-disabled people can help identify inequalities within society. The ONS’ annual ‘ Outcomes for disabled people in the UK ’ release provides data on a number of areas of life, such as employment, education, well-being, loneliness, crime and social participation. The statistical indicators are based on annual data from various sources. We want to ensure that our data meets the needs of the people who use it. To achieve...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/disability-release/" aria-label="More about Outcomes for disabled people in the UK"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 17 March 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/developinggva/">Developing a method for producing annual gross value added at a subnational level</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) is seeking views on a new method for producing gross value added (GVA) data at subnational level. Details of our suggested approach are outlined in this article . The aim is to eventually publish subnational data that offers the flexibility for users of our economic statistics to define and build their own geographies using the building blocks we produce. This flexibility is expected to help regional users access economic statistics in...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/developinggva/" aria-label="More about Developing a method for producing annual gross value added at a subnational level"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 7 March 2022 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/proposedfutureapproachtomeasuretravelandtourism/">Proposed future approach to measure travel and tourism statistics </a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) is looking for feedback to inform a review of our travel and tourism statistics . Travel and tourism statistics are used by businesses, policy-makers, tourism boards and many others to understand patterns and behaviours of people who travel both internationally and domestically. However, we now need to review how well these statistics are meeting the needs of the people and organisations using them. Similarly, the coronavirus...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/proposedfutureapproachtomeasuretravelandtourism/" aria-label="More about Proposed future approach to measure travel and tourism statistics "> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 21 December 2021 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/self-funders-in-care-homes/">Self-Funders in Care Homes</a></h2> <div class="row"> <div class="col-md-9"> <span> The Office for National Statistics (ONS) is looking for feedback to support the development of statistics measuring the number of people in care homes who are ‘self-funders’ – meaning they either fully or partially pay for their own care. People who self-fund their care make up a significant proportion of revenue for care home providers . However, a lack of comprehensive, standardised and linked-up data currently stands in the way of fully understanding the...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/self-funders-in-care-homes/" aria-label="More about Self-Funders in Care Homes"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 29 November 2021 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/census-2021-outputs-consultation/">Census 2021 outputs: content design and release phase proposals</a></h2> <div class="row"> <div class="col-md-9"> <span> This consultation gave the public the opportunity to respond to our proposals for the content design and release of Census 2021 outputs for England and Wales. The feedback respondents gave will help us determine the final design of Census 2021 outputs and identify any new user needs that Census 2021 outputs can help to address. We’ve provided links to the original proposals and supporting consultation documents in the “related links” section at the bottom of the page. ...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/census-2021-outputs-consultation/" aria-label="More about Census 2021 outputs: content design and release phase proposals"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 5 October 2021 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/child-abuse-survey-consultation/">Exploring the feasibility of a survey measuring child abuse in the UK</a></h2> <div class="row"> <div class="col-md-9"> <span> Please note: The closing date for this consultation has been extended to 30/04/2021 The Office for National Statistics (ONS) is looking for feedback to inform a feasibility study exploring whether a new survey to measure the current prevalence of child abuse in the UK could be successful. Child abuse is an appalling crime and can have a lasting effect, with research suggesting that outcomes can be experienced in the short-term and the long-term following...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/child-abuse-survey-consultation/" aria-label="More about Exploring the feasibility of a survey measuring child abuse in the UK"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 30 April 2021 </span> </div> </div> </div> </li> <li class="dss-card consultation-state-closed" style="padding-bottom:25px;" data-consultation-state="closed"> <h2><a class="cs-no-underline" href="https://consultations.ons.gov.uk/external-affairs/uk-statistics-authority-inclusive-data-taskforce-c/">UK Statistics Authority Inclusive Data Consultation</a></h2> <div class="row"> <div class="col-md-9"> <span> ONS is undertaking a review of how inclusive data and evidence are across the UK. This is in keeping with our new strategy, Statistics for the Public Good, and will help to support the work of the Inclusive Data Taskforce . Ultimately, we want to ensure that “…our statistics, [analysis and publications] reflect the experiences of everyone in our society so that everyone counts, and is counted, and no one is forgotten.” (Statistics for the Public Good, 2020). ...</span> <a class="text-nowrap" href="https://consultations.ons.gov.uk/external-affairs/uk-statistics-authority-inclusive-data-taskforce-c/" aria-label="More about UK Statistics Authority Inclusive Data Consultation"> <span class="fa fa-arrow-circle-right icon-space-right"></span><span>More</span> </a> </div> <div class="col-md-3"> <div class="cs-date-delta"> <span> Closed 26 March 2021 </span> </div> </div> </div> </li> </ul> </div> </div> <div class="row pb-4"> <div class="col-sm-5"> 44 results. Page 1 of 2 </div> <div class="col-md-7"> <nav class="text-muted cs-pagination-widget" aria-label="pagination"> <ul class="list-unstyled"> <li style="display: inline;"> <a aria-label="Previous page" aria-disabled="true" role="link"> <span class="fa fa-chevron-circle-left icon-space-right"></span><span>Previous page</span> </a> <span class="d-none d-md-inline-block" aria-hidden="true">|</span> </li> <li style="display: inline;"> <span class="cs-pagination-widget-next"> <a aria-label="Next page" href="https://consultations.ons.gov.uk/consultation_finder/?_collection=eyJzb3J0X29uIjogImljb25zdWx0YWJsZV9lbmRkYXRlIiwgInNvcnRfb3JkZXIiOiAiZGVzY2VuZGluZyIsICJzdCI6ICJjbG9zZWQiLCAiY29sbGVjdGlvbl90aXRsZSI6ICJDbG9zZWQgY29uc3VsdGF0aW9ucyBhbmQgc3VydmV5cyJ9%3A89841577b7b359451aa401c48a9efe848ddcdb9e14436402a0110c76b9f3fc6d&amp;b_start=30"> <span>Next page</span><span class="fa fa-chevron-circle-right icon-space-left"></span> </a> </span> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> </main> </div> <footer id="configurable-footer-wrapper"> <div class="cs-page-component-group"> <section class="dss-rhino cs-page-component-container dss-rhino-footer" style=""> <div class="container-fluid"> <div class="cs-page-component cs-page-component-contrast"> <div class="row" id="global-footer"> <div id="citizen-space-footer-nav" class="col-12 col-md-8 order-1 order-md-2" role="navigation" aria-label="miscellaneous"> <ul class="list-inline"> <li id="nav-item-accessibility_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/accessibility_policy/">Accessibility</a></li> <li id="nav-item-terms_and_conditions" class="list-inline-item"><a href="https://consultations.ons.gov.uk/terms_and_conditions/">Terms of Use</a></li> <li id="nav-item-cookie_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/cookie_policy/">Cookies</a></li> <li id="nav-item-privacy_policy" class="list-inline-item"><a href="https://consultations.ons.gov.uk/privacy_policy/">Privacy</a></li> <li id="nav-item-support" class="list-inline-item"><a href="https://consultations.ons.gov.uk/support/">Help / feedback</a></li> </ul> </div> <div class="col-12 col-md-4 order-2 order-md-1"> <span id="citizen-space-footer-logo"> <a href="https://www.delib.net/citizen_space">Citizen Space</a> <span>from</span> <a href="https://www.delib.net">Delib</a> </span> </div> </div> </div> </div> </section> </div> </footer> <div> <script src="/static_frontend/js/scrolltop.js?version=7.51.1" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { var sortOrderSelect = document.getElementById('cs-finder-sort-order-select'); if (sortOrderSelect) { document.getElementById('cs-finder-sort-order-select').addEventListener('change', function () { document.getElementById('cs-finder-order-form').submit(); }); } }); </script> </div> <script type="text/javascript"> $(function() { // Skip to content workaround for absolute skip links jQuery('#skip a').bind("click", function(event) { var target = jQuery(this).attr('href').split('#')[1]; jQuery("#"+target+"").focus(); }); }); </script> <script type="text/javascript"> $(function() { // Global search var search_form = $("#cs-global-search"); var search_form_input = $("#cs-global-search-input"); // Scroll to search results on submit of global search form search_form.submit(function() { if (search_form_input.attr('placeholder') == search_form_input.val()) { search_form_input.val(''); } sessionStorage.setItem('saved-scrollTop', '500'); }); // Move the global search form into the appropriate container depending on viewport size function move_global_search_form() { // if global nav (and global search) are turned off, bail if(!search_form.length) { return; } var md_container = $("#cs-global-search-container-md"); var xs_container = $("#cs-global-search-container-xs"); // btw we can't test if xs_container is visible because it's hidden inside the burger menu if (md_container.is(":visible")) { if(!md_container.find("#cs-global-search").length) { md_container.append(search_form); } } else { if(!xs_container.find("#cs-global-search").length) { xs_container.append(search_form); } } } move_global_search_form(); $(window).resize(move_global_search_form); // Function to update the query string function updateQueryStringParameter(uri, key, value) { var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i"); var separator = uri.indexOf('?') !== -1 ? "&" : "?"; if (uri.match(re)) { return uri.replace(re, '$1' + key + "=" + value + '$2'); } else { return uri + separator + key + "=" + value; } } // Event listener to detect changes in the large viewport language `select` var languageSelect = document.getElementById('language-picker-select'); if (languageSelect) { languageSelect.addEventListener('change', function() { var form = document.getElementById('global-language-picker'); form.submit(); }); } }); // a11y hax. There are some elements generated by the ol libraries that need some extra attributes for a11y. // Putting them here was preferable to overriding masses of ol code. $(window).on("load", function() { var zoomins = document.getElementsByClassName('ol-zoom-in'); for (let i=0; i<zoomins.length; i++) { zoomins[i].setAttribute('aria-label', 'Zoom in'); } var zoomouts = document.getElementsByClassName('ol-zoom-out'); for (let j=0; j<zoomouts.length; j++) { zoomouts[j].setAttribute('aria-label', 'Zoom out'); } var attributions = document.getElementsByClassName('ol-attribution'); for (let k=0; k<attributions.length; k++) { attributions[k].getElementsByTagName('button')[0].setAttribute('aria-label', 'Attribution'); } var recentre = document.getElementsByClassName('cs-zoom-to-extent'); for (let m=0; m<recentre.length; m++) { recentre[m].getElementsByTagName('button')[0].setAttribute('aria-label', 'Recentre map'); } var search = document.getElementsByClassName('cs-map-postcode-popup'); for (let m=0; m<search.length; m++) { search[m].getElementsByTagName('button')[0].setAttribute('aria-label', 'Go to a postcode'); } } ); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10