Adding simple style for National Archives of Australia references
This commit is contained in:
parent
43389ba054
commit
22ee2771be
37
csl/naa-simple.csl
Normal file
37
csl/naa-simple.csl
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
|
||||
<info>
|
||||
<title>National Archives of Australia</title>
|
||||
<id>http://www.zotero.org/styles/naa-simple</id>
|
||||
<link href="http://www.zotero.org/styles/naa-simple"/>
|
||||
<link href="http://naa.gov.au/about-us/publications/fact-sheets/fs07.aspx" rel="documentation"/>
|
||||
<author>
|
||||
<name>Tim Sherratt</name>
|
||||
<email>tim@discontents.com.au</email>
|
||||
</author>
|
||||
<summary>National Archives of Australia - simple citations</summary>
|
||||
<updated>2008-06-04T09:36:09+00:00</updated>
|
||||
</info>
|
||||
<macro name="sort-key">
|
||||
<text variable="archive_location"/>
|
||||
<text variable="title"/>
|
||||
</macro>
|
||||
<citation>
|
||||
<layout>
|
||||
<text prefix="NAA: " variable="archive_location"/>
|
||||
</layout>
|
||||
</citation>
|
||||
<bibliography>
|
||||
<option name="hanging-indent" value="true"/>
|
||||
<sort>
|
||||
<key macro="sort-key"/>
|
||||
</sort>
|
||||
<layout suffix=".">
|
||||
<group delimiter=", " prefix="National Archives of Australia: ">
|
||||
<text variable="archive_location"/>
|
||||
<text variable="title" prefix="‘" suffix="’"/>
|
||||
<date variable="issued"><date-part name="year"/></date>
|
||||
</group>
|
||||
</layout>
|
||||
</bibliography>
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user