A tool for analyzing publication related key performance indicates (KPIs) based on the information available at the Google Scholar page of an author. Its main purpose is to allow for computing publication metrics not provided by Google Scholar as well as to analyze the development of these metrics over time.
Dependencies are managed by paket, with the exception of
- the SQLite libraries required by the SQLProvider. For Mono (non Windows systems),
configure.sh
tries to set up everything automatically. If this fails, please follow the steps documented at the SQLProvider website. - the
sqlite3
binary is used for creating an empty data base used by the SQL type provider
After cloning the repository, call
./configure.sh
After that, the project can be build using
dotnet fake build
On Windows (untested), you need to set up the initial project manually:
type src/resources/scholar-kpi-schema.sql | sqlite3 src/resources/scholar-kpi-schema.sqlite
dotnet tool restore
After that, the project can be build using
.dotnet fake build
This project is licensed under the GPL 3.0 (or any later version).
SPDX-License-Identifier: GPL-3.0-or-later
The master git repository for this project is hosted by the Software Assurance & Security Research Team at https://git.logicalhacking.com/adbrucker/scholar-kpi.