Skip to main content
. 2020 Feb 24;191:105415. doi: 10.1016/j.cmpb.2020.105415

Algorithm 1.

Importance of each author.

Require: DA: List of documents of an author stored in Medline
1: index ∈ 0
2: for all d   ∈ DA do
3:  if d   ∈ G1 then
4:   aux ← 2 + impactFactor(d)
5:  else
6:   if d ∈ G2 then
7:   aux ← 2
8:  else
9:   aux ← 0.5
10:  end if
11:  end if
12:  index ← index + aux
13: end for
14: return index