Impact Factor Toolkits
Project description
最新SCI期刊影响因子查询系统
- 已更新 2024年数据
- 包含JCR分区表数据
Installation
python3 -m pip install -U 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 -i tests/IF.xlsx
# with a ncbi api_key
impact_factor build -k YOUR_NCBI_API_KEY
# use a new dbfile [*recommend*]
impact_factor -d test.db build -i tests/IF.xlsx
# without nlm_catalog
impact_factor -d test.db build -i tests/IF.xlsx -n
search
search with
journal
,journal_abbr
,issn
,eissn
ornlm_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
withmin_value
andmax_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
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.1.tar.gz
(3.9 MB
view details)
Built Distribution
File details
Details for the file impact_factor-1.1.1.tar.gz
.
File metadata
- Download URL: impact_factor-1.1.1.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82689184289e17923dba70b1eb56338ab1c08f178b7d2acb4473598ceda8af58 |
|
MD5 | 2b47bb7b241c88962c3b2419d09d4781 |
|
BLAKE2b-256 | 06eceec5f329caeecb13b2c085cb25311e61d78b3a990b8f8a55ef24e9c8e6ca |
File details
Details for the file impact_factor-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: impact_factor-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e49fe3e09929824c87f4096c8590e5cc44480df243840be92a6a9724f3b8aff8 |
|
MD5 | 6b7838003260405c13f5c066b7bda783 |
|
BLAKE2b-256 | dcf9517ba484c2640845cecb5dc52e2dc1d6e3643d28ff86a901d8b7c322fb79 |