Skip to content

Library to delivery Scopus and Scimago indicators of SciELO Journals.

License

Notifications You must be signed in to change notification settings

scieloorg/scieloscopus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build Status PyPi version Code Health

About

Library to delivery Scopus and Scimago indicators of SciELO Journals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages