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 less + +
... 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 @@
+
+ + View less + +
+ {{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 - + +
+ ` })