Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

aholanda/k-index

Repository files navigation

K-INDEX

  • Aim: Use K-index as a predictor of who will be awarded with a scientific prize.
  • Testbed: gather most of the Highly Cited Researchers in Physics from Clarivate and try to predict the Nobel Laureates. The use of K-index is not limited to Nobel Laureates prediction. We compare the results with the standard scientometric index used by Web of Science, the h-index (Hirsch index).
  • Manuscript: arXiv:1910.02369, 2019.

Research Team

Reproducibility

The results can be totally reproduced by performing the following instructions:

Automatic

To reproduce the experiment, clone the repository, install make, cweb and a C compiler and run

$ make

Manual

The following steps are less automated but they have less dependencies:

  • Download the data using the link;
  • Unzip the downloaded data;
  • Download the program binary Linux-x86_64 or Windows-x86_64 according to the platform;
  • Run the program in the same directory where the data were extracted.

Documentation

Contributor

References