Skip to content

Instantly share code, notes, and snippets.

Created August 30, 2010 16:23
Show Gist options
  • Save anonymous/557640 to your computer and use it in GitHub Desktop.
Save anonymous/557640 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
<info>
<title>International Pig Veterinary Society Proceeding </title>
<id>http://www.zotero.org/styles/IPVS</id>
<link href="http://www.zotero.org/styles/IPVS"/>
<summary>International Pig Veterinary Society Proceeding Style</summary>
<link href="http://XXXX.html" rel="documentation"/>
<author>
<name>Vincent Auvigne</name>
<email>vincent.auvigne@ekipaj.com</email>
</author>
<category term="medicine"/>
<category term="generic-base"/>
<category term="numeric"/>
<updated>2009-09-01T16:54:42+00:00</updated>
</info>
<macro name="title">
<choose>
<if type="book">
<text variable="title" font-style="italic"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name sort-separator=", " delimiter=", " and="symbol" initialize-with="." delimiter-precedes-last="never" name-as-sort-order="all"/>
</names>
</macro>
<macro name="access">
<choose>
<if variable="volume"/>
<else-if variable="DOI">
<text variable="DOI" prefix="doi:"/>
</else-if>
<else-if variable="URL">
<text term="at"/>
<text variable="URL" prefix=" &lt;" suffix="&gt;"/>
</else-if>
</choose>
</macro>
<macro name="issuance">
<choose>
<if type="book">
<group prefix=" " suffix=".">
<text variable="publisher" suffix=", " />
<text variable="publisher-place" suffix=", " />
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="number-of-pages" prefix= ", " suffix=" p."/>
</group>
</if>
<else>
<date prefix=" (" suffix=")." variable="issued">
<date-part name="year"/>
</date>
</else>
</choose>
</macro>
<citation>
<option name="collapse" value="citation-number"/>
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="baseline" delimiter="," prefix="(" suffix=")" >
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<option name="et-al-min" value="2"/>
<option name="et-al-use-first" value="1"/>
<option name="second-field-align" value="true"/>
<option name="entry-spacing" value="0"/>
<layout>
<text variable="citation-number" suffix="."/>
<text macro="author"/>
<text macro="issuance" />
<text variable="container-title" font-style="normal" prefix=" " suffix=", " form="short"/>
<text variable="volume" suffix=", " font-weight="normal"/>
<text variable="page"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment