Skip to content

Commit

Permalink
Update pacific-conservation-biology.csl (#7256)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Oct 13, 2024
1 parent 3b0b6d2 commit b01d03b
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions pacific-conservation-biology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
<category field="biology"/>
<issn>1038-2097</issn>
<eissn>2204-4604</eissn>
<updated>2020-06-22T11:05:28+00:00</updated>
<updated>2024-10-11T09:48:59+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>
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="short" text-case="sentence" suffix=" " strip-periods="true"/>
<name and="text" initialize-with=". " delimiter=", "/>
<name and="text" initialize-with="" sort-separator=" "/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter-precedes-last="always" delimiter=", "/>
<name and="text" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
Expand Down Expand Up @@ -55,23 +55,25 @@
</group>
</if>
<else-if variable="URL">
<text value="Available at:" suffix=" "/>
<text variable="URL"/>
<group prefix=" [" suffix="]">
<text term="accessed" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
<group delimiter=" ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
<group prefix="[" suffix="]">
<text term="accessed" text-case="capitalize-first" suffix=" "/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title"/>
<text variable="title" suffix="."/>
</if>
<else>
<text variable="title"/>
Expand Down Expand Up @@ -132,14 +134,14 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="true">
<bibliography et-al-min="11" et-al-use-first="10" hanging-indent="true">
<sort>
<key macro="author"/>
<key variable="title"/>
</sort>
<layout>
<text macro="author" suffix=" "/>
<date variable="issued" prefix="(" suffix=").">
<date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
</date>
<choose>
Expand All @@ -149,7 +151,7 @@
<text macro="edition"/>
<text macro="editor"/>
</group>
<text prefix=" (" suffix=".)" macro="publisher"/>
<text macro="publisher" prefix=" (" suffix=")"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/>
Expand All @@ -166,11 +168,13 @@
</group>
</else-if>
<else-if type="thesis">
<group prefix=" " suffix="." delimiter=" ">
<text macro="title" suffix="."/>
<text variable="genre" text-case="capitalize-first" suffix=","/>
<text variable="publisher"/>
<text variable="publisher-place"/>
<group delimiter=". " prefix=" " suffix=".">
<text macro="title"/>
<group delimiter=", ">
<text variable="genre" text-case="capitalize-first"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</group>
</else-if>
<else-if type="report">
Expand Down

0 comments on commit b01d03b

Please sign in to comment.