Skip to content

Commit 01fdf59

Browse files
author
github actions
committed
Merge commit 'ed0c6d8616adcd46491588910d63d86ef1f3dfdc'
2 parents adce9b9 + ed0c6d8 commit 01fdf59

4 files changed

+502
-7
lines changed

src/main/resources/csl-styles/john-benjamins-publishing-company-linguistik-aktuell-linguistics-today.csl

+5
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,11 @@
599599
<text macro="locators-article"/>
600600
</group>
601601
<text macro="access" prefix=", "/>
602+
<choose>
603+
<if variable="DOI URL" match="none">
604+
<text value="."/>
605+
</if>
606+
</choose>
602607
</layout>
603608
</bibliography>
604609
</style>

src/main/resources/csl-styles/journal-of-forensic-sciences.csl

+7-7
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@
127127
</else-if>
128128
<else>
129129
<text macro="journal-title"/>
130-
<group suffix=";">
130+
<group delimiter=";">
131131
<date variable="issued">
132132
<date-part name="year"/>
133133
</date>
134-
</group>
135-
<group suffix=". ">
136-
<text variable="volume"/>
137-
<text variable="issue" prefix="(" suffix=")"/>
138-
<text variable="page" prefix=":"/>
134+
<group>
135+
<text variable="volume"/>
136+
<text variable="issue" prefix="(" suffix=")"/>
137+
<text variable="page" prefix=":"/>
138+
</group>
139139
</group>
140140
</else>
141141
</choose>
142-
<text macro="access"/>
142+
<text macro="access" prefix=". "/>
143143
</layout>
144144
</bibliography>
145145
</style>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
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-US">
3+
<info>
4+
<title>Laboratory Animal Science Professional</title>
5+
<title-short>LAS</title-short>
6+
<id>http://www.zotero.org/styles/laboratory-animal-science-professional</id>
7+
<link href="http://www.zotero.org/styles/laboratory-animal-science-professional" rel="self"/>
8+
<link href="http://www.zotero.org/styles/council-of-science-editors-alphabetical" rel="template"/>
9+
<link href="https://www.aalas.org/publications/information-for-authors/las-pro" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="biology"/>
15+
<issn>2331-7175</issn>
16+
<updated>2020-03-03T09:17:52+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="en">
20+
<terms>
21+
<term name="editortranslator" form="long">
22+
<single>editor and translator</single>
23+
<multiple>editors and translators</multiple>
24+
</term>
25+
<term name="collection-editor" form="long">
26+
<single>editor</single>
27+
<multiple>editors</multiple>
28+
</term>
29+
</terms>
30+
</locale>
31+
<macro name="editor">
32+
<names variable="editor translator" delimiter="; " suffix=".">
33+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
34+
<label prefix=", "/>
35+
</names>
36+
</macro>
37+
<macro name="author">
38+
<names variable="author" delimiter="; ">
39+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
40+
<label form="long" prefix=", " strip-periods="true"/>
41+
<substitute>
42+
<names variable="editor translator"/>
43+
<text variable="title"/>
44+
</substitute>
45+
</names>
46+
</macro>
47+
<macro name="review">
48+
<group delimiter=". ">
49+
<text variable="reviewed-title"/>
50+
<text variable="container-title"/>
51+
</group>
52+
</macro>
53+
<macro name="access">
54+
<choose>
55+
<if type="webpage post post-weblog" match="any">
56+
<group delimiter=". ">
57+
<group delimiter=" " prefix="[" suffix="]">
58+
<text term="cited" text-case="capitalize-first"/>
59+
<date variable="accessed" delimiter=" ">
60+
<date-part name="day"/>
61+
<date-part name="month" strip-periods="true"/>
62+
<date-part name="year"/>
63+
</date>
64+
</group>
65+
<group delimiter=": ">
66+
<text term="available at" text-case="capitalize-first"/>
67+
<text variable="URL"/>
68+
</group>
69+
</group>
70+
</if>
71+
</choose>
72+
</macro>
73+
<macro name="title">
74+
<group delimiter=" ">
75+
<text variable="title"/>
76+
<choose>
77+
<if type="thesis" match="any">
78+
<text variable="genre" form="long" prefix="[" suffix="]"/>
79+
</if>
80+
</choose>
81+
</group>
82+
</macro>
83+
<macro name="publisher">
84+
<group delimiter=": ">
85+
<text variable="publisher-place"/>
86+
<text variable="publisher"/>
87+
</group>
88+
</macro>
89+
<macro name="issued">
90+
<choose>
91+
<if type="webpage post post-weblog" match="any">
92+
<text term="internet" text-case="capitalize-first" font-weight="bold" prefix="[" suffix="]. "/>
93+
</if>
94+
</choose>
95+
<group delimiter=" ">
96+
<date variable="issued" delimiter=" ">
97+
<date-part name="year"/>
98+
</date>
99+
</group>
100+
</macro>
101+
<macro name="pages">
102+
<group>
103+
<label variable="page" form="short" suffix=" " plural="never" strip-periods="true"/>
104+
<text variable="page"/>
105+
</group>
106+
</macro>
107+
<macro name="edition">
108+
<choose>
109+
<if is-numeric="edition">
110+
<group delimiter=" ">
111+
<number variable="edition" form="ordinal"/>
112+
<text term="edition" form="short"/>
113+
</group>
114+
</if>
115+
<else>
116+
<text variable="edition" suffix="."/>
117+
</else>
118+
</choose>
119+
</macro>
120+
<macro name="collection">
121+
<choose>
122+
<if type="report">
123+
<group prefix=" " suffix="." delimiter=" ">
124+
<text variable="collection-title"/>
125+
<text variable="number" prefix=" Report No.: "/>
126+
</group>
127+
</if>
128+
</choose>
129+
</macro>
130+
<citation collapse="citation-number">
131+
<sort>
132+
<key variable="citation-number"/>
133+
</sort>
134+
<layout delimiter="," vertical-align="sup">
135+
<text variable="citation-number"/>
136+
<group prefix="(" suffix=")">
137+
<label variable="locator" form="short" strip-periods="true"/>
138+
<text variable="locator"/>
139+
</group>
140+
</layout>
141+
</citation>
142+
<bibliography hanging-indent="false" et-al-min="11" et-al-use-first="10">
143+
<sort>
144+
<key macro="author"/>
145+
<key variable="title"/>
146+
</sort>
147+
<layout>
148+
<text variable="citation-number" font-weight="bold"/>
149+
<text macro="author" font-weight="bold" prefix=". "/>
150+
<text macro="issued" prefix=". " suffix="."/>
151+
<choose>
152+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
153+
<group prefix=" " suffix="." delimiter=" ">
154+
<text macro="title" suffix="."/>
155+
<text macro="edition"/>
156+
<text macro="editor"/>
157+
</group>
158+
<group delimiter="; " prefix=" " suffix=".">
159+
<text macro="publisher"/>
160+
<text macro="pages"/>
161+
</group>
162+
</if>
163+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
164+
<group delimiter=", " suffix="." prefix=" ">
165+
<text macro="title"/>
166+
<text macro="pages"/>
167+
</group>
168+
<group prefix=" " delimiter=" ">
169+
<group delimiter=" ">
170+
<text term="in" text-case="capitalize-first" suffix=":"/>
171+
<text macro="editor"/>
172+
<text variable="container-title" suffix="."/>
173+
</group>
174+
<group delimiter=" " suffix=".">
175+
<label text-case="capitalize-first" variable="volume" form="short"/>
176+
<text variable="volume"/>
177+
</group>
178+
<text macro="edition"/>
179+
<text macro="publisher" suffix="."/>
180+
</group>
181+
</else-if>
182+
<else-if type="review review-book" match="any">
183+
<group suffix=".">
184+
<text macro="title" prefix=" "/>
185+
<text macro="editor" prefix=" "/>
186+
</group>
187+
<group prefix=" " suffix=".">
188+
<text macro="review" suffix="."/>
189+
<group delimiter=";" prefix=" ">
190+
<text macro="issued"/>
191+
<group>
192+
<text variable="volume"/>
193+
<text variable="issue" prefix="(" suffix=")"/>
194+
</group>
195+
</group>
196+
<text variable="page" prefix=":"/>
197+
</group>
198+
</else-if>
199+
<else>
200+
<group suffix="." prefix=" " delimiter=". ">
201+
<text macro="title"/>
202+
<text macro="editor"/>
203+
</group>
204+
<group prefix=" " suffix=".">
205+
<choose>
206+
<if type="article-journal" match="any">
207+
<text variable="container-title" form="short" strip-periods="true"/>
208+
</if>
209+
<else>
210+
<text variable="container-title"/>
211+
</else>
212+
</choose>
213+
<group delimiter=";" prefix=" ">
214+
<group font-weight="bold">
215+
<text variable="volume"/>
216+
<text variable="issue" prefix="(" suffix=")"/>
217+
</group>
218+
</group>
219+
<text variable="page" prefix=": "/>
220+
</group>
221+
</else>
222+
</choose>
223+
<text prefix=" " macro="collection"/>
224+
<text prefix=" " macro="access"/>
225+
<text variable="DOI" prefix=". doi: "/>
226+
</layout>
227+
</bibliography>
228+
</style>

0 commit comments

Comments
 (0)