bibx


Namebibx JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryPython bibliometric tools.
upload_time2024-12-09 23:36:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
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/pybadges.svg)
[![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/ed/3b/11da5581d17ea9c48d8c51fc249fefb04004e8f1a42c489fc2d9674dc77d/bibx-0.2.0.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/pybadges.svg)\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": "MIT",
    "summary": "Python bibliometric tools.",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "bibliometrics",
        " science",
        " text mining"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af367a40df51ebe5cbbe3f885f38f28639cb3d53301d40acfef3600a1b64bfd5",
                "md5": "ce56a6b0ed3cfaefc163c81a763f3db2",
                "sha256": "024026bdffeb766f94232f816c8da9fc4c551797f4c5dc86ceda285b4142b666"
            },
            "downloads": -1,
            "filename": "bibx-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce56a6b0ed3cfaefc163c81a763f3db2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20949,
            "upload_time": "2024-12-09T23:36:35",
            "upload_time_iso_8601": "2024-12-09T23:36:35.223094Z",
            "url": "https://files.pythonhosted.org/packages/af/36/7a40df51ebe5cbbe3f885f38f28639cb3d53301d40acfef3600a1b64bfd5/bibx-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed3b11da5581d17ea9c48d8c51fc249fefb04004e8f1a42c489fc2d9674dc77d",
                "md5": "6b06f15bce62cecda15b58182cd13301",
                "sha256": "72a4cdf6126a4331db98710c4e797d0d1fd158ac320da4d1603dcf224d841b54"
            },
            "downloads": -1,
            "filename": "bibx-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6b06f15bce62cecda15b58182cd13301",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3155149,
            "upload_time": "2024-12-09T23:36:37",
            "upload_time_iso_8601": "2024-12-09T23:36:37.907289Z",
            "url": "https://files.pythonhosted.org/packages/ed/3b/11da5581d17ea9c48d8c51fc249fefb04004e8f1a42c489fc2d9674dc77d/bibx-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 23:36:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bibx"
}
        
Elapsed time: 0.40974s