{# Renders all Zenodo-specific custom fields for the dataset form. #} {% import 'macros/form.html' as form %} {# Pull in our JS + CSS via webassets (CKAN 2.9+). #} {% asset 'ckanext_zenodo/zenodo_style' %} {% asset 'ckanext_zenodo/zenodo_form' %} {% if data.id or data.name %}
{% endif %} {% set linked_to_zenodo = h.zenodo_get_extra(data, 'zenodo_deposition_id') or h.zenodo_get_extra(data, 'zenodo_doi') or h.zenodo_get_extra(data, 'zenodo_record_url') %}{{ _('Prepare a clean archival record for long-term discovery, citation and reuse alongside the CKAN dataset.') }}
{{ _('These fields describe the sampling mission, observation setting, instrumentation and processing environment.') }}