From 83833eaebfa9bfb0db24705f4f64c69440c473e0 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Tue, 12 Nov 2019 12:58:44 +0000 Subject: [PATCH] [Explore|Trunk] Home: add checks for dataset + software interlinked number if no interlinked number show total number git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57588 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 89634d1c..aaaf638e 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -26,7 +26,7 @@
-
+
@@ -87,12 +87,22 @@ {{publicationsSize.number|number}}{{publicationsSize.size}} publications deduplicated - - {{datasetsLinkedSize.number|number}}{{datasetsLinkedSize.size}} - datasets interlinked with publications + + + {{datasetsLinkedSize.number|number}}{{datasetsLinkedSize.size}} + datasets interlinked with publications + {{datasetsSize.number|number}}{{datasetsSize.size}} + research data - - {{softwareLinkedSize.number|number}}{{softwareLinkedSize.size}} research software interlinked with publications + + + {{softwareLinkedSize.number|number}}{{softwareLinkedSize.size}} research + software interlinked with publications + {{softwareSize.number|number}}{{softwareSize.size}} + research software