Skip to content

Commit f2a8fe3

Browse files
committed
1 parent c5a2d7e commit f2a8fe3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

american-veterinary-medical-association.csl

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<if type="article-newspaper" match="none">
4949
<choose>
5050
<if variable="URL">
51-
<text value="Available at:" suffix=" "/>
51+
<text term="available at" text-case="capitalize-first" suffix=": "/>
5252
<group delimiter=". ">
5353
<text variable="URL"/>
5454
<group>
@@ -119,20 +119,20 @@
119119
</group>
120120
</if>
121121
<else-if type="chapter paper-conference" match="any">
122-
<group prefix=" ">
123-
<text term="in" text-case="capitalize-first" suffix=": "/>
122+
<group prefix=" " delimiter=" ">
123+
<text term="in" text-case="capitalize-first" suffix=":"/>
124124
<text macro="editor"/>
125-
<text variable="container-title" prefix=" " suffix="."/>
125+
<text variable="container-title" suffix="." font-style="italic"/>
126126
<text variable="volume" prefix="Vol " suffix="."/>
127-
<text macro="edition" prefix=" "/>
128-
<text variable="collection-title" prefix=" " suffix="."/>
127+
<text macro="edition"/>
128+
<text variable="collection-title" suffix="."/>
129129
<group suffix=".">
130-
<text macro="publisher" prefix=" "/>
131-
<group suffix="." prefix="; ">
130+
<text macro="publisher"/>
131+
<group suffix="." prefix=", " delimiter=";">
132132
<date variable="issued">
133133
<date-part name="year"/>
134134
</date>
135-
<text variable="page" prefix=":"/>
135+
<text variable="page"/>
136136
</group>
137137
</group>
138138
</group>
@@ -193,7 +193,7 @@
193193
<else>
194194
<text macro="editor" prefix=" " suffix="."/>
195195
<group prefix=" " suffix=".">
196-
<text variable="container-title" form="short" strip-periods="true"/>
196+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
197197
<group delimiter=";" prefix=" ">
198198
<date variable="issued">
199199
<date-part name="year"/>

0 commit comments

Comments
 (0)