{% extends "page.html" %} {% block title %} {{ _('DOI') }}: {{ doi }} {% endblock %} {%- block meta -%} {{ super() }} {%- endblock -%} {% block primary_content %} {% asset 'ckanext-query-dois/main' %}

{{ _('DOI') }}: {{ doi }}

{% block visual_query %} {% snippet "query_dois/snippets/visual_datastore_search.html", search=query_doi.query %}
{% endblock %} {% block citation %}

{{ _('Cite this as') }}


{{ h.create_citation_text(query_doi.doi, query_doi.timestamp, resource['name'], package['title'], package_doi, html=True) | safe }}


{% endblock %} {% block details %}

{{ _('Details') }}


{% set resource_url = h.url_for('resource.read', id=package['name'], resource_id=resource['id']) %} {% set package_url = h.url_for('dataset.read', id=package['name']) %} {{ _('Resource:') }} {{ resource['name'] }}
{{ _('Package:') }} {{ package['title'] }}
{{ _('License:') }} {% snippet "snippets/license.html", pkg_dict=package, text_only=True %}
{{ _('Retrieved:') }} {{ query_doi.timestamp }}
{{ _('Total records:') }} {{ query_doi.count }}
{% endblock %} {% block stats %}

{{ _('Statistics') }}


{{ _('Total downloads:') }} {{ downloads }}
{{ _('Last downloaded:') }} {{ last_download_timestamp }}
{% endblock %}
{% endblock %} {% block secondary_content %}

{{ _('View data') }} {% trans %} Use the links to view the data associated with this DOI. {% endtrans %}

{{ _('Original') }} {% trans %} View the data as it looked when the DOI was originally minted. {% endtrans %}
{{ _('Current') }} {% trans %} View the data as it looks now. This may result in different results to the DOI's original data if the data has been modified since it was minted. {% endtrans %}

{{ _('View with API') }} {% trans %} Use the links to view the data associated with this DOI through the API. {% endtrans %}

{{ _('Original') }} {% trans %} View the data as it looked when the DOI was originally minted. {% endtrans %}
{{ _('Current') }} {% trans %} View the data as it looks now. This may result in different results to the DOI's original data if the data has been modified since it was minted. {% endtrans %}

{{ _('Download') }}

{% asset 'ckanext-ckanpackager/main-css' %} {% asset 'ckanext-ckanpackager/main-js' %} {{ _('Download') }}
{% endblock %}