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/scopus
ametrics.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/pmc


Any idea?

Cheers
Gonzalo

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to