You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not safe to assume that a PublicationXref originates from PubMed, as we have done. Article references from elsewhere would break the existing logic:
h('div',firstAuthor+' et al. | '+source+' - '+newDate(date).getFullYear().toString())
]);
});
In this case, it also makes sense to utilize available information about an article, so that the system need not make additional calls or support an external web service to retrieve it (e.g. crossref).
At this point, references to an article are through PubMed and is baked into EXTENDED_BINARY_SIF. So there will need to be some design changes to the source x-SIF data....
It is not safe to assume that a PublicationXref originates from PubMed, as we have done. Article references from elsewhere would break the existing logic:
app-ui/src/client/features/interactions/interactions-edge-tooltip.js
Lines 73 to 79 in b28e1e6
In this case, it also makes sense to utilize available information about an article, so that the system need not make additional calls or support an external web service to retrieve it (e.g. crossref).
Related to: PathwayCommons/factoid#1218
The text was updated successfully, but these errors were encountered: