Home
last modified time | relevance | path

Searched refs:pubmed2020 (Results 1 – 4 of 4) sorted by relevance

/plugin/pubmed2020/
H A Dplugin.info.txt1 base pubmed2020
7 url http://www.dokuwiki.org/plugin:pubmed2020
H A Dsyntax.php21 var $pubmed2020; variable in syntax_plugin_pubmed2020
73 $this->pubmed2020 = new PubMed2020();
460 $r = $this->pubmed2020->convertId($id);
496 $link = $this->pubmed2020->getPubmedSearchURL($id);
522 $raw = $this->pubmed2020->getDataFromCtxp($base, "", $doi);
571 $raw = $this->pubmed2020->getDataFromCtxp($base, $id);
606 $refs = $this->pubmed2020->readMedlineContent($raw, $this);
721 $retrieved = $this->pubmed2020->getDataFromCtxp("pmid", "15924077", "doi");
734 $this->pubmed2020->readMedlineContent($s, "PMID", $this);
H A DREADME.md5 See http://www.dokuwiki.org/plugin:pubmed2020
17 [dokuwiki plugin page]: https://www.dokuwiki.org/plugin:pubmed2020
/plugin/pubmed2020/helper/
H A Dpmid.php192 $this->paper_refs = $plugin->pubmed2020->readMedlineContent($raw, $plugin);