Project

General

Profile

« Previous | Next » 

Revision 54905

[Trunk|Library]:
1. Other Research Products Landing page: Add 'References' tab.
2. publication.service & parsingFunctions.class:
Move parsing of res['result']['metadata']['oaf:entity']['extraInfo']['citations'] (aka 'References' tab) from publication.service to parsingFunctions file.
3. library.css: Remove 'margin-bottom: 5px;' from 'pseudo-external' class.

View differences:

orpInfo.ts
44 44
    relatedResearchResults: Map<string, { "name": string, "id": string, "date": string, "percentage": number, "class": string}[]>; // percentage is for trust
45 45
    similarResearchResults: { "name": string, "id": string, "date": string, "percentage": number, "class": string}[]; // percentage is for similarity
46 46
    contexts: { "labelContext": string, "labelCategory": string, "labelConcept": string, "inline": boolean}[];
47
    references: { "name": string, "url": string}[];
47 48
    record;
48 49
}

Also available in: Unified diff