External Databases
@@ -638,7 +654,15 @@
0">
-
+
+
+
+
+
+
+ 0"
+ class="landing-section">
+
@@ -700,22 +724,26 @@
[id]="resultLandingInfo.record['result']['header']['dri:objIdentifier']"
[ids]="resultLandingInfo.deletedByInferenceIds"
[modal]="AlertModalDeletedByInference"
- [resultType]="type" [type]="openaireEntities.PUBLICATIONS" [prevPath]="prevPath">
+ [resultType]="type" [type]="openaireEntities.PUBLICATIONS" [prevPath]="prevPath"
+ [children]="resultLandingInfo.children">
+ [resultType]="'dataset'" [type]="openaireEntities.DATASETS" [prevPath]="prevPath"
+ [children]="resultLandingInfo.children">
+ [resultType]="type" [type]="openaireEntities.SOFTWARE" [prevPath]="prevPath"
+ [children]="resultLandingInfo.children">
+ [resultType]="'other'" [type]="openaireEntities.OTHER" [prevPath]="prevPath"
+ [children]="resultLandingInfo.children">
-
- 0"
- class="uk-margin-bottom">
+
+ 0" class="uk-margin-bottom">
{{header}}
-
1" class="uk-margin-medium-bottom"
+
1" class="uk-margin-medium-bottom"
input type="select" placeholder="Filter by relation" inputClass="flat x-small"
- [options]="relatedClassFilters" [(value)]="relatedClassSelected"
- (valueChange)="relatedClassChanged()">
+ [options]="props.classFilters" [(value)]="props.selectedClass"
+ (valueChange)="relatedClassChanged(type)">
+ [type]="((type == 'datasource') ? openaireEntities.DATASOURCES : openaireEntities.RESULTS)"
+ [page]="props.page" [pageSize]="pageSize"
+ [totalResults]="related.length">
-
pageSize"
+ pageSize"
class="uk-margin-top"
- (pageChange)="updateRelatedPage($event)"
- [currentPage]="relatedPage" [size]="pageSize"
- [totalResults]="researchResults.length">
+ (pageChange)="updateRelatedPage($event, type)"
+ [currentPage]="props.page" [size]="pageSize"
+ [totalResults]="related.length">
@@ -1130,7 +1156,7 @@
-