| Name | bibx JSON |
| Version |
0.8.0
JSON |
| download |
| home_page | None |
| Summary | Python bibliometric tools. |
| upload_time | 2025-08-30 20:14:22 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.11 |
| license | None |
| keywords |
bibliometrics
science
text mining
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# bibx
[](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml)

[](https://zenodo.org/badge/latestdoi/565499325)
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][sap] algorithm.
- More features in the roadmap...
## Example
Here's how to apply the sap algorithm:
```python
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][web]
- 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][sap]
- 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][meta]
- 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][network]
[web]: https://dx.doi.org/10.29173/istl2696
[sap]: https://dx.doi.org/10.15446/ing.investig.v40n1.77718
[meta]: https://dx.doi.org/10.22490/24629448.1735
[network]: https://dx.doi.org/10.14483/2322939X.9664
Raw data
{
"_id": null,
"home_page": null,
"name": "bibx",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "bibliometrics, science, text mining",
"author": null,
"author_email": "Core of Science Team <technology@coreofscience.org>",
"download_url": "https://files.pythonhosted.org/packages/e8/a9/680e06ab62eea034168929a115fe19b2a3039dbd32607afc0857664638ab/bibx-0.8.0.tar.gz",
"platform": null,
"description": "# bibx\n\n[](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml)\n\n[](https://zenodo.org/badge/latestdoi/565499325)\n\nA python library with bibliographic and biblio-metric tools.\n\n## Features\n\n- Reads Web of Science (ISI) files.\n- Reads scopus bibtex, ris and csv files.\n- Merges bibliographic collections.\n- Implements the [SAP][sap] algorithm.\n- More features in the roadmap...\n\n## Example\n\nHere's how to apply the sap algorithm:\n\n```python\nfrom bibx import read_scopus_bib, Sap\n\nwith open('./docs/examples/scopus.bib') as f:\n c = read_scopus_bib(f)\ns = Sap()\ng = s.create_graph(c)\ng = s.clean_graph(g)\ng = s.tree(g)\n# Then work with g however you'd prefer\n```\n\n## References\n\n- Zuluaga, M.; Robledo, S.; Arbelaez-Echeverri, O.; Osorio-Zuluaga, G. A. & Duque-M\u00e9ndez, 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][web]\n- Valencia-Hernandez, D. S., Robledo, S., Pinilla, R., Duque-M\u00e9ndez, N. D., & Olivar-Tost, G. (2020). SAP Algorithm for Citation Analysis: An improvement to Tree of Science. _Ingenier\u00eda E Investigaci\u00f3n_, 40(1), 45\u201349. [https://doi.org/10.15446/ing.investig.v40n1.77718][sap]\n- Zuluaga, M.; Robledo, S.; Osorio-Zuluaga, G. A.; Yathe, L.; Gonz\u00e1lez, 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][meta]\n- Robledo, S.; Osorio, G. & L\u00f3pez, C. (2014). Networking en peque\u00f1a empresa: una revisi\u00f3n bibliogr\u00e1fica utilizando la teoria de grafos. _Revista V\u00ednculos_, 11(2), 6-16. [https://dx.doi.org/10.14483/2322939X.9664][network]\n\n[web]: https://dx.doi.org/10.29173/istl2696\n[sap]: https://dx.doi.org/10.15446/ing.investig.v40n1.77718\n[meta]: https://dx.doi.org/10.22490/24629448.1735\n[network]: https://dx.doi.org/10.14483/2322939X.9664\n",
"bugtrack_url": null,
"license": null,
"summary": "Python bibliometric tools.",
"version": "0.8.0",
"project_urls": null,
"split_keywords": [
"bibliometrics",
" science",
" text mining"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1e9deb703706cfc457b2c958959f836dc047009d7758507a90102197d19d44f6",
"md5": "6973c4d5f47e1edfa098732ce41bfebc",
"sha256": "4b2a3054dd929b17236177e112020f5c24abef98e8a3fff886dae7fd58ec9750"
},
"downloads": -1,
"filename": "bibx-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6973c4d5f47e1edfa098732ce41bfebc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 26435,
"upload_time": "2025-08-30T20:14:21",
"upload_time_iso_8601": "2025-08-30T20:14:21.400975Z",
"url": "https://files.pythonhosted.org/packages/1e/9d/eb703706cfc457b2c958959f836dc047009d7758507a90102197d19d44f6/bibx-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e8a9680e06ab62eea034168929a115fe19b2a3039dbd32607afc0857664638ab",
"md5": "d7305471a2957bab4b9a7b7343eefec4",
"sha256": "1a4ebec02ce00e85a896f7069564127f9b60a3b59d144021d67fc0fdeca550cd"
},
"downloads": -1,
"filename": "bibx-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "d7305471a2957bab4b9a7b7343eefec4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 4389546,
"upload_time": "2025-08-30T20:14:22",
"upload_time_iso_8601": "2025-08-30T20:14:22.776932Z",
"url": "https://files.pythonhosted.org/packages/e8/a9/680e06ab62eea034168929a115fe19b2a3039dbd32607afc0857664638ab/bibx-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-30 20:14:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "bibx"
}