diff --git a/landingPages/result/deletedByInference/deletedByInference.component.ts b/landingPages/result/deletedByInference/deletedByInference.component.ts index 69a47dab..30ebb017 100644 --- a/landingPages/result/deletedByInference/deletedByInference.component.ts +++ b/landingPages/result/deletedByInference/deletedByInference.component.ts @@ -27,7 +27,7 @@ import {HelperFunctions} from "../../../utils/HelperFunctions.class"; diff --git a/utils/authors/showAuthors.component.ts b/utils/authors/showAuthors.component.ts index 837bbbbf..5b2c3710 100644 --- a/utils/authors/showAuthors.component.ts +++ b/utils/authors/showAuthors.component.ts @@ -1,4 +1,13 @@ -import {Component, Inject, Input, PLATFORM_ID, ViewChild} from '@angular/core'; +import { + AfterContentInit, + AfterViewInit, + ChangeDetectorRef, + Component, + Inject, + Input, + PLATFORM_ID, + ViewChild +} from '@angular/core'; import {ActivatedRoute} from "@angular/router"; import {RouterHelper} from "../routerHelper.class"; import {EnvProperties} from '../properties/env-properties'; @@ -11,89 +20,89 @@ import {properties} from "../../../../environments/environment"; selector: 'showAuthors', template: ` - - {{author.fullName + ";"}} - - - - orcid - orcid bw - - {{author.fullName + ";"}} - - -
- -
- -
- -
-
- -
-
{{author.fullName}}
-
-
ORCID
- -
- {{" "}} - {{" "}} - - Harvested from ORCID Public Data File - Derived by OpenAIRE algorithms or harvested - from 3d party repositories -
-
-
- - -
- -
-
- -
-
- {{author.fullName}} in OpenAIRE -
- -
-
-
- + + {{author.fullName + ";"}} + + + + orcid + orcid bw + + {{author.fullName + ";"}} + + +
+ +
+ +
+ +
+
+ +
+
{{author.fullName}}
+
+
ORCID
+ +
+ {{" "}} + {{" "}} + + Harvested from ORCID Public Data File + Derived by OpenAIRE algorithms or harvested + from 3d party repositories +
+
+
+ + +
+ +
+
+ +
+
+ {{author.fullName}} in OpenAIRE +
+ +
+
+
{ if(event instanceof NavigationStart) { this.element.nativeElement.remove(); @@ -63,6 +63,7 @@ export class MobileDropdownComponent implements OnInit{ close() { if(this.opened) { this.opened = false; + this.cdr.detectChanges(); this.onClose.emit(); document.getElementsByTagName('body')[0].setAttribute('style', ''); } diff --git a/utils/result-preview/result-preview.component.html b/utils/result-preview/result-preview.component.html index 96832b0a..8854bebc 100644 --- a/utils/result-preview/result-preview.component.html +++ b/utils/result-preview/result-preview.component.html @@ -125,7 +125,7 @@
-