https://github.com/scieloorg/scieloscopus
Library to delivery Scopus and Scimago indicators of SciELO Journals.
https://github.com/scieloorg/scieloscopus
dataset
Last synced: 5 months ago
JSON representation
Library to delivery Scopus and Scimago indicators of SciELO Journals.
- Host: GitHub
- URL: https://github.com/scieloorg/scieloscopus
- Owner: scieloorg
- License: bsd-2-clause
- Created: 2017-08-24T18:48:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T19:19:44.000Z (almost 9 years ago)
- Last Synced: 2025-10-27T06:42:47.149Z (7 months ago)
- Topics: dataset
- Language: Python
- Size: 160 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scieloscopus
Library to delivery Scopus and Scimago indicators of SciELO Journals.
### How to install:
```
pip install scieloscopus
```
### How to use:
```
from scieloscopus import scopusindicators
scopusindicators.get_current_indicators('0036-3634')
#OUTPUT:
{
'cites_by_doc_2years': 0.63,
'citescore': 0.63,
'h_index': 4,
'ipp': 0.565217391304348,
'issn_scielo': '2197-0025',
'scopus_id': 21100334898,
'sjr': 0.236,
'sjr_best_quartile': 'Q3',
'snip': 0.312834895072393,
'year': 2016}
scopusindicators.get_indicators('2197-0025', '2015')
#OUTPUT:
{'cites_by_doc_2years': 0.41,
'citescore': 0.6,
'h_index': 4,
'ipp': 0.409090909090909,
'issn_scielo': '2197-0025',
'scopus_id': 21100334898,
'sjr': 0.172,
'sjr_best_quartile': 'Q4',
'snip': 0.187043499875161,
'year': 2015}
scopusindicators.UPDATE_INDICATORS
#OUTPUT:
'2017-06-27'
```
## Badges
[](https://travis-ci.org/scieloorg/scieloscopus)
[](https://pypi.python.org/pypi/scieloscopus)
[](https://landscape.io/github/scieloorg/scieloscopus/master)