Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" default-locale="fr-FR">
- <info>
- <title>Triangle (Français) Modifié par Théo - Philosophie</title>
- <id>http://www.zotero.org/styles/triangle</id>
- <link href="http://www.zotero.org/styles/triangle" rel="self"/>
- <link href="http://triangle.ens-lyon.fr/spip.php?article2179" rel="documentation"/>
- <author>
- <name>Jean-Mark Guérin</name>
- </author>
- <author>
- <name>Carole Boulai</name>
- <uri>http://triangle.ens-lyon.fr/spip.php?article202</uri>
- </author>
- <author>
- <name>Cecile Laube</name>
- <uri>http://triangle.ens-lyon.fr/spip.php?article206</uri>
- </author>
- <category citation-format="note"/>
- <category field="social_science"/>
- <summary>Derived from Style EHESS-histoire, available at http://www.boiteaoutils.info/2011/06/styles-francais-de-citation-sous-zotero.html
- First version online in november 2012. Changes made to cover more documents types and to lighten URLS display. Should preferably be used ticking the quoting option (preferences/citer/styles): include URLs addresses in references.</summary>
- <updated>2021-04-09T03:59:05+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="editor" form="short">(dir.)</term>
- <term name="ordinal-01">ère</term>
- <term name="ordinal-02">e</term>
- <term name="ordinal-03">e</term>
- <term name="ordinal-04">e</term>
- <term name="cited">op. cit.</term>
- <term name="page" form="short">
- <single>p.</single>
- <multiple>pp.</multiple>
- </term>
- <term name="editor" form="verb-short">dir. par  </term>
- <term name="editor" form="verb">dirigé par  </term>
- <term name="collection-editor" form="short">(dir.)</term>
- <term name="collection-editor" form="verb-short">dir. par </term>
- <term name="collection-editor" form="verb">dirigé par </term>
- <term name="translator" form="short">(trad.)</term>
- <term name="translator" form="verb-short">trad. par </term>
- <term name="interviewer" form="verb">entretien réalisé par </term>
- <term name="in">in :</term>
- <term name="edition">édition</term>
- <term name="accessed">consulté le </term>
- <term name="at">disponible sur : </term>
- <term name="et-al">et al.</term>
- <term name="from">URL</term>
- </terms>
- </locale>
- <!-- INFORMATIONS -->
- <!-- UTILISATION D'espaces insécables   POUR EVITER DE MALENCONTREUX RETOURS A LA LIGNE -->
- <!-- CODAGE < POUR SIGNE INFÉRIEUR ET > POUR SIGNE SUPÉRIEUR -->
- <!-- Fonction du type de référence : cf. http://citationstyles.org/downloads/specification-csl10-20100530.html#appendix-ii-types -->
- <!-- /INFORMATIONS -->
- <!--_-_-_-_-_-SECTION DEFINITION DES MACROS-_-_-_-_-_-_-->
- <!-- MACRO AUTEUR, EDITEUR SCIENTIFIQUE, DIRECTEUR DE COLLECTION (POUR LES NDBP) -->
- <macro name="author">
- <choose>
- <if variable="collection-editor">
- <names variable="collection-editor">
- <name form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- <text term="collection-editor" form="short" prefix=" " suffix=", "/>
- <names variable="author">
- <name form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- </if>
- <else-if variable="author">
- <names variable="author">
- <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- </name>
- </names>
- </else-if>
- <else-if variable="editor">
- <names variable="editor">
- <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- <label form="short" prefix=" "/>
- </names>
- </else-if>
- <else-if variable="original-author">
- <names variable="original-author">
- <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- <label form="short" prefix=" "/>
- </names>
- </else-if>
- </choose>
- </macro>
- <!-- MACRO AUTEUR, EDITEUR SCIENTIFIQUE, DIRECTEUR DE COLLECTION (POUR LA BIBLIO) -->
- <macro name="author-bib">
- <choose>
- <if variable="collection-editor">
- <names variable="collection-editor">
- <name name-as-sort-order="all" form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- <text term="collection-editor" form="short" prefix=" " suffix=", "/>
- <names variable="author">
- <name name-as-sort-order="all" form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- </if>
- <else-if variable="author">
- <names variable="author">
- <name name-as-sort-order="all" form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- </else-if>
- <else-if variable="editor">
- <names variable="editor">
- <name name-as-sort-order="all" form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- <label form="short" prefix=" "/>
- </names>
- </else-if>
- </choose>
- </macro>
- <!-- MACRO EDITEUR SCIENTIFIQUE APPELEE SEULEMENT PAR LA MACRO TITLE, type : chapitres d'ouvrage -->
- <macro name="editor">
- <names variable="editor">
- <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- <label form="short" prefix=" "/>
- </names>
- </macro>
- <!-- MACRO TRANSLATOR (POUR LES NDBP ET LA BIBLIO)-->
- <macro name="translator">
- <choose>
- <if variable="translator">
- <names variable="translator">
- <name form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- </name>
- </names>
- <text term="translator" form="short" prefix=" "/>
- </if>
- </choose>
- </macro>
- <!-- MACRO INTERVIEWER (POUR LES NDBP ET LA BIBLIO)-->
- <macro name="interviewer">
- <choose>
- <if variable="interviewer">
- <text term="interviewer" form="verb" prefix=" "/>
- <names variable="interviewer">
- <name form="long" and="text" delimiter-precedes-last="never" delimiter=", " sort-separator=" " font-style="normal">
- <name-part name="family" font-variant="small-caps"/>
- </name>
- </names>
- </if>
- </choose>
- <text variable="medium" prefix=", " font-style="italic"/>
- </macro>
- <!-- MACRO TITLE, PAR TYPE DE DOCT (POUR LES NDBP ET LA BIBLIO) APPELLE MACRO EDITOR-->
- <macro name="title">
- <choose>
- <if type="figure graphic motion_picture" match="any">
- <text variable="title" text-case="capitalize-first" font-style="italic" suffix=" [Image]"/>
- </if>
- <else-if type="report" match="any">
- <text variable="title" text-case="capitalize-first" font-style="italic" suffix=" [Rapport]"/>
- </else-if>
- <else-if type="bill book legal_case song" match="any">
- <text variable="title" text-case="capitalize-first" font-style="italic"/>
- </else-if>
- <!-- AJOUT DES TYPES PAGES WEB ET BILLETS DE BLOG POUR AFFICHAGE DE LEUR TITRE ET DU TITRE DE LEUR CONTAINER-->
- <else-if type="article-journal article-newspaper article-magazine webpage post-weblog" match="any">
- <group delimiter=", ">
- <text variable="title" text-case="capitalize-first" prefix="« " suffix=" »" font-style="normal"/>
- <text variable="container-title" font-style="italic"/>
- </group>
- </else-if>
- <else-if type="thesis" match="any">
- <group>
- <text variable="title" text-case="capitalize-first" font-style="italic" suffix=","/>
- <!-- pour le jour où il y aura un champ 'directeur' dans la fiche thèse de zotero...-->
- <!--
- <text term="editor" form="verb" prefix=" "/><text variable="editor" suffix=", "/><text variable="genre"/>
- -->
- </group>
- </else-if>
- <else-if type="manuscript" match="any">
- <group delimiter=",">
- <text variable="title" text-case="capitalize-first" prefix="« " suffix=" »" font-style="normal"/>
- <text variable="genre" prefix=" "/>
- </group>
- </else-if>
- <!-- AFFICHAGE TITRE DES ACTES POUR ARTICLE COLLOQUE-->
- <else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
- <group>
- <text variable="title" text-case="capitalize-first" prefix="« " suffix=" »,"/>
- <text value="in" font-style="italic" suffix=" " prefix=" "/>
- <text macro="editor" suffix=", "/>
- <text variable="container-title" text-case="capitalize-first" font-style="italic"/>
- </group>
- </else-if>
- <else>
- <text variable="title" prefix="« " suffix=" »"/>
- </else>
- </choose>
- </macro>
- <!-- MACRO PUB-PLACE (POUR LES NDBP ET LA BIBLIO)-->
- <macro name="pub-place">
- <choose>
- <if type="bill book chapter entry-dictionary entry-encyclopedia thesis graphic legal_case manuscript motion_picture paper-conference report song" match="any">
- <text variable="publisher-place"/>
- </if>
- </choose>
- </macro>
- <!-- MACRO PUBLISHER (POUR LES NDBP ET LA BIBLIO)-->
- <macro name="publisher">
- <choose>
- <if type="bill book chapter entry-dictionary entry-encyclopedia graphic legal_case motion_picture paper-conference report song thesis" match="any">
- <text variable="publisher"/>
- </if>
- </choose>
- </macro>
- <!-- MACRO DATE, VOLUME, PAGES PAR TYPE DE DOCT (POUR LES NDBP)-->
- <macro name="yearpage-ndbp">
- <choose>
- <if type="bill book graphic legal_case motion_picture paper-conference manuscript report song thesis" match="any">
- <group delimiter=", " font-style="normal">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <!-- UTILISATION DU CHAMP VOLUME POUR AFFICHAGE DU NUMERO POUR LES NUMEROS SPECIAUX DE REVUES QUI UTILISENT LE TYPE "BOOK"-->
- <group>
- <text term="issue" form="short" suffix=" "/>
- <text variable="number-of-volumes" prefix=". " suffix="/"/>
- <text variable="volume"/>
- </group>
- </group>
- </if>
- <else-if type="chapter" match="any">
- <group delimiter=", " font-style="normal">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <group delimiter=" " font-style="normal">
- <label variable="page" form="short"/>
- <text variable="page"/>
- </group>
- </group>
- </else-if>
- <else-if type="entry-dictionary entry-encyclopedia" match="any">
- <group delimiter=" " font-style="normal">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <group>
- <text term="volume" form="short" suffix="." />
- <text variable="number-of-volumes" prefix=". " suffix="/"/>
- <text variable="volume" suffix=","/>
- </group>
- </group>
- </else-if>
- <else-if type="article-journal article-newspaper article-magazine" match="any">
- <group delimiter=" " font-style="normal">
- <label variable="page" form="short"/>
- <text variable="page"/>
- </group>
- </else-if>
- </choose>
- </macro>
- <!-- MACRO DATE, VOLUME, PAGES PAR TYPE DE DOCT (POUR LA BIBLIO)-->
- <macro name="yearpage-bib">
- <choose>
- <if type="bill book graphic legal_case motion_picture manuscript report song thesis" match="any">
- <group delimiter=", ">
- <group delimiter=", " font-style="normal">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <!-- UTILISATION DU CHAMP VOLUME POUR AFFICHAGE DU NUMERO POUR LES NUMEROS SPECIAUX DE REVUES QUI UTILISENT LE TYPE "BOOK"-->
- <group>
- <text term="issue" form="short" suffix=" "/>
- <text variable="number-of-volumes" prefix=". " suffix="/"/>
- <text variable="volume"/>
- </group>
- <text variable="number-of-pages" suffix=" p."/>
- <text variable="page" suffix=" p."/>
- </group>
- <group>
- <label variable="locator" form="short"/>
- <text variable="locator"/>
- </group>
- </group>
- </if>
- <else-if type="chapter entry-dictionary entry-encyclopedia paper-conference" match="any">
- <group delimiter=", " font-style="normal">
- <date variable="issued">
- <date-part name="year"/>
- </date>
- <group>
- <text term="volume" form="short" suffix="."/>
- <text variable="number-of-volumes" prefix=". " suffix="/"/>
- <text variable="volume"/>
- </group>
- <group>
- <label variable="page" form="short"/>
- <text variable="page" prefix=" "/>
- </group>
- </group>
- </else-if>
- <else-if type="article-journal article-newspaper article-magazine" match="any">
- <group delimiter=" " font-style="normal">
- <label variable="page" form="short"/>
- <text variable="page"/>
- </group>
- </else-if>
- <!-- SUPPRESSION PAGES WEB ET BILLETS DE BLOGS : AFFICHAGE TITRE DU SITE WEB ET DATE VIA LA MACRO TITLE-->
- </choose>
- </macro>
- <!-- MACRO EDITION : MENTION D'EDITION POUR OUVRAGE OU DATE D'EDITION POUR ARTICLE (POUR LES NDBP ET LA BIBLIO). APELLE LES MACROS VOLUME ET ISSUE.-->
- <macro name="edition">
- <choose>
- <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
- <choose>
- <if is-numeric="edition">
- <group delimiter=" ">
- <number variable="edition" form="ordinal"/>
- <text term="edition" form="short" suffix="" strip-periods="true"/>
- <!-- <text term="edition" form="short"/> -->
- </group>
- </if>
- <else>
- <text variable="edition" text-case="capitalize-first" suffix=""/>
- </else>
- </choose>
- </if>
- <else-if type="article-journal article-magazine article-newspaper interview webpage post-weblog" match="any">
- <group font-style="normal">
- <choose>
- <if variable="issued">
- <date variable="issued">
- <date-part name="day" suffix=" "/>
- <date-part name="month" suffix=" "/>
- <date-part name="year"/>
- </date>
- <text macro="volume" prefix=", "/>
- </if>
- <else>
- <text macro="volume" text-case="capitalize-first"/>
- </else>
- </choose>
- </group>
- </else-if>
- </choose>
- <text macro="issue" prefix=", "/>
- </macro>
- <!-- MACRO VOLUME PAR TYPE DE FORMAT DU CHAMP : NUMERIQUE OU TEXTE, APPELEE SEULEMENT PAR LA MACRO EDITION-->
- <macro name="volume">
- <choose>
- <if is-numeric="volume">
- <text term="volume" form="short" suffix=". "/>
- <text variable="volume"/>
- </if>
- <else>
- <text variable="volume"/>
- </else>
- </choose>
- </macro>
- <!-- MACRO ISSUE PAR TYPE DE FORMAT DU CHAMP : NUMERIQUE OU TEXTE, APPELEE SEULEMENT PAR LA MACRO EDITION -->
- <macro name="issue">
- <choose>
- <if is-numeric="issue">
- <text term="issue" form="short" suffix=" "/>
- <text variable="issue"/>
- </if>
- <else>
- <text variable="issue"/>
- </else>
- </choose>
- </macro>
- <!-- MACRO COLLECTION PAR TYPE DE FORMAT DU CHAMP : NUMERIQUE OU TEXTE (POUR LES NDBP ET LA BIBLIO)-->
- <macro name="collection">
- <text variable="collection-title" prefix=" "/>
- <text variable="collection-number" prefix=", n˚ "/>
- </macro>
- <!-- MACRO URL (POUR LES NDBP) -->
- <!-- (Ajout d'une url pour les références...)-->
- <!-- I/ ...des notes de bas de pages-->
- <!-- NOUVELLE MACRO 2016-->
- <macro name="internet-ndbp">
- <choose>
- <if variable="DOI">
- <text variable="DOI" prefix="doi:"/>
- </if>
- <else-if variable="URL">
- <choose>
- <if type="webpage post-weblog" match="any">
- <text value="URL complète en biblio"/>
- </if>
- <else>
- <text value="URL complète en biblio"/>
- </else>
- </choose>
- </else-if>
- </choose>
- </macro>
- <!-- MACRO URL (POUR LA BIBLIO)-->
- <!-- II/ ...de la bibliographie-->
- <!-- NOUVELLE MACRO 2016-->
- <macro name="internet-bib">
- <choose>
- <if variable="DOI">
- <text variable="DOI" prefix="doi:"/>
- </if>
- <else-if variable="URL">
- <choose>
- <if type="webpage post-weblog" match="any">
- <group delimiter=" ">
- <group>
- <date variable="accessed" form="text" suffix=", " prefix="consulté le "/>
- </group>
- <text term="from" suffix=" : "/>
- <text variable="URL"/>
- </group>
- </if>
- <else>
- <group delimiter=" ">
- <group>
- <date variable="accessed" form="text" suffix=", " prefix="consulté le "/>
- </group>
- <text term="from" suffix=" :"/>
- <text variable="URL"/>
- </group>
- </else>
- </choose>
- </else-if>
- </choose>
- </macro>
- <!--_-_-_-_-_-SECTION DEFINITION DES NDBP (citation)-_-_-_-_-_-_-->
- <citation>
- <layout suffix="" delimiter=" ">
- <choose>
- <if position="ibid-with-locator">
- <group delimiter=", ">
- <text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/>
- <text variable="locator" prefix="p. "/>
- </group>
- </if>
- <else-if position="ibid">
- <text term="ibid" text-case="capitalize-first" font-style="italic"/>
- </else-if>
- <else-if position="subsequent">
- <group delimiter=", ">
- <text macro="author"/>
- <choose>
- <if type="bill book graphic legal_case motion_picture report song thesis" match="any">
- <text variable="title" form="short" font-style="italic"/>
- </if>
- <else>
- <text variable="title" text-case="capitalize-first" form="short" prefix="« " suffix=" »" font-style="normal"/>
- </else>
- </choose>
- <choose>
- <if type="article article-journal article-magazine article-newspaper" match="any">
- <text value="art. cit."/>
- </if>
- <else>
- <text term="cited" font-style="italic" suffix="."/>
- </else>
- </choose>
- <text variable="locator" prefix="p. "/>
- </group>
- </else-if>
- <else>
- <group delimiter=", ">
- <text macro="author"/>
- <text macro="title"/>
- <text macro="translator"/>
- <text macro="interviewer"/>
- <text macro="edition"/>
- <text macro="pub-place"/>
- <text macro="publisher"/>
- <text macro="collection"/>
- </group>
- <!-- Groupe à part pour éviter les problèmes de ponctuation ("delimiter")-->
- <group>
- <text macro="yearpage-ndbp" prefix=", "/>
- <!-- intégration automatique de la localisation (pages indiqués)-->
- <text variable="locator" prefix=", p. "/>
- <!-- intégration de la macro-test pour les adresses internet-->
- </group>
- </else>
- </choose>
- </layout>
- </citation>
- <!--_-_-_-_-_-SECTION DEFINITION DE LA BIBLIO (bibliography)-_-_-_-_-_-_-->
- <bibliography>
- <sort>
- <key macro="author" names-min="3" names-use-first="3"/>
- <key variable="issued" sort="descending"/>
- </sort>
- <layout suffix=".">
- <group delimiter=", ">
- <text macro="author-bib"/>
- <text macro="title"/>
- <text macro="translator"/>
- <text macro="interviewer"/>
- <text macro="edition"/>
- <text macro="pub-place"/>
- <text macro="publisher"/>
- <text macro="collection"/>
- <text macro="yearpage-bib"/>
- <!-- intégration automatique de la localisation (pages indiqués)-->
- <text variable="locator" prefix="p. "/>
- <!-- intégration de la macro-test pour les adresses internet-->
- <text macro="internet-bib"/>
- </group>
- </layout>
- </bibliography>
- </style>
Advertisement
Add Comment
Please, Sign In to add comment