Skip to content

Commit 7826be2

Browse files
authored
New version of the style for the History Department at the University of Lausanne (JabRef#5050)
* Add square brackets to missing dates (This was an error, the official guidelines demand the brackets.) * New departement guidelines: no comma between first and last names
1 parent a0c044d commit 7826be2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

universite-de-lausanne-histoire.csl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<id>http://www.zotero.org/styles/universite-de-lausanne-histoire</id>
66
<link href="http://www.zotero.org/styles/universite-de-lausanne-histoire" rel="self"/>
77
<link href="http://www.zotero.org/styles/infoclio-fr-smallcaps" rel="template"/>
8-
<link href="https://github.com/LausanneCitationStyle/Lausanne" rel="documentation"/>
8+
<link href="https://lausannecitationstyle.github.io/support/" rel="documentation"/>
99
<author>
1010
<name>Nicolas Chachereau</name>
1111
<email>[email protected]</email>
@@ -35,6 +35,7 @@
3535
<term name="number-of-volumes" form="short">vol.</term>
3636
<term name="et-al">et alii</term>
3737
<term name="issue" form="short">nᵒ</term>
38+
<term name="no date" form="short">s.d.</term>
3839
</terms>
3940
</locale>
4041
<citation>
@@ -113,7 +114,7 @@
113114
</macro>
114115
<macro name="creator">
115116
<names variable="author">
116-
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
117+
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
117118
<name-part name="family" font-variant="small-caps"/>
118119
</name>
119120
<et-al font-style="italic"/>
@@ -238,7 +239,7 @@
238239
</macro>
239240
<macro name="scientific-editor-name">
240241
<names variable="editor">
241-
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
242+
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
242243
<name-part name="family" font-variant="small-caps"/>
243244
</name>
244245
<et-al font-style="italic"/>
@@ -248,7 +249,7 @@
248249
</macro>
249250
<macro name="translator">
250251
<names variable="translator">
251-
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
252+
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
252253
<name-part name="family" font-variant="small-caps"/>
253254
</name>
254255
<et-al font-style="italic"/>
@@ -266,7 +267,7 @@
266267
<choose>
267268
<if type="chapter paper-conference" match="any">
268269
<names variable="container-author">
269-
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
270+
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
270271
<name-part name="family" font-variant="small-caps"/>
271272
</name>
272273
<et-al font-style="italic"/>
@@ -425,7 +426,7 @@
425426
<date variable="issued" form="numeric" date-parts="year"/>
426427
</if>
427428
<else>
428-
<text term="no date" form="short"/>
429+
<text term="no date" form="short" prefix=" [" suffix="]"/>
429430
</else>
430431
</choose>
431432
</if>
@@ -435,7 +436,7 @@
435436
<date variable="issued" form="numeric" date-parts="year-month-day"/>
436437
</if>
437438
<else>
438-
<text term="no date" form="short"/>
439+
<text term="no date" form="short" prefix=" [" suffix="]"/>
439440
</else>
440441
</choose>
441442
</else-if>

0 commit comments

Comments
 (0)