-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update society-of-biblical-literature-fullnote-bibliography.csl #5913
Changes from 9 commits
32ec8eb
0d0cebb
bb217d9
2767e73
abbe95b
2f0a612
0e6c74f
d8b5b39
2212350
d6d6170
672960d
6c18fcd
d86c070
594b8df
0acbaf2
ed85caa
de6b17a
49a1932
1043f91
b29a5dc
663aa57
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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-16T18:39:17+00:00</updated> | ||
<updated>2022-03-15T15:25:37+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"> | ||
|
@@ -112,11 +112,11 @@ | |
<choose> | ||
<if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any"> | ||
<group delimiter=", "> | ||
<text macro="editor-translator-verb-short-comma"/> | ||
<names variable="container-author"> | ||
<label form="verb-short" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
<text macro="editor-translator-verb-short-comma"/> | ||
</group> | ||
</if> | ||
</choose> | ||
|
@@ -137,13 +137,28 @@ | |
<macro name="container-contributors"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<group delimiter=", " prefix=" "> | ||
<text macro="editor-translator-verb-comma"/> | ||
<names variable="container-author"> | ||
<label form="verb" text-case="capitalize-first" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
</group> | ||
<!-- Supports citation of introducetions, prefaces, and forewords per SBLHS2 §6.2.14. --> | ||
<choose> | ||
<if variable="part-title"> | ||
<names variable="container-author" suffix=". "> | ||
<label form="verb" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
<names variable="editor translator" delimiter=". "> | ||
<label form="verb" text-case="capitalize-first" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
</if> | ||
<else> | ||
<group delimiter=", " prefix=" "> | ||
<text macro="editor-translator-verb-comma"/> | ||
<names variable="container-author"> | ||
<label form="verb" text-case="capitalize-first" suffix=" "/> | ||
<name and="text" delimiter=", "/> | ||
</names> | ||
</group> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
</macro> | ||
|
@@ -309,7 +324,18 @@ | |
</choose> | ||
</else-if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
<!-- Supports citations of introductions, prefaces, or forewords per SBLHS2 § 6.2.14. --> | ||
<choose> | ||
<if variable="part-title"> | ||
<group delimiter=" "> | ||
<text variable="part-title" suffix=" to "/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know there's no There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A good point @denismaier. I was mulling over the same thing. I was working with what was available, but how bad would it be to add a "to" term to the CSL specification? That seems basic enough to be potentially useful in cases beyond this one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I think adding a "to" term to the specs would be appropriate. I'll open an issue for that, but this will probably take some time. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's the context here? "to" is the verb form of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is for things like "John Doe, Introduction to A very important book, by Jane Smith ..." There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would enter an Introduction as a This is an example of frankly silly style inconsistencies that are difficult to automate. Why should a chapter be cited treating its title as a title, but an introduction treating its title as something like a descriptor? I don't have a great solution other than to ignore the inconsistency and just cite an introduction like any other book section. I suppose one could do something like entering "Introduction" as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bwiernik, I totally agree that, conceptually, this is a needless complication in SBL style. But in this respect, SBL style is simply echoing Chicago (e.g., 17th ed., 14.110). That doesn't make it any less of a needless complication. But it's not a discipline-specific needless complication. :-) Using In principle, a better option might be to have a variable like "front-matter" that could be called for this specific situation and, therefore, avoid the problems that you point out very fairly for the use of "part-title" here. Using Thanks so much for your thoughts and, @denismaier, for your careful review of these possible updates. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, "recipient" isn't appropriate for this case. I'll think some more of how to handle this situation There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bwiernik this one is waiting for your input |
||
<text variable="title" font-style="italic" text-case="title"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -345,7 +371,18 @@ | |
</group> | ||
</else-if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
<!-- Supports citations of introductions, prefaces, or forewords per SBLHS2 § 6.2.14. --> | ||
<choose> | ||
<if variable="part-title"> | ||
<group delimiter=" "> | ||
<text variable="part-title" suffix=" to " text-case="title"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as per above |
||
<text variable="title" font-style="italic" text-case="title"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -381,7 +418,15 @@ | |
</choose> | ||
</else-if> | ||
<else> | ||
<text variable="title" form="short" quotes="true" text-case="title"/> | ||
<!-- Supports citations of introductions, prefaces, or forewords per SBLHS2 § 6.2.14. --> | ||
<choose> | ||
<if variable="part-title"> | ||
<text variable="part-title"/> | ||
</if> | ||
<else> | ||
<text variable="title" quotes="true" text-case="title"/> | ||
</else> | ||
</choose> | ||
</else> | ||
</choose> | ||
</macro> | ||
|
@@ -492,23 +537,30 @@ | |
<choose> | ||
<!-- Added dictionary and encyclopedia to get page and volume information--> | ||
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any"> | ||
<group delimiter=" " suffix=" "> | ||
<label variable="page" form="long" text-case="capitalize-first"/> | ||
<text variable="page"/> | ||
<text term="in"/> | ||
<choose> | ||
<!-- Added dictionary and encyclopedia to get volume information--> | ||
<if type="entry-dictionary entry-encyclopedia" match="any"> | ||
<choose> | ||
<!-- Support citation of introductions, prefaces, and forwords per SBLHS2 §6.2.14. --> | ||
<if variable="part-title"> | ||
</if> | ||
<else> | ||
<group delimiter=" " suffix=" "> | ||
<label variable="page" form="long" text-case="capitalize-first"/> | ||
<text variable="page"/> | ||
<text term="in"/> | ||
<choose> | ||
<if match="any" variable="volume"> | ||
<label suffix=" " variable="volume" form="short"/> | ||
<number variable="volume"/> | ||
<text value="of" suffix=" "/> | ||
<!-- Added dictionary and encyclopedia to get volume information--> | ||
<if type="entry-dictionary entry-encyclopedia" match="any"> | ||
<choose> | ||
<if match="any" variable="volume"> | ||
<label suffix=" " variable="volume" form="short"/> | ||
<number variable="volume"/> | ||
<text value="of" suffix=" "/> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</if> | ||
</choose> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</if> | ||
</choose> | ||
<choose> | ||
|
@@ -674,7 +726,16 @@ | |
</choose> | ||
</macro> | ||
<macro name="event-note"> | ||
<text variable="event"/> | ||
<!-- Support citation of unpublished conference presentations per SBLHS2 §6.3.8. --> | ||
<choose> | ||
<if type="speech" match="any"> | ||
<group delimiter=" "> | ||
<text variable="genre"/> | ||
<text term="presented at" suffix=" "/> | ||
</group> | ||
</if> | ||
</choose> | ||
<text variable="event" suffix=","/> | ||
</macro> | ||
<macro name="event"> | ||
<group> | ||
|
@@ -840,9 +901,9 @@ | |
</else-if> | ||
<else-if type="entry-dictionary entry-encyclopedia" match="any"> | ||
<choose> | ||
<if position="first" variable="volume" match="all"> | ||
<if position="first" match="all"> | ||
<text macro="point-locators-subsequent" prefix=" "/> | ||
<!--SBL 6.3.6 prefers space in first entry before vol info.--> | ||
<!-- Per SBLHS2 §6.3.6, the first reference will, by definition have the dictoinary title or abbreviation preceding the locators, volume number included. No comma should appear after the title or abbreviation and before the locators. --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typo: dictoinary->dictionary |
||
</if> | ||
<else> | ||
<text macro="point-locators-subsequent" prefix=", "/> | ||
|
@@ -925,11 +986,10 @@ | |
<text macro="publisher"/> | ||
<choose> | ||
<if variable="title" match="none"/> | ||
<else-if type="thesis speech" match="any"> | ||
<else-if type="thesis" match="any"> | ||
<text variable="genre"/> | ||
</else-if> | ||
</choose> | ||
<text macro="event"/> | ||
</group> | ||
<text macro="issued" prefix=", "/> | ||
</group> | ||
|
@@ -990,12 +1050,20 @@ | |
<text macro="archive-note"/> | ||
</else-if> | ||
</choose> | ||
<!-- 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. --> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
<if variable="dimensions"> | ||
</if> | ||
<else> | ||
<text variable="URL"/> | ||
<choose> | ||
<!-- Per SBLHS2 §6.3.10, allows either DOI or URL or both to be included. --> | ||
<if variable="DOI URL" match="any"> | ||
<group delimiter=", "> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
<text variable="URL"/> | ||
</group> | ||
</if> | ||
</choose> | ||
</else> | ||
</choose> | ||
</group> | ||
|
@@ -1010,12 +1078,20 @@ | |
<text macro="archive"/> | ||
</else-if> | ||
</choose> | ||
<!-- 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. --> | ||
<choose> | ||
<if variable="DOI"> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
<if variable="dimensions"> | ||
</if> | ||
<else> | ||
<text variable="URL"/> | ||
<choose> | ||
<!-- Per SBLHS2 §6.3.10, allows either DOI or URL or both to be included. --> | ||
<if variable="DOI URL" match="any"> | ||
<group delimiter=", "> | ||
<text variable="DOI" prefix="https://doi.org/"/> | ||
<text variable="URL"/> | ||
</group> | ||
</if> | ||
</choose> | ||
</else> | ||
</choose> | ||
</group> | ||
|
@@ -1071,14 +1147,16 @@ | |
<!-- Support custom citations via the annote variable. For discussion, see https://forums.zotero.org/discussion/comment/317370 --> | ||
<if variable="annote"> | ||
<choose> | ||
<if locator="section"> | ||
<group delimiter=" "> | ||
<!-- For situations like citation of lexica per https://sblhs2.com/2017/03/30/citing-reference-works-2-lexica/. --> | ||
<if locator="sub-verbo"> | ||
<group delimiter=", "> | ||
<text variable="annote"/> | ||
<text macro="point-locators-subsequent"/> | ||
</group> | ||
</if> | ||
<!-- 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/. --> | ||
<else> | ||
<group delimiter=", "> | ||
<group delimiter=" "> | ||
<text variable="annote"/> | ||
<text macro="point-locators-subsequent"/> | ||
</group> | ||
|
@@ -1166,11 +1244,22 @@ | |
<else> | ||
<group delimiter=". "> | ||
<text macro="contributors"/> | ||
<text macro="title"/> | ||
<text macro="description"/> | ||
<text macro="secondary-contributors"/> | ||
<text macro="container-title"/> | ||
<text macro="container-contributors"/> | ||
<!-- Supports citations of introductions, prefaces, and forewords per SBLHS2 §6.2.14. --> | ||
<choose> | ||
<if variable="part-title"> | ||
<group delimiter=", "> | ||
<text macro="title"/> | ||
<text macro="container-contributors"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text macro="title"/> | ||
<text macro="description"/> | ||
<text macro="secondary-contributors"/> | ||
<text macro="container-title"/> | ||
<text macro="container-contributors"/> | ||
</else> | ||
</choose> | ||
</group> | ||
<choose> | ||
<if variable="volume collection-title" match="all"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo: introducetions->introductions