Skip to content

Instantly share code, notes, and snippets.

Created August 16, 2017 13:32
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/914ddf801a9d6947384dcd1f41db8391 to your computer and use it in GitHub Desktop.
Save anonymous/914ddf801a9d6947384dcd1f41db8391 to your computer and use it in GitHub Desktop.
Zotero bibliographic style (cnspfv_kiosque)
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="display-and-sort" page-range-format="expanded" default-locale="fr-FR">
<info>
<title>CNSPFV-Kiosque_v6</title>
<id>http://www.zotero.org/styles/cnspfv-kiosque_v6</id>
<link href="http://www.zotero.org/styles/cnspfv-kiosque_v6" rel="self"/>
<link href="https://www.CNSPFV-Kiosque.org/style-sheet" rel="documentation"/>
<author>
<name>Mahée Lacourse</name>
<email>mahee.lacourse@gmail.com</email>
</author>
<category citation-format="note"/>
<category field="humanities"/>
<updated>2017-08-16T09:38:09+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>
<terms>
<term name="open-quote">«</term>
<term name="close-quote">»</term>
<term name="volume" form="short">volume</term>
<term name="issue" form="short">numéro</term>
</terms>
</locale>
<macro name="author-short">
<names variable="author">
<name form="short" delimiter="/" delimiter-precedes-last="always"/>
<substitute>
<names variable="editor"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="author-short-bibliography">
<names variable="author" font-weight="bold">
<name form="short" delimiter="/" delimiter-precedes-last="always"/>
</names>
<choose>
<if variable="author editor" match="none">
<text variable="title" form="short"/>
</if>
<else-if variable="author" match="none">
<names variable="editor">
<name form="short" delimiter="/" delimiter-precedes-last="always"/>
</names>
</else-if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name delimiter=", " and="text" delimiter-precedes-last="never"/>
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<text variable="title" form="short"/>
</substitute>
</names>
</macro>
<macro name="editor-translator">
<names variable="editor translator">
<label form="verb-short" suffix=" "/>
<name delimiter=", " and="text" delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="container-title">
<group delimiter=" ">
<text variable="container-title"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="journal-details">
<group delimiter=", ">
<group delimiter=" ">
<label variable="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter=" ">
<label variable="issue" form="short"/>
<text variable="issue"/>
</group>
</group>
</macro>
<macro name="pages">
<group delimiter=" ">
<text term="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<macro name="title" text-case="sentence">
<choose>
<if type="article-journal article-magazine article-newspaper chapter paper-conference" match="any">
<text variable="title" quotes="false"/>
</if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="year-date">
<date variable="issued" form="numeric" date-parts="year-month"/>
</macro>
<macro name="medium">
<choose>
<if type="graphic">
<text variable="medium"/>
</if>
</choose>
</macro>
<macro name="date">
<choose>
<if type="article graphic personal_communication" match="any">
<date variable="issued" form="text"/>
</if>
<else>
<date variable="issued" form="text" date-parts="month"/>
</else>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="article" match="none">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</if>
</choose>
</macro>
<macro name="archive">
<choose>
<if type="graphic personal_communication" match="any">
<group delimiter=", ">
<group delimiter=": ">
<text variable="archive-place"/>
<text variable="archive"/>
</group>
<text variable="archive_location"/>
</group>
</if>
<else-if type="article">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</else-if>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true">
<layout delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</group>
</layout>
</citation>
<bibliography entry-spacing="2">
<sort>
<key macro="container-title"/>
<key macro="date"/>
</sort>
<layout suffix=".">
<group delimiter=", " display="block" font-weight="bold">
<text macro="container-title"/>
<text macro="journal-details"/>
<text macro="date"/>
</group>
<group delimiter="" suffix=".">
<text variable="title" text-case="sentence" prefix="- " suffix=" (https://doi.org/"/>
<text variable="DOI" suffix=")"/>
</group>
<text macro="archive" prefix=" "/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment