Permalink
Browse files

Link to Author Disambiguator instead of Author resolver

  • Loading branch information...
Daniel-Mietchen committed Dec 7, 2018
1 parent bca1c89 commit bb625398c2e4b06ad7d89fe6477431c7cc6dfa18
Showing with 4 additions and 3 deletions.
  1. +4 −3 scholia/app/templates/venue_missing.html
@@ -13,9 +13,9 @@
# The author as a string, - rather than as an item
?author
# Build URL to Magnus Manske's resolver tool
# Build URL to the Author disambiguator tool
(CONCAT(
'https://tools.wmflabs.org/sourcemd/new_resolve_authors.php?doit=Look+for+author&name=',
'https://tools.wmflabs.org/author-disambiguator/?doit=Look+for+author&name=',
ENCODE_FOR_URI(?author)) AS ?resolver_url)
WITH {
SELECT (COUNT(?work) as ?count) ?author WHERE {
@@ -54,7 +54,8 @@ <h2>Missing author item</h2>
If there is any authors listed below,
it means that author names are not resolved for some works published in the venue
and linked to Wikidata items.
Follow the link to Magnus Manske's resolver tool to resolve the names.
Follow the link to use the Author disambiguator tool to try to resolve
the authors.
<table class="table table-hover" id="missing-author-item"></table>

0 comments on commit bb62539

Please sign in to comment.