Skip to content

Commit

Permalink
Update journal-of-vegetation-science.csl (#7210)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored Sep 12, 2024
1 parent 5a01479 commit c597be6
Showing 1 changed file with 98 additions and 62 deletions.
160 changes: 98 additions & 62 deletions journal-of-vegetation-science.csl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>Journal of Vegetation Science</title>
<title-short>JVS</title-short>
<id>http://www.zotero.org/styles/journal-of-vegetation-science</id>
<link href="http://www.zotero.org/styles/journal-of-vegetation-science" rel="self"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
Expand All @@ -15,11 +15,14 @@
<name>Mario José</name>
<email>gnumario [at-mark] gmail [dot-mark] com</email>
</contributor>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="biology"/>
<issn>1100-9233</issn>
<eissn>1654-1103</eissn>
<updated>2013-06-17T08:11:00+00:00</updated>
<updated>2024-09-12T10:19:02+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-translator">
Expand Down Expand Up @@ -67,18 +70,47 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="access">
<choose>
<if match="any" type="article-journal">
<text variable="DOI" prefix=" https://doi.or/"/>
</if>
<else-if type="webpage post post-weblog" match="any">
<group delimiter=" " prefix=" ">
<text variable="URL"/>
<group delimiter=" " prefix="[" suffix="]">
<text term="accessed" text-case="capitalize-first"/>
<date form="text" variable="accessed"/>
</group>
</group>
</else-if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<label variable="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true">
<sort>
<key variable="issued"/>
<key variable="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=" ">
<group delimiter=", ">
<text macro="author-short"/>
<date variable="issued">
<date-part name="year"/>
Expand All @@ -96,69 +128,73 @@
<key macro="title"/>
</sort>
<layout>
<text macro="author" suffix="."/>
<date variable="issued" prefix=" " suffix=".">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group suffix=".">
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" "/>
<group prefix=". ">
<text term="in" text-case="capitalize-first"/>
<names variable="editor translator" prefix=" " suffix="," delimiter=", ">
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<text variable="container-title" font-style="italic" prefix=" " suffix=","/>
<group prefix=" " suffix=".">
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
<text variable="collection-title" prefix=" " suffix="."/>
<group delimiter=" " suffix=".">
<text macro="author" suffix="."/>
<date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group suffix=".">
<text macro="publisher" prefix=" "/>
<text macro="title" prefix=" "/>
<text macro="editor-translator" prefix=" "/>
</group>
</group>
</else-if>
<else-if type="article-journal">
<group prefix=" " suffix=". " delimiter=" ">
<text macro="title"/>
<text macro="editor-translator"/>
</group>
<choose>
<if variable="issue volume" match="any">
<group delimiter=" " suffix=".">
<text prefix=" " suffix="." macro="publisher"/>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=", ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<names variable="editor translator" delimiter=", ">
<name and="symbol" initialize-with="." name-as-sort-order="all"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
</names>
</group>
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="normal" suffix=":"/>
<text macro="edition"/>
<text variable="collection-title"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</group>
</group>
</else-if>
<else-if type="article-journal">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<group>
<text variable="volume" font-style="normal"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
</if>
<else>
<text variable="container-title" font-style="italic"/>
<!-- Online version before inclusion in an issue -->
<text variable="DOI" prefix=". doi: "/>
</else>
</choose>
</else-if>
<else>
<group suffix=". " prefix=" " delimiter=" ">
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<text macro="title"/>
<text macro="editor-translator"/>
</group>
<group delimiter=" " suffix=".">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="normal" suffix=":"/>
<text variable="page"/>
</group>
</else>
</choose>
</else-if>
<else>
<group delimiter=" ">
<text macro="title"/>
<text macro="editor-translator"/>
</group>
<group delimiter=" " suffix=".">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-style="normal" suffix=":"/>
<text variable="page"/>
</group>
</else>
</choose>
</group>
<text macro="access"/>
</layout>
</bibliography>
</style>

0 comments on commit c597be6

Please sign in to comment.