{% extends "base.html" %} {% block fullbody %}
release {{ release.ident }}
{% if authors != [] %} by {% endif %} {% for contrib in authors %} {% if contrib.creator_id %} {{ contrib.raw_name }}{% if not loop.last %}, {% endif %} {% else %} {% if contrib.raw_name != None %}{{ contrib.raw_name }}{% else %}Unknown{% endif %}{% if not loop.last %}, {% endif %} {% endif %} {% endfor %}
Date (published): {{ release.release_date }} {% elif release.release_year != None %}
Date (published): {{ release.release_year }}
{% endif %}
{% if release.pmid != None %}
PubMed: {{ release.pmid }}
{% endif %}
{% if release.pmcid != None %}
PubMed Central: {{ release.pmcid }}
{% endif %}
{% if release.wikidata_qid != None %}
Wikidata Entity: {{ release.wikidata_qid }}
{% endif %}
{% if release.language != None %}
Primary Language: {{ release.language }}
(lookup ISO-639 code)
{% endif %}
This {{ release.release_type or "unknown-type" }} is a release
(version) of the work {{
release.work_id }}
. There may be other releases (eg, pre-prints,
formal publications, etc) linked to the same work.
{% if container != None %}
{{ key }}: {% if key == "crossref" %} <truncated, see full JSON>{% else %} {{ value }} {% endif %}
{{ abstract.sha1 }}
, {{ abstract.mimetype }}): {{ abstract.content }}
{% endfor %}
{% else %}
No known abstracts.
{% endif %}
Attribution Order | Name | Role | |
---|---|---|---|
{% if contrib.index or contrib.index == 0 %} {{ contrib.index + 1 }}{% endif %} {% if contrib.creator_id %} | {{ contrib.raw_name }} {% else %} | {{ contrib.raw_name }} {% endif %} | {{ contrib.role or '' }} {% endfor %} |
Contributors (authors, translators, etc) not known.
{% endif %}
SHA-1 | Size (bytes) | File Type | Links |
---|---|---|---|
{% if file.sha1 != None %}{{ file.sha1[:16] + "..." }}{% else %}N/A{% endif %}
| {% if file.size != None %}{{ file.size }}{% endif %} | {% if file.mimetype != None %}{{ file.mimetype }}{% endif %} | {% for url in file.urls %}
{{ url.url.split('/')[2] }} ({{ url.rel }}) {% endfor %} {% endfor %} |
There are no known files associated with this release (you could try
other releases for this work?).
{% endif %}
{% if release.refs.size != 0 %}
No reference list available. {% endif %}
{{ release.release_type }}
ISBN-13 {{ release.isbn13 }}
{{ container.issnl }}
{{ container.ident }}
State is "{{ release.state }}". Revision:
{{ release.revision }}
As JSON object via API