Skip to content

Commit daff985

Browse files
authored
Create brazilian-journal-of-veterinary-research-and-animal-science.csl (#4544)
1 parent 10c6fa8 commit daff985

File tree

1 file changed

+332
-0
lines changed

1 file changed

+332
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,332 @@
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" page-range-format="minimal" default-locale="en-US">
3+
<info>
4+
<title>Brazilian Journal of Veterinary Research and Animal Science</title>
5+
<title-short>BJVRAS</title-short>
6+
<id>http://www.zotero.org/styles/brazilian-journal-of-veterinary-research-and-animal-science</id>
7+
<link href="http://www.zotero.org/styles/brazilian-journal-of-veterinary-research-and-animal-science" rel="self"/>
8+
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9+
<link href="https://www.revistas.usp.br/bjvras/about/submissions" rel="documentation"/>
10+
<author>
11+
<name>Alberto Kawai</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>1413-9596</issn>
17+
<eissn>1678-4456</eissn>
18+
<updated>2020-02-03T10:52:38+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 xml:lang="en">
22+
<date form="text" delimiter=" ">
23+
<date-part name="year"/>
24+
<date-part name="month" form="short" strip-periods="true"/>
25+
<date-part name="day"/>
26+
</date>
27+
<terms>
28+
<term name="collection-editor" form="long">
29+
<single>editor</single>
30+
<multiple>editors</multiple>
31+
</term>
32+
<term name="presented at">presented at</term>
33+
<term name="section" form="short">sect.</term>
34+
</terms>
35+
</locale>
36+
<macro name="author">
37+
<names variable="author">
38+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
39+
<label form="short" prefix=" "/>
40+
<substitute>
41+
<names variable="editor"/>
42+
</substitute>
43+
</names>
44+
</macro>
45+
<macro name="author-short">
46+
<names variable="author">
47+
<name form="short" name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter=" " delimiter-precedes-last="always">
48+
<name-part name="family" text-case="capitalize-first"/>
49+
<name-part name="given" text-case="capitalize-first"/>
50+
</name>
51+
<substitute>
52+
<names variable="editor"/>
53+
<names variable="translator"/>
54+
<choose>
55+
<if type="book">
56+
<text variable="title" form="short"/>
57+
</if>
58+
<else>
59+
<text variable="title" form="short" quotes="true"/>
60+
</else>
61+
</choose>
62+
</substitute>
63+
</names>
64+
</macro>
65+
<macro name="editor">
66+
<names variable="editor" suffix=".">
67+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
68+
</names>
69+
</macro>
70+
<macro name="chapter-marker">
71+
<choose>
72+
<if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
73+
<text term="in" text-case="capitalize-first"/>
74+
</if>
75+
</choose>
76+
</macro>
77+
<macro name="publisher">
78+
<choose>
79+
<if type="article-journal article-magazine article-newspaper" match="none">
80+
<group delimiter=": " suffix=";">
81+
<choose>
82+
<if type="speech" match="none">
83+
<text variable="publisher-place"/>
84+
</if>
85+
</choose>
86+
<text variable="publisher"/>
87+
</group>
88+
</if>
89+
</choose>
90+
</macro>
91+
<macro name="container-title">
92+
<choose>
93+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="any">
94+
<group suffix="." delimiter=" ">
95+
<choose>
96+
<if type="article-journal review review-book" match="any">
97+
<text variable="container-title" form="short" strip-periods="true"/>
98+
</if>
99+
<else>
100+
<text variable="container-title" strip-periods="true"/>
101+
</else>
102+
</choose>
103+
</group>
104+
<text macro="edition" prefix=" "/>
105+
</if>
106+
<else-if type="bill legislation" match="any">
107+
<group delimiter=", ">
108+
<group delimiter=". ">
109+
<text variable="container-title"/>
110+
<group delimiter=" ">
111+
<text term="section" form="short" text-case="capitalize-first"/>
112+
<text variable="section"/>
113+
</group>
114+
</group>
115+
<text variable="number"/>
116+
</group>
117+
</else-if>
118+
<else-if type="speech">
119+
<group delimiter=": " suffix=";">
120+
<group delimiter=" ">
121+
<text variable="genre" text-case="capitalize-first"/>
122+
<text term="presented at"/>
123+
</group>
124+
<text variable="event"/>
125+
</group>
126+
</else-if>
127+
<else>
128+
<group delimiter=", " suffix=".">
129+
<choose>
130+
<if variable="collection-title" match="none">
131+
<group delimiter=" ">
132+
<label variable="volume" form="short" text-case="capitalize-first"/>
133+
<text variable="volume"/>
134+
</group>
135+
</if>
136+
</choose>
137+
<text variable="container-title"/>
138+
</group>
139+
</else>
140+
</choose>
141+
</macro>
142+
<macro name="title">
143+
<text variable="title"/>
144+
<choose>
145+
<if type="article-journal article-magazine chapter paper-conference article-newspaper review review-book entry-dictionary entry-encyclopedia" match="none">
146+
<text macro="edition" prefix=". "/>
147+
</if>
148+
</choose>
149+
<choose>
150+
<if type="thesis">
151+
<text variable="title" prefix=". [Tese " suffix="]"/>
152+
</if>
153+
</choose>
154+
</macro>
155+
<macro name="edition">
156+
<choose>
157+
<if is-numeric="edition">
158+
<group delimiter=" ">
159+
<number variable="edition" form="ordinal"/>
160+
<text term="edition" form="short"/>
161+
</group>
162+
</if>
163+
<else>
164+
<text variable="edition" suffix="."/>
165+
</else>
166+
</choose>
167+
</macro>
168+
<macro name="date">
169+
<choose>
170+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
171+
<group suffix="; " delimiter=" ">
172+
<date variable="issued">
173+
<date-part name="year"/>
174+
</date>
175+
</group>
176+
</if>
177+
<else-if type="bill legislation" match="any">
178+
<group delimiter=", ">
179+
<date variable="issued" delimiter=" ">
180+
<date-part name="month" form="short" strip-periods="true"/>
181+
<date-part name="day"/>
182+
</date>
183+
<date variable="issued">
184+
<date-part name="year"/>
185+
</date>
186+
</group>
187+
</else-if>
188+
<else-if type="report">
189+
<date variable="issued" delimiter=" ">
190+
<date-part name="year"/>
191+
<date-part name="month" form="short" strip-periods="true"/>
192+
</date>
193+
</else-if>
194+
<else-if type="patent">
195+
<group suffix=".">
196+
<group delimiter=", ">
197+
<text variable="number"/>
198+
<date variable="issued">
199+
<date-part name="year"/>
200+
</date>
201+
</group>
202+
</group>
203+
</else-if>
204+
<else-if type="speech">
205+
<group delimiter="; ">
206+
<group delimiter=" ">
207+
<date variable="issued" delimiter=" ">
208+
<date-part name="year"/>
209+
<date-part name="month" form="short" strip-periods="true"/>
210+
<date-part name="day"/>
211+
</date>
212+
</group>
213+
<text variable="event-place"/>
214+
</group>
215+
</else-if>
216+
<else>
217+
<group suffix=".">
218+
<date variable="issued">
219+
<date-part name="year"/>
220+
</date>
221+
</group>
222+
</else>
223+
</choose>
224+
</macro>
225+
<macro name="issued-year">
226+
<choose>
227+
<if variable="issued" match="any">
228+
<date variable="issued">
229+
<date-part name="year"/>
230+
</date>
231+
</if>
232+
<else>
233+
<text value="[S.d.]"/>
234+
</else>
235+
</choose>
236+
</macro>
237+
<macro name="pages">
238+
<choose>
239+
<if type="article-journal article-magazine article-newspaper review review-book" match="any">
240+
<text variable="page" prefix=":"/>
241+
</if>
242+
<else-if type="book" match="any">
243+
<text variable="number-of-pages" prefix=" "/>
244+
<choose>
245+
<if is-numeric="number-of-pages">
246+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
247+
</if>
248+
</choose>
249+
</else-if>
250+
<else>
251+
<group prefix=" " delimiter=" ">
252+
<label variable="page" form="short" plural="never"/>
253+
<text variable="page"/>
254+
</group>
255+
</else>
256+
</choose>
257+
</macro>
258+
<macro name="journal-location">
259+
<choose>
260+
<if type="article-journal article-magazine review review-book" match="any">
261+
<text variable="volume"/>
262+
<text variable="issue" prefix="(" suffix=")"/>
263+
</if>
264+
</choose>
265+
</macro>
266+
<macro name="collection-details">
267+
<choose>
268+
<if type="article-journal article-magazine article-newspaper review review-book" match="none">
269+
<choose>
270+
<if variable="collection-title">
271+
<group delimiter=" " prefix="(" suffix=")">
272+
<names variable="collection-editor" suffix=".">
273+
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
274+
<label form="long" prefix=", "/>
275+
</names>
276+
<group delimiter="; ">
277+
<text variable="collection-title"/>
278+
<group delimiter=" ">
279+
<label variable="volume" form="short"/>
280+
<text variable="volume"/>
281+
</group>
282+
</group>
283+
</group>
284+
</if>
285+
</choose>
286+
</if>
287+
</choose>
288+
</macro>
289+
<macro name="report-details">
290+
<choose>
291+
<if type="report">
292+
<text variable="number" prefix="Report No.: "/>
293+
</if>
294+
</choose>
295+
</macro>
296+
<citation et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" givenname-disambiguation-rule="primary-name" and="symbol">
297+
<sort>
298+
<key macro="author" names-min="8" names-use-first="6"/>
299+
</sort>
300+
<layout prefix="(" suffix=")" delimiter=" ">
301+
<group>
302+
<text suffix=" " macro="author-short"/>
303+
<text macro="issued-year"/>
304+
</group>
305+
</layout>
306+
</citation>
307+
<bibliography>
308+
<layout>
309+
<group delimiter=". " suffix=". ">
310+
<text macro="author"/>
311+
<text macro="title"/>
312+
</group>
313+
<group delimiter=" " suffix=". ">
314+
<group delimiter=": ">
315+
<text macro="chapter-marker"/>
316+
<group delimiter=" ">
317+
<text macro="editor"/>
318+
<text macro="container-title"/>
319+
</group>
320+
</group>
321+
<text macro="publisher"/>
322+
<group>
323+
<text macro="date"/>
324+
<text macro="journal-location"/>
325+
<text macro="pages"/>
326+
</group>
327+
</group>
328+
<text macro="collection-details" suffix=". "/>
329+
<text macro="report-details" suffix=". "/>
330+
</layout>
331+
</bibliography>
332+
</style>

0 commit comments

Comments
 (0)