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+git://github.com/sosia-dev/sosia
Functioning
sosia performs a series of queries in the Scopus database using the scopus package. After configuring your local scopus (providing access credentials and eventually setting cache directories), you can use sosia:
>>> import sosia
>>> sosia.create_fields_sources_list() # Necessary only once
>>> stefano = sosia.Original(55208373700, 2017) # Scopus ID and year
>>> stefano.define_search_sources() # Sources similiar to scientist
>>> stefano.define_search_group() # Authors publishing in similar sources
>>> matches = stefano.find_matches() # List of namedtuples
>>> matches[0]
Match(ID='42661166900', name='Fosaas, Morten', first_year=2011,
num_coauthors=4, num_publications=3, country='Norway', reference_sim=0.0238,
abstract_sim=0.1264)
Change log
Please see CHANGES.rst.
Contributing
Please see CONTRIBUTING.rst. For a 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
File details
Details for the file sosia-0.1.1.tar.gz.
File metadata
- Download URL: sosia-0.1.1.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.11.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8751dfbe16911a282a4debe47f179f4462c6510cc26ff8d74a3c6b261d6a0587
|
|
| MD5 |
9bbd44952a17652ca8406dab1012ed8f
|
|
| BLAKE2b-256 |
722ce7fd31747b2d276d4a90be10b1728ed1a3d22e1dd5ba05e3b1338692cf9e
|