Skip to content

Commit 133d633

Browse files
authored
Create university-of-tasmania-simplified-author-date.csl (#5357)
1 parent b9ecf07 commit 133d633

File tree

1 file changed

+185
-0
lines changed

1 file changed

+185
-0
lines changed
Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-GB">
3+
<info>
4+
<title>University of Tasmania - Simplified Author-date</title>
5+
<id>http://www.zotero.org/styles/university-of-tasmania-simplified-author-date</id>
6+
<link href="http://www.zotero.org/styles/university-of-tasmania-simplified-author-date" rel="self"/>
7+
<link href="https://utas.libguides.com/referencing/simplified_authordate" rel="documentation"/>
8+
<author>
9+
<name>Zephyr Apsara Ganesh</name>
10+
<email>zaganesh@utas.edu.au</email>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="generic-base"/>
14+
<updated>2021-03-29T11:30:00+11:00</updated>
15+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
16+
</info>
17+
<macro name="author">
18+
<names variable="author">
19+
<name/>
20+
<label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
21+
</names>
22+
</macro>
23+
<macro name="author-short">
24+
<names variable="author">
25+
<name form="long" name-as-sort-order="all" sort-separator=" " initialize-with="" and="symbol"/>
26+
<substitute>
27+
<choose>
28+
<if type="bill legal_case legislation" match="any">
29+
<text variable="title" form="short" font-style="italic" text-case="title"/>
30+
</if>
31+
</choose>
32+
</substitute>
33+
</names>
34+
</macro>
35+
<macro name="issued">
36+
<choose>
37+
<if variable="issued">
38+
<date variable="issued">
39+
<date-part name="day" form="numeric-leading-zeros" suffix=" "/>
40+
<date-part name="month" form="short" strip-periods="true" suffix=" "/>
41+
<date-part name="year" form="long"/>
42+
</date>
43+
</if>
44+
<else>
45+
<text term="no date" form="short"/>
46+
</else>
47+
</choose>
48+
</macro>
49+
<macro name="title">
50+
<text variable="title" text-case="title"/>
51+
</macro>
52+
<macro name="container">
53+
<choose>
54+
<if type="chapter paper-conference" match="any">
55+
<text term="in" prefix=", " suffix=" "/>
56+
<names variable="editor translator" delimiter=", " suffix=", ">
57+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
58+
<label form="short" text-case="capitalize-first" prefix=" (" suffix=")"/>
59+
</names>
60+
<group delimiter=", ">
61+
<text variable="container-title" text-case="title"/>
62+
<text variable="collection-title" text-case="title"/>
63+
</group>
64+
</if>
65+
<else-if type="bill graphic legal_case legislation motion_picture song" match="any">
66+
<group prefix=", " delimiter=", ">
67+
<text variable="container-title"/>
68+
<text variable="collection-title"/>
69+
</group>
70+
</else-if>
71+
</choose>
72+
</macro>
73+
<macro name="edition">
74+
<group delimiter=" ">
75+
<choose>
76+
<if is-numeric="edition">
77+
<number variable="edition" form="ordinal"/>
78+
</if>
79+
<else>
80+
<text variable="edition" suffix="."/>
81+
</else>
82+
</choose>
83+
<text value="edn"/>
84+
</group>
85+
</macro>
86+
<macro name="publisher">
87+
<group delimiter=", ">
88+
<text variable="publisher"/>
89+
</group>
90+
</macro>
91+
<macro name="locators">
92+
<choose>
93+
<if type="article-journal article-magazine article-newspaper" match="any">
94+
<group prefix=", " delimiter=", ">
95+
<group>
96+
<text variable="container-title" font-style="italic"/>
97+
</group>
98+
<group>
99+
<text variable="volume" prefix="vol."/>
100+
</group>
101+
<text variable="page" prefix="no."/>
102+
</group>
103+
</if>
104+
<else-if type="bill report book graphic legal_case legislation motion_picture report song thesis" match="any">
105+
<group delimiter=", " prefix=", ">
106+
<text macro="publisher" suffix="."/>
107+
</group>
108+
</else-if>
109+
<else-if type="chapter paper-conference" match="any">
110+
<group delimiter=", " prefix=". ">
111+
<text macro="publisher"/>
112+
<group>
113+
<label variable="page" form="short" suffix=" "/>
114+
<text variable="page"/>
115+
</group>
116+
</group>
117+
</else-if>
118+
<else-if type="patent">
119+
<text variable="number" prefix=". "/>
120+
</else-if>
121+
</choose>
122+
</macro>
123+
<macro name="access">
124+
<choose>
125+
<if variable="DOI">
126+
<text variable="DOI" prefix="https://doi.org/"/>
127+
</if>
128+
<else-if variable="URL">
129+
<text variable="URL"/>
130+
</else-if>
131+
</choose>
132+
</macro>
133+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" cite-group-delimiter=", ">
134+
<sort>
135+
<key macro="author"/>
136+
<key macro="issued" sort="descending"/>
137+
</sort>
138+
<layout prefix="(" suffix=")" delimiter="; ">
139+
<group delimiter=", ">
140+
<text macro="author-short"/>
141+
<date variable="issued">
142+
<date-part name="year"/>
143+
</date>
144+
<group delimiter=" ">
145+
<label variable="locator" form="short"/>
146+
<text variable="locator"/>
147+
</group>
148+
</group>
149+
</layout>
150+
</citation>
151+
<bibliography et-al-min="3" et-al-use-first="1" hanging-indent="true" entry-spacing="0" line-spacing="1">
152+
<sort>
153+
<key macro="author"/>
154+
<key macro="issued" sort="descending"/>
155+
</sort>
156+
<layout>
157+
<group>
158+
<text macro="author-short"/>
159+
<text macro="issued" prefix=", "/>
160+
<group prefix=", ">
161+
<choose>
162+
<if type="chapter article-journal" match="any">
163+
<text macro="title" prefix=" '" suffix="'"/>
164+
<text macro="edition" prefix=", "/>
165+
<text macro="container"/>
166+
</if>
167+
<else>
168+
<text macro="title" font-style="italic"/>
169+
</else>
170+
</choose>
171+
<text macro="locators"/>
172+
</group>
173+
</group>
174+
<choose>
175+
<if type="article article-magazine article-newspaper article-journal bill book broadcast chapter dataset entry entry-dictionary entry-encyclopedia figure graphic interview legislation legal_case manuscript map motion_picture musical_score pamphlet paper-conference patent post post-weblog personal_communication review review-book song speech thesis treaty" match="none">
176+
<text variable="title-short" prefix=", "/>
177+
<text macro="access" prefix=", "/>
178+
</if>
179+
<else>
180+
<text macro="access" prefix=", "/>
181+
</else>
182+
</choose>
183+
</layout>
184+
</bibliography>
185+
</style>

0 commit comments

Comments
 (0)