Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created July 23, 2011 13:15
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 rmzelle/1101410 to your computer and use it in GitHub Desktop.
Save rmzelle/1101410 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" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>ISBN List</title>
<id>http://www.trevorowens.org/downloads/simple_ISBN_csl</id>
<link href="http://www.trevorowens.org/downloads/simple_ISBN_csl" rel="self"/>
<author>
<name>Trevor Owens</name>
<email>trevor.johnowens@gmail.com</email>
</author>
<category citation-format="numeric"/>
<updated/>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout vertical-align="sup" delimiter=",">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<sort>
<key variable="ISBN"/>
</sort>
<layout suffix="">
<text variable="ISBN" prefix="" suffix=" "/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment