{%- block public_metadata %}

{{item.title}}

{%- if item.is_embargoed and item.embargo_type == "article": %}

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 displayed 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] %}
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" and not anonymize %}
{{member_url_name.replace('_',' ')}} logo
{%- endif %} {%- if statistics %}

Usage statistics

{%- for metric in statistics %}
{{statistics[metric]}}
{{metric.replace("cites", "citations")}}
{%- endfor %}
{%- endif %}

Categories

Keywords

{%- for tag in tags|sort %} {%- set query = '"'~tag~'"' %} {{tag}} {%- endfor %}
{%- set geo = item.geolocation %} {%- set lat = coordinates.lat %} {%- set lon = coordinates.lon %} {%- if geo or lat or lon %} {%- 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" %} {%- if item.license_url %}

Licence

{{item.license_name}} {%- if item.license_remarks %}
{{item.license_remarks}}
{%- endif %}
{%- endif %} {%- if collections %}

Collection{%- if collections[1:] %}s{%- endif %}

    {%- for c in collections %}
  • {{c.title}}
  • {%- endfor %}
{%- endif %} {%- if not private_view %} {%- endif %} {%- endif %}
{%- if not anonymize %}
by {%- for a in authors %} {{a.full_name}} {%- if a.orcid_id %} orcid logo {%- endif %} {%- if loop.revindex0 %}, {%- endif %} {%- endfor %}
{%- endif %}
{%- 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 %}

Associated peer-reviewed publication

{{item.resource_title}}
{%- endif %} {%- if references %}

References

    {%- for r in references %}
  • {{r.url}}
  • {%- endfor %}
{%- endif %} {%- if item.git_code_hosting_url %}

Code hosting project url

{{item.git_code_hosting_url}}
{%- endif %} {%- if derived_from %}

Derived from

    {%- for d in derived_from %}
  • {{d}}
  • {%- endfor %}
{%- endif %} {%- if item.same_as %} {%- endif %} {%- if item.data_link %} {%- endif %} {%- if item.language %} {%- if item.language != 'en' %}

Language

{{item.language}}
{%- endif %} {%- endif %} {%- if fundings %}

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 %} {%- autoescape false %}

Organizations

{{ item.organizations.replace('\n', '
') }}
{%- endautoescape %} {%- endif %} {%- if contributors %}

Contributors

    {%- for c in contributors %}
  • {{c.name}} {%- if c.orcid %} orcid logo {%- endif %}
  • {%- endfor %}
{%- endif %}
{%- endif %} {%- endblock %}