diff --git a/explore/src/app/funders/funders.component.ts b/explore/src/app/funders/funders.component.ts index 2c1f9b54..0a08b32e 100644 --- a/explore/src/app/funders/funders.component.ts +++ b/explore/src/app/funders/funders.component.ts @@ -145,9 +145,9 @@ export class FundersComponent implements OnInit { let refineParams = '&fq=resultbestaccessright%20exact%20%22Open%20Access%22'; this.subscriptions.push( zip( - this.refineFieldResultsService.getRefineFieldsResultsByEntityName(['relfunder'], 'result', this.properties), - this.refineFieldResultsService.getRefineFieldsResultsByEntityName(['relfunder'], 'result', this.properties, refineParams), - this.refineFieldResultsService.getRefineFieldsResultsByEntityName(['funder'], 'project', this.properties), + this.refineFieldResultsService.getAllRefineFieldResultsByFieldName('relfunder', 'result', this.properties), + this.refineFieldResultsService.getAllRefineFieldResultsByFieldName('relfunder', 'result', this.properties, refineParams), + this.refineFieldResultsService.getAllRefineFieldResultsByFieldName('funder', 'project', this.properties), this.stakeholderService.getStakeholders(this.properties.monitorServiceAPIURL, 'funder') ).subscribe((data: any[]) => { // storing all needed data to a map diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index c63b95d2..1f41806a 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -109,9 +109,9 @@ Persistent identifiers and registries - + {{numbers.fundersSize.number|number}}{{numbers.fundersSize.size}} + class="uk-text-bold">{{numbers.mergedFundersSize.number|number}}{{numbers.mergedFundersSize.size}} funders and {{numbers.projectsSize.number|number}}{{numbers.projectsSize.size}}