Difference between revisions of "Pysotsog"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | = Motivation = | ||
+ | [https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants Standing on the shoulders of giants] is a core motto for scholars when doing research. | ||
+ | <graphviz format='svg'> | ||
+ | /** | ||
+ | * Wolfgang Fahl 2022-05-11 | ||
+ | * updated 2022-11-17 | ||
+ | * | ||
+ | * Entities and Properties | ||
+ | */ | ||
+ | digraph links { | ||
+ | rankdir = TB; | ||
+ | scholar [ | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q5" | ||
+ | ] | ||
+ | institution [ | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q4671277" | ||
+ | ] | ||
+ | paper [ | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q13442814" | ||
+ | ] | ||
+ | proceedings [ | ||
+ | color="blue" | ||
+ | fontcolor="blue" | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q1143604" | ||
+ | ] | ||
+ | paper -> scholar [ | ||
+ | label="author" | ||
+ | href="https://www.wikidata.org/wiki/Property:P50" | ||
+ | ] | ||
+ | scholar -> institution [ | ||
+ | label="affiliated with" | ||
+ | ] | ||
+ | paper -> paper [ | ||
+ | label="cites" | ||
+ | href="https://www.wikidata.org/wiki/Property:P2860" | ||
+ | ] | ||
+ | paper -> proceedings [ | ||
+ | label="published in" | ||
+ | href="https://www.wikidata.org/wiki/Property:P1433" | ||
+ | ] | ||
+ | eventseries [ | ||
+ | color="blue" | ||
+ | fontcolor="blue" | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q47258130" | ||
+ | ] | ||
+ | event [ | ||
+ | color="blue" | ||
+ | fontcolor="blue" | ||
+ | shape="box" | ||
+ | href="https://www.wikidata.org/wiki/Q2020153" | ||
+ | ] | ||
+ | |||
+ | event -> eventseries [ | ||
+ | color="blue" | ||
+ | fontcolor="blue" | ||
+ | label="part of the series" | ||
+ | href="https://www.wikidata.org/wiki/Property:P179" | ||
+ | ] | ||
+ | proceedings -> event [ | ||
+ | color="blue" | ||
+ | fontcolor="blue" | ||
+ | label="is proceedings of" | ||
+ | href="https://www.wikidata.org/wiki/Property:P4745" | ||
+ | ] | ||
+ | { rank = same; event; eventseries; } | ||
+ | |||
+ | } | ||
+ | </graphviz> | ||
+ | {{pip|pyThunderbird}} |
Revision as of 08:24, 17 November 2022
OsProject | |
---|---|
edit | |
id | pysotsog |
state | active |
owner | WolfgangFahl |
title | pysotsog is a python library for scholars to help navigate the conceptual knowledge graph consisting of authors,organizations,papers,scientific events,scientific event series |
url | https://github.com/WolfgangFahl/pysotsog |
version | 0.0.6 |
description | |
date | 2022-11-16 |
since | 2022-11-17 |
until |
Motivation
Standing on the shoulders of giants is a core motto for scholars when doing research.
Installation
pip install pyThunderbird
# alternatively if your pip is not a python3 pip
pip3 install pyThunderbird
# local install from source directory of pyThunderbird
pip install .
upgrade
pip install pyThunderbird -U
# alternatively if your pip is not a python3 pip
pip3 install pyThunderbird -U
References
- ^ willighagenci