From 11182a0fffb1d0be7fa48e6ae6ca547b397cc244 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sat, 28 Mar 2015 12:39:23 -0400 Subject: [PATCH] add scopus id link. --- sci-id.el | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.2