Hello everybody
I am trying to get the citacions of Pubmed and wos of science. I run the scripts
dspace dsrun org.dspace.app.cris.metrics.pmc.script.RetrieveCitationInPMC
dspace dsrun org.dspace.app.cris.metrics.wos.script.ScriptRetrieveCitation
The scripts run without problems, but i can not get the badges
I have checked the database cris_metrics and and i have content in metriccount column. I can see the 937 citations in Scopus that i can see the badge in Dspace. I can also see the 211 citations of pubmed in metriccount column, but i can not see the badge.
Cris.cfg configuration
### METRICS ###
##SCOPUS##
ametrics.elsevier.scopus.enabled = true
ametrics.elsevier.scopus.endpoint =
http://api.elsevier.com/content/search/scopusametrics.elsevier.scopus.apikey =
my apikey##
##WOS##
ametrics.thomsonreuters.wos.enabled = true
ametrics.thomsonreuters.wos.endpoint =
https://ws.isiknowledge.com/cps/xrpc##
##GOOGLE SCHOLAR##
ametrics.google.scholar.enabled = true
##
##ALTMETRIC##
ametrics.altmetric.enabled = true
##GOOGLE SCHOLAR##
ametrics.google.scholar.enabled = true
##
## the following settings are used to retrieve item on solr search engine
ametrics.identifier.pmid = dc.identifier.pmid
#scopus id
ametrics.identifier.eid = dc.identifier.scopus
ametrics.identifier.doi = dc.identifier.doi
#wos id
ametrics.identifier.ut = dc.identifier.isi
###
### PUBMED ###
pmc.enabled = true
pmc.server =
http://localhost:8080/solr/pmcAny idea?
Cheers
Gonzalo