From 6b7ed1922131fd5abc154023f9ee9a3ed8a14539 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 31 May 2022 12:45:33 +0300 Subject: [PATCH] fix for small screens: result-preview card - orcid button --- .../result-preview.component.html | 159 +++++++++--------- 1 file changed, 80 insertions(+), 79 deletions(-) diff --git a/utils/result-preview/result-preview.component.html b/utils/result-preview/result-preview.component.html index 74938fbc..d3d41ec7 100644 --- a/utils/result-preview/result-preview.component.html +++ b/utils/result-preview/result-preview.component.html @@ -315,111 +315,112 @@ ((showOrcid && result.identifiers && result.identifiers.size > 0 && isResultType) || result.orcidCreationDates?.length > 0))" class="result-preview-bottom uk-text-small" [ngClass]="{'uk-card-footer': isCard}"> - - + + - - - + + - - {{" " + result.pop_inf[2] + - " popularity" }} - - -
+ + + {{" " + result.pop_inf[2] + " popularity" }} + + +
- + - - {{" " + result.pop_inf[2] + - " popularity" }} - {{" " + (result.pop_inf[0] == 'A' ? 'In top 0.01%' : '') + (result.pop_inf[0] == 'B' ? 'In top 1%' : '') + (result.pop_inf[0] == 'C' ? 'In bottom 99%' : '')}} + viewBox="0 0 20.234 26.974"> + + + + {{" " + result.pop_inf[2] + " popularity" }} + + + {{" " + (result.pop_inf[0] == 'A' ? 'In top 0.01%' : '') + (result.pop_inf[0] == 'B' ? 'In top 1%' : '') + (result.pop_inf[0] == 'C' ? 'In bottom 99%' : '')}} + -
Popularity: Citation-based measure reflecting the current impact.
-
- View more details +
+ Popularity: Citation-based measure reflecting the current impact.
-
+ +
- - - - - - {{" " + result.pop_inf[3] + - " influence" }} - -
- + + + + + + + {{" " + result.pop_inf[3] + " influence" }} + + +
+ - - {{result.pop_inf[3] + - " influence" }} - {{" " + (result.pop_inf[1] == 'A' ? 'In top 0.01%' : '') + (result.pop_inf[1] == 'B' ? 'In top 1%' : '') + (result.pop_inf[1] == 'C' ? 'In bottom 99%' : '')}} + } + + + + {{result.pop_inf[3] + " influence" }} + + + {{" " + (result.pop_inf[1] == 'A' ? 'In top 0.01%' : '') + (result.pop_inf[1] == 'B' ? 'In top 1%' : '') + (result.pop_inf[1] == 'C' ? 'In bottom 99%' : '')}} + - -
Influence: Citation-based measure reflecting the total impact.
+
+ Influence: Citation-based measure reflecting the total impact. +
- - + + - + && showOrcid && result.identifiers && result.identifiers.size > 0 && isResultType" + class="uk-width-1-3@m uk-width-expand@s"> + + [resultId]="result.relcanId" [resultTitle]="result.title" + [type]="result.resultType" [pageType]="'search'" + [putCodes]="result.orcidPutCodes" [givenPutCode]="true" [identifiers]="result.identifiers"> + class="uk-width-expand uk-text-right"> - Added in ORCID: + + Added in ORCID: + {{date | date: 'dd MMM yyyy'}} - & + + & + - - - - - - - - - -
-
-
+ +