WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
225 stars 81 forks source link

Co-author graph in author aspect does not show 1000 authors #2546

Open fnielsen opened 1 month ago

fnielsen commented 1 month ago

Describe the bug Co-author graph in author aspect does not show 1000 authors

To Reproduce Steps to reproduce the behavior:

  1. Go to https://scholia.toolforge.org/author/Q20980928#coauthors
  2. Some co-authors are missing

Expected behavior All authors should be shown.

Additional context A DISTINCT should be added:

SELECT DISTINCT (COUNT(?work) AS ?count) ?author1 ?author2 WHERE {