Created
July 23, 2011 13:15
-
-
Save rmzelle/1101410 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>[email protected]</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