]> git.donarmstrong.com Git - org-ref.git/blobdiff - org-ref.org
add wos documentation
[org-ref.git] / org-ref.org
index 04e74b5413e2506546caf2ae9421b8326fb1ee0c..297be57cffc04af43bed22e0e32c2ac12f5a7831 100644 (file)
@@ -212,6 +212,8 @@ This will prompt you for a DOI, and a bibtex file, and then try to get the bibte
 - doi-utils-add-entry-from-crossref-query
 This will prompt you for a query string, which is usually the title of an article, or a free-form text citation of an article. Then you will get a helm buffer of matching items, which you can choose from to insert a new bibtex entry into a bibtex file.
 
+This library also redefines the org-mode doi link. Now, when you click on this link you will get a menu of options, e.g. to open a bibtex entry or a pdf if you have it, or to search the doi in some scientific search engines. Try it out  doi:10.1021/jp511426q.
+
 ** jmax-bibtex
 These are functions I use often in bibtex files.
 
@@ -281,6 +283,18 @@ Or this if you like key-chord:
 (key-chord-define-global "jj" 'jmax-bibtex-hydra/body)
 #+END_SRC
 
+** wos
+This is a small utility for Web of Science/Knowledge (http://apps.webofknowledge.com).
+
+#+BEGIN_SRC emacs-lisp
+(require 'wos)
+#+END_SRC
+
+- wos :: Convenience function to open WOK in a browser.
+- wos-search :: Search WOK with the selected text or word at point
+
+There is also a new org-mode link that opens a search: [[wos-search:alloy and segregation]]
+
 ** isbn
 index:isbn