X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=blobdiff_plain;f=sci-id.el;h=7729a16ddc6778d3175967b7ac9d54c88aafcecf;hp=79f046c7b9b6de285fdd7026fdb089c0a07c4ae9;hb=11182a0fffb1d0be7fa48e6ae6ca547b397cc244;hpb=749475b3709d57bc53401d75276bc21d73d26808 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