New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve/ update Scholia examples #308

Open
Daniel-Mietchen opened this Issue Apr 1, 2018 · 3 comments

Comments

@Daniel-Mietchen
Collaborator

Daniel-Mietchen commented Apr 1, 2018

The example lists on aspect landing pages would benefit from a review in terms of

  • the number of examples
  • their suitability as examples (e.g. by checking how complete their Scholia profiles are versus those of other items)
  • their diversity within and across aspects
    and update/ replace the examples accordingly.

Pinging #280 for tracking progress on landing pages.

This ticket was migrated from here.

@Daniel-Mietchen

This comment has been minimized.

Collaborator

Daniel-Mietchen commented May 20, 2018

Here is a query for people with rather complete Scholia profiles:

SELECT DISTINCT ?author ?authorLabel
  WHERE {
    ?author wdt:P21 [] ;
            wdt:P69 [] ;
            wdt:P496 [] ;
            (wdt:P108 | wdt:P1416) [];
            wdt:P184 [].
    ?cited_work wdt:P50 ?author ;
                wdt:P921 [].
    ?work wdt:P2860 ?cited_work .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }
@Daniel-Mietchen

This comment has been minimized.

Collaborator

Daniel-Mietchen commented May 26, 2018

I set up a Listeria list based on the above query:
https://www.wikidata.org/wiki/User:Daniel_Mietchen/Scholia/Examples/people .

@Daniel-Mietchen

This comment has been minimized.

Collaborator

Daniel-Mietchen commented Jan 10, 2019

In order to move the examples forward more systematically, I set up a dedicated project at https://github.com/fnielsen/scholia/projects/19 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment