Skip to content

Commit 7da88e9

Browse files
authored
Update society-of-biblical-literature-fullnote-bibliography.csl (#5381)
1 parent ca27bc1 commit 7da88e9

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

society-of-biblical-literature-fullnote-bibliography.csl

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@
2424
<contributor>
2525
<name>Tyler Mykkanen</name>
2626
</contributor>
27+
<contributor>
28+
<name>J. David Stark</name>
29+
<email>[email protected]</email>
30+
<uri>https://www.jdavidstark.com/</uri>
31+
</contributor>
2732
<category citation-format="note"/>
2833
<category field="theology"/>
2934
<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>
3136
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3237
</info>
3338
<locale xml:lang="en-US">
@@ -669,10 +674,21 @@
669674
<text term="volume" form="short"/>
670675
<number variable="volume" form="numeric"/>
671676
</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>
676692
</group>
677693
</if>
678694
</choose>
@@ -920,8 +936,15 @@
920936
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true">
921937
<layout suffix="." delimiter="; ">
922938
<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>
923946
<!-- Lexicon/Dictionary/Encyclopedia -->
924-
<if type="entry-dictionary entry-encyclopedia" match="any">
947+
<else-if type="entry-dictionary entry-encyclopedia" match="any">
925948
<choose>
926949
<if match="none" variable="author">
927950
<!-- Unsigned Lexicon/Dictionary/Encyclopedia -->
@@ -932,7 +955,7 @@
932955
<text macro="signed-dictionary-note"/>
933956
</else>
934957
</choose>
935-
</if>
958+
</else-if>
936959
<!-- Not Lexicon/Dictionary/Encyclopedia -->
937960
<else-if position="subsequent">
938961
<group delimiter=", ">

0 commit comments

Comments
 (0)