Skip to content

Commit a2324ac

Browse files
authored
Create journal-of-new-zealand-grasslands.csl (JabRef#4628)
1 parent 1a87f4b commit a2324ac

File tree

1 file changed

+162
-0
lines changed

1 file changed

+162
-0
lines changed

journal-of-new-zealand-grasslands.csl

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
3+
<info>
4+
<title>Journal of New Zealand Grasslands</title>
5+
<title-short>JNZG</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-new-zealand-grasslands</id>
7+
<link href="http://www.zotero.org/styles/journal-of-new-zealand-grasslands" rel="self"/>
8+
<link href="http://www.zotero.org/styles/new-zealand-plant-protection" rel="template"/>
9+
<link href="https://www.nzgajournal.org.nz/index.php/JoNZG/about/submissions" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
<email>obrienpat86@gmail.com</email>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="biology"/>
16+
<issn>2463-2872</issn>
17+
<eissn>2463-2880</eissn>
18+
<updated>2020-03-13T14:38:52+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<locale>
22+
<terms>
23+
<term name="editor" form="verb-short">ed.</term>
24+
<term name="translator" form="verb-short">trans.</term>
25+
</terms>
26+
</locale>
27+
<macro name="editor-translator">
28+
<names variable="editor translator">
29+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
30+
<label form="short" text-case="capitalize-first" prefix=" "/>
31+
</names>
32+
</macro>
33+
<macro name="author">
34+
<names variable="author">
35+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
36+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
37+
<substitute>
38+
<names variable="editor"/>
39+
<names variable="translator"/>
40+
<text macro="title"/>
41+
</substitute>
42+
</names>
43+
</macro>
44+
<macro name="author-short">
45+
<names variable="author">
46+
<name form="short" and="symbol" delimiter=", " initialize-with=""/>
47+
<substitute>
48+
<names variable="editor"/>
49+
<names variable="translator"/>
50+
<text macro="title"/>
51+
</substitute>
52+
</names>
53+
</macro>
54+
<macro name="title">
55+
<choose>
56+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
57+
<text variable="title" font-style="italic"/>
58+
</if>
59+
<else>
60+
<text variable="title"/>
61+
</else>
62+
</choose>
63+
</macro>
64+
<macro name="year-date">
65+
<choose>
66+
<if variable="issued">
67+
<date variable="issued">
68+
<date-part name="year"/>
69+
</date>
70+
</if>
71+
<else>
72+
<text term="no date" form="short"/>
73+
</else>
74+
</choose>
75+
</macro>
76+
<macro name="journal-info">
77+
<choose>
78+
<if type="article-journal article-magazine paper-conference" match="any">
79+
<group delimiter=": ">
80+
<group delimiter=" ">
81+
<text variable="container-title" font-style="italic"/>
82+
<text variable="volume" font-style="italic"/>
83+
</group>
84+
<text variable="page"/>
85+
</group>
86+
</if>
87+
</choose>
88+
</macro>
89+
<macro name="publisher">
90+
<group delimiter=", ">
91+
<text variable="publisher"/>
92+
<text variable="publisher-place"/>
93+
</group>
94+
</macro>
95+
<macro name="page">
96+
<choose>
97+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
98+
<text variable="number-of-pages" suffix=" p."/>
99+
</if>
100+
<else-if type="chapter">
101+
<group delimiter=" ">
102+
<label variable="page" form="short"/>
103+
<text variable="page"/>
104+
</group>
105+
</else-if>
106+
</choose>
107+
</macro>
108+
<macro name="access">
109+
<group delimiter=": ">
110+
<group delimiter=" ">
111+
<text term="retrieved" text-case="capitalize-first"/>
112+
<date form="text" variable="accessed"/>
113+
<text term="from"/>
114+
</group>
115+
<text variable="URL"/>
116+
</group>
117+
</macro>
118+
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
119+
<sort>
120+
<key macro="year-date"/>
121+
<key variable="author"/>
122+
</sort>
123+
<layout prefix="(" suffix=")" delimiter=", ">
124+
<group delimiter=" ">
125+
<text macro="author-short"/>
126+
<text macro="year-date"/>
127+
<group>
128+
<label variable="locator" form="short"/>
129+
<text variable="locator" prefix=" "/>
130+
</group>
131+
</group>
132+
</layout>
133+
</citation>
134+
<bibliography hanging-indent="true">
135+
<sort>
136+
<key macro="author-short"/>
137+
<key macro="year-date"/>
138+
</sort>
139+
<layout suffix=".">
140+
<group delimiter=". ">
141+
<text macro="author"/>
142+
<text macro="year-date"/>
143+
<text macro="title"/>
144+
<text macro="journal-info"/>
145+
<choose>
146+
<if type="chapter paper-conference" match="any">
147+
<group delimiter=": ">
148+
<text term="in" text-case="capitalize-first"/>
149+
<text macro="editor-translator"/>
150+
</group>
151+
</if>
152+
</choose>
153+
<text variable="container-title" font-style="italic"/>
154+
<group delimiter=", ">
155+
<text macro="publisher"/>
156+
<text macro="page"/>
157+
</group>
158+
<text macro="access"/>
159+
</group>
160+
</layout>
161+
</bibliography>
162+
</style>

0 commit comments

Comments
 (0)