bibx


Namebibx JSON
Version 0.6.1 PyPI version JSON
download
home_pageNone
SummaryPython bibliometric tools.
upload_time2025-02-20 22:35:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords bibliometrics science text mining
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bibx

[![CI](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml/badge.svg)](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml)
![pypi](https://img.shields.io/pypi/v/bibx)
[![DOI](https://zenodo.org/badge/565499325.svg)](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 files.
- Merges scopus and ISI 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, 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][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.9",
    "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/39/8f/6c89c81d0d0c8c7c133295852ad86312c50848d7dee840bfbdcf149c4a41/bibx-0.6.1.tar.gz",
    "platform": null,
    "description": "# bibx\n\n[![CI](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml/badge.svg)](https://github.com/coreofscience/python-bibx/actions/workflows/ci.yml)\n![pypi](https://img.shields.io/pypi/v/bibx)\n[![DOI](https://zenodo.org/badge/565499325.svg)](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 files.\n- Merges scopus and ISI 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, Sap\n\nwith open('./docs/examples/scopus.bib') as f:\n    c = read_scopus(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.6.1",
    "project_urls": null,
    "split_keywords": [
        "bibliometrics",
        " science",
        " text mining"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ecdf1b5fa7069d2cd8ca82dd8ee0da321f367e69c7f1a0ee14847565596be99",
                "md5": "dcad42f222731c04f44de6ac0ac18876",
                "sha256": "37d168d8d9ac745efed344d89f31fef0c262df3cb83206039910b267a1f44640"
            },
            "downloads": -1,
            "filename": "bibx-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dcad42f222731c04f44de6ac0ac18876",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 26197,
            "upload_time": "2025-02-20T22:35:30",
            "upload_time_iso_8601": "2025-02-20T22:35:30.019273Z",
            "url": "https://files.pythonhosted.org/packages/7e/cd/f1b5fa7069d2cd8ca82dd8ee0da321f367e69c7f1a0ee14847565596be99/bibx-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "398f6c89c81d0d0c8c7c133295852ad86312c50848d7dee840bfbdcf149c4a41",
                "md5": "375aadcbd890f207496bf31aa285a62b",
                "sha256": "edf61720054946faef0e0a46750d4a4855424ef15db018b1b3d34d6f26e76ba6"
            },
            "downloads": -1,
            "filename": "bibx-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "375aadcbd890f207496bf31aa285a62b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4389384,
            "upload_time": "2025-02-20T22:35:32",
            "upload_time_iso_8601": "2025-02-20T22:35:32.200213Z",
            "url": "https://files.pythonhosted.org/packages/39/8f/6c89c81d0d0c8c7c133295852ad86312c50848d7dee840bfbdcf149c4a41/bibx-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 22:35:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bibx"
}
        
Elapsed time: 1.64679s