Skip to content

Commit

Permalink
Merge pull request #30 from 4Science/RHD-3436-enablescopuspluginaggre…
Browse files Browse the repository at this point in the history
…gation

[CST-2098] enabled rp stats aggregator for scopus
  • Loading branch information
ClemensPhilippen authored Nov 25, 2019
2 parents d49723c + b0b4e36 commit 03ad6d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dspace/config/spring/cris/cris-metrics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,21 @@
<property name="name" value="PJStatsViewIndicatorsOptPlugin"/>
<property name="resourceTypeId" value="10"/>
</bean>



<!-- <bean class="org.dspace.app.cris.statistics.plugin.StatsAggregateIndicatorsPlugin" name="RPStatsAggregatorScopusIndicatorsPlugin">
<bean class="org.dspace.app.cris.statistics.plugin.StatsAggregateIndicatorsPlugin" name="RPStatsAggregatorScopusIndicatorsPlugin">
<property name="name" value="RPStatsAggregatorScopusIndicatorsPlugin"/>
<property name="type" value="scopus"/>
<property name="crisEntityClazz" value="org.dspace.app.cris.model.ResearcherPage"/>
<property name="crisEntityTypeId" value="9"/>
</bean>

<bean class="org.dspace.app.cris.statistics.plugin.StatsAggregateIndicatorsPlugin" name="RPStatsAggregatorWOSIndicatorsPlugin">
<property name="name" value="RPStatsAggregatorWOSIndicatorsPlugin"/>
<property name="type" value="wos"/>
<property name="crisEntityClazz" value="org.dspace.app.cris.model.ResearcherPage"/>
<property name="crisEntityTypeId" value="9"/>
</bean>
-->

<bean class="org.dspace.app.cris.statistics.plugin.StatsAggregateIndicatorsPlugin" name="RPStatsAggregatorPUBMEDIndicatorsPlugin">
<property name="name" value="RPStatsAggregatorPUBMEDIndicatorsPlugin"/>
<property name="type" value="pubmed"/>
Expand Down

0 comments on commit 03ad6d5

Please sign in to comment.