Skip to content

Commit

Permalink
SBL: implementation of book reviews (#5613)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhpercival committed Sep 17, 2021
1 parent fbbe7b3 commit a408957
Showing 1 changed file with 73 additions and 5 deletions.
78 changes: 73 additions & 5 deletions society-of-biblical-literature-fullnote-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<category citation-format="note"/>
<category field="theology"/>
<summary>Society of Biblical Literature format with full notes and bibliography</summary>
<updated>2021-05-10T14:27:36+00:00</updated>
<updated>2021-05-16T18:39:17+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en-US">
Expand Down Expand Up @@ -81,13 +81,33 @@
<text macro="editor-translator-verb-short-comma"/>
</group>
</macro>
<macro name="container-author-reviewed-author-and-editor-translator-short">
<group delimiter=", ">
<choose>
<if variable="container-author reviewed-author" match="any">
<names variable="container-author reviewed-author" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name form="short" and="text" delimiter=", "/>
</names>
</if>
</choose>
<text macro="editor-translator-verb-short-comma"/>
</group>
</macro>
<macro name="secondary-contributors-note">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<text macro="container-author-reviewed-author-and-editor-translator"/>
</if>
</choose>
</macro>
<macro name="secondary-contributors-short">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="none">
<text macro="container-author-reviewed-author-and-editor-translator-short"/>
</if>
</choose>
</macro>
<macro name="container-contributors-note">
<choose>
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
Expand Down Expand Up @@ -275,6 +295,19 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</else-if>
<else-if variable="reviewed-author">
<choose>
<if variable="reviewed-title" match="any">
<group delimiter=", review of ">
<text variable="title" quotes="true" text-case="title"/>
<text variable="reviewed-title" font-style="italic" text-case="title"/>
</group>
</if>
<else>
<text variable="title" font-style="italic" prefix="review of " text-case="title"/>
</else>
</choose>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title"/>
</else>
Expand All @@ -292,6 +325,25 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</else-if>
<else-if variable="reviewed-author">
<group delimiter=", ">
<choose>
<if variable="reviewed-title" match="any">
<group delimiter=", review of ">
<text variable="title" quotes="true" text-case="title"/>
<text variable="reviewed-title" font-style="italic" text-case="title"/>
</group>
</if>
<else>
<text variable="title" font-style="italic" prefix="Review of " text-case="title"/>
</else>
</choose>
<names variable="reviewed-author">
<label form="verb-short" text-case="lowercase" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
</group>
</else-if>
<else>
<text variable="title" quotes="true" text-case="title"/>
</else>
Expand All @@ -315,6 +367,19 @@
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic" text-case="title"/>
</else-if>
<else-if variable="reviewed-author">
<choose>
<if variable="reviewed-title" match="any">
<group delimiter=", review of ">
<text variable="title" quotes="true" text-case="title"/>
<text variable="reviewed-title" font-style="italic" text-case="title"/>
</group>
</if>
<else>
<text variable="title" font-style="italic" prefix="review of " text-case="title"/>
</else>
</choose>
</else-if>
<else>
<text variable="title" form="short" quotes="true" text-case="title"/>
</else>
Expand Down Expand Up @@ -684,8 +749,8 @@
</if>
<else>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</else>
</choose>
Expand Down Expand Up @@ -970,7 +1035,10 @@
<else-if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="title-short"/>
<group>
<text macro="title-short"/>
<text macro="secondary-contributors-short" prefix=" (" suffix=")"/>
</group>
<text macro="disambiguate-chapter"/>
<text macro="point-locators-subsequent"/>
</group>
Expand Down Expand Up @@ -1010,7 +1078,7 @@
<bibliography hanging-indent="true" et-al-min="10" et-al-use-first="9" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0">
<sort>
<key macro="contributors-sort"/>
<key variable="title"/>
<key macro="title"/>
<key variable="genre"/>
</sort>
<layout suffix=".">
Expand Down

0 comments on commit a408957

Please sign in to comment.