Skip to content

Instantly share code, notes, and snippets.

Created September 1, 2009 16:43
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/179214 to your computer and use it in GitHub Desktop.
Save anonymous/179214 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>2008-04-01T17:46:55+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>
</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 variable="container-title" font-style="italic" prefix=" " suffix=" " form="short"/>
<text macro="issuance" />
<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