Skip to main content

Impact Factor Toolkits

Project description

DOI

Downloads PyPI - License PyPI PyPI - Status

最新SCI期刊影响因子查询系统

  • 已更新2022年数据
  • 包含JCR分区表数据

Installation

python3 -m pip -U install impact_factor

Use in CMD

impact_factor -h

build

build/update the database

# optional, only required when you need build or update the database
impact_factor build

# with api_key
impact_factor build -k YOUR_NCBI_API_KEY

search

search with journal, journal_abbr, issn, eissn or nlm_id

impact_factor search nature         # search journal
impact_factor search 'nature c%'    # like search journal
impact_factor search 0028-0836      # search ISSN
impact_factor search 1476-4687      # search eISSN
impact_factor search 0410462        # search nlm_id
impact_factor search nature --color # colorful output

filter

filter factor with min_value and max_value

impact_factor filter -m 100 -M 200 --color

# output with pubmed filter format
impact_factor filter -m 100 -M 200 --pubmed-filter

Use in Python

from impact_factor.core import Factor

fa = Factor()

print(fa.dbfile)

fa.search('nature')
fa.search('nature c%')

fa.filter(min_value=100, max_value=200)
fa.filter(min_value=100, max_value=200, pubmed_filter=True)

Documents

https://impact-factor.readthedocs.io

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

impact_factor-1.1.0.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

impact_factor-1.1.0-py3-none-any.whl (1.7 MB view hashes)

Uploaded Python 3

Supported by

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