Difference between revisions of "Scholia"

From BITPlan cr Wiki
Jump to navigation Jump to search
(pushed from rq by wikipush)
 
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
|date=2019-11-28
 
|date=2019-11-28
 
}}
 
}}
=Freitext=
+
= Publications =
https://www.wikidata.org/wiki/Wikidata:Scholia
+
* Scholia, Scientometrics and Wikidata
 +
[[CiteRef::nielsen2017sc]]
 +
{{#scite:
 +
|reference=nielsen2017sc
 +
|type=journal-article
 +
|title=Scholia, Scientometrics and Wikidata
 +
|authors=Finn Årup Nielsen;Daniel Mietchen;Egon Willighagen
 +
|journal=Lecture Notes in Computer Science
 +
|publisher=Springer International Publishing
 +
|issn=0302-9743;1611-3349|+sep=;
 +
|pages=237-259
 +
|doi=10.1007/978-3-319-70407-4_36
 +
|year=2017
 +
|retrieved-from=https://doi.org/
 +
|retrieved-on=2023-03-06
 +
}}
 +
= Installation =
 +
<source lang='bash'>
 +
git clone https://github.com/WDscholia/scholia
 +
cd scholia
 +
pipx install .
 +
  installed package scholia 0.3+1196.gb14be14d, installed using Python 3.11.14
 +
  These apps are now globally available
 +
    - scholia
 +
done! ✨ 🌟 ✨
 +
</source>
 +
= Usage =
 +
<source lang='bash' highlight='1'>
 +
scholia -h
 +
query.
 +
 
 +
Usage:
 +
  scholia arxiv-to-quickstatements [options] <arxiv>
 +
  scholia orcid-to-q <orcid>
 +
  scholia string-to-type <string>
 +
  scholia run
 +
 
 +
Options:
 +
  -o --output=file  Output filename, default output to stdout
 +
 
 +
Examples
 +
--------
 +
  $ python -m scholia orcid-to-q 0000-0001-6128-3356
 +
  Q20980928
 +
 
 +
References
 +
----------
 +
  https://wikidata-todo.toolforge.org/quick_statements.php
 +
</source>
 +
 
 +
= Links =
 +
* https://www.wikidata.org/wiki/Wikidata:Scholia
 +
* https://scholia.wikidata.dbis.rwth-aachen.de

Latest revision as of 15:37, 12 December 2025

OsProject

OsProject
id  scholia
owner  WDscholia
title  Scholia
url  https://github.com/WDscholia/scholia
version  0.2
date  2019-11-28

Publications

  • Scholia, Scientometrics and Wikidata

1

Installation

git clone https://github.com/WDscholia/scholia
cd scholia
pipx install .
  installed package scholia 0.3+1196.gb14be14d, installed using Python 3.11.14
  These apps are now globally available
    - scholia
done! ✨ 🌟 ✨

Usage

scholia -h
query.

Usage:
  scholia arxiv-to-quickstatements [options] <arxiv>
  scholia orcid-to-q <orcid>
  scholia string-to-type <string>
  scholia run

Options:
  -o --output=file  Output filename, default output to stdout

Examples
--------
  $ python -m scholia orcid-to-q 0000-0001-6128-3356
  Q20980928

References
----------
  https://wikidata-todo.toolforge.org/quick_statements.php

Links

References

  1. ^  Finn Årup Nielsen;Daniel Mietchen;Egon Willighagen. (2017) "Scholia, Scientometrics and Wikidata" - 237-259 pages. doi: 10.1007/978-3-319-70407-4_36