www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4657e027f00a7df5867d6ee030bf03441dcea7db
parent e5cc042947e67167cba49a2187dea0d0db0ca076
Author: Julian Onions <julian.onions@gmail.com>
Date:   Mon, 26 Nov 2007 21:53:52 +0000

Journal of History and Theory style

Diffstat:
Acsl/history-theory.csl | 131+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 131 insertions(+), 0 deletions(-)

diff --git a/csl/history-theory.csl b/csl/history-theory.csl @@ -0,0 +1,131 @@ +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en"> + <info> + <title>History and Theory Journal</title> + <id>http://www.zotero.org/styles/history-theory</id> + <link>http://www.zotero.org/styles/history-theory</link> + <source>http://www.wesleyan.edu/histjrnl/stylesht.html</source> + <author> + <name>Julian Onions</name> + <email>julian.onions@gmail.com</email> + </author> + <summary>HistoryandTheory.Org is an international journal History and Theory, + which is devoted to the theory and philosophy of history</summary> + <category term="numeric"/> + <updated/> + </info> + <macro name="editor"> + <names variable="editor translator" delimiter=", "> + <label form="short" text-transform="lowercase" suffix=". "/> + <name and="text" delimiter=", " /> + </names> + </macro> + <macro name="author"> + <names variable="author"> + <name and="text" delimiter=", " /> + <label form="short" prefix=", "/> + <substitute> + <names variable="editor"/> + <names variable="translator"/> + <text macro="title"/> + </substitute> + </names> + </macro> + <macro name="title"> + <choose> + <if type="book"> + <text variable="title" form="short" font-style="italic"/> + </if> + <else> + <text variable="title" form="short" quotes="true"/> + </else> + </choose> + </macro> + <macro name="publisher"> + <group delimiter=": "> + <text variable="publisher-place"/> + <text variable="publisher"/> + </group> + </macro> + <macro name="date"> + <date variable="issued"> + <date-part name="month" suffix=" "/> + <date-part name="year"/> + </date> + </macro> + <macro name="volumes"> + <group> + <text variable="number-of-volumes"/> + <text value=" vols."/> + </group> + </macro> + <macro name="pageno"> + <text variable="page"/> + </macro> + <macro name="pageref"> + <text variable="locator"/> + </macro> + <macro name="volref"> + <group delimiter=": "> + <text variable="volume"/> + <text variable="issue"/> + </group> + </macro> + <macro name="container"> + <choose> + <if type="chapter"> + <text term="in" text-transform="lowercase" suffix=" "/> + <text variable="container-title" font-style="italic"/> + </if> + <else> + <text variable="container-title" font-style="italic"/> + </else> + </choose> + </macro> + <citation> + <layout suffix="." delimiter="; "> + <group delimiter=", "> + <text macro="author"/> + <choose> + <if type="chapter"> + <group delimiter=", "> + <group delimiter=" "> + <group delimiter=", "> + <text macro="title" /> + <text macro="container"/> + <text macro="editor"/> + </group> + <group prefix="(" suffix=")" delimiter=", "> + <text macro="publisher"/> + <text macro="date"/> + </group> + </group> + <text macro="volref"/> + <text macro="volumes"/> + <text macro="pageno"/> + <text macro="pageref"/> + </group> + </if> + <else> + <group delimiter=", "> + <group delimiter=" "> + <group delimiter=", "> + <text macro="title" /> + <text macro="editor"/> + <text macro="container"/> + </group> + <group prefix="(" suffix=")" delimiter=", "> + <text macro="publisher"/> + <text macro="date"/> + </group> + </group> + <text macro="volref"/> + <text macro="volumes"/> + <text macro="pageno"/> + <text macro="pageref"/> + </group> + </else> + </choose> + </group> + </layout> + </citation> +</style>