|
24 | 24 | <contributor> |
25 | 25 | <name>Tyler Mykkanen</name> |
26 | 26 | </contributor> |
| 27 | + <contributor> |
| 28 | + <name>J. David Stark</name> |
| 29 | + |
| 30 | + <uri>https://www.jdavidstark.com/</uri> |
| 31 | + </contributor> |
27 | 32 | <category citation-format="note"/> |
28 | 33 | <category field="theology"/> |
29 | 34 | <summary>Society of Biblical Literature format with full notes and bibliography</summary> |
30 | | - <updated>2018-02-01T14:42:46+00:00</updated> |
| 35 | + <updated>2021-04-13T15:55:26+00:00</updated> |
31 | 36 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
32 | 37 | </info> |
33 | 38 | <locale xml:lang="en-US"> |
|
669 | 674 | <text term="volume" form="short"/> |
670 | 675 | <number variable="volume" form="numeric"/> |
671 | 676 | </group> |
672 | | - <group delimiter=" "> |
673 | | - <label variable="locator" form="short"/> |
674 | | - <text variable="locator"/> |
675 | | - </group> |
| 677 | + <!-- When section-based citations are used, SBL prefers no space following the section symbol(s). E.g., https://sblhs2.com/2017/04/20/citing-reference-works-7-greek-language-tools/ --> |
| 678 | + <choose> |
| 679 | + <if locator="section"> |
| 680 | + <group> |
| 681 | + <label variable="locator" form="short"/> |
| 682 | + <text variable="locator"/> |
| 683 | + </group> |
| 684 | + </if> |
| 685 | + <else> |
| 686 | + <group delimiter=" "> |
| 687 | + <label variable="locator" form="short"/> |
| 688 | + <text variable="locator"/> |
| 689 | + </group> |
| 690 | + </else> |
| 691 | + </choose> |
676 | 692 | </group> |
677 | 693 | </if> |
678 | 694 | </choose> |
|
920 | 936 | <citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true"> |
921 | 937 | <layout suffix="." delimiter="; "> |
922 | 938 | <choose> |
| 939 | + <!-- Support custom citations via the annote variable. For discussion, see https://forums.zotero.org/discussion/comment/317370 --> |
| 940 | + <if variable="annote"> |
| 941 | + <group delimiter=" "> |
| 942 | + <text variable="annote"/> |
| 943 | + <text macro="point-locators-subsequent"/> |
| 944 | + </group> |
| 945 | + </if> |
923 | 946 | <!-- Lexicon/Dictionary/Encyclopedia --> |
924 | | - <if type="entry-dictionary entry-encyclopedia" match="any"> |
| 947 | + <else-if type="entry-dictionary entry-encyclopedia" match="any"> |
925 | 948 | <choose> |
926 | 949 | <if match="none" variable="author"> |
927 | 950 | <!-- Unsigned Lexicon/Dictionary/Encyclopedia --> |
|
932 | 955 | <text macro="signed-dictionary-note"/> |
933 | 956 | </else> |
934 | 957 | </choose> |
935 | | - </if> |
| 958 | + </else-if> |
936 | 959 | <!-- Not Lexicon/Dictionary/Encyclopedia --> |
937 | 960 | <else-if position="subsequent"> |
938 | 961 | <group delimiter=", "> |
|
0 commit comments