Skip to content

Commit

Permalink
Squashed 'buildres/csl/csl-styles/' changes from 7bde3e4..4eee79a
Browse files Browse the repository at this point in the history
4eee79a Fix director not showing in MHRAs (#6271)
20c4b5e Update the-journal-of-pain.csl (#6202)
6ba269f Added missing book volume in short-title-note (#6262)
1a11c0f Update harvard-stellenbosch-university.csl (#6256)
6b598e7 Update karstenia.csl (#6242)
38bc5fe APA: Swap priority for periodical page and number (#6255)

git-subtree-dir: buildres/csl/csl-styles
git-subtree-split: 4eee79a
  • Loading branch information
github actions committed Oct 15, 2022
1 parent 7486037 commit 7c9262b
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 54 deletions.
5 changes: 4 additions & 1 deletion amsterdam-university-press-academic.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>AUP format with full notes and bibliography</summary>
<updated>2020-04-12T17:07:57+00:00</updated>
<updated>2022-10-07T12:18:32+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">
Expand Down Expand Up @@ -95,6 +95,9 @@
<text term="version" form="short"/>
<text variable="version" form="short"/>
</group>
<group prefix=", ">
<text variable="volume" form="short"/>
</group>
</else-if>
<else-if type="legal_case interview" match="any">
<text variable="title" form="short"/>
Expand Down
13 changes: 8 additions & 5 deletions apa-annotated-bibliography.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-cv.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1172,13 +1172,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-no-ampersand.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-no-initials.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-numeric-superscript-brackets.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1228,13 +1228,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-numeric-superscript.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1228,13 +1228,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-single-spaced.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa-with-abstract.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
13 changes: 8 additions & 5 deletions apa.csl
Original file line number Diff line number Diff line change
Expand Up @@ -1426,13 +1426,16 @@
</else>
</choose>
<choose>
<if variable="page">
<text variable="page"/>
</if>
<else>
<if variable="number">
<!-- Ex. 6: Journal article with article number or eLocator -->
<!-- This should be localized -->
<text variable="number" prefix="Article "/>
<group delimiter=" ">
<text term="article-locator" text-case="capitalize-first"/>
<text variable="number"/>
</group>
</if>
<else>
<text variable="page"/>
</else>
</choose>
</group>
Expand Down
10 changes: 10 additions & 0 deletions harvard-stellenbosch-university.csl
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,16 @@
</group>
<text macro="publisher"/>
</else-if>
<else-if type="article" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="number"/>
</group>
<text macro="publisher"/>
</group>
</else-if>
</choose>
<text macro="access"/>
</group>
Expand Down
2 changes: 1 addition & 1 deletion karstenia.csl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</date>
</group>
<choose>
<if type="book thesis">
<if type="book thesis" match="any">
<group delimiter=". ">
<text macro="title"/>
<text macro="edition"/>
Expand Down
4 changes: 2 additions & 2 deletions modern-humanities-research-association-author-date.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://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="chicago">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="chicago" default-locale="en-GB">
<info>
<title>Modern Humanities Research Association 3rd edition (author-date)</title>
<title-short>MHRA</title-short>
Expand Down Expand Up @@ -67,7 +67,7 @@
</choose>
</macro>
<macro name="editor-translator">
<names variable="editor translator" delimiter=", ">
<names variable="editor translator director" delimiter=", ">
<label form="verb-short" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
Expand Down
4 changes: 2 additions & 2 deletions modern-humanities-research-association.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://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="chicago">
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="chicago" default-locale="en-GB">
<info>
<title>Modern Humanities Research Association 3rd edition (note with bibliography)</title>
<title-short>MHRA</title-short>
Expand Down Expand Up @@ -140,7 +140,7 @@
</if>
</choose>
</group>
<names variable="editor translator" delimiter=", ">
<names variable="editor translator director" delimiter=", ">
<label form="verb-short" text-case="lowercase" suffix=" "/>
<name and="text" delimiter=", "/>
</names>
Expand Down
5 changes: 2 additions & 3 deletions the-journal-of-pain.csl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" page-range-format="minimal" default-locale="en-US">
<info>
<title>The Journal of Pain</title>
<title-short>J Pain</title-short>
Expand All @@ -17,7 +16,7 @@
<category field="medicine"/>
<issn>1526-5900</issn>
<eissn>1528-8447</eissn>
<updated>2013-02-15T11:55:10+00:00</updated>
<updated>2022-08-31T11:55:10+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">
Expand Down

0 comments on commit 7c9262b

Please sign in to comment.