Skip to content

Commit 7643924

Browse files
authored
Update society-of-biblical-literature-fullnote-bibliography.csl (JabRef#5022)
closes citation-style-language/styles#5021 * add section symbol instead of abbreviations see https://forums.zotero.org/discussion/comment/365424/#Comment_365424
1 parent 15e8a12 commit 7643924

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

society-of-biblical-literature-author-date.csl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<locale xml:lang="en">
2121
<terms>
2222
<term name="editor" form="verb-short">ed.</term>
23+
<term name="section" form="short">
24+
<single>§</single>
25+
<multiple>§§</multiple>
26+
</term>
2327
<term name="translator" form="verb-short">trans.</term>
2428
<term name="translator" form="short">trans.</term>
2529
<term name="editortranslator" form="verb-short">ed. and trans.</term>

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<locale xml:lang="en-US">
3434
<terms>
3535
<term name="editor" form="verb-short">ed.</term>
36+
<term name="section" form="short">
37+
<single>§</single>
38+
<multiple>§§</multiple>
39+
</term>
3640
<term name="translator" form="verb-short">trans.</term>
3741
<term name="translator" form="short">trans.</term>
3842
<term name="editortranslator" form="verb-short">ed. and trans.</term>
@@ -498,7 +502,7 @@
498502
<text value=" of"/>
499503
</group>
500504
</if>
501-
<else-if type="chapter" variable="container-title" match="all">
505+
<else-if type="chapter" variable="collection-title" match="all">
502506
<!--SBL 6.2.23-->
503507
<group>
504508
<text term="volume" form="short" suffix=" "/>
@@ -549,7 +553,7 @@
549553
<text value=" of"/>
550554
</group>
551555
</if>
552-
<else-if type="chapter" variable="container-title" match="all">
556+
<else-if type="chapter" variable="collection-title" match="all">
553557
<!--SBL 6.2.23-->
554558
<group>
555559
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>

0 commit comments

Comments
 (0)