diff --git a/landingPages/landing-utils/showAuthors.component.ts b/landingPages/landing-utils/showAuthors.component.ts deleted file mode 100644 index 6cb1baf5..00000000 --- a/landingPages/landing-utils/showAuthors.component.ts +++ /dev/null @@ -1,63 +0,0 @@ -import {Component, Input} from '@angular/core'; -import {RouterHelper} from '../../utils/routerHelper.class'; -import {HelperFunctions} from "../../utils/HelperFunctions.class"; - -@Component({ - selector: 'showAuthors1', - template: ` - -
- View less authors -
- - - {{author}} - ; - - ... - - - - {{author}} - ; - - - - - view all {{authors.length | number}} authors - - - - View less authors - -
- - ` - - }) - -export class ShowAuthorsComponent1 { - @Input() authors: { [key: string]: string }[]; - @Input() searchPage:string ="publications" - - public showAll: boolean = false; - public routerHelper:RouterHelper = new RouterHelper(); - - constructor () { - } - - ngOnInit() { - } - - public quote(params: string):string { - return '"'+params+'"'; - } - - public scroll() { - HelperFunctions.scroll(); - } -} diff --git a/landingPages/software/software.component.html b/landingPages/software/software.component.html index d1b6335d..b87ea18e 100644 --- a/landingPages/software/software.component.html +++ b/landingPages/software/software.component.html @@ -38,7 +38,7 @@