Python application for bibliometric purpose based on analysis of publications metadata extracted from databases such as Scopus and WoS.
More specifically:
- Parse Scopus and WoS corpuses;
- Merge Scopus and WoS corpuses taking care of the duplicates;
- Recursively dispatch the articles per department using the employees database;
- Take care of the authors homonimies (user action required);
- Take care of the authors affiliated to the Institute but not found in the employees database;
- Computes and plot some key performence indicators (impact factors, collaborations and keywords occurrences...).
Run the following command to get a repository clone:
git clone https://github.com/TickyWill/BiblioMeter.git
Either run the following batch file:
BiblioMeter executable-building batch file
Or refer to the following manual:BiblioMeter executable-building manual
BEWARE: Some security softwares (eg. McAfee) could place the .exe file in quarantine. If so you have to manually authorized the .exe file.# Local imports
from bmgui.main_page import AppMain
app = AppMain()
app.mainloop()
for more details on application usage refer to the user manual:
- 1.0.0 first release
- 1.1.0 code refactoring release
- authors : BiblioAnalysis team
Distributed under the MIT license