All Projects â†’ WDscholia â†’ scholia

WDscholia / scholia

Licence: other
Wikidata-based scholarly profiles

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to scholia

videlibri
📚 Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
Stars: ✭ 18 (-89.16%)
Mutual labels:  bibtex, bibliography, code4lib
Scholia
Wikidata scholarly profiles
Stars: ✭ 115 (-30.72%)
Mutual labels:  bibliography, sparql, wikidata
Helm Bibtex
Search and manage bibliographies in Emacs
Stars: ✭ 328 (+97.59%)
Mutual labels:  bibtex, bibliography
Shbib
A BibTeX-centric bibliography manager written in POSIX shell
Stars: ✭ 26 (-84.34%)
Mutual labels:  bibtex, bibliography
Citation.js
Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
Stars: ✭ 171 (+3.01%)
Mutual labels:  bibtex, wikidata
pandoc alfred
Pandoc-Suite for Academic Writing in Markdown
Stars: ✭ 68 (-59.04%)
Mutual labels:  bibtex, bibliography
Org Roam Bibtex
Connector between Org-roam, BibTeX-completion, and Org-ref
Stars: ✭ 253 (+52.41%)
Mutual labels:  bibtex, bibliography
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+505.42%)
Mutual labels:  bibtex, bibliography
Wikibase Sdk
JS utils functions to query a Wikibase instance and simplify its results
Stars: ✭ 251 (+51.2%)
Mutual labels:  sparql, wikidata
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  sparql, scientometrics
citeproc-el
A CSL 1.0.2 Citation Processor for Emacs.
Stars: ✭ 75 (-54.82%)
Mutual labels:  bibtex, bibliography
rAltmetric
Query and visualize metrics from altmetric.com
Stars: ✭ 46 (-72.29%)
Mutual labels:  citations, bibliometrics
bibtex-js
Library for parsing .bib files, used in Bibliography.js 📚
Stars: ✭ 55 (-66.87%)
Mutual labels:  bibtex, bibliography
Styles
Official repository for Citation Style Language (CSL) citation styles.
Stars: ✭ 2,458 (+1380.72%)
Mutual labels:  bibliography, citations
Rdpack
R package Rdpack provides functions and macros facilitating writing and management of R documentation.
Stars: ✭ 21 (-87.35%)
Mutual labels:  bibtex, citations
Jekyll Scholar
jekyll extensions for the blogging scholar
Stars: ✭ 872 (+425.3%)
Mutual labels:  bibtex, bibliography
LinkedDataHub
The Knowledge Graph notebook. Apache license.
Stars: ✭ 150 (-9.64%)
Mutual labels:  sparql, linked-open-data
Mundaneum
A clojure wrapper around WikiData
Stars: ✭ 54 (-67.47%)
Mutual labels:  sparql, wikidata
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+1336.75%)
Mutual labels:  bibtex, bibliography
proofengineering-bib
BibTeX bibliographies for proof engineering-related papers
Stars: ✭ 24 (-85.54%)
Mutual labels:  bibtex, bibliography

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].