From: John Kitchin Date: Sun, 25 Jan 2015 23:03:31 +0000 (-0500) Subject: add scopus X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=1640b223fedc30e829bea58d949881d27894b572 add scopus --- diff --git a/org-ref.org b/org-ref.org index 1425868..c59d8d1 100644 --- a/org-ref.org +++ b/org-ref.org @@ -2863,6 +2863,11 @@ Technically, this function should return a string that is inserted by helm. This (helm-bibtex))) (require 'helm-bibtex) + +(mapc (lambda (x) (add-to-list 'helm-bibtex-fallback-options x t)) + '(("Crossref" . "http://search.crossref.org/?q=%s") + ("Scopus" . "http://www.scopus.com/scopus/search/submit/xadvanced.url?searchfield=TITLE-ABS-KEY(%s)") + ("Open Web of Science" . (lambda () (browse-url "http://apps.webofknowledge.com"))))) #+END_SRC ** A helm click menu