Skip to content

Commit

Permalink
Update the-journal-of-hand-surgery-asian-pacific-volume.csl
Browse files Browse the repository at this point in the history
Added spaces in prefix and suffixes stripped by html-tidy
  • Loading branch information
alfchong authored Mar 25, 2019
1 parent e0d97f9 commit 708a916
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions the-journal-of-hand-surgery-asian-pacific-volume.csl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-GB" initialize-with-hyphen="false" page-range-format="minimal" et-al-use-last="false" version="1.0">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-GB" initialize-with-hyphen="false" page-range-format="minimal" et-al-use-last="false" version="1.0">
<info>
<title>The Journal of Hand Surgery Asian-Pacific Volume</title>
<title-short>J Hand Surg Asian Pac Vol</title-short>
Expand All @@ -16,7 +16,7 @@
<category field="medicine"/>
<issn>2424-8355</issn>
<eissn>2424-8363</eissn>
<updated>2019-03-24T16:45:53+08:00</updated>
<updated>2019-03-25T04:23:39+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 All @@ -27,43 +27,43 @@
</locale>
<macro name="author">
<names variable="author">
<name et-al-min="7" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=""/>
<name et-al-min="7" et-al-use-first="3" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor" suffix=".">
<name and="symbol" sort-separator="" name-as-sort-order="all" initialize-with="" suffix="">
<names variable="editor" suffix=". ">
<name and="symbol" sort-separator=" " name-as-sort-order="all" initialize-with="" suffix=" ">
<name-part name="given" text-case="uppercase"/>
</name>
<label form="long" prefix="" text-case="lowercase"/>
<label form="long" prefix=" " text-case="lowercase"/>
</names>
</macro>
<macro name="publisher">
<group suffix=";" delimiter=":">
<group suffix="; " delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="container-title">
<choose>
<if type="chapter book" match="any">
<group suffix=".">
<group suffix=". ">
<choose>
<if variable="container-title" match="any">
<text suffix=":" text-case="capitalize-first" term="in"/>
<text suffix=": " text-case="capitalize-first" term="in"/>
<text macro="editor"/>
<text variable="container-title" suffix="."/>
<text variable="container-title" suffix=". "/>
</if>
</choose>
<text prefix="" macro="edition"/>
<text prefix=" " macro="edition"/>
<choose>
<if variable="chapter-number" match="any">
<number variable="chapter-number" suffix="," prefix=""/>
<number variable="chapter-number" suffix=", " prefix=" "/>
</if>
</choose>
</choose>
<text macro="publisher"/>
<text macro="date"/>
<text macro="pages"/>
Expand All @@ -85,7 +85,7 @@
<macro name="edition">
<choose>
<if is-numeric="edition">
<group suffix="." delimiter="">
<group suffix=". " delimiter=" ">
<number vertical-align="baseline" variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
Expand All @@ -98,17 +98,17 @@
<macro name="date">
<choose>
<if match="any" type="article-journal article-magazine article-newspaper">
<date date-parts="year" form="numeric" variable="issued" prefix="" suffix=";">
<date date-parts="year" form="numeric" variable="issued" prefix=" " suffix=";">
<date-part name="year" range-delimiter="-"/>
</date>
</if>
<else-if match="any" type="chapter book">
<date date-parts="year" form="numeric" variable="issued" prefix="" suffix=":">
<date date-parts="year" form="numeric" variable="issued" prefix=" " suffix=":">
<date-part name="year" range-delimiter="-"/>
</date>
</else-if>
<else-if variable="chapter-number" match="any">
<date date-parts="year" form="numeric" variable="issued" prefix="" suffix=":">
<date date-parts="year" form="numeric" variable="issued" prefix=" " suffix=":">
<date-part name="year" range-delimiter="-"/>
</date>
</else-if>
Expand All @@ -125,7 +125,7 @@
<text variable="page" form="short" prefix=":"/>
</if>
<else>
<group delimiter="" prefix="">
<group delimiter=" " prefix=" ">
<text variable="page" form="short"/>
</group>
</else>
Expand All @@ -143,14 +143,14 @@
<sort>
<key variable="citation-number"/>
</sort>
<layout suffix=")" delimiter="," vertical-align="sup">
<layout suffix=")" delimiter=", " vertical-align="sup">
<text variable="citation-number" form="short"/>
</layout>
</citation>
<bibliography et-al-use-first="30" et-al-min="31" second-field-align="flush">
<layout>
<text variable="citation-number" suffix="."/>
<group suffix="." delimiter=".">
<text variable="citation-number" suffix=". "/>
<group suffix=". " delimiter=". ">
<text macro="author"/>
<text macro="title"/>
</group>
Expand Down

0 comments on commit 708a916

Please sign in to comment.