This extension provides <pubmed>...</pubmed> tags to show article information fetched from PubMed.
This is forked from Pubmed Extension version 2.0 (2018-10-31).
To install this extension, add the following to LocalSettings.php.
wfLoadExtension("PubmedEx");$wgPubmedApiKey- enables to use the E-utilities API key.
- see more details
- default:
""
- enables to use the E-utilities API key.
$wgPubmedCache- cache directory to store the PubMed responses and article data.
- default:
"${IP}/images/pubmed"
$wgPubmedCacheExpires- enables to set cache expiration in sec.
0means never expires. - default:
604800
- enables to set cache expiration in sec.
$wgPubmedProxyHost- set the proxy host for querying PubMed API.
- default:
""
$wgPubmedProxyPort- set the proxy port.
- default:
8080
$wgPubmedProxyUser- set the proxy user, if proxy requires authentication.
- default:
""
$wgPubmedProxyPass- set the proxy password.
- default:
""
$wgPubmedLimit- maximum number of the PubMed search query returns.
- remember the PubMed limit of 500 articles.
- default:
20
- maximum number of the PubMed search query returns.
$wgPubmedOffset- start offset of the PubMed search query returns.
- default:
0
$wgPubmedTemplateFile- template file to format PubMed articles. this file should be located under
templates/directory. - default:
"default.php"
- template file to format PubMed articles. this file should be located under
<pubmed>15011281</pubmed><pubmed limit="5">neuroinformatics</pubmed>
...
<pubmed limit="5" offset="5">neuroinformatics</pubmed><pubmed templatefile="yetanother.php">15046238</pubmed>- Reimplemented all sources.
- new E-utilities client to support API key.
- new PubMed xml parser to support PubmedBookArticle data.
- new cache system to store each pubmed responses and parsed article data.
- new template system for more flexible format support.
- modern MediaWiki extention framework.
- Global variables
- added:
$wgPubmedApiKey,$wgCacheExpiresand$wgPubmedTemplateFile - removed:
$wgPubmedPath,$wgPubmedLayoutFile,$wgPubmedLayoutLinks,$wgPubmedSOAP,$wgNUSOAPencodinghack,$wgPubmedWDSLVersionand$wgPubmedDEBUG
- added:
- Tag parameters
- added:
templatefile. - removed:
layoutfile,layoutlinkanddebug.
- added:
This software is licensed under the GNU General Public License 2.0 or later.
- Yoshihiro Okumura
- Andreas Bohne-Lang (Original Concept)
- https://bsd.neuroinf.jp Brain Science Dictionary project in Japanese.