Skip to content

Commit

Permalink
Update universite-du-quebec-a-montreal-departement-dhistoire.csl (#5286)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKaulick authored Feb 21, 2021
1 parent 860ae48 commit 302bd65
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions universite-du-quebec-a-montreal-departement-dhistoire.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="note" default-locale="fr-CA" version="1.0" page-range-format="expanded">
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" default-locale="fr-CA">
<info>
<title>Université du Québec à Montréal - Département d’histoire (Français - Canada)</title>
<title-short>UQAM - histoire</title-short>
Expand All @@ -15,7 +15,7 @@
</contributor>
<category citation-format="note"/>
<category field="history"/>
<updated>2017-12-18T05:25:46+00:00</updated>
<updated>2021-02-20T11:25:46+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 All @@ -34,7 +34,7 @@
<if variable="author">
<names variable="author">
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
<name-part name="family" prefix=""/>
<name-part name="family" text-case="capitalize-first" prefix=""/>
</name>
</names>
</if>
Expand All @@ -53,7 +53,7 @@
<if variable="author">
<names variable="author">
<name initialize-with="." and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
<name-part name="family" font-variant="small-caps"/>
<name-part name="family" text-case="capitalize-first"/>
</name>
</names>
</if>
Expand Down Expand Up @@ -131,7 +131,7 @@
<else-if type="article-journal article-newspaper article-magazine paper-conference" match="any">
<group delimiter=", ">
<!--<text variable="title" form="short" text-case="capitalize-first" quotes="false"/>-->
<text variable="title" text-case="capitalize-first" quotes="true"/>
<text variable="title" text-case="title" quotes="true"/>
<text variable="container-title" font-style="italic"/>
</group>
</else-if>
Expand Down Expand Up @@ -172,14 +172,16 @@
<else-if type="webpage" match="any">
<group delimiter=", ">
<text variable="title" text-case="capitalize-first" quotes="true" font-style="normal"/>
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
<text variable="container-title" text-case="capitalize-first"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<date form="text" variable="accessed" prefix="(" suffix=")"/>
<group delimiter=" ">
<text variable="URL"/>
<date form="text" variable="accessed" prefix="(" suffix=")"/>
</group>
</group>
</else-if>
<else>
Expand Down Expand Up @@ -411,7 +413,7 @@
<choose>
<if is-numeric="collection-number">
<group prefix=" coll.">
<text variable="collection-title" quotes="true"/>
<text variable="collection-title" quotes="true" suffix="#160;"/>
</group>
<text variable="collection-number" prefix=", n˚&#160;"/>
</if>
Expand All @@ -437,14 +439,6 @@
<else-if position="subsequent">
<group delimiter=", ">
<text macro="author-opcit"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" form="short" font-style="italic" suffix="..."/>
</if>
<else>
<text variable="title" quotes="true" text-case="capitalize-first" form="short" suffix="..." font-style="normal"/>
</else>
</choose>
<text term="cited" font-style="italic" suffix="."/>
<text variable="locator" prefix="p.&#160;"/>
</group>
Expand Down Expand Up @@ -519,9 +513,9 @@
<text macro="translator"/>
<text macro="pub-place"/>
<text macro="publisher"/>
<text macro="collection"/>
<text macro="yearpage-bib"/>
<text macro="volume"/>
<text macro="collection"/>
<text macro="page-nbr"/>
</group>
</else>
Expand Down Expand Up @@ -617,9 +611,9 @@
<text macro="translator"/>
<text macro="pub-place"/>
<text macro="publisher"/>
<text macro="collection"/>
<text macro="yearpage-bib"/>
<text macro="volume"/>
<text macro="collection"/>
<text macro="nbr-page"/>
</group>
</else-if>
Expand Down

0 comments on commit 302bd65

Please sign in to comment.