Skip to content

WDscholia/scholia

Repository files navigation

Scholia

Website

Gitpod

Github last commit

GitHub issues

License

Documentation Status


Scholia is a python package and webapp for interaction with scholarly information in Wikidata.

Installation

Scholia can be installed directly from GitHub with:

$ python3 -m pip install git+https://github.com/WDscholia/scholia

It can be installed in development mode with:

$ git clone https://github.com/WDscholia/scholia
$ cd scholia
$ pip install --editable .

Webapp

As a webapp, it currently runs from Wikimedia Toolforge, a facility provided by the Wikimedia Foundation. It is accessible from

https://scholia.toolforge.org/

The webapp displays scholarly profiles for individual researchers, research topics, organizations, journals, works, events, awards and so on. For instance, the scholarly profile for psychologist Uta Frith is accessible from

https://scholia.toolforge.org/author/Q8219

The information displayed on the page is only what is available in Wikidata.

Run locally after installing with pip:

$ scholia run

Script

It is possible to use methods of the scholia package as a script: :: $ python -m scholia.query twitter-to-q fnielsen Q20980928

Contributing

A simple way to get up and running is to launch Scholia via Gitpod, which installs the dependencies listed in requirements.txt automatically and launches the web app via runserver.py.

See file CONTRIBUTING.rst for technical details on how to improve Scholia.

References ---------- Scholia's page about itself: https://scholia.toolforge.org/topic/Q45340488 - Wikidata overview page about Scholia: https://www.wikidata.org/wiki/Wikidata:Scholia - Lane Rasberry, Egon Willighagen, Finn Nielsen, Daniel Mietchen, "Robustifying Scholia: paving the way for knowledge discovery and research assessment through Wikidata. Research Ideas and Outcomes", 2019, RIO Journal, 5: e35820. https://doi.org/10.3897/rio.5.e35820 - Finn Årup Nielsen, Daniel Mietchen, Egon Willighagen, "Scholia and scientometrics with Wikidata", Joint Proceedings of the 1st International Workshop on Scientometrics and 1st International Workshop on Enabling Decentralised Scholarly Communication, 2017. http://ceur-ws.org/Vol-1878/article-03.pdf - Finn Årup Nielsen, Daniel Mietchen, Egon Willighagen, "Scholia, Scientometrics and Wikidata", The Semantic Web: ESWC 2017 Satellite Events, 2017. DOI: 10.1007/978-3-319-70407-4_36. https://link.springer.com/content/pdf/10.1007%2F978-3-319-70407-4_36.pdf