|
1 | 1 | <?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"> |
3 | 3 | <info>
|
4 | 4 | <title>Université du Québec à Montréal - Département d’histoire (Français - Canada)</title>
|
5 | 5 | <title-short>UQAM - histoire</title-short>
|
|
15 | 15 | </contributor>
|
16 | 16 | <category citation-format="note"/>
|
17 | 17 | <category field="history"/>
|
18 |
| - <updated>2017-12-18T05:25:46+00:00</updated> |
| 18 | + <updated>2021-02-20T11:25:46+00:00</updated> |
19 | 19 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
|
20 | 20 | </info>
|
21 | 21 | <locale xml:lang="fr">
|
|
34 | 34 | <if variable="author">
|
35 | 35 | <names variable="author">
|
36 | 36 | <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=""/> |
38 | 38 | </name>
|
39 | 39 | </names>
|
40 | 40 | </if>
|
|
53 | 53 | <if variable="author">
|
54 | 54 | <names variable="author">
|
55 | 55 | <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"/> |
57 | 57 | </name>
|
58 | 58 | </names>
|
59 | 59 | </if>
|
|
131 | 131 | <else-if type="article-journal article-newspaper article-magazine paper-conference" match="any">
|
132 | 132 | <group delimiter=", ">
|
133 | 133 | <!--<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"/> |
135 | 135 | <text variable="container-title" font-style="italic"/>
|
136 | 136 | </group>
|
137 | 137 | </else-if>
|
|
172 | 172 | <else-if type="webpage" match="any">
|
173 | 173 | <group delimiter=", ">
|
174 | 174 | <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"/> |
176 | 176 | <date variable="issued">
|
177 | 177 | <date-part name="day" suffix=" "/>
|
178 | 178 | <date-part name="month" suffix=" "/>
|
179 | 179 | <date-part name="year"/>
|
180 | 180 | </date>
|
181 |
| - <text variable="URL" prefix="<" suffix=">"/> |
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> |
183 | 185 | </group>
|
184 | 186 | </else-if>
|
185 | 187 | <else>
|
|
411 | 413 | <choose>
|
412 | 414 | <if is-numeric="collection-number">
|
413 | 415 | <group prefix=" coll.">
|
414 |
| - <text variable="collection-title" quotes="true"/> |
| 416 | + <text variable="collection-title" quotes="true" suffix="#160;"/> |
415 | 417 | </group>
|
416 | 418 | <text variable="collection-number" prefix=", n˚ "/>
|
417 | 419 | </if>
|
|
437 | 439 | <else-if position="subsequent">
|
438 | 440 | <group delimiter=", ">
|
439 | 441 | <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> |
448 | 442 | <text term="cited" font-style="italic" suffix="."/>
|
449 | 443 | <text variable="locator" prefix="p. "/>
|
450 | 444 | </group>
|
|
519 | 513 | <text macro="translator"/>
|
520 | 514 | <text macro="pub-place"/>
|
521 | 515 | <text macro="publisher"/>
|
| 516 | + <text macro="collection"/> |
522 | 517 | <text macro="yearpage-bib"/>
|
523 | 518 | <text macro="volume"/>
|
524 |
| - <text macro="collection"/> |
525 | 519 | <text macro="page-nbr"/>
|
526 | 520 | </group>
|
527 | 521 | </else>
|
|
617 | 611 | <text macro="translator"/>
|
618 | 612 | <text macro="pub-place"/>
|
619 | 613 | <text macro="publisher"/>
|
| 614 | + <text macro="collection"/> |
620 | 615 | <text macro="yearpage-bib"/>
|
621 | 616 | <text macro="volume"/>
|
622 |
| - <text macro="collection"/> |
623 | 617 | <text macro="nbr-page"/>
|
624 | 618 | </group>
|
625 | 619 | </else-if>
|
|
0 commit comments