{% extends "base.html" %} {% block fullbody %}
work {{ work.ident }}
{{ key }}: {{ value }}
A "work" is just a linking identifier between a set of releases. For
example, a pre-print and a published article may contain small differences, but
still reference the same underlying "work".
{% if releases != [] %}
{{ release.release_status or "(unknown)" }}
.
{{ release.ident }}
{% endfor %}
There are no known releases associated with this work. {% endif %}
{{ work.work_type }}
{% else %}
unkonwn
{% endif %}
State is "{{ work.state }}". Revision:
{{ work.revision }}
As JSON object via API