Skip to content

Commit

Permalink
Update cahiers-d-ethnomusicologie.csl (#2250)
Browse files Browse the repository at this point in the history
Corrected a couple discrepancies in '<citation>' between the style and the journal’s guidelines. Should now look like (Rouget 1990 : 247)
Added missing whitespace between journal title and issue number for articles
  • Loading branch information
svictor9 authored and adam3smith committed Sep 30, 2016
1 parent a5afb6b commit 873f1d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cahiers-d-ethnomusicologie.csl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year" form="long" suffix=" "/>
<date-part name="year" form="long"/>
</date>
</if>
<else>
Expand Down Expand Up @@ -311,12 +311,11 @@
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter="&#160;; ">
<layout prefix="(" suffix=")" delimiter="&#160;; ">
<group delimiter=", ">
<group delimiter="&#160;">
<text macro="author-citation"/>
<text macro="year-date"/>
</group>
<group delimiter="&#160;">
<label variable="locator" form="short"/>
<group prefix="&#160;: ">
<text variable="locator"/>
</group>
</layout>
Expand Down Expand Up @@ -345,7 +344,7 @@
<text macro="collection" suffix=". "/>
</if>
<else-if type="article-journal article-magazine" match="any">
<text macro="title"/>
<text macro="title" suffix=" "/>
<text macro="edition" suffix=". "/>
<text macro="issue" suffix=". "/>
<text macro="accessed" suffix=". "/>
Expand Down

0 comments on commit 873f1d3

Please sign in to comment.