{# Renders a citation for a package #} {% block citation %}

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

{% block default_citation_string %} {{ pkg_dict['author'] }} ({{ h.package_get_year(pkg_dict) }}). {{ pkg_dict['title'] }} [Data set]. {{ pkg_dict['doi_publisher'] }}. {% block citation_link %} {% set doi_link = 'https://doi.org/' + pkg_dict['doi'] %} {{ doi_link }} {% endblock %} {% endblock %}
{% 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 %}
{% endblock %}