happyfuntimegroup / machinelearning

MIT License
1 stars 1 forks source link

Feature: Author productivity (ProAuth) #4

Closed AdeV-Oly closed 2 years ago

AdeV-Oly commented 2 years ago

ProAuth

"Yan et al. [23] noticed that the more papers an author publishes (productivity of the author), the higher average citation counts she can expect. Therefore, for each paper, we calculate the productivity of its authors (ProAuth) that indeed indicates how the influence of productive authors regulates the citation profile of a paper."

Pseudocode:

Either from external database or

Statistics:

Reference:

Chakraborty, T., Kumar, S., Goyal, P., Ganguly, N., & Mukherjee, A., (2014). Towards a Stratified Learning Approach to Predict Future Citation Counts, IEEE/ACM Joint Conference on Digital Libraries, pp. 351 - 360. doi: 10.1109/JCDL.2014.6970190

Yan et al. (see references Chakraborty et al., (2014)).

AdeV-Oly commented 2 years ago

Implemented in the author_database function, as that was easier than to (re)write a duplicate function.