pybliometrics-dev / pybliometrics

Python-based API-Wrapper to access Scopus
https://pybliometrics.readthedocs.io/en/stable/
Other
414 stars 129 forks source link

#332 AuthorRetrieval().name_variants field doc_count is now integer #333

Closed nils-herrmann closed 4 months ago

nils-herrmann commented 4 months ago

New result with doc_count as int:

[Variant(indexed_name='Kitchin J.', initials='J.R.', surname='Kitchin', given_name='John R.', doc_count=104), Variant(indexed_name='Kitchin J.', initials='J.', surname='Kitchin', given_name='John', doc_count=13), Variant(indexed_name='Kitchin J.', initials='J.R.', surname='Kitchin', given_name='J. R.', doc_count=8)]

Michael-E-Rose commented 4 months ago

Great, thanks! Could you please update the documentation at https://github.com/pybliometrics-dev/pybliometrics/blob/master/docs/classes/AuthorRetrieval.rst as well?