Skip to content

Commit 6357af5

Browse files
POBrien333adam3smith
authored andcommitted
Update association-for-computing-machinery.csl (#4459)
add genre for thesis. Via https://forums.zotero.org/discussion/comment/345228/#Comment_345228
1 parent eab02ea commit 6357af5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

association-for-computing-machinery.csl

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</author>
1414
<category citation-format="numeric"/>
1515
<category field="engineering"/>
16-
<updated>2019-12-17T16:30:44+00:00</updated>
16+
<updated>2019-12-18T11:27:24+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<macro name="author">
@@ -125,7 +125,7 @@
125125
</group>
126126
<group suffix=".">
127127
<choose>
128-
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
128+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
129129
<text macro="book-publisher" suffix="."/>
130130
</if>
131131
<else-if type="paper-conference">
@@ -181,6 +181,12 @@
181181
<text variable="page"/>
182182
</group>
183183
</else-if>
184+
<else-if type="thesis" match="any">
185+
<group delimiter=". ">
186+
<text variable="genre"/>
187+
<text macro="book-publisher"/>
188+
</group>
189+
</else-if>
184190
<else>
185191
<group suffix="." delimiter=", ">
186192
<group delimiter=" " font-style="italic">

0 commit comments

Comments
 (0)