|
33 | 33 | <category citation-format="note"/> |
34 | 34 | <category field="theology"/> |
35 | 35 | <summary>Society of Biblical Literature format with full notes and bibliography</summary> |
36 | | - <updated>2022-05-27T18:39:17+00:00</updated> |
| 36 | + <updated>2022-06-29T13:58:51+00:00</updated> |
37 | 37 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
38 | 38 | </info> |
39 | 39 | <locale xml:lang="en-US"> |
|
113 | 113 | <choose> |
114 | 114 | <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> |
115 | 115 | <group delimiter=", "> |
116 | | - <text macro="editor-translator-verb-short-comma"/> |
117 | 116 | <names variable="container-author"> |
118 | 117 | <label form="verb-short" suffix=" "/> |
119 | 118 | <name and="text" delimiter=", "/> |
120 | 119 | </names> |
| 120 | + <text macro="editor-translator-verb-short-comma"/> |
121 | 121 | </group> |
122 | 122 | </if> |
123 | 123 | </choose> |
|
382 | 382 | </choose> |
383 | 383 | </else-if> |
384 | 384 | <else> |
385 | | - <text variable="title" form="short" quotes="true" text-case="title"/> |
| 385 | + <text variable="title" quotes="true" text-case="title"/> |
386 | 386 | </else> |
387 | 387 | </choose> |
388 | 388 | </macro> |
|
675 | 675 | </choose> |
676 | 676 | </macro> |
677 | 677 | <macro name="event-note"> |
678 | | - <text variable="event"/> |
| 678 | + <!-- Support citation of unpublished conference presentations per SBLHS2 §6.3.8. --> |
| 679 | + <choose> |
| 680 | + <if type="speech" match="any"> |
| 681 | + <group delimiter=" "> |
| 682 | + <text variable="genre"/> |
| 683 | + <text term="presented at" suffix=" "/> |
| 684 | + </group> |
| 685 | + </if> |
| 686 | + </choose> |
| 687 | + <text variable="event" suffix=","/> |
679 | 688 | </macro> |
680 | 689 | <macro name="event"> |
681 | 690 | <group> |
|
791 | 800 | <else> |
792 | 801 | <group delimiter=" "> |
793 | 802 | <label variable="locator" form="short"/> |
794 | | - <text variable="locator"/> |
| 803 | + <!-- Adds quotes around the locator when the type is sub-verbo per https://sblhs2.com/2017/03/30/citing-reference-works-2-lexica/ --> |
| 804 | + <choose> |
| 805 | + <if locator="sub-verbo"> |
| 806 | + <text variable="locator" quotes="true"/> |
| 807 | + </if> |
| 808 | + <else> |
| 809 | + <text variable="locator"/> |
| 810 | + </else> |
| 811 | + </choose> |
795 | 812 | </group> |
796 | 813 | </else> |
797 | 814 | </choose> |
|
841 | 858 | </else-if> |
842 | 859 | <else-if type="entry-dictionary entry-encyclopedia" match="any"> |
843 | 860 | <choose> |
844 | | - <if position="first" variable="volume" match="all"> |
| 861 | + <if position="first" match="all"> |
845 | 862 | <text macro="point-locators-subsequent" prefix=" "/> |
846 | | - <!--SBL 6.3.6 prefers space in first entry before vol info.--> |
| 863 | + <!-- Per SBLHS2 §6.3.6, the first reference will, by definition have the dictionary title or abbreviation preceding the locators, volume number included. No comma should appear after the title or abbreviation and before the locators. --> |
847 | 864 | </if> |
848 | 865 | <else> |
849 | 866 | <text macro="point-locators-subsequent" prefix=", "/> |
|
926 | 943 | <text macro="publisher"/> |
927 | 944 | <choose> |
928 | 945 | <if variable="title" match="none"/> |
929 | | - <else-if type="thesis speech" match="any"> |
| 946 | + <else-if type="thesis" match="any"> |
930 | 947 | <text variable="genre"/> |
931 | 948 | </else-if> |
932 | 949 | </choose> |
933 | | - <text macro="event"/> |
934 | 950 | </group> |
935 | 951 | <text macro="issued" prefix=", "/> |
936 | 952 | </group> |
|
991 | 1007 | <text macro="archive-note"/> |
992 | 1008 | </else-if> |
993 | 1009 | </choose> |
| 1010 | + <!-- SBL style uses DOIs and URLs when the resource is electronic. SBLHS2 §§ 6.1.6, 6.2.25, 6.3.10, 6.4.13–14. If a resource has physical dimensions, however, it is not electronic. So, DOI or URL output should be bypassed. --> |
994 | 1011 | <choose> |
995 | | - <if variable="DOI"> |
996 | | - <text variable="DOI" prefix="https://doi.org/"/> |
997 | | - </if> |
| 1012 | + <if variable="dimensions"/> |
998 | 1013 | <else> |
999 | | - <text variable="URL"/> |
| 1014 | + <!-- Per SBLHS2 §6.3.10, allows either DOI or URL or both to be included. --> |
| 1015 | + <group delimiter=", "> |
| 1016 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 1017 | + <text variable="URL"/> |
| 1018 | + </group> |
1000 | 1019 | </else> |
1001 | 1020 | </choose> |
1002 | 1021 | </group> |
|
1011 | 1030 | <text macro="archive"/> |
1012 | 1031 | </else-if> |
1013 | 1032 | </choose> |
| 1033 | + <!-- SBL style uses DOIs and URLs when the resource is electronic. SBLHS2 §§6.1.6, 6.2.25, 6.3.10, 6.4.13–14. If a resource has physical dimensions, however, it is not electronic. So, DOI or URL output should be bypassed. --> |
1014 | 1034 | <choose> |
1015 | | - <if variable="DOI"> |
1016 | | - <text variable="DOI" prefix="https://doi.org/"/> |
1017 | | - </if> |
| 1035 | + <if variable="dimensions"/> |
1018 | 1036 | <else> |
1019 | | - <text variable="URL"/> |
| 1037 | + <!-- Per SBLHS2 §6.3.10, allows either DOI or URL or both to be included. --> |
| 1038 | + <group delimiter=", "> |
| 1039 | + <text variable="DOI" prefix="https://doi.org/"/> |
| 1040 | + <text variable="URL"/> |
| 1041 | + </group> |
1020 | 1042 | </else> |
1021 | 1043 | </choose> |
1022 | 1044 | </group> |
|
1072 | 1094 | <!-- Support custom citations via the annote variable. For discussion, see https://forums.zotero.org/discussion/comment/317370 --> |
1073 | 1095 | <if variable="annote"> |
1074 | 1096 | <choose> |
1075 | | - <if locator="section"> |
1076 | | - <group delimiter=" "> |
| 1097 | + <!-- For situations like citation of lexica per https://sblhs2.com/2017/03/30/citing-reference-works-2-lexica/. --> |
| 1098 | + <if locator="sub-verbo"> |
| 1099 | + <group delimiter=", "> |
1077 | 1100 | <text variable="annote"/> |
1078 | 1101 | <text macro="point-locators-subsequent"/> |
1079 | 1102 | </group> |
1080 | 1103 | </if> |
| 1104 | + <!-- For situations like citation of collections like (M)OTP per https://sblhs2.com/2017/06/08/citing-text-collections-3-otp/ and https://sblhs2.com/2017/06/22/citing-text-collections-3-motp/. --> |
1081 | 1105 | <else> |
1082 | | - <group delimiter=", "> |
| 1106 | + <group delimiter=" "> |
1083 | 1107 | <text variable="annote"/> |
1084 | 1108 | <text macro="point-locators-subsequent"/> |
1085 | 1109 | </group> |
|
1115 | 1139 | <group delimiter=", "> |
1116 | 1140 | <text macro="contributors-note"/> |
1117 | 1141 | <text macro="title-note"/> |
| 1142 | + <text macro="description-note"/> |
1118 | 1143 | <text macro="secondary-contributors-note"/> |
1119 | 1144 | <text macro="container-title-note"/> |
1120 | 1145 | <text macro="container-contributors-note"/> |
|
1138 | 1163 | <text macro="locators-newspaper" prefix=", "/> |
1139 | 1164 | <text macro="point-locators"/> |
1140 | 1165 | <text macro="access-note" prefix=", "/> |
1141 | | - <text macro="description-note" prefix=", "/> |
1142 | 1166 | </else> |
1143 | 1167 | </choose> |
1144 | 1168 | </layout> |
|
1168 | 1192 | <group delimiter=". "> |
1169 | 1193 | <text macro="contributors"/> |
1170 | 1194 | <text macro="title"/> |
| 1195 | + <text macro="description"/> |
1171 | 1196 | <text macro="secondary-contributors"/> |
1172 | 1197 | <text macro="container-title"/> |
1173 | 1198 | <text macro="container-contributors"/> |
|
1188 | 1213 | <text macro="locators-newspaper" prefix=", "/> |
1189 | 1214 | <text macro="locators-journal"/> |
1190 | 1215 | <text macro="access" prefix=". "/> |
1191 | | - <text macro="description" prefix=". "/> |
1192 | 1216 | </else> |
1193 | 1217 | </choose> |
1194 | 1218 | </layout> |
|
0 commit comments