Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.34 KB

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