{% extends "q_curation.html" %} {% set aspect = "author-curation" %} {% block in_ready %} {{ sparql_to_table('missing-author-resolving') }} {{ sparql_to_table('missing-coauthor-items') }} {{ sparql_to_table('missing-citing-author-items') }} {{ sparql_to_table('missing-topic') }} {{ sparql_to_table('missing-use-as-reference') }} {% endblock %} {% block curation_panels %}

Author name strings to be resolved

The authorship may be represented as an author name string rather than a Wikidata item. To try to resolve the author name strings, follow the links below to use the Author disambiguator tool, which also has a dedicated page for this author.

Missing coauthor items

The coauthors listed below may only be represented as strings in Wikidata with no link to Wikidata items. Follow the link to use the Author disambiguator tool to try to resolve the authors.

Missing citing author items

The citing authors below are only represented as strings in Wikidata and not linked to Wikidata items. Follow the link to use the Author disambiguator tool to try to resolve the authors.

Authored works with missing topics

Works authored by {{q}} that do not have topics listed in Wikidata. You can improve the data by clicking the link on the right, scrolling to "+ add statement" and adding a "main subject" (P921) if you know it:

Articles not used as statement reference

Works authored by {{ q }} that are not used as "stated in" reference to a statement. You can improve Wikidata by finding an unsourced statement in Wikidata that is supported by any of the listed articles by scrolling to that statement and clicking "+ add reference" and adding a "stated in" (P248) with the supporting article's Wikidata identifier (QID) as value.


{% endblock %}