Skip to content

Commit

Permalink
Create journal-of-sport-science-and-medicine.csl (JabRef#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jul 29, 2020
1 parent cd457d4 commit 2fcda1f
Showing 1 changed file with 188 additions and 0 deletions.
188 changes: 188 additions & 0 deletions journal-of-sports-science-and-medicine.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>Journal of Sports Science &amp; Medicine</title>
<title-short>JSSM</title-short>
<id>http://www.zotero.org/styles/journal-of-sports-science-and-medicine</id>
<link href="http://www.zotero.org/styles/journal-of-sports-science-and-medicine" rel="self"/>
<link href="http://www.zotero.org/styles/biometrics" rel="template"/>
<link href="https://www.jssm.org/newauthors.php" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
</author>
<category citation-format="author-date"/>
<category field="medicine"/>
<eissn>1303-2968</eissn>
<updated>2020-07-28T08:49:46+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">
<terms>
<term name="available at">available from URL</term>
</terms>
</locale>
<macro name="editor-translator">
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
<label form="short" suffix=" " strip-periods="true"/>
<name and="text" initialize-with="" delimiter=", "/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". " delimiter-precedes-last="never"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-style="italic" text-case="title"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="thesis" match="any">
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
<else>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else>
</choose>
</macro>
<citation collapse="year-suffix" et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true">
<sort>
<key variable="issued"/>
<key variable="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<date variable="issued">
<date-part name="year"/>
</date>
<group>
<label variable="locator" form="short"/>
<text variable="locator" prefix=" "/>
</group>
</group>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="6" hanging-indent="true">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
</sort>
<layout suffix=".">
<group delimiter=". ">
<group delimiter=" ">
<text macro="author"/>
<date variable="issued" prefix="(" suffix=")">
<date-part name="year"/>
</date>
<text macro="title"/>
</group>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<group delimiter=". ">
<text macro="edition" prefix=", "/>
<text macro="editor-translator" prefix=" "/>
<text macro="publisher" prefix=" "/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=". ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text variable="container-title" font-style="italic"/>
</group>
<text variable="collection-title" prefix=" " suffix="."/>
<names variable="editor translator">
<label form="short" text-case="capitalize-first" strip-periods="true" suffix=": "/>
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
</names>
<text macro="edition" prefix=", "/>
<text macro="publisher" prefix=" "/>
<text variable="page" suffix="."/>
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<group prefix=" " delimiter=". ">
<text variable="container-title"/>
<group delimiter=" ">
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL" suffix=" "/>
</group>
<group delimiter=" " prefix="[" suffix="]">
<text term="accessed" text-case="capitalize-first"/>
<date delimiter=" " variable="accessed">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</group>
</group>
</else-if>
<else>
<group delimiter=". ">
<group delimiter=", ">
<group delimiter=" ">
<text variable="container-title" font-style="italic"/>
<text variable="volume" font-weight="bold"/>
</group>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 2fcda1f

Please sign in to comment.