Impact Factor Toolkits
Project description
最新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
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.0.tar.gz
(1.7 MB
view details)
Built Distribution
File details
Details for the file impact_factor-1.1.0.tar.gz
.
File metadata
- Download URL: impact_factor-1.1.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d594dbff072eacdf99c96d35ece6f1fc42820e4459ac21fd205ae96965cd8e0 |
|
MD5 | f19f635356a980c3f4fc8b4e66c82b2f |
|
BLAKE2b-256 | bf0d2b5eddc115491fa441a3aee5f60e9516876a2c66c9b49ce2f744b804536e |
File details
Details for the file impact_factor-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: impact_factor-1.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e32539df8fd87eca5dd5fe69f5d91cc34673777f2887a90dc9f9c57e8ccaa382 |
|
MD5 | d3ca05f4742c6e01df5a9ee10b2046c3 |
|
BLAKE2b-256 | 19aab55f477db9afccff9d15b8c6ce41932d729f0529d24ba3f123e4084f4faa |