A plugin that interfaces with the NCBI Entrez databases for listing/updating publications.
This plugin allows you to insert references to articles in NCBI Entrez databases (https://www.ncbi.nlm.nih.gov) using a shortcode. It supports any query or search syntax you would use on the main NCBI site. For single sites with simple requirements the options on the settings pages may be enough. For more advanced requirements, such as, multiple unique shortcodes, parameter overrides and custom templates, shortcodes can be defined using the builder or dynamically by just inserting a shortcode in a post or page.
The plugin has a built in caching mechanism with cache life settings (if desired) to reduce page load times. Search terms that are dynamic (for example Author queries) will update automatically on the next page load if not in cache or if the cache for that shortcode is expired.
A default set of templates and stylings are included. Custom styles (either in the settings or via stylesheet) and templates are also supported using the standard WordPress styles/templates overrides in child-themes. Documentation for the various shortcode options is available. For site developers the plugin also includes documentation on the available filter and action hooks.
National Center for Biotechnology Information (NCBI) databases at: https://www.ncbi.nlm.nih.gov
– The plugin utilizes the NCBI Entrez Programming Utilities API (https://www.ncbi.nlm.nih.gov/home/develop/api/)
– The only data sent to this resource is the search query you are retrieving references for (the same query you would type into their search box)
– The databases return scientific publication identifiers and records available to the public
RCSB Protein Data Bank (commonly referred to as ‘The PDB’) databases at: https://rcsb.org
– The plugin utilizes The RCSB PDB RESTful Web Service Interface: http://www.rcsb.org/pdb/software/rest.do
– The only data sent are the PDB identifiers (PDB ID) for one or more protein structures related to the NCBI search query
– The database returns a summary of the structure(s) and also displays the protein structure image associated with a given PDB entry.
No other information is sent or received from sources other than the services listed above.
This plugin gratefully acknowledges the use of Featherlight Lightbox (see http://noelboss.github.io/featherlight/)
Currently, support for the Pubmed and Structure databases is available. The plugin can, in theory support any of the queryable databases, but templates and parsers are not provided at the moment.
Yes.
Yes. The plugin has support for combining multiple shortcodes by either ID or by custom assigned tags to the shortcode (see tags, use_tags and sid on the Shortcode tab in the admin settings.
Added new template References w/ Links