Skip to content
forked from JabRef/jabref

Commit

Permalink
Update environmental-microbiology.csl (JabRef#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorlevic committed Mar 28, 2020
1 parent efa68bc commit bde92d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environmental-microbiology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</info>
<macro name="editor">
<names variable="editor" delimiter=",">
<name name-as-sort-order="all" sort-separator="," and="text" initialize-with="." delimiter=", "/>
<name name-as-sort-order="all" sort-separator=", " and="text" initialize-with="." delimiter=", "/>
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
</names>
</macro>
Expand Down Expand Up @@ -116,11 +116,11 @@
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="."/>
<group prefix=" " delimiter=", " suffix=".">
<group prefix=" " delimiter=" " suffix=".">
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="italic" suffix="."/>
<text variable="collection-title" suffix="."/>
<text macro="editor"/>
<text variable="container-title" font-style="italic"/>
<text variable="collection-title" prefix=" " suffix="."/>
</group>
<group suffix=".">
<text macro="publisher" prefix=" "/>
Expand Down

0 comments on commit bde92d6

Please sign in to comment.