From b74ccacf034bdf14c66bb352b83783d8de2307b3 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 13 Jun 2019 14:14:11 +0000 Subject: [PATCH] [Trunk | Library]: publication.component & dataset.component & orp.component & software.component (Landing) & showAuthors.component: Add authors and description in scrollable containers if too long. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56074 d315682c-612b-4755-9ff5-7f18f6832af3 --- landingPages/dataset/dataset.component.html | 12 +++++----- landingPages/orp/orp.component.html | 12 +++++----- .../publication/publication.component.html | 12 +++++++--- landingPages/software/software.component.html | 12 +++++----- utils/authors/showAuthors.component.ts | 24 +++++++++++-------- 5 files changed, 41 insertions(+), 31 deletions(-) diff --git a/landingPages/dataset/dataset.component.html b/landingPages/dataset/dataset.component.html index 837941e5..2d443b86 100644 --- a/landingPages/dataset/dataset.component.html +++ b/landingPages/dataset/dataset.component.html @@ -55,13 +55,8 @@
-
+
{{datasetInfo.description.substring(0, showNumDescription)}} - - View less - - ... @@ -69,6 +64,11 @@
+ ... View more
+
+ + + View less + +
diff --git a/landingPages/software/software.component.html b/landingPages/software/software.component.html index 50dfb46c..f18fe3f7 100644 --- a/landingPages/software/software.component.html +++ b/landingPages/software/software.component.html @@ -53,13 +53,8 @@
-
+
{{softwareInfo.description.substring(0, showNumDescription)}} - - View less - - ... @@ -67,6 +62,11 @@
+ + {{author.fullName}} {{" "}}{{author.fullName}}
{{author.fullName}} - +
ORCID
{{author.orcid}}{{" "}} @@ -33,7 +33,7 @@ import {EnvProperties} from '../properties/env-properties';
- +
Search {{author.fullName}} by ORCID in OpenAIRE's @@ -71,10 +71,14 @@ import {EnvProperties} from '../properties/env-properties'; view all {{authors.length | number}} authors - + +
+ ` })