Skip to content

Commit

Permalink
rework style
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jan 11, 2022
1 parent 1291d72 commit 8dae693
Showing 1 changed file with 31 additions and 17 deletions.
48 changes: 31 additions & 17 deletions physiotherapy-theory-and-practice.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="biology"/>
<issn>0959-3985</issn>
<eissn>1532-5040</eissn>
<updated>2022-01-10T09:09:43+00:00</updated>
<updated>2022-01-11T08:37:50+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 @@ -54,10 +54,13 @@
</macro>
<macro name="editor">
<names variable="editor">
<name initialize-with="." and="text" delimiter-precedes-last="always"/>
<label form="short" prefix=", "/>
<name and="text" delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" text-case="capitalize-first" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="access">
<text variable="URL"/>
</macro>
<citation et-al-min="5" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="issued"/>
Expand All @@ -80,36 +83,47 @@
<group delimiter=". ">
<text macro="author"/>
<text macro="issued"/>
<text variable="title"/>
<choose>
<if type="article article-magazine article-newspaper article-journal review review-book" match="any">
<text variable="title" suffix="."/>
<group delimiter=" ">
<text variable="container-title" text-case="title" strip-periods="true"/>
<group delimiter=":">
<group delimiter=": ">
<text variable="volume"/>
<text variable="page"/>
</group>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<text variable="title"/>
<group prefix="In: " delimiter=". ">
<text macro="editor"/>
<text variable="container-title" text-case="title" strip-periods="true"/>
<group delimiter=". ">
<group delimiter=", ">
<group delimiter=" ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title" text-case="title" strip-periods="true"/>
</group>
<group delimiter=" ">
<label strip-periods="false" variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
<text macro="publisher"/>
<label variable="page" form="short" strip-periods="true" plural="never"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="thesis">
<text variable="title" suffix="."/>
<text variable="genre" suffix="."/>
<text variable="publisher"/>
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
</group>
</else-if>
<else>
<text variable="title"/>
<text macro="publisher"/>
<text variable="number-of-pages" suffix=" p"/>
<group delimiter=". ">
<text variable="container-title"/>
<text macro="publisher"/>
<text macro="access"/>
</group>
</else>
</choose>
</group>
Expand Down

0 comments on commit 8dae693

Please sign in to comment.