Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update universite-du-quebec-a-montreal-departement-dhistoire.csl #7220

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
47 changes: 44 additions & 3 deletions universite-du-quebec-a-montreal-departement-dhistoire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</contributor>
<category citation-format="note"/>
<category field="history"/>
<updated>2023-09-09T11:25:46+00:00</updated>
<updated>2024-09-28T16:12: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 @@ -151,6 +151,11 @@
<text variable="publisher" prefix=", "/>
</group>
</else-if>
<else-if type="map" match="any">
<group>
<text variable="title" text-case="capitalize-first" font-style="italic" suffix=","/>
</group>
</else-if>
<else-if type="manuscript" match="any">
<group delimiter=",">
<text variable="title" text-case="capitalize-first" quotes="false" font-style="italic"/>
Expand Down Expand Up @@ -196,7 +201,7 @@
</macro>
<macro name="publisher">
<choose>
<if type="bill book chapter entry-dictionary entry-encyclopedia graphic legal_case legislation motion_picture paper-conference report song article-magazine" match="any">
<if type="bill book chapter entry-dictionary entry-encyclopedia graphic legal_case legislation motion_picture paper-conference report song article-magazine map" match="any">
<text variable="publisher"/>
</if>
</choose>
Expand Down Expand Up @@ -407,6 +412,16 @@
<text variable="container-title" font-style="italic"/>
</group>
</macro>
<macro name="genre">
<group delimiter=",">
<text variable="genre"/>
</group>
</macro>
<macro name="note">
<group delimiter=",">
<text variable="note"/>
</group>
</macro>
<macro name="collection">
<choose>
<if is-numeric="collection-number">
Expand Down Expand Up @@ -504,6 +519,19 @@
<text macro="page-nbr"/>
</group>
</else-if>
<else-if type="map" match="any">
<group delimiter=", ">
<text macro="author"/>
<text macro="title"/>
<text macro="genre"/>
<text macro="translator"/>
<text macro="pub-place"/>
<text macro="publisher"/>
<text macro="edition"/>
<text macro="yearpage-bib"/>
<text macro="note"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="author"/>
Expand All @@ -522,7 +550,7 @@
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="3" et-al-use-first="1" entry-spacing="1" line-spacing="1">
<bibliography hanging-indent="true" et-al-min="4" et-al-use-first="1" entry-spacing="1" line-spacing="1">
<sort>
<key macro="author-bib" names-min="3" names-use-first="3"/>
<key variable="issued" sort="descending"/>
Expand Down Expand Up @@ -615,6 +643,19 @@
<text macro="nbr-page"/>
</group>
</else-if>
<else-if type="map" match="any">
<group delimiter=", ">
<text macro="author-bib"/>
<text macro="title"/>
<text macro="genre"/>
<text macro="translator"/>
<text macro="pub-place"/>
<text macro="publisher"/>
<text macro="edition"/>
<text macro="yearpage-bib"/>
<text macro="note"/>
</group>
</else-if>
<else>
<group delimiter=", ">
<text macro="author-bib"/>
Expand Down