Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Create ausonius-editions-new.csl (#4082)

  • Loading branch information
ColineRuizDarasse authored and adam3smith committed Jul 14, 2019
1 parent b22b9ba commit 3f2cf92c8a54446d963f5210bc6e5ebac351c36a
Showing with 44 additions and 20 deletions.
  1. +44 −20 ausonius-editions.csl
@@ -9,10 +9,13 @@
<name>Nicolas Monteix</name>
<email>nicolas.monteix@univ-rouen.fr</email>
</author>
<author>
<name>Stéphanie Thomas</name>
</author>
<category citation-format="note"/>
<category field="history"/>
<summary>Style reprenant les normes diffusées par Ausonius éditions (version de décembre 2016). Les normes relatives à la période médiévale (normes particulières pour les sources éditées) n'ont pas été intégrées dans ce style. Il faut penser à ajouter manuellement à la bibliographie les volumes collectifs, référencés automatiquement en tant que renvoi sous la forme éditeur-date, mais non ajoutés automatiquement. Pour les volumes collectifs anonymes, penser à donner le titre abrégé du volume à l'article.</summary>
<updated>2017-02-14T02:36:13+00:00</updated>
<summary>Style reprenant les normes diffusées par Ausonius éditions (version de décembre 2018). Les normes relatives à la période médiévale (normes particulières pour les sources éditées) n'ont pas été intégrées dans ce style. Il faut penser à ajouter manuellement à la bibliographie les volumes collectifs, référencés automatiquement en tant que renvoi sous la forme éditeur-date, mais non ajoutés automatiquement. Pour les volumes collectifs anonymes, penser à donner le titre abrégé du volume à l'article.</summary>
<updated>2019-05-06T22:02:33+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="fr">
@@ -24,8 +27,12 @@
<term name="anonymous" form="short">anon.</term>
<term name="accessed">consulté le</term>
<term name="no date">sans date</term>
<term name="no date" form="short">s.&#160;d.</term>
<term name="no date" form="short">à paraître</term>
<term name="sub verbo">s.u.</term>
<term name="open-quote">“</term>
<term name="close-quote">”</term>
<term name="open-inner-quote">‘</term>
<term name="close-inner-quote">’</term>
</terms>
</locale>
<macro name="author">
@@ -98,6 +105,9 @@
<if type="book" match="any">
<text variable="title" font-style="italic"/>
</if>
<else-if type="article-journal article-magazine article-newspaper chapter paper-conference" match="any">
<text variable="title" quotes="true"/>
</else-if>
<else-if type="webpage" match="any">
<text variable="title"/>
</else-if>
@@ -110,9 +120,7 @@
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher-place"/>
</group>
<text variable="publisher-place"/>
</macro>
<macro name="year-date">
<choose>
@@ -129,9 +137,9 @@
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<group delimiter=" " suffix=", ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="., " text-case="lowercase" strip-periods="true"/>
<text term="edition" form="short" text-case="lowercase"/>
</group>
</if>
<else>
@@ -201,7 +209,7 @@
<text macro="year-date" prefix="&#160;(" suffix=")&#160;: "/>
</group>
<group delimiter=", " suffix=".">
<text macro="title" prefix="" suffix=""/>
<text macro="title"/>
<text variable="container-title" form="short" font-style="italic"/>
<text variable="volume"/>
<text variable="issue"/>
@@ -232,12 +240,12 @@
<text macro="publisher"/>
</group>
</else-if>
<else-if type="chapter paper-conference entry-dictionary" match="any">
<else-if type="paper-conference" match="any">
<group>
<text macro="author"/>
<text macro="year-date" prefix="&#160;(" suffix=")&#160;: "/>
</group>
<text macro="title" prefix="" suffix=", "/>
<text macro="title" prefix="" suffix=", "/>
<group>
<text value="in" suffix="&#160;: "/>
<choose>
@@ -255,20 +263,13 @@
<text macro="pages" prefix=", " suffix="."/>
</group>
</else-if>
<else-if type="entry-encyclopedia" match="any">
<else-if type="entry-encyclopedia entry-dictionary" match="any">
<group>
<text macro="author"/>
<text macro="year-date" prefix="&#160;(" suffix=")&#160;: "/>
</group>
<group delimiter=", ">
<choose>
<if variable="title-short" match="any">
<text variable="title-short" font-style="italic"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
<text variable="container-title" font-style="italic"/>
<text variable="volume"/>
<group delimiter=" ">
<text term="sub verbo" font-style="italic"/>
@@ -277,6 +278,29 @@
<text macro="pages"/>
</group>
</else-if>
<else-if type="chapter" match="any">
<group>
<text macro="author"/>
<text macro="year-date" prefix="&#160;(" suffix=")&#160;: "/>
</group>
<text macro="title" suffix=", "/>
<group>
<text value="in" suffix="&#160;: "/>
<choose>
<if variable="editor" match="any">
<text macro="editor-short-bib" suffix="&#160;"/>
</if>
<else-if variable="container-author" match="any">
<text macro="container-author-short-bib" suffix="&#160;"/>
</else-if>
<else>
<text variable="container-title" suffix="&#160;"/>
</else>
</choose>
<text macro="year-date"/>
<text macro="pages" prefix=", " suffix="."/>
</group>
</else-if>
</choose>
</group>
</layout>

0 comments on commit 3f2cf92

Please sign in to comment.
You can’t perform that action at this time.