Skip to content

Commit

Permalink
Update universite-du-quebec-a-montreal.csl (#4366)
Browse files Browse the repository at this point in the history
Update universite-du-quebec-a-montreal.csl Initialization for composer names was corrected and location of newspapers was moved to Locators macro.
  • Loading branch information
jjrondeau authored and adam3smith committed Oct 29, 2019
1 parent c11d974 commit 7af1a95
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions universite-du-quebec-a-montreal.csl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<category field="psychology"/>
<category field="generic-base"/>
<summary>Le style UQAM est une adaptation canadienne-française de la norme APA 6th (2010) conforme au Guide de présentation des mémoires et des thèses de l'Université du Québec à Montréal</summary>
<updated>2018-02-08T21:06:06+00:00</updated>
<updated>2019-10-17T19:54:00+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="fr">
Expand Down Expand Up @@ -71,7 +71,7 @@
<choose>
<if match="any" variable="composer">
<names variable="composer">
<name and="text" delimiter-precedes-last="never" et-al-use-last="true" initialize-with="." name-as-sort-order="all"/>
<name and="text" delimiter-precedes-last="never" et-al-use-last="true" initialize-with=". " name-as-sort-order="all"/>
</names>
</if>
<else>
Expand Down Expand Up @@ -617,6 +617,7 @@
</group>
</if>
<else-if type="article-newspaper">
<text variable="publisher-place" prefix=" (" suffix=")"/>
<group delimiter=", " prefix=", ">
<text variable="section" prefix="section "/>
<group delimiter=" ">
Expand Down Expand Up @@ -654,8 +655,7 @@
<text variable="genre"/>
<text variable="medium"/>
</group>
<text variable="archive_location" prefix=". "/>
<text variable="number" prefix=". "/>
<text variable="number" prefix=". "/>
</if>
<else-if type="musical_score" match="all" variable="container-title">
<text variable="medium" prefix=" [" suffix="]"/>
Expand Down Expand Up @@ -684,7 +684,7 @@
<text variable="source" prefix="(" suffix=")"/>
</group>
</else-if>
<else-if type="treaty report" match="any">
<else-if type="treaty" match="any">
<group delimiter=", ">
<group delimiter=" " prefix=", ">
<label variable="volume" form="short"/>
Expand Down Expand Up @@ -916,13 +916,10 @@
</macro>
<macro name="container-title-extra">
<choose>
<if type="article-newspaper" match="any">
<text variable="publisher-place" prefix=" (" suffix=")"/>
</if>
<else-if type="song" match="all" variable="container-title">
<if type="song" match="all" variable="container-title">
<text variable="medium" prefix=" [" suffix="]"/>
<text variable="genre" prefix=" [" suffix="]"/>
</else-if>
</if>
<else-if type="map" match="any">
<text variable="collection-title" prefix=". "/>
<text variable="number" prefix=", "/>
Expand Down

0 comments on commit 7af1a95

Please sign in to comment.