OAI-PMH URL:
-
+
{{result['OAIPMHURL']}}
diff --git a/portal-2/src/app/utils/entities/publicationInfo.ts b/portal-2/src/app/utils/entities/publicationInfo.ts
index 2df0b24f..16024a5e 100644
--- a/portal-2/src/app/utils/entities/publicationInfo.ts
+++ b/portal-2/src/app/utils/entities/publicationInfo.ts
@@ -31,4 +31,5 @@ export class PublicationInfo {
similarResearchResults: { "name": string, "id": string, "date": string, "trust": string, "class": string}[];
references: { "name": string, "url": string}[];
contexts: { "labelContext": string, "labelCategory": string, "labelConcept": string, "inline": boolean}[];
+ organizations: {"name": string, "shortname":string, "id": string, "websiteUrl": string, "country": string, "trust": string}[];
}
diff --git a/portal-2/src/app/utils/showDataProviders.component.ts b/portal-2/src/app/utils/showDataProviders.component.ts
index 36c3897e..853a8b1f 100644
--- a/portal-2/src/app/utils/showDataProviders.component.ts
+++ b/portal-2/src/app/utils/showDataProviders.component.ts
@@ -15,7 +15,7 @@ import {Component, Input} from '@angular/core';
-
+
{{item['name']}}
@@ -25,7 +25,8 @@ import {Component, Input} from '@angular/core';
-
+
{{item['name']}}
@@ -41,7 +42,8 @@ import {Component, Input} from '@angular/core';
Website URL:
-
+
{{item['websiteUrl']}}
diff --git a/portal-2/src/index.html b/portal-2/src/index.html
index 6bdd1ea3..2b81523d 100644
--- a/portal-2/src/index.html
+++ b/portal-2/src/index.html
@@ -133,6 +133,14 @@
background: rgba(100, 100, 100, 1);
}
+ .custom-icon {
+ line-height: unset;
+ }
+
+ .custom-tab-content {
+ min-height: 250px;
+ }
+
.filterItem span {
display: inline-flex;
}