UNPKG

epmc

Version:

For retrieving article metadata from Europe PMC (http://www.europepmc.org). Covers all of PubMed (updated daily) and 3 million full text articles and other sources. A single article or list view can be returned.

14 lines (11 loc) 362 B
var app = require("biojs-vis-pmccitation"); var instance = new app.CitationList({ target: yourDiv.id, query:'p53', width: 400, numberResults: 10, displayStyle: app.CitationList.FULL_STYLE, elementOrder: app.CitationList.TITLE_FIRST }); //triggers the citation data loading process that will use the Europe PMC RESTFUL Web service instance.load();