Python bibliometric tools.
Project description
bibx
A python library with bibliographic and biblio-metric tools.
Features
- Reads Web of Science (ISI) files.
- Reads scopus bibtex, ris and csv files.
- Merges bibliographic collections.
- Implements the SAP algorithm.
- More features in the roadmap...
Example
Here's how to apply the sap algorithm:
from bibx import read_scopus_bib, Sap
with open('./docs/examples/scopus.bib') as f:
c = read_scopus_bib(f)
s = Sap()
g = s.create_graph(c)
g = s.clean_graph(g)
g = s.tree(g)
# Then work with g however you'd prefer
References
- Zuluaga, M.; Robledo, S.; Arbelaez-Echeverri, O.; Osorio-Zuluaga, G. A. & Duque-Méndez, N. (2022). Tree of Science - ToS: A web-based tool for scientific literature recommendation. Search less, research more! Issues In Science And Technology Librarianship, 100. https://dx.doi.org/10.29173/istl2696
- Valencia-Hernandez, D. S., Robledo, S., Pinilla, R., Duque-Méndez, N. D., & Olivar-Tost, G. (2020). SAP Algorithm for Citation Analysis: An improvement to Tree of Science. Ingeniería E Investigación, 40(1), 45–49. https://doi.org/10.15446/ing.investig.v40n1.77718
- Zuluaga, M.; Robledo, S.; Osorio-Zuluaga, G. A.; Yathe, L.; González, D. & Taborda, G. (2016). Metabolomics and pesticides: systematic literature review usinggraph theory for analysis of references. Nova, 14(25), 121-138. https://dx.doi.org/10.22490/24629448.1735
- Robledo, S.; Osorio, G. & López, C. (2014). Networking en pequeña empresa: una revisión bibliográfica utilizando la teoria de grafos. Revista Vínculos, 11(2), 6-16. https://dx.doi.org/10.14483/2322939X.9664
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bibx-0.6.3.tar.gz
(4.4 MB
view details)
Built Distribution
bibx-0.6.3-py3-none-any.whl
(26.2 kB
view details)
File details
Details for the file bibx-0.6.3.tar.gz
.
File metadata
- Download URL: bibx-0.6.3.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6a079016dfc44a4d61efe57fe294cfaf7430446ff3343f62704c4f6390e5ec6 |
|
MD5 | 0697977ae142000910b4bb2efc36ae77 |
|
BLAKE2b-256 | 318faa7b69d70357e0af49290faa36a4737e74d1371d7afb6d3a4377c9e8c095 |
File details
Details for the file bibx-0.6.3-py3-none-any.whl
.
File metadata
- Download URL: bibx-0.6.3-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26ab98f66b932fe3b384311b5f8fa12fa47390de29f45e3c453ef38ee874ecb6 |
|
MD5 | 2dfee03fc99a1b0ca2228a2a3b87727f |
|
BLAKE2b-256 | 19e427def0ac97cadaf0cb39683a6e26acffe2d22ece906beab1d11c0615c6ca |