Skip to content

Commit

Permalink
Update biophysics-and-physicobiology.csl (#5751)
Browse files Browse the repository at this point in the history
We have several inconsistent cases after we updated "biophysics-and-physicobiology.csl" on 13-October 2012, being pointed out by the authors and other staff of the Editorial office of our Journal, BPPB.
Thus, we tried to revise our CSL to make it consistent with more journal articles.
  • Loading branch information
harukin-bppb authored Dec 22, 2021
1 parent 706bea0 commit 42aca5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions biophysics-and-physicobiology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</macro>
<macro name="container-title">
<choose>
<if type="article-journal">
<text variable="container-title" form="short"/>
<if type="article-journal article-magazine article" match="any">
<text variable="container-title" form="short" text-case="title"/>
</if>
<else>
<text variable="container-title"/>
Expand All @@ -90,7 +90,7 @@
</macro>
<macro name="volume">
<choose>
<if type="article-journal" match="any">
<if type="article-journal article-magazine article" match="any">
<text variable="volume" suffix=","/>
</if>
<else>
Expand All @@ -103,13 +103,13 @@
</macro>
<macro name="pages">
<choose>
<if type="article-journal article-magazine" match="any">
<text variable="page"/>
<if type="article-journal article-magazine article" match="any">
<text variable="page" form="short"/>
</if>
<else>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
<label plural="always" variable="page" form="short"/>
<text variable="page" form="short"/>
</group>
</else>
</choose>
Expand All @@ -135,7 +135,7 @@
</choose>
<text macro="container-title"/>
<text macro="editor"/>
<text macro="volume"/>
<text macro="volume" suffix=","/>
<text macro="pages"/>
<text macro="issuance"/>
<text macro="access"/>
Expand Down

0 comments on commit 42aca5b

Please sign in to comment.