forked from citation-style-language/styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchicago-figures.csl
70 lines (70 loc) · 2.95 KB
/
chicago-figures.csl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" initialize="false" demote-non-dropping-particle="never" default-locale="en-US">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Chicago Manual of Style 16th edition (figures and illustrations)</title>
<title-short>chicago-figures</title-short>
<id>http://www.zotero.org/styles/chicago-figures</id>
<link href="http://www.zotero.org/styles/chicago-figures" rel="self"/>
<link href="https://github.com/citation-style-language/styles/pull/442" rel="documentation"/>
<author>
<name>Alex Watkins</name>
</author>
<category citation-format="numeric"/>
<category field="humanities"/>
<summary>Follows the Chicago Manual for Figure lists. Natural Name order, commas separate elements, currently working with artwork item types, and to facilitate citing images that come from books, book part.</summary>
<updated>2013-06-20T20:16:50+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="Figure">
<text term="figure" suffix=" "/>
<text variable="citation-number" suffix=". "/>
</macro>
<citation>
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter=", " prefix="(" suffix=")">
<text term="figure" form="short" suffix=" "/>
<text variable="citation-number"/>
</layout>
</citation>
<bibliography>
<sort>
<key variable="citation-number"/>
</sort>
<layout suffix=".">
<choose>
<if type="graphic" match="any">
<group>
<text macro="Figure"/>
<names variable="author"/>
<text variable="title" font-style="italic" prefix=", "/>
<date date-parts="year" form="text" variable="issued" prefix=", ">
<date-part name="year"/>
</date>
<text variable="medium" prefix=", "/>
<text variable="dimensions" prefix=", "/>
<text variable="archive" prefix=", "/>
</group>
</if>
</choose>
<choose>
<if type="chapter" match="any">
<group>
<text macro="Figure"/>
<names variable="author"/>
<text variable="title" font-style="italic" prefix=", "/>
<text variable="container-title" font-style="italic" font-weight="normal" prefix=", in "/>
<names variable="container-author" prefix=", by "/>
<names variable="editor" prefix=", edited by "/>
<date date-parts="year" form="text" variable="issued" prefix=", ">
<date-part name="year"/>
</date>
<text variable="publisher-place" prefix=", "/>
</group>
</if>
</choose>
</layout>
</bibliography>
</style>