{% block public_metadata %}

{{item.title}}

{% if item.is_embargoed: %}

This {{item_type}} is under embargo until {{item.embargo_until_date}}.

{% else: %} {% if not private_view: %} {% set thisversion = item.version %} {% set latest = versions[0].version %} {% set old = thisversion < latest %} {% endif %}
{% if private_view %} {% if doi %}
doi: {{doi}}
{% endif %} {% else %}
doi: {{doi}} {% if container_doi and not old %}
The doi above is for this specific version of this {{item_type}}, which is currently the latest. Newer versions may be published in the future. For a link that will always point to the latest version, please use
doi: {{container_doi}}
{% endif %}
{% if my_collections %} {% endif %}
Datacite citation style:
{{citation}}
Other citation styles (APA, Harvard, MLA, Vancouver, Chicago, IEEE) available at Datacite
{% if my_collections %}
Add to collection:
{% endif %} {% endif %} {% if item_type == "dataset" %} {% set dtype = item.defined_type_name|capitalize %} {% else %} {% set dtype = "Collection" %} {% endif %}
{{ dtype }}
{% if not private_view and versions[1:2] %} {# test 12763700 #}
choose version: {% for ver in versions %} {% set v = ver.version %} {% set label = "version "~v~" - "~ver.posted_date[:10] %} {% if v == latest %}{% set label = label~" (latest)" %}{% endif %} {% if v == thisversion %}
{{label}}
{% else %} {{label}} {% endif %} {% endfor %}
{% endif %}
{% if member != "other" %}
{{member_url_name.replace('_',' ')}} logo
{% endif %} {% if statistics %} {# test 12763700 #}
usage stats
{% for metric in statistics %}
{{statistics[metric]}}
{{metric.replace("cites", "citations")}}
{% endfor %}
{% endif %}
categories
keywords
{# The query below searches for full text. Field search does not yet work for keywords #} {% for tag in tags|sort %} {% set query = '"'~tag~'"' %} {{tag}} {%- if loop.revindex0 %}, {% endif %} {% endfor %}
{% set geo = item.geolocation %} {% set lat = coordinates.lat %} {% set lon = coordinates.lon %} {% if geo or lat or lon %} {# test 12683045 #} {% set vlat = coordinates.lat_valid %} {% set vlon = coordinates.lon_valid %}
geolocation
{% if geo %}
{{geo}}
{% endif %} {% if lat %}
lat (N): {{lat}}
{% endif %} {% if lon %}
lon (E): {{lon}}
{% endif %} {% if vlat and vlon %} view on openstreetmap {% endif %}
{% endif %} {% if item.time_coverage %}
time coverage
{{item.time_coverage}}
{% endif %} {% if item_type == "dataset" %} {% set lic_imgs = {'CC0' : 'cc-0.png', 'CC BY 4.0' : 'cc-by.png', 'CC BY-SA 4.0' : 'cc-by-sa.png', 'CC BY-ND 4.0' : 'cc-by-nd.png', 'CC BY-NC 4.0' : 'cc-by-nc.png', 'CC BY-NC-SA 3.0': 'cc-by-nc-sa.png', 'CC BY-NC-SA 4.0': 'cc-by-nc-sa.png', 'CC BY-NC-ND 4.0': 'cc-by-nc-nd.png', 'GPL-3.0' : 'gnu-gpl-v3.png' } %} {% set lic_img = lic_imgs[item.license_name] %}
licence
{%- if lic_img %}{{lic_img}} logo{% endif %} {{item.license_name}} {% if item.license_remarks %} {# test 12776162 #}
{{item.license_remarks}}
{% endif %}
{% if collections %}
collection{% if collections[1:] %}s{% endif %}
{% endif %} {% if not private_view %} {% endif %} {% endif %}
by {% for a in authors %} {{a.full_name}} {%- if a.orcid_id %} orcid logo {%- endif %} {%- if loop.revindex0 %}, {% endif %} {% endfor %}
{% autoescape false %} {%- if item.description %} {{ item.description.replace('\\n', '\n') }} {%- endif %} {% endautoescape %}
history
{% for (date, dtype) in dates %}
  • {{date}} {{dtype}}
{% endfor %}
{% if item.publisher %}
publisher
{{item.publisher}}
{% endif %} {% if item.format %}
format
{{ item.format.replace('\\n', '\n') }}
{% endif %} {% if item.resource_doi %} {# test 16825843 #}
associated peer-reviewed publication
{{item.resource_title}}
{% endif %} {% if references %}
references
    {% for r in references %}
  • {{r.url}}
  • {% endfor %}
{% endif %} {% if derived_from %} {# test 12716117 #}
derived from
    {% for d in derived_from %}
  • {{d}}
  • {% endfor %}
{% endif %} {% if item.same_as %} {# test 18865355 #} {% endif %} {% if item.data_link %} {# test 14377295 #} {% endif %} {% if item.language %} {# test 17081387 #} {% if item.language != 'en' %}
language
{{item.language}}
{% endif %} {% endif %} {% if fundings %} {# test 19114712 #}
funding
    {% for funding in fundings %}
  • {% if funding.title %} {{funding.title}} {% endif %} {% if funding.grant_code %} (grant code {{funding.grant_code}}) {% endif %} {% if funding.url %} [more info...] {% endif %} {% if funding.funder_name %} {{funding.funder_name}} {% endif %}
  • {% endfor %}
{% endif %} {% if item.organizations %} {# test 12705164 #} {% autoescape false %}
organizations
{{ item.organizations.replace('\n', '
') }}
{% endautoescape %} {% endif %} {% if contributors %} {# test 12721421 v1 #}
contributors
    {% for c in contributors %}
  • {{c.name}} {% if c.orcid %} orcid logo {% endif %}
  • {% endfor %}
{% endif %}
{% endif %} {% endblock %}