We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4479a5a commit 77e3fcaCopy full SHA for 77e3fca
society-of-biblical-literature-fullnote-bibliography.csl
@@ -990,7 +990,14 @@
990
<text macro="archive-note"/>
991
</else-if>
992
</choose>
993
- <text variable="URL"/>
+ <choose>
994
+ <if variable="DOI">
995
+ <text variable="DOI" prefix="https://doi.org/"/>
996
+ </if>
997
+ <else>
998
+ <text variable="URL"/>
999
+ </else>
1000
+ </choose>
1001
</group>
1002
</macro>
1003
<macro name="access">
@@ -1003,7 +1010,14 @@
1010
<text macro="archive"/>
1004
1011
1005
1012
1006
1013
1014
1015
1016
1017
1018
1019
1020
1007
1021
1008
1022
1009
1023
<macro name="unsigned-dictionary-note">
0 commit comments