Created
November 3, 2015 06:28
-
-
Save adam3smith/4dec31903124d01f7b9d to your computer and use it in GitHub Desktop.
A CSL style reduced to its essential elements. (Technically bibliography isn't necessary either).
This file contains 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"> | |
<info> | |
<title>Basic Style</title> | |
<id>http://www.zotero.org/styles/basic-style</id> | |
<link href="http://www.zotero.org/styles/basic-style" rel="self"/> | |
<author> | |
<name>Sebastian Karcher</name> | |
</author> | |
<category citation-format="author-date"/> | |
<category field="generic"/> | |
<updated>2015-10-04T19:32:17+00:00</updated> | |
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | |
</info> | |
<citation> | |
<layout> | |
<text variable="title"/> | |
</layout> | |
</citation> | |
<bibliography > | |
<layout> | |
<text variable="title"/> | |
</layout> | |
</bibliography> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment