Skip to content

Instantly share code, notes, and snippets.

@vispillo
Created September 22, 2010 23:28
Show Gist options
  • Save vispillo/592781 to your computer and use it in GitHub Desktop.
Save vispillo/592781 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="note" default-locale="fr" version="1.0">
<info>
<title>EHESS Development</title>
<author>
<name>Franziska Heimburger</name>
<email>zotero@franziska.fr</email>
</author>
<id>http://www.zotero.org/styles/ehess</id>
<link href="http://www.zotero.org/styles/ehess" rel="self"/>
<category field="social_science"/>
<category field="generic-base"/>
<category citation-format="note"/>
<updated>2010-09-22T23:44:01+00:00</updated>
</info>
<locale xml:lang="fr">
<terms>
<term name="ordinal-01">ère</term>
<term name="ordinal-02">e</term>
<term name="ordinal-03">e</term>
<term name="ordinal-04">e</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" form="long" delimiter=" et " delimiter-precedes-last="always" sort-separator=" " font-variant="normal">
<name-part name="family" font-variant="small-caps" />
</name>
<et-al term="and others" font-style="italic"/>
<!--<label form="short" prefix=" (" suffix=".)" strip-periods="true"/>-->
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" text-case="capitalize-first" font-style="italic"/>
</if>
<else>
<group delimiter=", ">
<text variable="title" text-case="capitalize-first" prefix="«&#160;" suffix="&#160;»"/>
<text variable="container-title" font-style="italic" />
</group>
</else>
</choose>
</macro>
<macro name="location">
<choose>
<if type="bill book chapter thesis graphic legal_case motion_picture paper-conference report song" match="any">
<text variable="locator" />
</if>
</choose>
</macro>
<macro name="publisher">
<choose>
<if type="bill book chapter graphic legal_case motion_picture paper-conference report song" match="any">
<text variable="publisher" />
</if>
</choose>
</macro>
<macro name="yearpage">
<choose>
<if type="bill book chapter graphic legal_case motion_picture paper-conference report song" match="any">
<group delimiter=", ">
<date variable="issued">
<date-part name="year" />
</date>
<text variable="number-of-pages"/>
</group>
</if>
<else-if type="article-journal" match="any">
<label variable="page" form="short" suffix="." />
<text variable="page" />
</else-if>
</choose>
</macro>
<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" />
</group>
</if>
<else>
<text variable="edition" text-case="capitalize-first" suffix="."/>
</else>
</choose>
</if>
<else-if type="article-journal">
<group delimiter=", ">
<date variable="issued">
<date-part name="year" />
</date>
<text term="volume" form="short" suffix=".&#160;" />
<number variable="volume" />
<text value="n&#186;" suffix="&#160;" />
<number variable="issue" />
</group>
</else-if>
</choose>
</macro>
<citation>
<layout prefix="" suffix="." delimiter="; ">
<group delimiter=", ">
<text macro="author" />
<text macro="title" />
<text macro="edition" />
<text macro="location" />
<text macro="publisher" />
<text macro="yearpage"/>
</group>
</layout>
</citation>
<bibliography>
<layout>
<group delimiter=", ">
<text macro="author" />
<text macro="title" />
<text macro="edition" />
<text macro="location" />
<text macro="publisher" />
<text macro="yearpage"/>
</group>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment