Skip to content

Commit 7200616

Browse files
Create arrbhousestyle.csl (#5674)
* Create arrbhousestyle.csl * Update arrbhousestyle.csl * Fix title & id * Update australian-road-research-board.csl Hi, I've added a link to a web facing version of our style guide and the title of the document seems to be in place. Is there anything else we need to do for our style to be added to the Zotero repository? Thanks Tony * Update australian-road-research-board.csl Co-authored-by: TonyARRB <92950570+TonyARRB@users.noreply.github.com> Co-authored-by: Sebastian Karcher <karcher@u.northwestern.edu>
1 parent 8933609 commit 7200616

File tree

1 file changed

+208
-0
lines changed

1 file changed

+208
-0
lines changed

australian-road-research-board.csl

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB" page-range-format="minimal">
3+
<info>
4+
<title>Australian Road Research Board</title>
5+
<id>http://www.zotero.org/styles/australian-road-research-board</id>
6+
<link href="http://www.zotero.org/styles/australian-road-research-board" rel="self"/>
7+
<link href="http://www.zotero.org/styles/style-manual-australian-government" rel="template"/>
8+
<link href="https://www.railknowledgebank.com/Presto/pl/NmQ5ZmY0YWQtNTc4NS00YzZiLTk3MTItNjEzYWQxZTgyMTRlLjcxNjg=" rel="documentation"/>
9+
<author>
10+
<name>TMason</name>
11+
<email>tony.mason@arrb.com.au</email>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="generic-base"/>
15+
<summary>Australian Road Research Board Style based on the Australian Style Manual author-date 6th edition</summary>
16+
<updated>2017-10-12T00:16:23+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="en">
20+
<terms>
21+
<term name="edition" form="short">edn</term>
22+
<term name="editor" form="short">
23+
<single>ed</single>
24+
<multiple>eds</multiple>
25+
</term>
26+
</terms>
27+
</locale>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name and="symbol" initialize-with=""/>
31+
<label form="short" prefix=" (" suffix=")"/>
32+
</names>
33+
</macro>
34+
<macro name="author">
35+
<names variable="author">
36+
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="" delimiter=", " delimiter-precedes-last="never"/>
37+
<label form="short" prefix=" (" suffix=")"/>
38+
<substitute>
39+
<names variable="editor"/>
40+
<text macro="title"/>
41+
</substitute>
42+
</names>
43+
</macro>
44+
<macro name="author-short">
45+
<names variable="author">
46+
<name form="short" and="symbol" delimiter-precedes-last="never"/>
47+
<substitute>
48+
<names variable="editor"/>
49+
<names variable="translator"/>
50+
<text macro="title"/>
51+
</substitute>
52+
</names>
53+
</macro>
54+
<macro name="access">
55+
<choose>
56+
<if variable="URL">
57+
<group delimiter=", ">
58+
<group delimiter=" ">
59+
<text value="viewed"/>
60+
<date variable="accessed">
61+
<date-part name="day" suffix=" "/>
62+
<date-part name="month" suffix=" "/>
63+
<date-part name="year"/>
64+
</date>
65+
</group>
66+
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
67+
</group>
68+
</if>
69+
<else>
70+
<text variable="DOI" prefix="doi: "/>
71+
</else>
72+
</choose>
73+
</macro>
74+
<macro name="title">
75+
<choose>
76+
<if type="bill book graphic legal_case legislation motion_picture report song thesis webpage" match="any">
77+
<text variable="title" font-style="italic"/>
78+
</if>
79+
<else>
80+
<text variable="title" quotes="true"/>
81+
</else>
82+
</choose>
83+
</macro>
84+
<macro name="publisher">
85+
<group delimiter=", " prefix=", ">
86+
<text variable="publisher"/>
87+
<text variable="publisher-place"/>
88+
</group>
89+
</macro>
90+
<macro name="year-date">
91+
<choose>
92+
<if variable="issued">
93+
<date variable="issued">
94+
<date-part name="year"/>
95+
</date>
96+
</if>
97+
<else>
98+
<text term="no date" form="short"/>
99+
</else>
100+
</choose>
101+
</macro>
102+
<macro name="edition">
103+
<choose>
104+
<if is-numeric="edition">
105+
<group delimiter=" ">
106+
<number variable="edition" form="ordinal"/>
107+
<text term="edition" form="short"/>
108+
</group>
109+
</if>
110+
<else>
111+
<text variable="edition"/>
112+
</else>
113+
</choose>
114+
</macro>
115+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
116+
<layout prefix="(" suffix=")" delimiter=", ">
117+
<group delimiter=", ">
118+
<group delimiter=" ">
119+
<text macro="author-short"/>
120+
<text macro="year-date"/>
121+
</group>
122+
<group>
123+
<label variable="locator" form="short"/>
124+
<text variable="locator"/>
125+
</group>
126+
</group>
127+
</layout>
128+
</citation>
129+
<bibliography hanging-indent="true">
130+
<sort>
131+
<key macro="author"/>
132+
<key variable="issued"/>
133+
</sort>
134+
<layout suffix=".">
135+
<text macro="author"/>
136+
<text macro="year-date" prefix=" "/>
137+
<choose>
138+
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
139+
<group delimiter=", ">
140+
<text macro="title" prefix=", "/>
141+
<text macro="edition"/>
142+
<text macro="editor"/>
143+
<text variable="version" prefix=" "/>
144+
</group>
145+
<text macro="publisher"/>
146+
</if>
147+
<else-if type="report" match="any">
148+
<group delimiter=", ">
149+
<text macro="title" prefix=", "/>
150+
<text macro="edition"/>
151+
<text macro="editor"/>
152+
<text variable="number"/>
153+
</group>
154+
<text macro="publisher"/>
155+
</else-if>
156+
<else-if type="chapter paper-conference" match="any">
157+
<group prefix=", ">
158+
<text macro="title"/>
159+
<text macro="editor" prefix=", in "/>
160+
<text variable="container-title" font-style="italic" prefix=", "/>
161+
<text variable="collection-title" prefix=", "/>
162+
<group>
163+
<text macro="publisher"/>
164+
</group>
165+
<group prefix=", ">
166+
<label variable="page" form="short"/>
167+
<text variable="page" prefix=" "/>
168+
</group>
169+
</group>
170+
</else-if>
171+
<else-if type="thesis">
172+
<group prefix=", ">
173+
<text variable="title" quotes="true"/>
174+
<text variable="genre" prefix=", "/>
175+
<text macro="publisher"/>
176+
</group>
177+
</else-if>
178+
<else-if type="article-newspaper">
179+
<group prefix=", ">
180+
<text variable="title" quotes="true"/>
181+
<text variable="container-title" font-style="italic" prefix=", "/>
182+
<text variable="section" prefix=", "/>
183+
<text variable="edition" prefix=", "/>
184+
</group>
185+
</else-if>
186+
<else>
187+
<group prefix=", ">
188+
<text macro="title"/>
189+
<text variable="note" prefix=", "/>
190+
<text macro="publisher"/>
191+
</group>
192+
<group prefix=", ">
193+
<text variable="container-title" font-style="italic"/>
194+
<group prefix=", ">
195+
<text variable="volume" prefix="vol. "/>
196+
<text variable="issue" prefix=", no. "/>
197+
</group>
198+
<group prefix=", ">
199+
<label variable="page" form="short"/>
200+
<text variable="page" prefix=". "/>
201+
</group>
202+
</group>
203+
</else>
204+
</choose>
205+
<text prefix=", " macro="access"/>
206+
</layout>
207+
</bibliography>
208+
</style>

0 commit comments

Comments
 (0)