Project

General

Profile

« Previous | Next » 

Revision 52606

1. Landing pages: before a request for the main content (e.g. publicationInfo) is executed, make this content null.
2. Landing pages: 'Available on' and 'Funded by' (Decapitalize first letter of second word).
3. Landing pages: Add 'Related identifiers' label for identifiers information.
4. Landing pages: 'OPEN', 'OPEN SOURCE', 'EMBARGO', 'RESTRICTED', 'Closed' accessmodes are acceptable for 'Available on' section. Otherwise show 'UNKNOWN ACCESSMODE'.
5. Publication & Dataset & Software landing pages: remove url from title - use separate variable for best accessmode, add country information.
6. Software landing: Add 'programmingLanguage' information.
7. SearchResult & TabResult: Add country information for Publication & Dataset & Software type of results, add programmingLanguage for Software type.
8. TabResult: Show language and types information.
9. Bug fix in 'dateofacceptance' parsing for relates/similar research results (landing pages).

View differences:

datasetInfo.ts
1 1
export class DatasetInfo {
2 2
    underCurationMessage: boolean;
3
    title: { "name": string, "url": string, "accessMode": string};
3
    //title: { "name": string, "url": string, "accessMode": string};
4
    title: string;
5
    accessMode: string;
4 6
    authors: string[];
5 7
    date: string;
6 8
    dateofacceptance: string;
......
13 15
    identifiers: Map<string, string[]>;
14 16
    publisher: string;
15 17
    languages: string[];
18
    countries: string[];
16 19
    subjects: string[];
17 20
    otherSubjects: Map<string, string[]>;
18 21
    classifiedSubjects: Map<string, string[]>;

Also available in: Unified diff