Hey Perl, have you find the solution to posted problem? On Thursday, January 11, 2018 at 8:36:27 PM UTC+5, gonzalo perl wrote: > > 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 > >
-- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- 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 view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/a32d024d-838d-4031-93d9-5553018b38d3%40googlegroups.com.
