Skip to content

Commit

Permalink
New version of the style for the History Department at the University…
Browse files Browse the repository at this point in the history
… of Lausanne (#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
  • Loading branch information
nchachereau committed Oct 2, 2020
1 parent a0c044d commit 7826be2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions universite-de-lausanne-histoire.csl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>http://www.zotero.org/styles/universite-de-lausanne-histoire</id>
<link href="http://www.zotero.org/styles/universite-de-lausanne-histoire" rel="self"/>
<link href="http://www.zotero.org/styles/infoclio-fr-smallcaps" rel="template"/>
<link href="https://github.com/LausanneCitationStyle/Lausanne" rel="documentation"/>
<link href="https://lausannecitationstyle.github.io/support/" rel="documentation"/>
<author>
<name>Nicolas Chachereau</name>
<email>nicolas.chachereau@unil.ch</email>
Expand Down Expand Up @@ -35,6 +35,7 @@
<term name="number-of-volumes" form="short">vol.</term>
<term name="et-al">et alii</term>
<term name="issue" form="short">nᵒ</term>
<term name="no date" form="short">s.d.</term>
</terms>
</locale>
<citation>
Expand Down Expand Up @@ -113,7 +114,7 @@
</macro>
<macro name="creator">
<names variable="author">
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al font-style="italic"/>
Expand Down Expand Up @@ -238,7 +239,7 @@
</macro>
<macro name="scientific-editor-name">
<names variable="editor">
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al font-style="italic"/>
Expand All @@ -248,7 +249,7 @@
</macro>
<macro name="translator">
<names variable="translator">
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al font-style="italic"/>
Expand All @@ -266,7 +267,7 @@
<choose>
<if type="chapter paper-conference" match="any">
<names variable="container-author">
<name sort-separator=", " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name sort-separator=" " name-as-sort-order="all" et-al-min="3" et-al-use-first="1">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al font-style="italic"/>
Expand Down Expand Up @@ -425,7 +426,7 @@
<date variable="issued" form="numeric" date-parts="year"/>
</if>
<else>
<text term="no date" form="short"/>
<text term="no date" form="short" prefix=" [" suffix="]"/>
</else>
</choose>
</if>
Expand All @@ -435,7 +436,7 @@
<date variable="issued" form="numeric" date-parts="year-month-day"/>
</if>
<else>
<text term="no date" form="short"/>
<text term="no date" form="short" prefix=" [" suffix="]"/>
</else>
</choose>
</else-if>
Expand Down

0 comments on commit 7826be2

Please sign in to comment.