Skip to content

TickyWill/BiblioMeter

Repository files navigation

BiblioMeter

Description

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...).

Installation

Run the following command to get a repository clone:

git clone https://github.com/TickyWill/BiblioMeter.git

Building executable

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.

Usage example

# Local imports
from bmgui.main_page import AppMain

app = AppMain()
app.mainloop()

for more details on application usage refer to the user manual:

BiblioMeter user manual

Release History

  • 1.0.0 first release
  • 1.1.0 code refactoring release

Meta

- authors : BiblioAnalysis team

Distributed under the MIT license