Skip to content

Commit

Permalink
Add adam3smith's fix to Pacific Conservation Bio (#7260)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik authored Oct 14, 2024
1 parent b413a77 commit b09fd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pacific-conservation-biology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<macro name="editor">
<names variable="editor" delimiter=", ">
<label form="short" text-case="sentence" suffix=" " strip-periods="true"/>
<name and="text" initialize-with="" sort-separator=" "/>
<name 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 and="text" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<name 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

0 comments on commit b09fd4a

Please sign in to comment.