Project

General

Profile

« Previous | Next » 

Revision 50013

'View more' links in landing pages are not muted | 'Download from', 'Collected from' and 'Published in' sections of appbox merged into 'Available on' section. {{hostedby}} via {{collectedfrom}} and when {{hostedby}} is 'Unknown Repository' its name is from 'source' field

View differences:

softwareInfo.ts
6 6
    dateofacceptance: string;
7 7
    embargoEndDate: string;
8 8
    types: string[];
9
    downloadFrom: Map<string, {"url": string[], "accessMode": string[], "bestAccessMode": string}>;   //key is name
10
    publishedIn: Map<string, {"url": string[], "accessMode": string[], "bestAccessMode": string}>;    //key is name
9
    hostedBy_collectedFrom: { "downloadName": string, "downloadUrl": string[],
10
                              "collectedName": string, "collectedId": string,
11
                              "accessMode": string[], "bestAccessMode": string,
12
                              "type": string, "year":string}[];
11 13
    identifiers: Map<string, string[]>;
12 14
    publisher: string;
13 15
    subjects: string[];
14 16
    otherSubjects: Map<string, string[]>;
15 17
    classifiedSubjects: Map<string, string[]>;
16 18
    description: string;
17
    //bestaccessright: string;
18
    collectedFrom: { "name": string, "id": string}[];
19 19
    projectsProvenanceVocabulary: { "sysimport:crosswalk:repository": string,
20 20
                                    "sysimport:crosswalk:entityregistry": string,
21 21
                                    "sysimport:crosswalk:datasetarchive": string,

Also available in: Unified diff