From fa6df2b17cdde5c9d60c2085e4bfadecb3897250 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sat, 9 Aug 2014 16:26:58 -0400 Subject: [PATCH 1/1] add journal article --- doi-utils.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doi-utils.org b/doi-utils.org index fa49976..e08e601 100644 --- a/doi-utils.org +++ b/doi-utils.org @@ -473,7 +473,7 @@ Now we define a function that fills in that template from the metadata. doi (plist-get results :DOI) url (plist-get results :URL)) (cond - ((string= type "journal-article") + ((or (string= type "journal-article") (string= type "article-journal")) (doi-utils-expand-template "@article{, author = {%{author}}, title = {%{title}}, -- 2.39.2