Skip to content

JaFeKl/BibVisualizationExpress

Repository files navigation

Python 3.8 License: MIT

BibVisualizationExpress

BibVisualizationExpress is a small Python library for quick visualizing bibliographic data. The library uses .csv data which can either be provided by file or directly crawled from scopus by using pybliometrics, a Scopus API for python.

Currently this library provides three functions for visualization:

plot_records_over_time()

RecordsOverTime

plot_world_map_country_count()

WorldMapCountryCount

plot_keyword_worldcloud()

KeywordWorldcloud

Install

Easiest to install all dependencies is using conda:

conda env create -f environment.yml  
conda activate bibvis

Usage

Check out the example notebook, which gives a good overview.

Contributing

If you like the library feel free to contribute!

License

MIT license, see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages