Skip to content
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

Merged
merged 21 commits into from
Jun 30, 2022
Merged
Changes from 3 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
32ec8eb
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Feb 16, 2022
0d0cebb
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Feb 18, 2022
bb217d9
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Feb 18, 2022
2767e73
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Feb 18, 2022
abbe95b
Re-indent CSL styles
dstark Feb 18, 2022
2f0a612
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Mar 1, 2022
0e6c74f
Re-indent CSL styles
dstark Mar 1, 2022
d8b5b39
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Mar 15, 2022
2212350
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Mar 15, 2022
d6d6170
Re-indent CSL styles
dstark Mar 15, 2022
672960d
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Mar 16, 2022
6c18fcd
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Mar 16, 2022
d86c070
Re-indent CSL styles
dstark Mar 16, 2022
594b8df
Merge branch 'master' into patch-8
adam3smith May 25, 2022
0acbaf2
Re-indent CSL styles
adam3smith May 25, 2022
ed85caa
Merge branch 'master' into patch-8
dstark Jun 22, 2022
de6b17a
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Jun 28, 2022
49a1932
Re-indent CSL styles
dstark Jun 28, 2022
1043f91
add back short title
adam3smith Jun 29, 2022
b29a5dc
Re-indent CSL styles
adam3smith Jun 29, 2022
663aa57
Update society-of-biblical-literature-fullnote-bibliography.csl
dstark Jun 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 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-16T18:39:17+00:00</updated>
<updated>2022-02-18T20:57:00+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 @@ -990,12 +990,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>
<if variable="DOI">
<!-- The URL form of a DOI is now preferred in contrast to, e.g., SBLHS2 6.2.25. See https://sblhs2.com/2018/05/03/electronic-journals-with-individually-paginated-articles/ -->
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</else>
</choose>
</group>
Expand All @@ -1010,12 +1018,19 @@
<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>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</else>
</choose>
</group>
Expand Down Expand Up @@ -1071,14 +1086,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>
Expand Down