Project

General

Profile

« Previous | Next » 

Revision 49550

'resultbestlicense' field of index renamed to 'resultbestaccessright' and 'bestlicense' field renamed to 'bestaccessright' | htmlProjectReport - project landing: fix query for research data tab in app box | Remove '-' when there are no unclassified subjects in landing pages | Similar Research Results and Related Research Results: case for software results added | Publication landing, Dataset landing, Software landing: 'collectedfrom' parsed through 'instance' field | Search Pages and project landing page: Alert when CSV download fails | Organization landing: encoding funder's info in queries

View differences:

publicationInfo.ts
16 16
    otherSubjects: Map<string, string[]>;
17 17
    classifiedSubjects: Map<string, string[]>;          //<class of subject, subjects>
18 18
    description: string;
19
    //bestlicense: string;
19
    //bestaccessright: string;
20 20
    collectedFrom: { "name": string, "id": string}[];
21 21
    projectsProvenanceVocabulary: { "sysimport:crosswalk:repository": string,
22 22
                                    "sysimport:crosswalk:entityregistry": string,
......
39 39
    fundedByProjects: { "id": string, "acronym": string, "title": string,
40 40
                        "funderShortname": string, "funderName": string,
41 41
                        "funding": string, "code": string, "provenanceAction": string,
42
                        "inline": boolean}[];                        
42
                        "inline": boolean}[];
43 43
    bioentities: Map<string, Map<string, string>>;      //<site name, <>>
44 44
    software: { "name": string, "url": string}[];      //<site name, <>>
45 45
    //relatedPublications: { "name": string, "url": string, "date": string, "trust": number}[];

Also available in: Unified diff