From: John Kitchin <jkitchin@andrew.cmu.edu>
Date: Sat, 28 Mar 2015 16:39:23 +0000 (-0400)
Subject: add scopus id link.
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=11182a0fffb1d0be7fa48e6ae6ca547b397cc244;p=org-ref.git

add scopus id link.
---

diff --git a/sci-id.el b/sci-id.el
index 79f046c..7729a16 100644
--- a/sci-id.el
+++ b/sci-id.el
@@ -39,5 +39,14 @@
     (browse-url
      (format "http://www.researcherid.com/rid/%s" link-string))))
 
+(org-add-link-type
+ "scopusid"
+ (lambda
+   (link-string)
+   (browse-url
+    (format
+     "http://www.scopus.com/authid/detail.url?origin=AuthorProfile&authorId=%s"
+     link-string))))
+
 (provide 'sci-id)
 ;;; sci-id.el ends here