Skip to content

Commit 864a64c

Browse files
authored
1 parent 0c76011 commit 864a64c

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

medicine-and-science-in-sports-and-exercise.csl

+15-13
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<category field="medicine"/>
1919
<issn>0195-9131</issn>
2020
<eissn>1530-0315</eissn>
21-
<updated>2017-12-13T13:21:47+00:00</updated>
21+
<updated>2020-08-23T15:13:28+00:00</updated>
2222
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2323
</info>
2424
<locale xml:lang="en">
@@ -62,7 +62,7 @@
6262
<if match="none" variable="page">
6363
<group prefix="[" suffix="]" delimiter=" ">
6464
<text term="cited"/>
65-
<date variable="accessed" suffix=" ">
65+
<date variable="accessed">
6666
<date-part name="year"/>
6767
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
6868
<date-part name="day" prefix=" "/>
@@ -91,7 +91,7 @@
9191
<if match="none" variable="page">
9292
<group delimiter=". ">
9393
<group delimiter=": ">
94-
<text term="available at"/>
94+
<text term="available at" text-case="capitalize-first"/>
9595
<text variable="URL"/>
9696
</group>
9797
<text variable="DOI" prefix="doi:"/>
@@ -120,15 +120,6 @@
120120
<macro name="title">
121121
<group delimiter=" ">
122122
<text variable="title"/>
123-
<choose>
124-
<if type="article-journal" match="any">
125-
<choose>
126-
<if variable="page" match="none">
127-
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
128-
</if>
129-
</choose>
130-
</if>
131-
</choose>
132123
</group>
133124
</macro>
134125
<macro name="edition">
@@ -185,7 +176,18 @@
185176
</else-if>
186177
<else>
187178
<text macro="title" suffix=". "/>
188-
<text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix=". "/>
179+
<group delimiter=" " suffix=". ">
180+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
181+
<choose>
182+
<if type="article-journal" match="any">
183+
<choose>
184+
<if variable="page" match="none">
185+
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
186+
</if>
187+
</choose>
188+
</if>
189+
</choose>
190+
</group>
189191
<text macro="date" suffix=";"/>
190192
<text variable="volume"/>
191193
<text variable="issue" prefix="(" suffix=")"/>

0 commit comments

Comments
 (0)