sosia
Match authors automatically in Scopus on-line
Documentation: https://sosia.readthedocs.io
Development: https://github.com/sosia-dev/sosia
Installation
Install stable version from PyPI:
pip install sosia
or development version from GitHub repository:
pip install git+git://github.com/sosia-dev/sosia
Functioning
sosia performs a series of queries in the Scopus database using the pybliometrics package. After configuring your local pybliometrics (providing access credentials and eventually setting cache directories), you can use sosia:
>>> import sosia
>>>
>>> sosia.create_fields_sources_list() # Necessary only once
>>> sosia.make_database() # Necessary only once
>>>
>>> stefano = sosia.Original(55208373700, 2019) # Scopus ID and year
>>> stefano.define_search_sources() # Sources similiar to scientist
>>> stefano.define_search_group() # Authors publishing in similar sources
>>> stefano.find_matches() # Find matches satisfying all criteria
>>> print(stefano.matches)
>>> ['55022752500', '55810688700', '55824607400']
>>> stefano.inform_matches() # Optional step to provide additional information
>>> print(stefano.matches[0])
Match(ID='55022752500', name='Van der Borgh, Michel', first_name='Michel',
surname='Van der Borgh', first_year=2012, num_coauthors=6, num_publications=5,
num_citations=33, num_coauthors_period=6, num_publications_period=5,
num_citations_period=33, subjects=['BUSI', 'COMP', 'SOCI'], country='Netherlands',
affiliation_id='60032882', affiliation='Eindhoven University of Technology,
Department of Industrial Engineering & Innovation Sciences', language='eng',
reference_sim=0.0, abstract_sim=0.1217)
Change log
Please see CHANGES.rst.
Contributing
Please see CONTRIBUTING.rst. For the list of contributors see AUTHORS.rst.
License
MIT License; see LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sosia-0.4.0.tar.gz
(49.6 kB
view details)
File details
Details for the file sosia-0.4.0.tar.gz.
File metadata
- Download URL: sosia-0.4.0.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.10.0 pkginfo/1.2.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf095dc41c4e11eb9dd9deaba5090f8d6497c0ee1dd2fd75b0604fa5bab18386
|
|
| MD5 |
22f1ab13d6c93a977fe01919df21a41e
|
|
| BLAKE2b-256 |
77995921a438e381c7dbbf86c4b34e9d336ee15c4999f30c0ce0b4e469c18ec9
|