Skip to content

Commit

Permalink
Update early-christianity.csl (#5289)
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohanberglund committed Feb 25, 2021
1 parent 636ba78 commit 4bab1ad
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions early-christianity.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http:https://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only">
<style xmlns="http:https://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only" initialize-with=".">
<info>
<title>Early Christianity</title>
<title-short>EC</title-short>
Expand All @@ -16,7 +16,7 @@
<issn>1868-7032</issn>
<eissn>1868-8020</eissn>
<summary>Early Christianity</summary>
<updated>2021-02-18T19:00:00+00:00</updated>
<updated>2021-02-22T21:28:33+00:00</updated>
<rights license="http:https://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">
Expand Down Expand Up @@ -592,7 +592,7 @@
<choose>
<if type="article-journal">
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="/"/>
<text variable="issue" prefix="."/>
<text macro="issued" prefix=" (" suffix=")"/>
</if>
<else-if variable="publisher-place publisher" match="any">
Expand Down Expand Up @@ -720,24 +720,30 @@
<if position="ibid-with-locator">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
<group delimiter=" ">
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
</group>
<text macro="point-locators-subsequent"/>
</group>
</if>
<else-if position="ibid">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
<group delimiter=" ">
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
</group>
<text macro="point-locators-subsequent"/>
</group>
</else-if>
<else-if position="subsequent">
<group delimiter=", ">
<text macro="contributors-short"/>
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
<group delimiter=" ">
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
</group>
<text macro="point-locators-subsequent"/>
</group>
</else-if>
Expand Down

0 comments on commit 4bab1ad

Please sign in to comment.