Skip to content

Commit

Permalink
Update north-pacific-anadromous-fish-commission-bulletin.csl (#6613)
Browse files Browse the repository at this point in the history
Change title to sentence case

remove `capitalize-first` for titles throughout
  • Loading branch information
Brett Johnson authored Oct 6, 2023
1 parent 2fb6cf9 commit a33201c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions north-pacific-anadromous-fish-commission-bulletin.csl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<category field="biology"/>
<issn>1028-9127</issn>
<summary>Style for NPAFC Bulletin</summary>
<updated>2023-03-22T15:42:30+00:00</updated>
<updated>2023-07-31T23:05:05+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 @@ -117,7 +117,7 @@
<if variable="container-title">
<group delimiter=", ">
<text variable="number" prefix="Episode "/>
<text variable="title" text-case="capitalize-first"/>
<text variable="title"/>
</group>
</if>
</choose>
Expand Down Expand Up @@ -145,7 +145,7 @@
<else-if type="article-newspaper">
<choose>
<if variable="author editor translator" match="any">
<text variable="container-title" text-case="capitalize-first" font-style="normal"/>
<text variable="container-title" font-style="normal"/>
</if>
</choose>
</else-if>
Expand Down Expand Up @@ -234,10 +234,10 @@
<group delimiter=". ">
<choose>
<if variable="ISBN ISSN" match="any">
<text variable="title" font-style="normal" text-case="capitalize-first"/>
<text variable="title"/>
</if>
<else>
<text variable="title" text-case="capitalize-first"/>
<text variable="title"/>
</else>
</choose>
<group delimiter=" ">
Expand All @@ -250,11 +250,11 @@
<group delimiter=". ">
<choose>
<if variable="ISBN ISSN" match="any">
<text variable="title" font-style="normal" text-case="capitalize-first"/>
<text variable="title"/>
<text variable="genre"/>
</if>
<else>
<text variable="title" text-case="capitalize-first" prefix=" "/>
<text variable="title" prefix=" "/>
<text variable="genre"/>
</else>
</choose>
Expand All @@ -264,10 +264,10 @@
<group delimiter=". ">
<choose>
<if variable="publisher ISBN ISSN" match="any">
<text variable="title" text-case="title" font-style="normal"/>
<text variable="title"/>
</if>
<else>
<text variable="title" text-case="capitalize-first" font-style="normal"/>
<text variable="title"/>
</else>
</choose>
<text macro="edition"/>
Expand All @@ -289,10 +289,10 @@
<else>
<choose>
<if variable="ISBN ISSN" match="any">
<text variable="title" font-style="normal" text-case="capitalize-first"/>
<text variable="title"/>
</if>
<else>
<text variable="title" text-case="capitalize-first"/>
<text variable="title"/>
</else>
</choose>
</else>
Expand Down

0 comments on commit a33201c

Please sign in to comment.