X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=org-ref.org;h=297be57cffc04af43bed22e0e32c2ac12f5a7831;hp=04e74b5413e2506546caf2ae9421b8326fb1ee0c;hb=5d9b13dc9c509e506a989e31aa14197c6566ced5;hpb=d59f610067eedeea47d4232a048ba951861f4d66 diff --git a/org-ref.org b/org-ref.org index 04e74b5..297be57 100644 --- a/org-ref.org +++ b/org-ref.org @@ -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