Skip to content

Commit 04ae08b

Browse files
authored
Update tyndale-bulletin.csl
Removed duplication of review titles in bibliography.
1 parent 24bd577 commit 04ae08b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

tyndale-bulletin.csl

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<issn>0082-7118</issn>
1717
<eissn>2752-7042</eissn>
1818
<summary>Tyndale Bulletin format with full notes and bibliography</summary>
19-
<updated>2022-01-04T17:34:29+00:00</updated>
19+
<updated>2022-01-04T20:55:21+00:00</updated>
2020
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2121
<!-- Tyndale Bulletin style differs from SBLHS2 only rarely (§4.1). The departures are that Tyndale Bulletin uses
2222
1) hyphens, rather than en dashes, in page ranges (§§6, 6.3);
2323
2) insists that DOIs be included where available (§§11.1, 11.3.7); and
24-
3) uses British-style quotation mark conventions (§§8.1, 11.1, 11.6.6&#8211;11.3.8). N.B.: §11.3.8 shows punctuation coming outside the quotation mark, rather than inside. But it needs to be confirmed that this isn't a mistake in the Tyndale Bulletin style guide (as is, e.g., the italicized comma after the book title in that section's examples). -->
24+
3) uses British-style quotation mark conventions (§§8.1, 11.1, 11.6.6-11.3.8). N.B.: §11.3.8 shows punctuation coming outside the quotation mark, rather than inside. But it needs to be confirmed that this isn't a mistake in the Tyndale Bulletin style guide (as is, e.g., the italicized comma after the book title in that section's examples). -->
2525
</info>
2626
<locale xml:lang="en-GB">
2727
<style-options punctuation-in-quote="true"/>
@@ -265,7 +265,7 @@
265265
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
266266
<text variable="title" font-style="italic" text-case="title"/>
267267
</else-if>
268-
<!-- Include "review of " prefix, italicize the book titles in untitled book reviews per §§11.3.8&#8211;11.3.9. -->
268+
<!-- Include "review of " prefix, italicize the book titles in untitled book reviews per §§11.3.8-11.3.9. -->
269269
<else-if variable="reviewed-author">
270270
<choose>
271271
<!-- Include the review title, if avaialable, in quotation marks per §11.3.8. -->
@@ -295,16 +295,19 @@
295295
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
296296
<text variable="title" font-style="italic" text-case="title"/>
297297
</else-if>
298-
<!-- Include the reviewed author for book reviews per §§11.3.8&#8211;11.3.9. -->
298+
<!-- Include the reviewed author for book reviews per §§11.3.8-11.3.9. -->
299299
<else-if variable="reviewed-author">
300300
<choose>
301301
<if variable="reviewed-title">
302302
<text variable="title" quotes="true" suffix=", " text-case="title"/>
303-
<text variable="reviewed-title" font-style="italic" prefix="review of " text-case="title"/>
303+
<text variable="reviewed-title" font-style="italic" prefix="review of " suffix=", by " text-case="title"/>
304+
<names variable="reviewed-author"/>
304305
</if>
306+
<else>
307+
<text variable="title" font-style="italic" prefix="Review of " suffix=", by " text-case="title"/>
308+
<names variable="reviewed-author"/>
309+
</else>
305310
</choose>
306-
<text variable="title" font-style="italic" prefix="Review of " suffix=", by " text-case="title"/>
307-
<names variable="reviewed-author"/>
308311
</else-if>
309312
<else>
310313
<text variable="title" quotes="true" text-case="title"/>
@@ -709,8 +712,8 @@
709712
</if>
710713
<else>
711714
<group delimiter=" ">
712-
<label variable="locator" form="short"/>
713-
<text variable="locator"/>
715+
<label variable="locator" form="short"/>
716+
<text variable="locator"/>
714717
</group>
715718
</else>
716719
</choose>

0 commit comments

Comments
 (0)