{% extends "base.html" %} {% block page_content %}

Identifier to QuickStatements

Input

{% if query %} {% else %} {% endif %}

Enter a single or list of arXiv identifiers or DOIs to retrieve their Wikidata items or QuickStatements to create items for them.

Bare IDs (such as "1703.06103" or "10.1371/JOURNAL.PONE.0029797") or URLs (such as "https://arxiv.org/abs/1703.06103" or "https://doi.org/10.1371/JOURNAL.PONE.0029797") can be used and the list can be comma, space, pipe or tab separated. Note that new items in Wikidata may not be immediately found because of caching.

Result

{% if error %} {% endif %} {% if (qs|length) >= 1 %}

{{ qs|length}} Found

{% endif %} {% if (qs|length) == 1 %}
{{ qs[0][0] }} has been entered as {{ qs[0][1] }}
{% endif %} {% if (qs|length) > 1 %}
In Wikidata:
{% endif %} {% if (quickstatements|length) > 0 %}

{{(quickstatements|length)}} Not Found

{% for quickstatement in quickstatements %}
{{ quickstatement }}
{% endfor %} {% endif %} {% if (failed|length) > 0 %}

{{(failed|length)}} Failed

{% endif %} {% endblock %}