← Back to introduction

iterative weighted EM-index

The iterative weighted EM-index (Bihari et al. 2021) is a modification of the EM-index which uses a weighted-sum of each successive element in the vector rather than the square-root of the sum. The index begins by creating a vector (E) which is equivalent to the upper/excess half of the two-sided h-index, namely a series of h-index values calculated from the citation curve of just the core publications, stopping when one reaches only a single remaining publication, no citations remain, or all remaining publications have only a single citation. From this vector, iwEM can be calculated as:

$$iw_{EM}=\sum\limits_{i=1}^{n}\frac{E_i}{i},$$

where Ei and n are the ith element and length of E, respectively.

Example

Publications are ordered by number of citations, from highest to lowest. After each step, Ei is subtracted from the citations of the top Ei publications. All publications beyond the top Ei are ignored at subsequent steps.

Citations (Ci)472619151110432111100000
Rank (i)123456789101112131415161718
E1 = 6
Adjusted Citations (Ci)412013954
Rank (i)123456
E2 = 5
Adjusted Citations (Ci)3615840
Rank (i)12345
E3 = 4
Adjusted Citations (Ci)321140
Rank (i)1234
E4 = 3
Adjusted Citations (Ci)2981
Rank (i)123
E5 = 2
Adjusted Citations (Ci)276
Rank (i)12
E6 = 2
Adjusted Citations (Ci)254
Rank (i)12
E7 = 2
Adjusted Citations (Ci)232
Rank (i)12
E8 = 2

iwEM is the sum of each component of E weighted by it's order, thus iwEM = 6/1 + 5/2 + 4/3 + 3/4 + 2/5 + 2/6 + 2/7 + 2/8 = 11.8524

History

YeariwEM
19971.0000
19982.5000
19995.9000
20008.4000
200111.8524
200216.4997
200320.8004
200425.3813
200531.5840
200637.0490
200742.5610
200848.5140
200955.4824
201059.3762
201165.8025
201272.0529
201377.0286
201480.8141
201584.0305
201686.1610
201789.9747
201892.7883
201995.0749
202097.8004
2021101.4040
2022104.2816
2023106.7899
2024107.0535

References