Page MenuHomePhabricator

Generate quality score average and add to WikidataQuality gadget
Open, Needs TriagePublic

Description

Add average quality figure and gap calculation to the Wikidata Quality widget:
https://en.wikipedia.org/w/index.php?title=User:Arybolab/WikidataQuality.js
Scores come from the http://ores.wikimedia.org/ library

(derivative work from https://en.wikipedia.org/wiki/User:EpochFail/ArticleQuality.js)

Event Timeline

Based on the discussion, you can download the data from Wikidata and the associated Wikipedia articles.

SELECT DISTINCT ?occupation ?person ?gender (YEAR(?birth) as ?year) ?wikipedia
{
  ?person wdt:P31 wd:Q5;
          wdt:P106 ?occupation;
          wdt:P21 ?gender;
          wdt:P569 ?birth;
          wdt:P27 wd:Q55.
  ?wikipedia schema:about ?person.
  FILTER(CONTAINS(STR(?wikipedia), "https://de.wikipedia.org/wiki/"))
          
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

@Arybolab: Hi! This task has been assigned to you a while ago. Could you maybe share an update? Do you still plan to work on this task, or do you need any help?

If this task has been resolved in the meantime: Please update the task status (via Add Action...Change Status in the dropdown menu).
If this task is not resolved and only if you do not plan to work on this task anymore: Please consider removing yourself as assignee (via Add Action...Assign / Claim in the dropdown menu): That would allow others to work on this (in theory), as others won't think that someone is already working on this. Thanks! :)

Removing task assignee due to inactivity, as this open task has been assigned for more than two years (see emails sent to assignee on May26 and Jun17, and T270544). Please assign this task to yourself again if you still realistically [plan to] work on this task - it would be very welcome!

(See https://www.mediawiki.org/wiki/Bug_management/Assignee_cleanup for tips how to best manage your individual work in Phabricator.)