← Back to introduction

q-index

The q-index (Bartneck and Kokkelmans 2011) is an attempt to measure whether an author is manipulating their own h-index through self-citation. It calculates a potential cost of a self-citation for each publication whose citation count is equal or less than the h, sums these costs for all self-citations, then normalizes by the total number of publications. Essentially, publications with a citation count equal to h generate a cost of 1 per self-citation, with each subsequent publication in rank order generating costs of 1/2, 1/3, 1/4, etc., with ties generating equal values. The potential costs are calculated as:

$$q_i=\left|\begin{matrix} 0 & \text{if }C_i > h \text{ or } i < h \\ \frac{1}{i+1-a_i-h} & \text{if }C_i \leq h \text{ and } i \geq h \end{matrix}\right.,$$

where

$$a_i=\left|\begin{matrix} 0 & \text{if }i \leq h \\ a_{i-1} & \text{if }i>h \text{ and } C_i \neq C_{i-1}\\ 1+a_{i-1} & \text{if }i>h \text{ and } C_i = C_{i-1} \end{matrix}\right. .$$

The total self-citations for any publication where Ci ≤ h are multiplied by the associated cost and these values are summed and averaged for all publications.

$$Q=\frac{1}{P}\sum\limits_{i=1}^{P}{c_i q_i}.$$

where ci is the number of self-citations to the ith publication.

Simulations indicate that selective citing to boost h may lead to a q-index, greater than one, while lower values are found when self-citation is random or fair.

Example

Publications are ordered by number of citations, from highest to lowest.

Citations (Ci)572616121110432111100000
Self Citations (ci)210023321110000000
Rank (i)123456789101112131415161718
h = 6
ai000000000012334567
qi0000001/21/31/41/51/51/51/51/61/61/61/61/6
ciqi0.0000.0000.0000.0000.0000.0001.5000.6670.2500.2000.2000.0000.0000.0000.0000.0000.0000.000

The sum of ciqi is 2.8167, thus Q is 0.1565.

History

YearQ
19970.3333
19980.0625
19990.1111
20000.0952
20010.1565
20020.2156
20030.1744
20040.3033
20050.1479
20060.1855
20070.2682
20080.1425
20090.1514
20100.0914
20110.0730
20120.0278
20130.0791
20140.0610
20150.0572
20160.0526
20170.0873
20180.0849
20190.0744
20200.0412
20210.0345
20220.0630
20230.0835
20240.0306

References