Skip to content

Commit 302bd65

Browse files
authored
Update universite-du-quebec-a-montreal-departement-dhistoire.csl (#5286)
1 parent 860ae48 commit 302bd65

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

universite-du-quebec-a-montreal-departement-dhistoire.csl

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-CA" version="1.0" page-range-format="expanded">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" default-locale="fr-CA">
33
<info>
44
<title>Université du Québec à Montréal - Département d’histoire (Français - Canada)</title>
55
<title-short>UQAM - histoire</title-short>
@@ -15,7 +15,7 @@
1515
</contributor>
1616
<category citation-format="note"/>
1717
<category field="history"/>
18-
<updated>2017-12-18T05:25:46+00:00</updated>
18+
<updated>2021-02-20T11:25:46+00:00</updated>
1919
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2020
</info>
2121
<locale xml:lang="fr">
@@ -34,7 +34,7 @@
3434
<if variable="author">
3535
<names variable="author">
3636
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
37-
<name-part name="family" prefix=""/>
37+
<name-part name="family" text-case="capitalize-first" prefix=""/>
3838
</name>
3939
</names>
4040
</if>
@@ -53,7 +53,7 @@
5353
<if variable="author">
5454
<names variable="author">
5555
<name initialize-with="." and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
56-
<name-part name="family" font-variant="small-caps"/>
56+
<name-part name="family" text-case="capitalize-first"/>
5757
</name>
5858
</names>
5959
</if>
@@ -131,7 +131,7 @@
131131
<else-if type="article-journal article-newspaper article-magazine paper-conference" match="any">
132132
<group delimiter=", ">
133133
<!--<text variable="title" form="short" text-case="capitalize-first" quotes="false"/>-->
134-
<text variable="title" text-case="capitalize-first" quotes="true"/>
134+
<text variable="title" text-case="title" quotes="true"/>
135135
<text variable="container-title" font-style="italic"/>
136136
</group>
137137
</else-if>
@@ -172,14 +172,16 @@
172172
<else-if type="webpage" match="any">
173173
<group delimiter=", ">
174174
<text variable="title" text-case="capitalize-first" quotes="true" font-style="normal"/>
175-
<text variable="container-title" text-case="capitalize-first" font-style="italic"/>
175+
<text variable="container-title" text-case="capitalize-first"/>
176176
<date variable="issued">
177177
<date-part name="day" suffix=" "/>
178178
<date-part name="month" suffix=" "/>
179179
<date-part name="year"/>
180180
</date>
181-
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
182-
<date form="text" variable="accessed" prefix="(" suffix=")"/>
181+
<group delimiter=" ">
182+
<text variable="URL"/>
183+
<date form="text" variable="accessed" prefix="(" suffix=")"/>
184+
</group>
183185
</group>
184186
</else-if>
185187
<else>
@@ -411,7 +413,7 @@
411413
<choose>
412414
<if is-numeric="collection-number">
413415
<group prefix=" coll.">
414-
<text variable="collection-title" quotes="true"/>
416+
<text variable="collection-title" quotes="true" suffix="#160;"/>
415417
</group>
416418
<text variable="collection-number" prefix=", n˚&#160;"/>
417419
</if>
@@ -437,14 +439,6 @@
437439
<else-if position="subsequent">
438440
<group delimiter=", ">
439441
<text macro="author-opcit"/>
440-
<choose>
441-
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
442-
<text variable="title" form="short" font-style="italic" suffix="..."/>
443-
</if>
444-
<else>
445-
<text variable="title" quotes="true" text-case="capitalize-first" form="short" suffix="..." font-style="normal"/>
446-
</else>
447-
</choose>
448442
<text term="cited" font-style="italic" suffix="."/>
449443
<text variable="locator" prefix="p.&#160;"/>
450444
</group>
@@ -519,9 +513,9 @@
519513
<text macro="translator"/>
520514
<text macro="pub-place"/>
521515
<text macro="publisher"/>
516+
<text macro="collection"/>
522517
<text macro="yearpage-bib"/>
523518
<text macro="volume"/>
524-
<text macro="collection"/>
525519
<text macro="page-nbr"/>
526520
</group>
527521
</else>
@@ -617,9 +611,9 @@
617611
<text macro="translator"/>
618612
<text macro="pub-place"/>
619613
<text macro="publisher"/>
614+
<text macro="collection"/>
620615
<text macro="yearpage-bib"/>
621616
<text macro="volume"/>
622-
<text macro="collection"/>
623617
<text macro="nbr-page"/>
624618
</group>
625619
</else-if>

0 commit comments

Comments
 (0)