이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WPBMB Entrez

설명

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.

This plugin relies on the 3rd party services of:

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.

Features

  • Supports: Pubmed and Structure NCBI Entrez databases
  • Uses the same query terms as the NCBI Entrez databases
  • Automatic updating of publication lists (for dynamic searches)
  • Static lists of publications or structures
  • Aggregation of multiple search terms/shortcodes
  • Caching of search results for a specified time
  • Custom styling via the settings or with a stylsheet through a child-theme
  • Multiple templates: Lightbox, Compact Lightbox, Inline Abstract, Title Only, Reference List, Structure
  • Developer hooks and documentation for creating user defined templates and partials

This plugin gratefully acknowledges the use of Featherlight Lightbox (see http://noelboss.github.io/featherlight/)

설치

  1. Upload the zip file using the plugin page (if not installing directly from the WordPress repository)
  2. Activate the plugin
  3. Go to WPBMB Entrez Settings on the left hand menu on the admin pages

FAQ

What databases does the plugin support?

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.

I just want to show my publication list on a single page. How can I do that?
  • Install the plugin
  • Set the options you want in the General and Display tabs
  • Add the shortcode [wpbmb] to your page or post
Can multiple/different shortcodes be used on the same page?

Yes.

I want to aggregate a bunch of different search queries into a single list. Is that possible?

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.

후기

모든 2 평가 읽기

기여자 & 개발자

“WPBMB Entrez”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WPBMB Entrez”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

Added new template References w/ Links

1.0.0

  • Initial Release