{% extends "page.html" %} {% block title %}Reports - Data publication commitments - {{c.publisher.display_name}}{% endblock %} {% block breadcrumb_content %} {{ h.build_nav('dgu_search', _('Datasets')) }} {{ h.build_nav('publisher_read', c.publisher.title, id=c.publisher.name )}} {{ h.build_nav('commitments', _('Data Publication Commitments')) }} {% endblock %} {% block primary_content_inner %}

Data publication commitments {{c.publisher.title}}

Last generated: {{h.render_datetime(h.report_generated_at('commitments', c.publisher.name), with_hours=True)}}

{% if (h.check_access('organization_update',{ 'id': c.publisher.id }) and h.has_commitment(c.publisher)) %}
Administrator tools
{% endif %}

This page lists the public commitments to the release of further datasets by the Department along with links to the data where is has been released or identified as an unpublished dataset. These commitments are only those which have been made to the release of data and Departments may have made public commitments in terms of further activity. This page does not list links to the corporate commitments which all central government Departments and ALBs have been committed to release from the Coalition Agreement and letters from the Prime Minister of May 2010 and July 2011.

This page is a beta release – it does not yet list all of the commitment which the Department has made. Further additions will be made on an ongoing basis.

 

Prime Minister's Letter May 2010

{% with %} {% set commitments = h.commitments_by_source(c.commitments, 'PM1') %} {% if commitments|length == 0 %}
No data provided
{% endif %} {% if commitments|length > 0 %}
{% for commitment in commitments %} {% with %} {% set dataset = h.commitment_dataset(commitment) %} {% if dataset %} {% else %} {% endif %} {% endwith %} {% endfor %}
Commitment Dataset
{% if commitment.dataset_name and not (commitment.commitment_text.strip() == commitment.dataset_name.strip()) %} {{commitment.dataset_name}}
{% endif %} {{commitment.commitment_text}}
{{dataset.title}} {% if commitment.dataset %}{{commitment.dataset}}{% endif %}
{% endif %} {% endwith %}
 

Prime Minister's Letter July 2011

{% with %} {% set commitments = h.commitments_by_source(c.commitments, 'PM2') %} {% if commitments|length == 0 %}
No data provided
{% else %}
{% for commitment in commitments %} {% with %} {% set dataset = h.commitment_dataset(commitment) %} {% if dataset %} {% else %} {% endif %} {% endwith %} {% endfor %}
Commitment Dataset
{% if commitment.dataset_name and not (commitment.commitment_text.strip() == commitment.dataset_name.strip()) %} {{commitment.dataset_name}}
{% endif %} {{commitment.commitment_text}}
{{dataset.title}} {% if commitment.dataset %}{{commitment.dataset}}{% endif %}
{% endif %} {% endwith %}
 
{% set url = h.open_data_strategy_link(c.publisher) %}

{% if url %} Open data strategy {% else %} Open data strategy {% endif %}

{% with %} {% set commitments = h.commitments_by_source(c.commitments, 'ODS') %} {% if commitments|length == 0 %}
No data provided
{% else %}
{% for commitment in commitments %} {% with %} {% set dataset = h.commitment_dataset(commitment) %} {% if dataset %} {% else %} {% endif %} {% endwith %} {% endfor %}
Commitment Dataset
{% if commitment.dataset_name and not (commitment.commitment_text.strip() == commitment.dataset_name.strip()) %} {{commitment.dataset_name}}
{% endif %} {{commitment.commitment_text}}
{{dataset.title}} {% if commitment.dataset %} {{h.truncate(commitment.dataset,60)}} {% endif %}
{% endif %} {% endwith %} {% endblock %}