{% ckan_extends %} {% block citation_status %}
{% if not pkg_dict['doi_status'] %}
Private DOI This DOI is not yet resolvable.
It is available for use in manuscripts, and will be published when the Dataset is made public.
{% else %}
Retrieved: {{ h.render_datetime(h.now(), date_format='%H:%M %d %b %Y (%Z)') }} {% if not res %} {% set datacite_url = 'api.test.datacite.org' if h.doi_test_mode() else 'api.datacite.org' %} BibTeX {% endif %}
{% endif %}
{% endblock %}