Skip to content

Commit a7bf678

Browse files
POBrien333rmzelle
authored andcommitted
Create agriculturae-conspectus-scientificus.csl (JabRef#4491)
1 parent bb01625 commit a7bf678

File tree

1 file changed

+226
-0
lines changed

1 file changed

+226
-0
lines changed

Diff for: agriculturae-conspectus-scientificus.csl

+226
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,226 @@
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="never" default-locale="en-GB">
3+
<info>
4+
<title>Agriculturae Conspectus Scientificus</title>
5+
<title-short>ACS</title-short>
6+
<id>http://www.zotero.org/styles/agriculturae-conspectus-scientificus</id>
7+
<link href="http://www.zotero.org/styles/agriculturae-conspectus-scientificus" rel="self"/>
8+
<link href="http://www.zotero.org/styles/accident-analysis-and-prevention" rel="template"/>
9+
<link href="https://acs.agr.hr/acs/index.php/acs/about/submissions#authorGuidelines" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="science"/>
15+
<issn>1331-7768</issn>
16+
<eissn>1331-7776</eissn>
17+
<updated>2020-01-08T15:08:17+00:00</updated>
18+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
19+
</info>
20+
<macro name="container">
21+
<choose>
22+
<if type="chapter paper-conference" match="any">
23+
<group delimiter=" ">
24+
<group delimiter=": " prefix=". ">
25+
<text term="in" text-case="capitalize-first"/>
26+
<group delimiter=", ">
27+
<text variable="container-title" text-case="title"/>
28+
<text variable="collection-title" text-case="title"/>
29+
</group>
30+
</group>
31+
<names variable="editor translator" delimiter=", " prefix="(" suffix=")">
32+
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
33+
<label form="short" prefix=", "/>
34+
</names>
35+
</group>
36+
</if>
37+
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
38+
<group prefix=", " delimiter=", ">
39+
<text variable="container-title"/>
40+
<text variable="collection-title"/>
41+
</group>
42+
</else-if>
43+
<else>
44+
<group delimiter=", ">
45+
<text variable="container-title" form="short" strip-periods="true"/>
46+
<text variable="collection-title"/>
47+
</group>
48+
</else>
49+
</choose>
50+
</macro>
51+
<macro name="author">
52+
<names variable="author">
53+
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all" sort-separator=" "/>
54+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
55+
<substitute>
56+
<names variable="editor"/>
57+
<names variable="translator"/>
58+
<text macro="title"/>
59+
</substitute>
60+
</names>
61+
</macro>
62+
<macro name="author-short">
63+
<names variable="author">
64+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
65+
<substitute>
66+
<names variable="editor"/>
67+
<names variable="translator"/>
68+
<choose>
69+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
70+
<text variable="title" form="short" font-style="italic"/>
71+
</if>
72+
<else>
73+
<text variable="title" form="short" quotes="true"/>
74+
</else>
75+
</choose>
76+
</substitute>
77+
</names>
78+
</macro>
79+
<macro name="access">
80+
<choose>
81+
<if variable="DOI">
82+
<text variable="DOI" prefix="doi:"/>
83+
</if>
84+
<else-if type="post post-weblog webpage" match="any">
85+
<group delimiter=" ">
86+
<group delimiter=": ">
87+
<text term="available at"/>
88+
<text variable="URL"/>
89+
</group>
90+
<group prefix="(" suffix=")">
91+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
92+
<date form="text" variable="accessed"/>
93+
</group>
94+
</group>
95+
</else-if>
96+
</choose>
97+
</macro>
98+
<macro name="title">
99+
<choose>
100+
<if type="report thesis" match="any">
101+
<group delimiter=". ">
102+
<text variable="title"/>
103+
<text variable="genre"/>
104+
<text variable="number" prefix="No. "/>
105+
</group>
106+
</if>
107+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
108+
<group delimiter=", ">
109+
<text variable="title"/>
110+
<text macro="edition"/>
111+
</group>
112+
</else-if>
113+
<else-if type="webpage post post-weblog" match="any">
114+
<text variable="title"/>
115+
</else-if>
116+
<else>
117+
<text variable="title"/>
118+
</else>
119+
</choose>
120+
</macro>
121+
<macro name="publisher">
122+
<group delimiter=", ">
123+
<text variable="publisher"/>
124+
<text variable="publisher-place"/>
125+
</group>
126+
</macro>
127+
<macro name="event">
128+
<choose>
129+
<if variable="event">
130+
<text term="presented at" text-case="capitalize-first" suffix=" "/>
131+
<text variable="event"/>
132+
</if>
133+
</choose>
134+
</macro>
135+
<macro name="issued">
136+
<choose>
137+
<if variable="issued">
138+
<date variable="issued">
139+
<date-part name="year"/>
140+
</date>
141+
</if>
142+
<else>
143+
<text term="no date" form="short"/>
144+
</else>
145+
</choose>
146+
</macro>
147+
<macro name="edition">
148+
<group delimiter=" ">
149+
<choose>
150+
<if is-numeric="edition">
151+
<number variable="edition" form="ordinal"/>
152+
</if>
153+
<else>
154+
<text variable="edition" suffix="."/>
155+
</else>
156+
</choose>
157+
<label text-case="capitalize-first" variable="edition"/>
158+
</group>
159+
</macro>
160+
<macro name="locators">
161+
<choose>
162+
<if type="article-journal article-magazine article-newspaper" match="any">
163+
<group delimiter=": " prefix=" ">
164+
<group delimiter=" ">
165+
<text variable="volume"/>
166+
<text variable="issue" prefix="(" suffix=")"/>
167+
</group>
168+
<text variable="page"/>
169+
</group>
170+
</if>
171+
<else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
172+
<group delimiter=", ">
173+
<text macro="event"/>
174+
<text macro="publisher"/>
175+
</group>
176+
</else-if>
177+
<else-if type="chapter paper-conference" match="any">
178+
<group delimiter=", " prefix=". ">
179+
<text macro="event"/>
180+
<text macro="publisher"/>
181+
<group>
182+
<label variable="page" form="short" suffix=" "/>
183+
<text variable="page"/>
184+
</group>
185+
</group>
186+
</else-if>
187+
<else-if type="patent">
188+
<text variable="number" prefix=". "/>
189+
</else-if>
190+
</choose>
191+
</macro>
192+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
193+
<sort>
194+
<key macro="author"/>
195+
<key macro="issued" sort="descending"/>
196+
</sort>
197+
<layout prefix="(" suffix=")" delimiter="; ">
198+
<group delimiter=", ">
199+
<text macro="author-short"/>
200+
<text macro="issued"/>
201+
<group delimiter=" ">
202+
<label variable="locator" form="short"/>
203+
<text variable="locator"/>
204+
</group>
205+
</group>
206+
</layout>
207+
</citation>
208+
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
209+
<sort>
210+
<key macro="author"/>
211+
<key macro="issued" sort="descending"/>
212+
</sort>
213+
<layout>
214+
<group delimiter=". " suffix=".">
215+
<text macro="author"/>
216+
<text macro="issued" prefix="(" suffix=")"/>
217+
<group delimiter=". ">
218+
<text macro="title"/>
219+
<text macro="container"/>
220+
<text macro="locators"/>
221+
</group>
222+
</group>
223+
<text macro="access" prefix=". "/>
224+
</layout>
225+
</bibliography>
226+
</style>

0 commit comments

Comments
 (0)