Skip to content

Instantly share code, notes, and snippets.

Created March 20, 2011 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/878058 to your computer and use it in GitHub Desktop.
Save anonymous/878058 to your computer and use it in GitHub Desktop.
CSL style Zotero - francais - Univ Laval FMD
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" xml:lang="en" class="in-text">
<info>
<title>Univ Laval - FMD (bibliographie - numéro) - Version 5</title>
<id>http://www.zotero.org/styles/Ulaval-FMD-5</id>
<link href="http://www.zotero.org/styles/french1"/>
<author>
<name>Luc Giasson</name>
<email>Luc.Giasson@greb.ulaval.ca</email>
</author>
<contributor>
<name>Stéphanie Bouvier</name>
<email>stb.bouvier@gmail.com</email>
</contributor>
<contributor>
<name>Julien Sicot</name>
<email>julien.sicot@gmail.com</email>
</contributor>
<category term="numeric"/>
<updated>2011-03-18T18:22:39+00:00</updated>
<summary>Style Zotero adapté pour la rédaction de l'essai et du mémoire (maîtrise en sciences dentaires) à la Faculté de médecine dentaire de l'Université Laval</summary>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 2.0 France License: http://creativecommons.org/licenses/by-nc-sa/2.0/fr/</rights>
</info>
<macro name="author">
<choose>
<if variable="author" match="none">
<text value="Anonyme. " font-variant="small-caps"/>
</if>
<else>
<names variable="author" suffix=". ">
<name sort-separator=" " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" font-variant="small-caps"/>
<label form="short" prefix=", " suffix="." font-variant="small-caps"/>
</names>
</else>
</choose>
</macro>
<macro name="editor">
<choose>
<if variable="editor" match="none">
<text value=""/>
</if>
<else>
<names variable="editor" suffix=".">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always" text-case="uppercase"/>
<label form="short" prefix=", " suffix="." text-case="uppercase"/>
</names>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if variable="publisher-place" match="none">
<text value=""/>
</if>
<else>
<text variable="publisher-place" suffix=" : "/>
</else>
</choose>
<choose>
<if variable="publisher" match="none">
<text value=""/>
</if>
<else>
<text variable="publisher" suffix=", "/>
</else>
</choose>
<choose>
<if variable="issued" match="none">
<text value=""/>
</if>
<else>
<date variable="issued" suffix=". ">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="DOI" match="none">
<text value=""/>
</if>
<else>
<text value=" Identifiant DOI"/>
<text value="© " vertical-align="sup"/>
<text variable="DOI" suffix="."/>
</else>
</choose>
<choose>
<if variable="URL" match="none">
<text value=""/>
</if>
<else>
<text value="Adresse URL : " prefix=" "/>
<text variable="URL" suffix="."/>
</else>
</choose>
</macro>
<macro name="accessed-date">
<choose>
<if variable="URL">
<group prefix="(" suffix=")" delimiter=" ">
<text value="consulté le"/>
<date variable="accessed" suffix="">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="article-journal article-magazine article-newspaper chapter webpage paper-conference" match="any">
<group suffix=". ">
<text variable="container-title" font-style="italic" form="short"/>
<choose>
<if variable="URL" match="any">
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</group>
</if>
<else>
<text variable="container-title" font-style="italic" suffix=". " form="short"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" ">
<choose>
<if type="article-journal article-magazine article-newspaper chapter webpage paper-conference" match="none">
<text variable="title" font-style="italic"/>
<choose>
<if variable="URL" match="any">
<text value="en ligne" prefix=" [" suffix="]" text-case="capitalize-first"/>
</if>
</choose>
</if>
<else>
<text variable="title" prefix="« " suffix=" »."/>
</else>
</choose>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix=". "/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="collection">
<choose>
<if variable="collection-number">
<text variable="collection-title" prefix="("/>
<text variable="collection-number" prefix=", " suffix=")"/>
</if>
<else>
<text variable="collection-title" prefix="(" suffix="). "/>
</else>
</choose>
</macro>
<macro name="locators">
<text variable="volume" prefix=" Vol. " suffix=","/>
<text variable="issue" prefix=" n°" suffix=","/>
<text variable="page" prefix=" p. " suffix="."/>
</macro>
<citation>
<option name="collapse" value="citation-number"/>
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix=" [" suffix="]" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<option name="entry-spacing" value="1"/>
<option name="line-spacing" value="1"/>
<option name="second-field-align" value="true"/>
<layout>
<text variable="citation-number" suffix=". "/>
<text macro="author"/>
<text macro="title" suffix=". "/>
<choose>
<if type="webpage">
<text value="[En ligne]."/>
</if> <if type="thesis">
<text value="Thèse/mémoire" suffix=". "/>
<text macro="publisher" prefix=""/>
<text variable="number-of-pages" suffix=" p."/>
</if>
<else-if type="book">
<text macro="edition"/>
<text macro="publisher" prefix=""/>
<text variable="number-of-pages" suffix=" p."/>
<text macro="collection"/>
</else-if>
<else-if type="patent">
<text variable="number" suffix=". "/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix="."/>
</date>
</else-if>
<else-if type="chapter webpage" match="any">
<group prefix=" ">
<text value="In" suffix=" : " text-case="capitalize-first"/>
<text macro="editor"/>
<text macro="journal-title"/>
<text variable="event" suffix=". " font-style="italic"/>
</group>
<text macro="publisher" prefix=""/>
<text variable="page" prefix=" p. " suffix="."/>
</else-if>
<else>
<text macro="journal-title"/>
<group suffix=".">
<date variable="issued" suffix=".">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=""/>
</date>
</group>
<group suffix=". ">
<text macro="locators"/>
</group>
</else>
</choose>
<text macro="access"/>
<text macro="accessed-date" prefix=" "/>
<choose>
<if type="book chapter report paper-conference" match="any">
<text variable="ISBN" prefix="ISBN : " suffix="."/>
</if>
</choose>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment