Skip to content
Permalink
Browse files

Update anabases.csl (#3604)

  • Loading branch information...
POBrien333 authored and rmzelle committed Jul 16, 2018
1 parent a26c11d commit a6cc7a69c9a8a17863289faccbc973356c403df4
Showing with 27 additions and 1 deletion.
  1. +27 −1 anabases.csl
@@ -16,7 +16,7 @@
<issn>1774-4296</issn>
<eissn>2256-9421</eissn>
<summary>Feuille de style pour la revue Anabases</summary>
<updated>2016-12-17T20:57:40+00:00</updated>
<updated>2018-07-12T12:48:30+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">
@@ -124,6 +124,9 @@
<text term="online" suffix=" "/>
<date variable="issued" form="text"/>
</if>
<else-if type="legal_case bill legislation" match="any">
<date form="text" date-parts="year-month-day" variable="issued"/>
</else-if>
<else>
<date variable="issued">
<date-part name="year"/>
@@ -234,6 +237,23 @@
</group>
<text macro="accessURL"/>
</macro>
<macro name="legal">
<group delimiter=", ">
<text macro="author-bib"/>
<text variable="archive"/>
<text macro="year-date"/>
<text variable="number"/>
</group>
</macro>
<macro name="manuscript">
<group delimiter=", ">
<text macro="author-bib"/>
<text variable="archive"/>
<text variable="archive_location"/>
<text variable="call-number"/>
<text macro="year-date"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1">
<layout delimiter="&#160;; ">
<choose>
@@ -341,6 +361,12 @@
<text macro="pages"/>
</group>
</else-if>
<else-if type="legal_case legislation bill" match="any">
<text macro="legal"/>
</else-if>
<else-if type="manuscript" match="any">
<text macro="manuscript"/>
</else-if>
</choose>
</group>
</group>

0 comments on commit a6cc7a6

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