bibx


Namebibx JSON
Version 0.0.1a8 PyPI version JSON
download
home_pageNone
SummaryPython bibliometric tools.
upload_time2023-12-03 15:33:29
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords bibliometrics science text mining
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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][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": null,
    "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/8d/ec/0491f9dbe5da60643b43ec79ff252396c0a702656083c3dd5ac1e41e5138/bibx-0.0.1a8.tar.gz",
    "platform": null,
    "description": "# bibx\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.0.1a8",
    "project_urls": null,
    "split_keywords": [
        "bibliometrics",
        "science",
        "text mining"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c05199570755cdf8f29337d477e8579f4010a76f42b56e8837e36419631a222b",
                "md5": "28cf0225fd60fa705a5d356d3d281088",
                "sha256": "00e504c4fa338d39086d4dceba1695d8878652a50ab4e0cb27a21f6731b12777"
            },
            "downloads": -1,
            "filename": "bibx-0.0.1a8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28cf0225fd60fa705a5d356d3d281088",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 18665,
            "upload_time": "2023-12-03T15:33:27",
            "upload_time_iso_8601": "2023-12-03T15:33:27.733963Z",
            "url": "https://files.pythonhosted.org/packages/c0/51/99570755cdf8f29337d477e8579f4010a76f42b56e8837e36419631a222b/bibx-0.0.1a8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dec0491f9dbe5da60643b43ec79ff252396c0a702656083c3dd5ac1e41e5138",
                "md5": "5a165c49c9dd00d9b763130cab549554",
                "sha256": "878bfe68c37e6f42883172a63bb21b225f54f842a54873dbe3145d7dac5c7196"
            },
            "downloads": -1,
            "filename": "bibx-0.0.1a8.tar.gz",
            "has_sig": false,
            "md5_digest": "5a165c49c9dd00d9b763130cab549554",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3153024,
            "upload_time": "2023-12-03T15:33:29",
            "upload_time_iso_8601": "2023-12-03T15:33:29.652335Z",
            "url": "https://files.pythonhosted.org/packages/8d/ec/0491f9dbe5da60643b43ec79ff252396c0a702656083c3dd5ac1e41e5138/bibx-0.0.1a8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 15:33:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bibx"
}
        
Elapsed time: 0.20150s