Skip to content

Commit c1519e1

Browse files
PavelGivrmzelle
authored andcommitted
Create assosiation-of-firearms-and-toolmark-examiners.csl (JabRef#4468)
1 parent c974e30 commit c1519e1

File tree

1 file changed

+227
-0
lines changed

1 file changed

+227
-0
lines changed

Diff for: afte-journal.csl

+227
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US">
3+
<info>
4+
<title>AFTE Journal</title>
5+
<id>http://www.zotero.org/styles/afte-journal</id>
6+
<link href="http://www.zotero.org/styles/afte-journal" rel="self"/>
7+
<link href="https://afte.org/afte-journal/information-for-authors" rel="documentation"/>
8+
<author>
9+
<name>Pavel Giverts</name>
10+
<email>[email protected]</email>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<issn>1048-9959</issn>
14+
<updated>2019-12-21T16:56:50+00:00</updated>
15+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
16+
</info>
17+
<locale>
18+
<terms>
19+
<term name="volume" form="short">Vol. </term>
20+
<term name="issue" form="short">No. </term>
21+
<term name="accessed">Accessed </term>
22+
<term name="available at">URL</term>
23+
</terms>
24+
</locale>
25+
<macro name="locator">
26+
<group delimiter=" " prefix=" ">
27+
<choose>
28+
<if locator="page">
29+
<label variable="number-of-pages" form="short"/>
30+
</if>
31+
<else>
32+
<label variable="locator" form="short" text-case="capitalize-first"/>
33+
</else>
34+
</choose>
35+
<text variable="locator" form="short"/>
36+
</group>
37+
</macro>
38+
<macro name="authors">
39+
<names variable="author reviewed-author" delimiter=", ">
40+
<name and="text" delimiter-precedes-last="always" et-al-min="6" et-al-use-first="3" initialize-with="." name-as-sort-order="all"/>
41+
<et-al term="et-al"/>
42+
</names>
43+
</macro>
44+
<macro name="title">
45+
<text variable="title" text-case="title" text-decoration="underline"/>
46+
</macro>
47+
<macro name="year">
48+
<date variable="issued">
49+
<date-part name="year" range-delimiter=". "/>
50+
</date>
51+
</macro>
52+
<macro name="URLandDOI">
53+
<choose>
54+
<if variable="DOI">
55+
<text variable="DOI" prefix="DOI: "/>
56+
</if>
57+
<else-if variable="URL">
58+
<group delimiter=". ">
59+
<group delimiter=": ">
60+
<text term="available at" text-case="capitalize-first"/>
61+
<text variable="URL"/>
62+
</group>
63+
<group prefix="(" suffix=")" delimiter=": ">
64+
<text term="accessed" text-case="capitalize-first"/>
65+
<date variable="accessed">
66+
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
67+
<date-part name="month" form="numeric-leading-zeros" suffix="." strip-periods="true"/>
68+
<date-part name="year" form="long"/>
69+
</date>
70+
</group>
71+
</group>
72+
</else-if>
73+
</choose>
74+
</macro>
75+
<citation collapse="citation-number">
76+
<sort>
77+
<key variable="citation-number"/>
78+
</sort>
79+
<layout delimiter=", " prefix="[" suffix="]">
80+
<text variable="citation-number"/>
81+
<group delimiter=" " prefix=",">
82+
<text macro="locator"/>
83+
</group>
84+
</layout>
85+
</citation>
86+
<bibliography second-field-align="margin">
87+
<sort>
88+
<key variable="citation-number"/>
89+
</sort>
90+
<layout suffix=".">
91+
<text variable="citation-number" suffix=". "/>
92+
<choose>
93+
<if type="article-journal article article-magazine article-newspaper">
94+
<text macro="authors" suffix=", "/>
95+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
96+
<group delimiter=", ">
97+
<text variable="container-title" text-decoration="underline"/>
98+
<group delimiter=", ">
99+
<group delimiter=" ">
100+
<label text-case="capitalize-first" variable="volume" form="short"/>
101+
<text variable="volume"/>
102+
</group>
103+
<group delimiter=" ">
104+
<label variable="issue" form="short"/>
105+
<text variable="issue"/>
106+
</group>
107+
<text macro="year"/>
108+
<group delimiter=" ">
109+
<label variable="page" form="short"/>
110+
<text variable="page"/>
111+
</group>
112+
</group>
113+
<text macro="URLandDOI"/>
114+
</group>
115+
</if>
116+
<else-if type="book chapter">
117+
<text macro="authors" suffix=", "/>
118+
<text macro="title" suffix=", "/>
119+
<group delimiter=".">
120+
<group delimiter=", ">
121+
<text variable="publisher"/>
122+
<group delimiter=", ">
123+
<text variable="publisher-place"/>
124+
<text macro="year"/>
125+
</group>
126+
</group>
127+
</group>
128+
</else-if>
129+
<else-if type="paper-conference">
130+
<text macro="authors" suffix=", "/>
131+
<!-- <text macro="author-first" suffix=" "/> -->
132+
<group suffix=", ">
133+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
134+
</group>
135+
<text variable="container-title" prefix="Presented at " suffix=", "/>
136+
<!-- Proc Title -->
137+
<group delimiter=". ">
138+
<group delimiter=", ">
139+
<text variable="publisher-place"/>
140+
<group delimiter=", ">
141+
<text variable="publisher"/>
142+
<date variable="issued">
143+
<date-part name="day" form="numeric-leading-zeros" suffix=" "/>
144+
<date-part name="month" suffix=" "/>
145+
<date-part name="year" form="long"/>
146+
</date>
147+
</group>
148+
</group>
149+
<text variable="page" prefix="pp. "/>
150+
<!--&#160; - Uppercase -->
151+
<text macro="URLandDOI"/>
152+
</group>
153+
</else-if>
154+
<else-if type="webpage">
155+
<text macro="authors" suffix=". "/>
156+
<text variable="title" quotes="true" suffix=". "/>
157+
<text variable="URL" prefix=" &lt;URL: " suffix="&gt;. "/>
158+
<group delimiter=", ">
159+
<date variable="accessed" prefix="Accessed: " suffix=".">
160+
<date-part name="year" suffix=" "/>
161+
<date-part name="month" form="short" suffix=" "/>
162+
<date-part name="day" form="numeric-leading-zeros" suffix=""/>
163+
</date>
164+
</group>
165+
</else-if>
166+
<else-if type="personal_communication" match="any">
167+
<text macro="authors" suffix=". Personal communication."/>
168+
<date variable="accessed" suffix=".">
169+
<date-part name="year" suffix=" "/>
170+
<date-part name="month" form="short" suffix=" "/>
171+
<date-part name="day" form="numeric-leading-zeros" suffix=""/>
172+
</date>
173+
</else-if>
174+
<else-if type="report">
175+
<text macro="authors" suffix=", "/>
176+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
177+
<text variable="number" prefix="Report " suffix=", "/>
178+
<group delimiter=".">
179+
<group delimiter=", ">
180+
<text variable="publisher"/>
181+
<group delimiter=", ">
182+
<text variable="publisher-place"/>
183+
<text macro="year"/>
184+
</group>
185+
</group>
186+
</group>
187+
</else-if>
188+
<else-if type="bill legal_case" match="any">
189+
<group delimiter=", ">
190+
<text variable="title" text-case="title"/>
191+
<group delimiter=" ">
192+
<text variable="volume"/>
193+
<text macro="authors"/>
194+
<text variable="page"/>
195+
</group>
196+
<text macro="year"/>
197+
</group>
198+
</else-if>
199+
<else>
200+
<text macro="authors" suffix=", "/>
201+
<!-- <text macro="author-first" suffix=" "/> -->
202+
<group suffix=", ">
203+
<text variable="title" text-case="title" quotes="true" suffix=", "/>
204+
</group>
205+
<text variable="container-title" prefix="Presented at " suffix=", "/>
206+
<!-- Proc Title -->
207+
<group delimiter=". ">
208+
<group delimiter=", ">
209+
<text variable="publisher-place"/>
210+
<group delimiter=", ">
211+
<text variable="publisher"/>
212+
<date variable="issued">
213+
<date-part name="day" form="numeric-leading-zeros" suffix=" "/>
214+
<date-part name="month" suffix=" "/>
215+
<date-part name="year" form="long"/>
216+
</date>
217+
</group>
218+
</group>
219+
<text variable="page" prefix="pp. "/>
220+
<!--&#160; - Uppercase -->
221+
<text macro="URLandDOI"/>
222+
</group>
223+
</else>
224+
</choose>
225+
</layout>
226+
</bibliography>
227+
</style>

0 commit comments

Comments
 (0)