Skip to content

Commit

Permalink
some fixes for SBL and volumes. Also removed "with Bibliography" from…
Browse files Browse the repository at this point in the history
… title in line with recent Chicago changes.
  • Loading branch information
adam3smith committed Feb 26, 2012
1 parent f10bc22 commit fccbff3
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions sbl-fullnote-bibliography.csl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US" page-range-format="chicago">
<info>
<title>Society of Biblical Literature (Full Note with Bibliography)</title>
<title>Society of Biblical Literature (Full Note)</title>
<id>http://www.zotero.org/styles/sbl-fullnote-bibliography</id>
<link href="http://www.zotero.org/styles/sbl-fullnote-bibliography" rel="self"/>
<link href="http://www.sbl-site.org/assets/pdfs/SBLHSrevised2_09.pdf" rel="documentation"/>
Expand All @@ -24,7 +24,7 @@
<summary>Society of Biblical Literature format with full notes and bibliography</summary>
<category field="theology"/>
<category citation-format="numeric"/>
<updated>2009-09-08T16:59:06+00:00</updated>
<updated>2012-02-07T01:46:04+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="editor-translator">
Expand Down Expand Up @@ -525,11 +525,15 @@
<else-if variable="volume">
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=" " suffix=", ">
<text term="in" text-case="lowercase"/>
<text variable="title"/>
<text macro="container-contributors-short" prefix="(" suffix=")"/>
</group>
<choose>
<if position="subsequent">
<group delimiter=" " suffix=", ">
<text term="in" text-case="lowercase"/>
<text variable="container-title" font-style="italic"/>
<text macro="container-contributors-short" prefix="(" suffix=")"/>
</group>
</if>
</choose>
<number variable="volume" form="numeric" suffix=":"/>
</if>
</choose>
Expand Down

0 comments on commit fccbff3

Please sign in to comment.