このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

PMID Citation Plus

説明

Feature request?

Consider dropping me a few bucks (donate page)

.. or ..

You can make your own feature and create a pull request on GitHub. This plug is open source.

This plugin makes citing scientific studies in an aesthetically pleasing manner much more easy.

It allows you to simply enter in PubMed IDs on the composition page and have a references list (very similar to Wikipedia’s) automatically built for you. At the moment it only supports PMIDs, but in the future will also support citation via DOI.

Features

  • Creates an input box on your post composition page where you can input PubMed IDs.
  • PubMed IDs are then stored in the database along with your post, and this data is used to create a references block at the bottom of your post.

スクリーンショット

  • The references block at the bottom of a blog post.
  • The PMID Citation Plus entry field above the update button.
  • A PubMed abstract with the location of the PMID indicated.

インストール

  1. Download the plugin

  2. Extract the contents of pmid-citation-plus.zip to wp-content/plugins/ folder. You should get a folder called pmid-citation-plus.

  3. Activate the Plugin in WP-Admin.

  4. Go to your post composition page, and enter in your comma separated list of PubMed IDs in the field at the top right hand of the page.

FAQ

What are the requirements for this plugin?

A recent version of WordPress. The plugin doesn’t do anything too fancy, so it probably runs on older versions too.

Do you do WordPress consultation work?

Absolutely! I’m a Zend Certified PHP 5.3 engineer, and can customize or create WordPress plugins and themes. Visit http://www.mdpatrick.com or email me (see support, below) for more details.

Can I customize what is displayed?

The plugin uses the css class ‘pmidcitationplus’ in the div that surrounds the references block. If you would like, you may use this class to then style it by adding code to your style.css file of your theme folder.

For more information, please visit http://www.mdpatrick.com/pmidcitationplus/

Support

For now, you may email me at dan atsymbolgoeshere mdpatrick.com.

評価

このプラグインにはレビューがありません。

貢献者と開発者

PMID Citation Plus はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“PMID Citation Plus” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.8

  • Added a new settings page.
  • Added contact form to get in touch with me (the author).
  • Added ability to toggle abtract tooltips on/off.
  • Added ability to set length of abstract in tooltip.
  • Added ability to append “Open with Read” link to bibliographic entries.
  • Add target=”_blank” (open in new window) to links in bibliography. This can be toggled in new settings page.
  • Added a nag notice to remind you guys to rate the plugin.

1.0.6

  • Tooltips fixed, now shows part of abstract when hovering an entry in the bibliography.
  • Abstracts with no institution listed are now able to be parsed.
  • Improved error handling for some particular edge cases.

1.0.1

  • Swapped input for larger textarea on pubmed id entry input.

1.0.0

  • Release