Closed nunziodago closed 4 years ago
Hi @nunziodago , that's easy. You use ScopusSearch class to search for an authors articles, either in a specific period or you filter the results based on year. Having obtained the documents you're interested in, use the CitationOverview class to get yearly numbers of citations for these documents. Finally you compute the h-index yourself.
Dear Michael, Thank you for your swift reply. I am going to do that! Cheers, Nunzio D'Agostino
Il giorno gio 2 lug 2020 alle ore 16:31 Michael E. Rose < notifications@github.com> ha scritto:
Hi @nunziodago https://github.com/nunziodago , that's easy. You use ScopusSearch class https://pybliometrics.readthedocs.io/en/stable/examples/ScopusSearch.html to search for an authors articles, either in a specific period or you filter the results based on year. Having obtained the documents you're interested in, use the CitationOverview class https://pybliometrics.readthedocs.io/en/stable/examples/CitationOverview.html to get yearly numbers of citations for these documents. Finally you compute the h-index yourself.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pybliometrics-dev/pybliometrics/issues/150#issuecomment-653040836, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQEZDICEIM637IYWWDBGU23RZSK4NANCNFSM4OOWKMBA .
-- Nunzio D'Agostino PhD Assistant Professor
Università degli Studi di Napoli Federico II University of Naples Federico II
*Dipartimento di Agraria - *Sezione di genetica e biotecnologie vegetali Department of Agricultural Sciences - Division of plant genetics and biotechnology
Parco Gussone, Palazzina GenoPom, edificio 75 via Università 133 80055 Portici, Napoli
Associate Editor for Computational Genomics specialty section of Frontiers in Plant Science, Frontiers in Genetics
Editorial Board Member for Scientific Reports.
Phone: +39 081 2539493 Email: nunzio.dagostino[AT]unina.it http://unina.it; nunzio.dagostino[AT]gmail.com http://gmail.com PEC: nunzio.dagostino[AT]personalepec.unina.it http://personalepec.unina.it Web: https://www.docenti.unina.it/nunzio.dagostino https://www.docenti.unina.it/nunzio.dagostino Google schoolar: https://goo.gl/s8CfMy https://goo.gl/s8CfMy ORCID ID: http://orcid.org/0000-0001-9840-3817 http://orcid.org/0000-0001-9840-3817 Skype: nunziodago
Hi, I am using pybliometrics to retrieve some statistics relative to a list of authors. My question is: how can I get authors' number of articles, citations and h_index for a certain time interval (let's say from 2010 to 2020)? Thanks for your help, Cheers Nunzio D'Agostino