|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="note" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="fr-FR"> |
| 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="never" page-range-format="expanded" default-locale="fr-FR"> |
3 | 3 | <info> |
4 | 4 | <title>Société Française d’Étude de la Céramique Antique en Gaule (French)</title> |
5 | 5 | <title-short>SFECAG</title-short> |
|
10 | 10 | <author> |
11 | 11 | <name>Patrick O'Brien</name> |
12 | 12 | </author> |
13 | | - <category citation-format="note"/> |
| 13 | + <category citation-format="author-date"/> |
14 | 14 | <category field="history"/> |
15 | 15 | <category field="anthropology"/> |
16 | 16 | <issn>1297-8213</issn> |
17 | | - <updated>2020-03-30T08:49:30+00:00</updated> |
| 17 | + <updated>2020-04-01T10:13:11+00:00</updated> |
18 | 18 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
19 | 19 | </info> |
20 | 20 | <locale xml:lang="fr"> |
|
31 | 31 | </locale> |
32 | 32 | <macro name="author"> |
33 | 33 | <names variable="author" delimiter=", "> |
34 | | - <name sort-separator=", " initialize-with=". " delimiter=", "/> |
| 34 | + <name sort-separator=", " initialize-with=". " delimiter=", "> |
| 35 | + <name-part name="family" text-case="uppercase"/> |
| 36 | + </name> |
35 | 37 | <et-al font-variant="normal" font-style="italic"/> |
36 | 38 | <substitute> |
37 | 39 | <text macro="container-author"/> |
|
79 | 81 | <macro name="locator"> |
80 | 82 | <choose> |
81 | 83 | <if locator="paragraph"> |
82 | | - <text variable="locator" prefix=", § "/> |
| 84 | + <text variable="locator" prefix="§ "/> |
83 | 85 | </if> |
84 | 86 | <else> |
85 | | - <group prefix=", "> |
| 87 | + <group> |
86 | 88 | <choose> |
87 | 89 | <if locator="page"> |
88 | 90 | <text variable="locator"/> |
89 | 91 | </if> |
90 | 92 | <else> |
91 | | - <label variable="locator" form="short" suffix=". "/> |
92 | | - <text variable="locator"/> |
| 93 | + <group delimiter=" "> |
| 94 | + <label variable="locator" form="short"/> |
| 95 | + <text variable="locator"/> |
| 96 | + </group> |
93 | 97 | </else> |
94 | 98 | </choose> |
95 | 99 | </group> |
|
101 | 105 | <if type="book" match="any"> |
102 | 106 | <text variable="title" font-style="italic"/> |
103 | 107 | </if> |
104 | | - <else-if type="webpage" match="any"> |
| 108 | + <else-if type="webpage post post-weblog" match="any"> |
105 | 109 | <text variable="title"/> |
106 | 110 | </else-if> |
107 | 111 | <else-if variable="container-title" match="none"> |
|
0 commit comments