Searched refs:ncbi (Results 1 – 8 of 8) sorted by relevance
/plugin/pubmed/ |
H A D | syntax.php | 7 var $ncbi; variable in syntax_plugin_pubmed 15 $this->ncbi = new ncbi(); 48 $href_url = sprintf($this->ncbi->pubmedURL,$pmid); 49 $journal = $this->ncbi->GetSummaryItem ("Source",$xml); 50 $date = $this->ncbi->GetSummaryItem ("PubDate",$xml); 51 $volume = $this->ncbi->GetSummaryItem ("Volume",$xml); 52 $pages = $this->ncbi->GetSummaryItem ("Pages",$xml); 53 $authors = $this->ncbi->GetSummaryItems("Author",$xml); 54 $title = $this->ncbi->GetSummaryItem ("Title",$xml); 117 $summary = $this->ncbi->SummaryXml('pubmed',$pmid);
|
/plugin/pdb/ |
H A D | syntax.php | 7 var $ncbi; variable in syntax_plugin_pdb 22 $this->ncbi = new ncbi(); 106 $sid = $this->ncbi->GetSearchItem("Id",$summaryXML); 156 $PdbAcc = $this->ncbi->GetSummaryItem("PdbAcc" ,$summaryXML); 157 $PdbClass = $this->ncbi->GetSummaryItem("PdbClass",$summaryXML); 158 $PdbDescr = $this->ncbi->GetSummaryItem("PdbDescr",$summaryXML); 187 $eSearchXml = $this->ncbi->SearchXml('structure',$pdbAcc); 188 $ids = $this->ncbi->GetSearchItems("Id",$eSearchXml); 191 $tmpXml = $this->ncbi->SummaryXML('structure',$ids[$i]); 192 $tmpPdbId = $this->ncbi->GetSummaryItem("PdbAcc",$tmpXml); [all …]
|
/plugin/pdb/classes/ |
H A D | _NCBI.php | 10 class ncbi{ class 15 function ncbi() function in ncbi
|
/plugin/pubchem/classes/ |
H A D | _NCBI.php | 10 class ncbi{ class 15 function ncbi() function in ncbi
|
/plugin/pubmed/classes/ |
H A D | _NCBI.php | 10 class ncbi{ class 15 function ncbi() function in ncbi
|
/plugin/pubchem/ |
H A D | syntax.php | 7 var $ncbi; variable in syntax_plugin_pubchem 20 $this->ncbi = new ncbi(); 197 $xml = $this->ncbi->GetPubchemXml($cid);
|
/plugin/pubmed2020/ |
H A D | README.md | 18 [updateCtx]: https://api.ncbi.nlm.nih.gov/lit/ctxp
|
/plugin/pubmed2020/tests/ |
H A D | PM15924077.ris | 22 UR - https://pubmed.ncbi.nlm.nih.gov/15924077
|