Find control groups for academics in Scopus
Project description
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+https://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.get_field_source_information() # 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)
>>> [55320703900, 55817553500, 56113324000, 56276429200]
>>> stefano.inform_matches() # Optional step to provide additional information
>>> print(stefano.matches[0])
Match(ID=55320703900, name='Arts, Sam', first_name='Sam', surname='Arts',
first_year=2012, num_coauthors=9, num_publications=8, num_citations=74,
num_coauthors_period=None, num_publications_period=None, num_citations_period=None, subjects=['BUSI', 'ECON', 'DECI'],
affiliation_country='Belgium', affiliation_id='60025063',
affiliation_name='KU Leuven', affiliation_type='univ',
language='eng', num_cited_refs=28)
Change log
Please see CHANGES.rst.
Contributing
Please see CONTRIBUTING.rst. For the list of contributors see AUTHORS.rst.
License
MIT License; see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sosia-0.6.2.tar.gz
.
File metadata
- Download URL: sosia-0.6.2.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bad15d3b138ed42a2af71668e38336041f22cfacc47eba48248db20e4a816ce0 |
|
MD5 | db856a2bd2368083e288a16a7ca2acce |
|
BLAKE2b-256 | 0a73282eab703d4a3cd9741ad27772d4959ee72fb4ab5051ca5e7a80957e0251 |
File details
Details for the file sosia-0.6.2-py2.py3-none-any.whl
.
File metadata
- Download URL: sosia-0.6.2-py2.py3-none-any.whl
- Upload date:
- Size: 46.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c894e4769e2d0cc9bc94728c8b59968f274b8f9058d472c39795fe58077f201 |
|
MD5 | fd1d4e18a24959a6e436750fdecdb638 |
|
BLAKE2b-256 | d7309fede0740178c6bac9679af1abdde7efd1c43e9e1812f3362fa267b1e38d |