The PageRank Algorithm
Long Description: This is a representation of the PageRank Algorithm used by Google Scholar. The PageRank of A equals One minus the damping factor plus the damping factor times the page rank divided by the outgoing links.
Where
PR(A) is the PageRank of Page A
PR(T1) is the PageRank of page T1
C(T1) is the number of outgoing links from the page T1
d is a damping factor in the range of 0 < d < 1, usually set to 0.85
Source: Google Hacks, p. 295