{"id":13482498,"url":"https://github.com/WDscholia/scholia","last_synced_at":"2025-03-27T13:32:01.274Z","repository":{"id":36993925,"uuid":"70430478","full_name":"WDscholia/scholia","owner":"WDscholia","description":"Wikidata-based scholarly profiles ","archived":false,"fork":false,"pushed_at":"2025-03-05T09:43:52.000Z","size":4869,"stargazers_count":232,"open_issues_count":899,"forks_count":81,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-22T04:02:25.533Z","etag":null,"topics":["bibliography","bibliometrics","bibtex","citations","code4lib","datacuration","dataviz","fairdata","hacktoberfest","latex","linked-open-data","literature","scientometrics","sparql","wikicite","wikidata"],"latest_commit_sha":null,"homepage":"https://scholia.toolforge.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WDscholia.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-09T21:07:00.000Z","updated_at":"2025-03-19T08:38:58.000Z","dependencies_parsed_at":"2023-10-26T21:27:58.047Z","dependency_job_id":"f2fbb7bb-1afc-4c9f-b4ec-f0805cd957b9","html_url":"https://github.com/WDscholia/scholia","commit_stats":null,"previous_names":["fnielsen/scholia"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WDscholia%2Fscholia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WDscholia%2Fscholia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WDscholia%2Fscholia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WDscholia%2Fscholia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WDscholia","download_url":"https://codeload.github.com/WDscholia/scholia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245854472,"owners_count":20683358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bibliography","bibliometrics","bibtex","citations","code4lib","datacuration","dataviz","fairdata","hacktoberfest","latex","linked-open-data","literature","scientometrics","sparql","wikicite","wikidata"],"created_at":"2024-07-31T17:01:02.574Z","updated_at":"2025-03-27T13:32:00.635Z","avatar_url":"https://github.com/WDscholia.png","language":"JavaScript","readme":"|logo|\n\n|website| |gitpod| |github| |issues| |license| |docs|\n\n.. |logo| image:: scholia/app/static/images/scholia_logo.svg\n   :width: 10%\n   :alt: Scholia\n\n.. |website| image:: https://img.shields.io/website-up-down-green-red/http/scholia.toolforge.org.svg\n           :target: https://scholia.toolforge.org/\n           :alt: Website\n\n.. |gitpod| image:: https://img.shields.io/badge/Gitpod-Open%20in%20Gitpod-%230092CF.svg\n           :target: https://gitpod.io/#https://github.com/WDscholia/scholia\n           :alt: Gitpod\n.. |github| image:: https://img.shields.io/github/last-commit/WDscholia/scholia.svg\n   :target: https://github.com/WDscholia/scholia\n   :alt: Github last commit\n.. |issues| image:: https://img.shields.io/github/issues/WDScholia/scholia.svg\n   :target: https://github.com/WDscholia/scholia/issues\n   :alt: GitHub issues\n.. |licence| image:: https://img.shields.io/badge/License-GPLv3-blue.svg\n   :target: https://github.com/WDscholia/scholia/blob/master/LICENSE\n   :alt: License\n.. |docs| image:: https://readthedocs.org/projects/scholia/badge/?version=latest\n   :target: https://scholia.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n=======\n\nScholia is a python package and webapp for interaction with scholarly information in Wikidata_.\n\nInstallation\n------------\nScholia can be installed directly from GitHub with:\n\n.. code-block:: shell\n\n    $ python3 -m pip install git+https://github.com/WDscholia/scholia\n\nIt can be installed in development mode with:\n\n.. code-block:: shell\n\n    $ git clone https://github.com/WDscholia/scholia\n    $ cd scholia\n    $ pip install --editable .\n\nWebapp\n------\n\nAs a webapp, it currently runs from `Wikimedia Toolforge`_, a facility provided by the `Wikimedia Foundation`_. It is accessible from\n\n    https://scholia.toolforge.org/\n\nThe 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\n\n    https://scholia.toolforge.org/author/Q8219\n\nThe information displayed on the page is only what is available in Wikidata.\n\nRun locally after installing with ``pip``:\n\n.. code-block:: sh\n\n    $ scholia run\n\nScript\n------\n\nIt is possible to use methods of the scholia package as a script:\n\n.. code-block:: sh\n\n    $ python -m scholia.query twitter-to-q fnielsen\n    Q20980928\n\n\nContributing\n------------\n\nA 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`_.\n\nSee file `CONTRIBUTING.rst`_ for technical details on how to improve Scholia.\n\n.. _Wikidata: https://www.wikidata.org\n.. _Wikimedia Foundation: https://wikimediafoundation.org\n.. _Wikimedia Toolforge: https://toolforge.org/\n.. _launch Scholia via Gitpod: https://gitpod.io/#https://github.com/WDscholia/scholia\n.. _CONTRIBUTING.rst: https://github.com/WDscholia/scholia/blob/master/CONTRIBUTING.rst\n.. _requirements.txt: https://github.com/WDscholia/scholia/blob/master/requirements.txt\n.. _runserver.py: https://github.com/WDscholia/scholia/blob/master/runserver.py\n\nReferences\n----------\n- Scholia's page about itself: https://scholia.toolforge.org/topic/Q45340488\n- Wikidata overview page about Scholia: https://www.wikidata.org/wiki/Wikidata:Scholia\n- 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\n- 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\n- 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 \u003chttps://doi.org/10.1007/978-3-319-70407-4_36\u003e`_. https://link.springer.com/content/pdf/10.1007%2F978-3-319-70407-4_36.pdf\n","funding_links":[],"categories":["\u003ca id=\"tag-science\" href=\"#tag-science\"\u003eScience\u003c/a\u003e","latex","JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWDscholia%2Fscholia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWDscholia%2Fscholia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWDscholia%2Fscholia/lists"}