From 1640b223fedc30e829bea58d949881d27894b572 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 25 Jan 2015 18:03:31 -0500 Subject: [PATCH] add scopus --- org-ref.org | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2