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 files.
- Merges scopus and ISI 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
from bibx.algorithms.sap import Sap
with open('./docs/examples/scopus.bib') as f:
c = read_scopus(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.0.1a2.tar.gz
(3.1 MB
view details)
Built Distribution
File details
Details for the file bibx-0.0.1a2.tar.gz
.
File metadata
- Download URL: bibx-0.0.1a2.tar.gz
- Upload date:
- Size: 3.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 038f823598ed561d011291ec9678f4a094f2a998e89178559656e12f9eacf24e |
|
MD5 | 752238641af82750c56f4eafc00aa176 |
|
BLAKE2b-256 | 9b81cfe829088c98f1af7552249062bd42d1936a86ac7447e6a7fb6fe2d47691 |
File details
Details for the file bibx-0.0.1a2-py2.py3-none-any.whl
.
File metadata
- Download URL: bibx-0.0.1a2-py2.py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de7e44510cb1ea37b99d5097e77759c06812272b80b393225cff31ca59ca0c76 |
|
MD5 | 0a68b9e7ea324bfe82ece17720477b67 |
|
BLAKE2b-256 | cd6a3ccf5a0a2aa205b93a98f6462e9efbf960c95245464ade6dfc6456aa9e5a |