Skip to main content

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

https://badge.fury.io/py/sosia.svg https://readthedocs.org/projects/sosia/badge/?version=latest https://img.shields.io/pypi/pyversions/sosia.svg https://img.shields.io/pypi/l/sosia.svg https://api.codeclimate.com/v1/badges/3e10a47fefae831b973a/maintainability

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 are ready to use sosia:

>>> import sosia
>>>
>>> # You need the Scopus ID and the year, optionally set a database path
>>> stefano = sosia.Original(55208373700, 2018)
>>> # Sources similiar to those stefano publishes in
>>> stefano.define_search_sources()
>>> # Authors publishing in search sources every 2 years
>>> stefano.identify_candidates_from_sources(first_year_margin=1,
>>>                                          frequency=2)
>>> # Find candidates whose characteristics fall within margins
>>> stefano.filter_candidates(same_discipline=True, pub_margin=0.2,
>>>                           first_year_margin=1, cits_margin=0.2,
>>>                           coauth_margin=0.15)
>>> print(stefano.matches)
>>> [55567912500]
>>> # Optional step to provide additional information
>>> stefano.inform_matches()
>>> print(stefano.matches[0])
Match(ID=55567912500, name='Eling, Katrin', first_name='Katrin',
      surname='Eling', first_year=2013, last_year=2018, num_coauthors=9,
      num_publications=8, num_citations=56, subjects=['BUSI', 'COMP', 'ENGI'],
      affiliation_country='Netherlands', affiliation_id='60032882',
      affiliation_name='Technische Universiteit Eindhoven',
      affiliation_type='univ', language='eng', num_cited_refs=0)

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sosia-1.0.1.tar.gz (52.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sosia-1.0.1-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

Details for the file sosia-1.0.1.tar.gz.

File metadata

  • Download URL: sosia-1.0.1.tar.gz
  • Upload date:
  • Size: 52.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.6

File hashes

Hashes for sosia-1.0.1.tar.gz
Algorithm Hash digest
SHA256 6aa952c2ff22a171a7c638557f759b11e184ebf586bb0573c7484a85be3d77ca
MD5 4ed7cb8c3d32518b2ffb05314d2b526e
BLAKE2b-256 fc4f67b7e5eafe4530d400a2e13a43b07334728013fa1bd24bbf7ff6fa92295a

See more details on using hashes here.

File details

Details for the file sosia-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: sosia-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 42.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.6

File hashes

Hashes for sosia-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8b39d84ff24ca878134f10d3f89fb36c9d974fa639d8d924eb1636c7b3691666
MD5 8fcca960fde016cf1dd4a7eb2fec36c9
BLAKE2b-256 e6a352049bffb2bc1cc318d7c0216d629517c7f7fed7c61dbc54a2e4434e7330

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page