TickyWill / BiblioMeter

Toolbox for bibliometric purpose
MIT License
0 stars 0 forks source link

BiblioMeter

Description

Python application for bibliometric purpose based on analysis of publications metadata extracted from databases such as Scopus and WoS.
More specifically:

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

Meta

- authors : BiblioAnalysis team

Distributed under the MIT license