DOI Data

 Edit

This card shows information related to your assigned DOI and how it resolves itself.{% if article.is_import %} Be warned that if this article was imported before the review stage it may not have a DOI automatically assigned and minted.{% endif %}

DOI: {{ doi.identifier }}
Resolves to: {{ doi_data.url }}
Status: {% if doi_data.history|length > 1 %}  More than 1 hop detected. {% elif doi_data.status_code == 200 %} {% else %} {% endif %}
Hops:
    {% for request in doi_data.history %}
  • {{ request.url }} (Status Code: {{ request.status_code }})
  • {% endfor %}
  • {{ doi_data.url }} (Status Code: {{ doi_data.status_code }})

If the DOI only has two hops this is perfect, otherwise, you may have additional redirects that are not required.