]> git.donarmstrong.com Git - org-ref.git/commitdiff
added to header
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 5 Jan 2015 19:51:06 +0000 (14:51 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Mon, 5 Jan 2015 19:51:06 +0000 (14:51 -0500)
pubmed.org

index fb68a728ac24ae9fa35977daa62182e1caee3397..80a2e36d4edb95ddbf92b3f27e595a1f5271d7ad 100644 (file)
@@ -47,6 +47,19 @@ For PMID there is one interactive function that inserts a bibtex entry: pubmed-i
 ;;
 ;; Lisp code to interact with pubmed databases, links to pubmed
 ;; identifiers. See pubmed.org.
 ;;
 ;; Lisp code to interact with pubmed databases, links to pubmed
 ;; identifiers. See pubmed.org.
+;;;
+;; This library provides links that go to pubmed resources, e.g.
+;;
+;; pmcid:PMC3498956
+;;
+;; pmid:23162369
+;;
+;; and nihmsid:NIHMS395714
+;;
+;; See http://www.ncbi.nlm.nih.gov/pmc/about/public-access-info/#p3 for details of these identifiers.
+;;
+;; For PMID there is one interactive function that inserts a bibtex
+;; entry: `pubmed-insert-bibtex-from-pmid`.
 #+END_SRC
 
 * PMID (from PubMed) link and functions
 #+END_SRC
 
 * PMID (from PubMed) link and functions