Skip to content

Commit efa68bc

Browse files
authored
Update presses-universitaires-de-rennes.csl (JabRef#4640)
1 parent 0872e3e commit efa68bc

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

presses-universitaires-de-rennes.csl

+20-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="fr-FR" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="fr-FR">
3+
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
34
<info>
45
<title>Presses Universitaires de Rennes (French)</title>
56
<id>http://www.zotero.org/styles/presses-universitaires-de-rennes</id>
@@ -9,10 +10,14 @@
910
<name>Franziska Heimburger</name>
1011
<email>[email protected]</email>
1112
</author>
13+
<contributor>
14+
<name>Laura Ramírez Valencia</name>
15+
<email>[email protected]</email>
16+
</contributor>
1217
<category citation-format="note"/>
1318
<category field="social_science"/>
1419
<category field="generic-base"/>
15-
<updated>2012-09-27T22:06:38+00:00</updated>
20+
<updated>2019-03-21T13:50:23+00:00</updated>
1621
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1722
</info>
1823
<locale xml:lang="fr">
@@ -30,14 +35,14 @@
3035
<choose>
3136
<if variable="author">
3237
<names variable="author">
33-
<name form="long" and="text" name-as-sort-order="first" sort-separator=" " initialize-with="." font-style="normal">
38+
<name font-style="normal" and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". " name-as-sort-order="all" sort-separator=" ">
3439
<name-part name="family" font-variant="small-caps"/>
3540
</name>
3641
</names>
3742
</if>
3843
<else-if variable="editor">
3944
<names variable="editor">
40-
<name form="long" and="text" name-as-sort-order="first" sort-separator=" " initialize-with="." font-style="normal">
45+
<name font-style="normal" and="text" initialize-with="." name-as-sort-order="all" sort-separator=" ">
4146
<name-part name="family" font-variant="small-caps"/>
4247
</name>
4348
<label form="short" prefix="&#160;(" suffix=".)"/>
@@ -46,17 +51,17 @@
4651
</choose>
4752
</macro>
4853
<macro name="editor">
49-
<names variable="editor">
50-
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " initialize-with="." font-style="normal">
54+
<names variable="editor" font-style="normal" prefix="dans ">
55+
<name font-style="normal" and="text" delimiter-precedes-last="never" initialize="false" initialize-with=". " sort-separator=" ">
5156
<name-part name="family" font-variant="small-caps"/>
5257
</name>
5358
<label form="short" prefix="&#160;(" suffix=".)"/>
5459
</names>
5560
</macro>
5661
<macro name="translator">
5762
<names variable="translator">
58-
<name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal" prefix=" traduit par ">
59-
<name-part name="family" font-variant="small-caps"/>
63+
<name font-style="normal" prefix=" trad. " and="text" delimiter-precedes-last="never" sort-separator=" ">
64+
<name-part name="family" text-case="capitalize-all" font-variant="normal"/>
6065
</name>
6166
</names>
6267
</macro>
@@ -96,7 +101,7 @@
96101
<else-if type="webpage" match="any">
97102
<group>
98103
<text variable="title" text-case="capitalize-first" font-style="italic" suffix=", "/>
99-
<text variable="URL" text-decoration="underline"/>
104+
<text variable="URL" text-decoration="underline" prefix="[" suffix="]"/>
100105
</group>
101106
</else-if>
102107
<else>
@@ -107,7 +112,7 @@
107112
<macro name="pub-place">
108113
<choose>
109114
<if type="bill book chapter entry-dictionary entry-encyclopedia thesis graphic legal_case manuscript motion_picture paper-conference report song" match="any">
110-
<text variable="publisher-place"/>
115+
<text variable="publisher-place" form="short"/>
111116
</if>
112117
</choose>
113118
</macro>
@@ -221,12 +226,13 @@
221226
<group font-style="normal">
222227
<choose>
223228
<if variable="issued">
224-
<date variable="issued">
229+
<text macro="volume"/>
230+
<text macro="issue" prefix=", "/>
231+
<date variable="issued" prefix=", ">
225232
<date-part name="day" suffix=" "/>
226233
<date-part name="month" suffix=" "/>
227234
<date-part name="year"/>
228235
</date>
229-
<text macro="volume" prefix=", "/>
230236
</if>
231237
<else>
232238
<text macro="volume" text-case="capitalize-first"/>
@@ -235,7 +241,6 @@
235241
</group>
236242
</else-if>
237243
</choose>
238-
<text macro="issue" prefix=", "/>
239244
</macro>
240245
<macro name="volume">
241246
<choose>
@@ -261,11 +266,10 @@
261266
</macro>
262267
<macro name="collection">
263268
<choose>
264-
<if is-numeric="collection-number">
265-
<group prefix=" coll.">
269+
<if variable="collection-title">
270+
<group prefix=" coll. ">
266271
<text variable="collection-title" quotes="true"/>
267272
</group>
268-
<text variable="collection-number" prefix=", n˚&#160;"/>
269273
</if>
270274
<else>
271275
<group prefix=" coll.">

0 commit comments

Comments
 (0)