Skip to content

Commit

Permalink
Update medicine-and-science-in-sports-and-exercise.csl (JabRef#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Aug 24, 2020
1 parent 0c76011 commit 864a64c
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions medicine-and-science-in-sports-and-exercise.csl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<category field="medicine"/>
<issn>0195-9131</issn>
<eissn>1530-0315</eissn>
<updated>2017-12-13T13:21:47+00:00</updated>
<updated>2020-08-23T15:13:28+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -62,7 +62,7 @@
<if match="none" variable="page">
<group prefix="[" suffix="]" delimiter=" ">
<text term="cited"/>
<date variable="accessed" suffix=" ">
<date variable="accessed">
<date-part name="year"/>
<date-part name="month" prefix=" " form="short" strip-periods="true"/>
<date-part name="day" prefix=" "/>
Expand Down Expand Up @@ -91,7 +91,7 @@
<if match="none" variable="page">
<group delimiter=". ">
<group delimiter=": ">
<text term="available at"/>
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
<text variable="DOI" prefix="doi:"/>
Expand Down Expand Up @@ -120,15 +120,6 @@
<macro name="title">
<group delimiter=" ">
<text variable="title"/>
<choose>
<if type="article-journal" match="any">
<choose>
<if variable="page" match="none">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
</macro>
<macro name="edition">
Expand Down Expand Up @@ -185,7 +176,18 @@
</else-if>
<else>
<text macro="title" suffix=". "/>
<text variable="container-title" form="short" strip-periods="true" font-style="italic" suffix=". "/>
<group delimiter=" " suffix=". ">
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
<choose>
<if type="article-journal" match="any">
<choose>
<if variable="page" match="none">
<text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
</choose>
</group>
<text macro="date" suffix=";"/>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
Expand Down

0 comments on commit 864a64c

Please sign in to comment.