{% extends "page.html" %} {% import "inventory/inventory_util_jinja.html" as m with context %} {% block title %}{{c.group.display_name}}{% endblock %}

{% if h.check_access('group_update', {'id':c.group.id}) %} Manage Unpublished Datasets Edit {% endif %} {{c.group.display_name}} {% if c.group_extras.get('abbreviation') %}  ({{c.group_extras.get('abbreviation')}}) {% endif %}

{% block breadcrumb_content %}
  • Publishers
  • {{c.group['title']}}
  • Manage inventory
  • {% endblock %} {% block primary_content_inner %}

    Inventory Management

    Take part in the data.gov.uk inventory: Manage and Update us on forthcoming datasets.

    Use this inventory tool to download an inventory of all the datasets and inventory items you have published on data.gov.uk to date. This tool allows you to give us prior knowledge of pending datasets including those that are not currently under Open Government Licence. Read the full guidance to find out more about the background to this inventory. Follow the 3 steps below to get started.

    {{m.inventory_jobs()}}

    Step 1: Download the read-only dataset list to review your existing open data
    Download a list of all the datasets and inventory items you have published on data.gov.uk to date. By regularly reviewing this list you can give us prior knowledge of pending datasets including any other datasets that may not be currently published for specific reasons.


    Tick the sub-department box if you need a complete list of datasets held by other parties under your authority, whom with you may wish to delegate the review of ‘data held’ to.
    Step 2: Download the inventory template
    Create new entries to inform us about datasets not yet published. Download inventory template
    Step 3: Upload the completed inventory template

    Upload your saved and completed template, taking care that you have not changed the structure of the template e.g. don't change the styling or location of columns. You will get an on screen acknowledgement if this is successful.

    Contact team@data.gov.uk if you have any queries about this process.

    {% endblock %} {% block optional_feed %} {% endblock %}