diff --git a/revue-archeologique-de-lest.csl b/revue-archeologique-de-lest.csl new file mode 100644 index 00000000000..6bad28c1154 --- /dev/null +++ b/revue-archeologique-de-lest.csl @@ -0,0 +1,419 @@ +<?xml version="1.0" encoding="utf-8"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="fr-FR"> + <info> + <title>Revue archéologique de l’Est (French)</title> + <title-short>RAE</title-short> + <id>http://www.zotero.org/styles/revue-archeologique-de-lest</id> + <link href="http://www.zotero.org/styles/revue-archeologique-de-lest" rel="self"/> + <link href="http://www.zotero.org/styles/documents-d-archeologie-francaise" rel="template"/> + <link href="https://journals.openedition.org/rae/1161#tocfrom2n1" rel="documentation"/> + <author> + <name>Francois Capron</name> + <email>f.capron37@gmail.com</email> + </author> + <category citation-format="author-date"/> + <category field="history"/> + <category field="anthropology"/> + <issn>1266-7706</issn> + <eissn>1760-7264</eissn> + <updated>2020-06-01T04:36:07+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"> + <terms> + <term name="collection-editor" form="short">dir.</term> + <term name="no date">[sans date]</term> + <term name="in">in</term> + <term name="online">en ligne</term> + <term name="accessed">lien valide au</term> + <term name="from">URL</term> + <term name="and others">et alii</term> + </terms> + </locale> + <macro name="author"> + <names variable="author"> + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> + <name-part name="family" font-variant="small-caps"/> + <name-part name="given"/> + </name> + </names> + </macro> + <macro name="editor"> + <names variable="editor"> + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> + <name-part name="family" font-variant="small-caps"/> + <name-part name="given"/> + </name> + <label prefix=" " form="short"/> + </names> + </macro> + <macro name="collection-editor"> + <group> + <names variable="collection-editor"> + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". "> + <name-part name="family" font-variant="small-caps"/> + <name-part name="given"/> + </name> + </names> + <text term="collection-editor" form="short" font-style="italic" prefix=" "/> + </group> + </macro> + <macro name="translator"> + <names variable="translator"> + <name> + <name-part name="family" text-case="uppercase"/> + <name-part name="given"/> + </name> + <label prefix=" (" form="short" suffix=".)"/> + </names> + </macro> + <macro name="responsability"> + <choose> + <if variable="version"> + <group delimiter=" "> + <text macro="author"/> + <text term="editor" form="short" prefix="(" suffix=")"/> + </group> + </if> + <else-if variable="author editor translator collection-editor" match="any"> + <choose> + <if variable="author"> + <text macro="author"/> + </if> + <else-if variable="editor"> + <text macro="editor"/> + </else-if> + <else-if variable="collection-editor"> + <text macro="collection-editor"/> + </else-if> + <else> + <text macro="translator"/> + </else> + </choose> + </else-if> + </choose> + </macro> + <macro name="author-citation"> + <choose> + <if variable="author editor translator collection-editor" match="any"> + <names variable="author"> + <name form="short" font-variant="small-caps"/> + <et-al font-variant="normal" term="and others" font-style="italic"/> + <substitute> + <names variable="editor"/> + <names variable="translator"/> + <names variable="collection-editor"/> + </substitute> + </names> + </if> + <else> + <text variable="title" form="short"/> + </else> + </choose> + </macro> + <macro name="container-author"> + <names variable="container-author"> + <name name-as-sort-order="all" sort-separator=" " delimiter=", " initialize-with=". " delimiter-precedes-last="never"> + <name-part name="family" font-variant="small-caps"/> + <name-part name="given"/> + </name> + </names> + </macro> + <macro name="container-responsability"> + <choose> + <if variable="container-author editor translator collection-editor" match="any"> + <choose> + <if variable="container-author"> + <text macro="container-author"/> + </if> + <else-if variable="editor"> + <text macro="editor"/> + </else-if> + <else-if variable="collection-editor"> + <text macro="collection-editor"/> + </else-if> + <else> + <text macro="translator"/> + </else> + </choose> + </if> + </choose> + </macro> + <macro name="year-date"> + <choose> + <if variable="issued"> + <date variable="issued"> + <date-part name="year" form="long"/> + </date> + </if> + <else> + <text term="no date" prefix=", "/> + </else> + </choose> + </macro> + <macro name="title"> + <choose> + <if type="book thesis map motion_picture song manuscript" match="any"> + <text variable="title" font-style="italic"/> + </if> + <else-if type="chapter paper-conference broadcast entry-dictionary entry-encyclopedia" match="any"> + <group delimiter=" "> + <text variable="title" quotes="true" suffix=","/> + <choose> + <if variable="container-author editor translator collection-editor" match="any"> + <group delimiter=" "> + <text term="in"/> + <text macro="container-responsability" suffix=","/> + </group> + </if> + <else> + <text term="in"/> + </else> + </choose> + <text variable="container-title" font-style="italic"/> + </group> + </else-if> + <else-if type="report"> + <text variable="title" font-style="italic"/> + <text variable="number" prefix=", "/> + </else-if> + <else-if type="article-journal speech article-magazine article-newspaper post-weblog post" match="any"> + <group delimiter=", "> + <text variable="title" quotes="true"/> + <text variable="container-title" form="short" font-style="italic"/> + </group> + </else-if> + <else> + <text variable="title" font-style="italic"/> + </else> + </choose> + <choose> + <if variable="URL"> + <text term="online" prefix=" [" suffix="]"/> + </if> + </choose> + </macro> + <macro name="genre"> + <choose> + <if type="map"> + <choose> + <if variable="genre"> + <text variable="genre" prefix="[" suffix="]"/> + </if> + <else> + <text value="carte" prefix="[" suffix="]"/> + </else> + </choose> + </if> + <else> + <text variable="genre"/> + </else> + </choose> + </macro> + <macro name="publisher-place"> + <choose> + <if variable="publisher-place"> + <text variable="publisher-place"/> + </if> + <else> + <text value="s.l."/> + </else> + </choose> + </macro> + <macro name="publisher"> + <choose> + <if type="broadcast motion_picture song report" match="any"> + <choose> + <if variable="publisher"> + <text variable="publisher"/> + </if> + </choose> + </if> + <else> + <choose> + <if variable="publisher"> + <text variable="publisher"/> + </if> + <else> + <text value="s.n."/> + </else> + </choose> + </else> + </choose> + </macro> + <macro name="publi_place"> + <text macro="publisher-place"/> + <text macro="publisher" prefix=", "/> + </macro> + <macro name="issue"> + <group delimiter=", "> + <text variable="volume"/> + <text variable="issue"/> + <group delimiter=" "> + <label variable="page" form="short" text-case="lowercase"/> + <text variable="page"/> + </group> + </group> + </macro> + <macro name="accessed"> + <choose> + <if variable="URL"> + <group prefix="[" suffix="]"> + <text term="accessed"/> + <date variable="accessed"> + <date-part name="day" prefix=" "/> + <date-part name="month" prefix=" "/> + <date-part name="year" prefix=" "/> + </date> + </group> + </if> + </choose> + </macro> + <macro name="collection"> + <text variable="collection-title" font-style="italic" prefix=" ("/> + <text variable="collection-number" prefix=", " suffix=")"/> + </macro> + <macro name="page"> + <choose> + <if type="book thesis manuscript" match="any"> + <text variable="number-of-pages" suffix=" p."/> + </if> + <else-if type="chapter paper-conference article-newspaper entry-dictionary entry-encyclopedia" match="any"> + <group delimiter=" "> + <label variable="page" form="short" text-case="lowercase"/> + <text variable="page"/> + </group> + </else-if> + <else-if type="report patent" match="any"> + <text variable="page" suffix=" p"/> + </else-if> + </choose> + </macro> + <macro name="url"> + <choose> + <if variable="URL"> + <group> + <text term="from" suffix=" : "/> + <text variable="URL"/> + </group> + </if> + </choose> + </macro> + <macro name="URLaccess"> + <group delimiter=" "> + <text macro="url"/> + <text macro="accessed"/> + </group> + </macro> + <macro name="archive"> + <choose> + <if type="map" match="any"> + <text variable="archive"/> + </if> + <else-if type="report"> + <text variable="archive" prefix=" (" suffix=")"/> + </else-if> + <else> + <text variable="archive"/> + </else> + </choose> + </macro> + <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter=" ; " name-delimiter=", " initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all" sort-separator=" "> + <sort> + <key variable="issued"/> + <key macro="author"/> + <key macro="title"/> + </sort> + <layout prefix="(" suffix=")" delimiter=" ; "> + <group delimiter=", "> + <text macro="author-citation"/> + <text macro="year-date"/> + <text variable="locator" prefix="p."/> + </group> + </layout> + </citation> + <bibliography> + <sort> + <key macro="author"/> + <key macro="year-date"/> + <key macro="title"/> + </sort> + <layout suffix="."> + <text macro="responsability" suffix=", "/> + <text macro="year-date" suffix=", "/> + <choose> + <if type="book"> + <group delimiter=", "> + <text macro="title"/> + <text variable="volume"/> + <text macro="publisher-place"/> + <text macro="publisher"/> + <text macro="page"/> + <text variable="note"/> + </group> + <choose> + <if variable="version" match="none"> + <text macro="collection"/> + </if> + </choose> + <text macro="archive"/> + <text macro="URLaccess"/> + </if> + <else-if type="article-journal article-magazine" match="any"> + <group delimiter=", "> + <text macro="title"/> + <text macro="issue"/> + <text macro="URLaccess"/> + <text macro="archive"/> + </group> + </else-if> + <else-if type="paper-conference chapter entry entry-dictionary entry-encyclopedia" match="any"> + <group delimiter=", "> + <text macro="title"/> + <text variable="event"/> + <text variable="note"/> + <group delimiter=" "> + <label variable="volume" form="short"/> + <text variable="volume"/> + </group> + <text macro="publi_place"/> + <text macro="page"/> + <text macro="collection"/> + <text macro="archive"/> + <text macro="URLaccess"/> + </group> + </else-if> + <else-if type="thesis"> + <group delimiter=", "> + <text macro="title"/> + <text macro="genre"/> + <text macro="publisher"/> + <text macro="URLaccess"/> + <text macro="archive"/> + <text macro="page"/> + <text variable="note"/> + </group> + </else-if> + <else-if type="report"> + <group delimiter=", "> + <text macro="title"/> + <text macro="genre"/> + <text macro="publi_place"/> + <text variable="note"/> + <text macro="URLaccess"/> + </group> + </else-if> + <else> + <group delimiter=", "> + <text macro="title"/> + <text variable="volume"/> + <text macro="publisher-place"/> + <text macro="publisher"/> + <text macro="page"/> + <text variable="note"/> + </group> + </else> + </choose> + </layout> + </bibliography> +</style>