Skip to content

Commit

Permalink
Add DOIs to proceedings and collections
Browse files Browse the repository at this point in the history
SPIE papers come with DOIs and ADS includes them in entries.
It seems odd to me that we include DOIs for articles but not
for proceedings papers that have them. SPIE papers are notoriously
hard to parse since page numbers are usually missing
from references.
  • Loading branch information
timj committed May 19, 2018
1 parent 2f3ce58 commit 17c506f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bst/aasjournal.bst
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ FUNCTION {incollection}
% }
% if$
format.pages "pages" output.check
format.pid
format.url output
fin.entry
}
Expand Down Expand Up @@ -1313,6 +1314,7 @@ FUNCTION {inproceedings}
% }
% if$
format.pages output
format.pid
format.url output
fin.entry
}
Expand Down

0 comments on commit 17c506f

Please sign in to comment.