]> git.donarmstrong.com Git - org-ref.git/blobdiff - sci-id.el
add scopus id link.
[org-ref.git] / sci-id.el
index 79f046c7b9b6de285fdd7026fdb089c0a07c4ae9..7729a16ddc6778d3175967b7ac9d54c88aafcecf 100644 (file)
--- a/sci-id.el
+++ b/sci-id.el
     (browse-url
      (format "http://www.researcherid.com/rid/%s" link-string))))
 
     (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
 (provide 'sci-id)
 ;;; sci-id.el ends here