Metadata-Version: 2.4
Name: dibisoplot
Version: 0.5
Summary: A Python library for plotting bibliometric research data, developed at the DiBISO.
Author-email: Romain Thomas <contact@romainthomas.net>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://pypi.org/project/dibisoplot/
Project-URL: Repository, https://github.com/dibiso-upsaclay/dibisoplot
Project-URL: Documentation, https://dibiso-upsaclay.github.io/dibisoplot/
Keywords: DiBISO,Data analysis,Scientific research,Plotly
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.21.5
Requires-Dist: pandas>=2.0.1
Requires-Dist: plotly>=5.15.0
Requires-Dist: kaleido
Requires-Dist: tqdm>=4.65.0
Requires-Dist: requests
Requires-Dist: emoji-country-flag
Requires-Dist: openalex-analysis>=0.14.1
Requires-Dist: elasticsearch<9,>7
Dynamic: license-file

# DiBISO plot

A Python library for plotting bibliometric research data, developed at the [DiBISO](https://www.bibliotheques.universite-paris-saclay.fr/en/department-libraries-information-and-open-science-dibiso-and-its-missions).

Install with:

```bash
pip install dibisoplot
```

The library contains the following submodules:

  - `biso`: plot data for the BiSO (Open-Science Report)


Homepage: https://pypi.org/project/dibisoplot/

Documentation: https://dibiso-upsaclay.github.io/dibisoplot/

Repository URL: https://github.com/dibiso-upsaclay/dibisoplot


The BiSO (Bilan Science Ouverte - Open Science Report) is an annual report produced for each research laboratory under 
the responsibility of the Open Science teams (DiBISO) at Université Paris-Saclay. 
Prepared in collaboration with the laboratories, it is based on open data, mainly coming from the [HAL](https://hal.science/) repository but 
also from [OpenAlex](https://openalex.org/), [scanR](https://scanr.enseignementsup-recherche.gouv.fr/) and the [BSO](https://barometredelascienceouverte.esr.gouv.fr/). 
The BiSO presents indicators such as publication types, open access rates, and collaborations. 
Primarily intended for the laboratories under our scope, the report supports the development of open science practices. 
The code and template are shared under open-source licenses, allowing other institutions to reuse and adapt the 
methodology.


Romain THOMAS 2025  
Department of Libraries, Information and Open Science (DiBISO)  
Université Paris-Saclay
