Project

General

Profile

« Previous | Next » 

Revision 55899

[Trunk | Library]:
1. Create 'authors' folder in 'utils' to show authors, including dropdown with their ORCID information if available (used by landing & search pages).
2. Landing & Search Pages (services): Parse ORCID information of authors (creators) & cut it, if prefix is included.

View differences:

deletedByInferenceResult.ts
4 4
export class DeletedByInferenceResult {
5 5
    title: string;
6 6
    accessMode: string;
7
    authors: string[];
7
    authors: {"fullName": string, "orcid": string}[];
8 8

  
9 9
    date: string;
10 10
    dateofacceptance: string;

Also available in: Unified diff