Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix paper-conference in journal-of-new-zealand-grasslands.csl (JabRef…
Browse files Browse the repository at this point in the history
POBrien333 authored Mar 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7365ce8 commit e82a783
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions journal-of-new-zealand-grasslands.csl
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<category field="biology"/>
<issn>2463-2872</issn>
<eissn>2463-2880</eissn>
<updated>2020-03-13T14:38:52+00:00</updated>
<updated>2020-03-23T13:00:00+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>
@@ -55,6 +55,11 @@
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" font-style="italic"/>
<choose>
<if type="report" match="any">
<text variable="number" prefix=" [Report " suffix="]"/>
</if>
</choose>
</if>
<else>
<text variable="title"/>
@@ -73,19 +78,6 @@
</else>
</choose>
</macro>
<macro name="journal-info">
<choose>
<if type="article-journal article-magazine paper-conference" match="any">
<group delimiter=": ">
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="italic"/>
</group>
<text variable="page"/>
</group>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
@@ -141,16 +133,29 @@
<text macro="author"/>
<text macro="year-date"/>
<text macro="title"/>
<text macro="journal-info"/>
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor-translator"/>
<group delimiter=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor-translator"/>
</group>
<text variable="container-title" font-style="italic"/>
</group>
</if>
<else-if type="paper-conference chapter" match="any">
<text variable="container-title" font-style="italic"/>
</else-if>
<else-if type="article-journal article" match="any">
<group delimiter=": ">
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="italic"/>
</group>
<text variable="page"/>
</group>
</else-if>
</choose>
<text variable="container-title" font-style="italic"/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="page"/>

0 comments on commit e82a783

Please sign in to comment.