diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index c24c6c9..f5e36e0 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -1,12 +1,11 @@
+ let-params="params" let-type="type" let-typeName="typeName">
+ [searchLinkToAdvancedPage]="searchLinkToAdvancedPage" [properties]="properties">
@@ -661,8 +660,7 @@ resultType: 'publication', fetch: fetchPublications, searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('publications'), - type: 'publication', typeName: 'publication', - showImpactFactors:(community.communityId == 'elixir-gr' || community.communityId == 'inspired-ris' )}"> + type: 'publication', typeName: 'publication'}">
@@ -670,8 +668,7 @@ resultType: 'dataset', fetch: fetchDatasets, searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('datasets'), - type: 'dataset', typeName: 'research data', - showImpactFactors:(community.communityId == 'elixir-gr' || community.communityId == 'inspired-ris')}"> + type: 'dataset', typeName: 'research data'}">
@@ -679,8 +676,7 @@ resultType: 'software', fetch: fetchSoftware, searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('software'), - type: 'software', typeName: 'software', - showImpactFactors:(community.communityId == 'elixir-gr' || community.communityId == 'inspired-ris')}"> + type: 'software', typeName: 'software'}">
@@ -688,8 +684,7 @@ resultType: 'other', fetch: fetchOrps, searchLinkToAdvancedPage: properties.searchLinkToAdvancedResults, params: getParamsForSearchLink('other'), - type: 'orp', typeName: 'other products', - showImpactFactors:(community.communityId == 'elixir-gr' || community.communityId == 'inspired-ris')}"> + type: 'orp', typeName: 'other products'}">
@@ -726,7 +721,7 @@
+ [showEnermaps]="true">
Here are listed some of the most important energy datasets as selected by energy experts.
diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 39ddba0..05ca7c7 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 39ddba0eba6ac377012d9324cf0e9a3b20324579 +Subproject commit 05ca7c7eea11967ec5b54c5bd0776dbb8aa4637e