Skip to content

Instantly share code, notes, and snippets.

Created October 7, 2010 20:48
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/615852 to your computer and use it in GitHub Desktop.
Save anonymous/615852 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" xml:lang="fr">
<info>
<title>RACF. Revue archeologique du Centre de la
France</title>
<id>http://www.</id>
<link href="http://www.l"/>
<author>
<name>Francois Picon</name>
<email>fr.picon@gmail.com</email>
</author>
<category term="archeology"/>
<category term="author-date"/>
<updated>2010-03-24T10:49:18 01:00</updated>
<rights>This work is licensed under a Creative Commons
Attribution-Share Alike 3.0 Unported License
http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<macro name="citation-number">
<text variable="citation-number" font-style="normal"
vertical-align="baseline" />
</macro>
<macro name="title">
<choose>
<if type="article-journal">
<text variable="title" font-style="normal"/>
</if>
<else>
<text variable="title" font-style="italic"/>
</else>
</choose>
</macro>
<macro name="editor">
<text variable="editor" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="firstline-author">
<names variable="author" font-weight="normal"
font-style="normal" font-variant="small-caps"
vertical-align="baseline" form="">
<name form="short"/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="publisher-place">
<text variable="publisher-place" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="number-of-volume">
<text variable="number-of-volume" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="issue">
<text variable="issue" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="URL">
<text variable="URL" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="DOI">
<text variable="DOI" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="edition">
<text variable="edition" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="collection-title">
<text variable="collection-title" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="volume">
<text variable="volume" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="page">
<text variable="page" font-weight="normal"
font-style="normal" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="container-title">
<text variable="container-title" font-weight="normal"
font-style="italic" text-case="" vertical-align="baseline"
form=""/>
</macro>
<macro name="author-biblio">
<names variable="author">
<name name-as-sort-order="all"
and="symbol"
sort-separator=" "
initialize-with=". "
delimiter=", "
delimiter-precedes-last="always"/>
<label form="short" prefix=" (" suffix=".)"
text-transform="capitalize"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="title"/>
</substitute>
</names>
</macro>
<macro name="year-date">
<date variable="issued" font-weight="normal"
font-style="normal">
<date-part name="year" form="long" suffix=""/>
</date></macro>
<macro name="author-citation">
<names variable="author">
<name form="short" delimiter=", " initialize-with="."/>
</names>
</macro>
<citation>
<option name="et-al-subsequent-min" value="4"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="disambiguate-add-givenname" value="true"/>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=" : ">
<group delimiter=" ">
<text macro="author-citation"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<layout>
<text macro="firstline-author" prefix="" suffix=" "/>
<text macro="year-date" prefix="" suffix="
"/>
<choose>
<if type="book" match="any">
<group prefix="" delimiter="">
<text macro="author-biblio" prefix="" suffix=" - "/>
<text macro="title" prefix="" suffix=", "/>
<text macro="container-title" prefix="" suffix=", "/>
<text macro="volume" prefix="" suffix=", "/>
<text macro="publisher-place" prefix="" suffix=", "/>
<text macro="publisher" prefix="" suffix=", "/>
<text variable="number-of-pages" prefix="" suffix=" p."/>
</group>
</if>
<else-if type="article-journal">
<group prefix="" delimiter="">
<text macro="author-biblio" prefix="" suffix=" - "/>
<text macro="title" prefix="" suffix=", "/>
<text macro="container-title" prefix="" suffix=", "/>
<text macro="volume" prefix="" suffix=", "/>
<text macro="publisher-place" prefix="" suffix=", "/>
<text macro="publisher" prefix="" suffix="."/>
<text macro="page" prefix="p.&#x0A0;" suffix="."/>
</group>
</else-if>
</choose>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment