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.2.tar.gz
(3.9 MB
view details)
Built Distribution
File details
Details for the file impact_factor-1.1.2.tar.gz
.
File metadata
- Download URL: impact_factor-1.1.2.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 | 73e5e147de357aceb6fb9fcb1b225856399bceb56738900f5471894d78bb7239 |
|
MD5 | 04418894c3555414aae0480ed8d062c1 |
|
BLAKE2b-256 | 4ce0452356a9dde84b7ffa1531da7ab4a1ea5b49eb0ae9fb050c9d16761195f1 |
File details
Details for the file impact_factor-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: impact_factor-1.1.2-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 | aa90a83f4ec111d422afa729501b8b08d38a60e3b1f9ba243121233e9c1c0542 |
|
MD5 | 853d4592b732b4dbd723e1e95a876be3 |
|
BLAKE2b-256 | 3ada5b4a6bb369f05c80b455fec65b714afbf1f150e7f8bd59ebbf5050b47949 |