Skip to content

Instantly share code, notes, and snippets.

Created June 5, 2012 18:20
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/2876691 to your computer and use it in GitHub Desktop.
Save anonymous/2876691 to your computer and use it in GitHub Desktop.
<?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="sort-only" default-locale="fr-CA">
<info>
<title>TOPO numérotation</title>
<id>http://www.zotero.org/styles/TOPO-numerotation</id>
<link href="http://www.zotero.org/styles/TOPO-numerotation" rel="self"/>
<category citation-format="numeric"/>
<updated>2012-06-05T13:16:02+00:00</updated>
<summary>Style Zotero dérivé du style France et modifié par Gérald Baril pour la collection TOPO de l'Institut national de santé publique du
Québec</summary>
</info>
<locale xml:lang="fr">
<terms>
<term name="editor" form="short">
<single>dir.</single>
<multiple>dir.</multiple>
</term>
</terms>
</locale>
<macro name="author">
<names variable="author" suffix=" ">
<name sort-separator=", " name-as-sort-order="first" delimiter=", " and="text" delimiter-precedes-last="always">
<name-part name="family" font-variant="small-caps"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
<label form="short" prefix=", " suffix="." text-case="lowercase" strip-periods="true" />
<substitute>
<names variable="editor"/>
</substitute>
<substitute>
<text variable="title" font-style="italic"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor" >
<name sort-separator=" " delimiter=", " and="text" delimiter-precedes-last="never">
<name-part name="family" text-case="capitalize-first"/>
<name-part name="given" text-case="capitalize-first"/>
</name>
</names>
<text value="dir." prefix=" (" suffix="), "/>
</macro>
<macro name="publisher">
<choose>
<if variable="publisher-place">
<text variable="publisher-place" prefix=", "/>
</if>
</choose>
<choose>
<if variable="publisher">
<text variable="publisher" prefix=", "/>
</if>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text value="en ligne" prefix=", [" suffix="]"/>
<group prefix=", &lt;" suffix="&gt;">
<text variable="URL"/>
</group>
</if>
</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>
<else-if variable="DOI">
<group prefix=" (" suffix=")" delimiter=" ">
<text value="consulté le" suffix=" "/>
<date variable="accessed" suffix="">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</else-if>
</choose>
</macro>
<macro name="journal-title">
<choose>
<if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="any">
<group suffix="">
<text variable="container-title" font-style="italic" prefix=" " form="long"/>
</group>
</if>
<else>
<text variable="container-title" font-style="italic" form="long"/>
</else>
</choose>
</macro>
<macro name="title">
<group delimiter=" " >
<choose>
<if type="chapter paper-conference article-journal article-magazine article-newspaper webpage" match="none">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title" prefix="«&#160;" suffix="&#160;»,"/>
</else>
</choose>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" " prefix=", " >
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="." strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition" prefix=", "/>
</else>
</choose>
</macro>
<macro name="collection">
<choose>
<if variable="collection-number">
<text variable="collection-title" prefix=", «" suffix="»"/>
<text variable="collection-number" prefix=", " />
</if>
<else>
<text variable="collection-title" prefix=", «" suffix="»"/>
</else>
</choose>
</macro>
<macro name="locators">
<text variable="volume" prefix=", vol.&#160;" />
<text variable="issue" prefix=", n°&#160;" />
<text variable="page" prefix=", p.&#160;"/>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="1" line-spacing="1" second-field-align="flush">
<layout>
<text variable="citation-number" prefix="(" suffix=")"/>
<text macro="author"/>
<group suffix="). " prefix="(">
<date variable="issued" >
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year" suffix=""/>
</date>
</group>
<text macro="title" />
<choose>
<if type="thesis">
<text variable="genre" prefix=", "/>
<text macro="publisher" prefix=""/>
</if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<text macro="edition"/>
<text macro="publisher" prefix=""/>
<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 paper-conference webpage" match="any">
<group prefix=" ">
<text value="dans" />
<text macro="editor" prefix=" "/>
<text macro="journal-title"/>
<text variable="event" prefix=", " font-style="italic"/>
</group>
<text macro="publisher" prefix=""/>
<text variable="page" prefix=", p. " />
</else-if>
<else>
<text macro="journal-title"/>
<group suffix="">
<text macro="locators"/>
</group>
</else>
</choose>
<text macro="access"/>
<text macro="accessed-date" prefix=" "/>
<text value="."/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment