1<?xml version="1.0" encoding="utf-8"?>
2<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="text" demote-non-dropping-particle="never" default-locale="en-US">
3  <info>
4    <title>Arctic</title>
5    <id>http://www.zotero.org/styles/arctic</id>
6    <link href="http://www.zotero.org/styles/arctic" rel="self"/>
7    <link href="http://www.zotero.org/styles/journal-of-structural-geology" rel="template"/>
8    <link href="https://arctic.ucalgary.ca/guide-authors" rel="documentation"/>
9    <category citation-format="author-date"/>
10    <category field="geology"/>
11    <issn>0004-0843</issn>
12    <eissn>1923-1245</eissn>
13    <updated>2019-09-17T12:37:31+00:00</updated>
14    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
15  </info>
16  <macro name="container-chapter-journal">
17    <choose>
18      <if type="chapter paper-conference article-journal" match="any">
19        <group delimiter=", ">
20          <group delimiter=": ">
21            <text term="in" text-case="capitalize-first"/>
22            <text macro="editor"/>
23          </group>
24          <text variable="container-title" text-case="title"/>
25          <text variable="collection-title" text-case="title"/>
26        </group>
27      </if>
28    </choose>
29  </macro>
30  <macro name="container-other">
31    <choose>
32      <if type="chapter paper-conference article-journal" match="none">
33        <group delimiter=", ">
34          <text variable="container-title"/>
35          <text variable="collection-title"/>
36        </group>
37      </if>
38    </choose>
39  </macro>
40  <macro name="author">
41    <names variable="author">
42      <name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
43      <label form="short" prefix=" (" suffix=")" text-case="capitalize-first"/>
44      <substitute>
45        <names variable="editor"/>
46        <names variable="translator"/>
47        <text macro="title"/>
48      </substitute>
49    </names>
50  </macro>
51  <macro name="author-short">
52    <names variable="author">
53      <name form="short" and="text" delimiter=", " initialize-with=". "/>
54      <substitute>
55        <names variable="editor"/>
56        <names variable="translator"/>
57        <text variable="title" form="short"/>
58      </substitute>
59    </names>
60  </macro>
61  <macro name="access">
62    <choose>
63      <if variable="DOI">
64        <text variable="DOI" prefix="https://doi.org/"/>
65      </if>
66      <else-if type="webpage post post-weblog">
67        <group delimiter=" ">
68          <text value="URL"/>
69          <text variable="URL"/>
70          <group prefix="(" suffix=").">
71            <text term="accessed" suffix=" "/>
72            <date variable="accessed">
73              <date-part name="month" form="numeric" suffix="."/>
74              <date-part name="day" suffix="."/>
75              <date-part name="year" form="short"/>
76            </date>
77          </group>
78        </group>
79      </else-if>
80    </choose>
81  </macro>
82  <macro name="title">
83    <choose>
84      <if type="report" match="any">
85        <group delimiter=". ">
86          <text variable="title"/>
87          <group delimiter=" ">
88            <text variable="genre"/>
89            <text variable="number" prefix="No. "/>
90          </group>
91        </group>
92      </if>
93      <else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
94        <text variable="title"/>
95        <text macro="edition" prefix=", "/>
96      </else-if>
97      <else>
98        <text variable="title" suffix="."/>
99      </else>
100    </choose>
101  </macro>
102  <macro name="publisher">
103    <choose>
104      <if type="thesis" match="any">
105        <group delimiter=", ">
106          <text variable="genre"/>
107          <text variable="publisher"/>
108          <text variable="publisher-place"/>
109        </group>
110      </if>
111      <else>
112        <group delimiter=": ">
113          <text variable="publisher-place"/>
114          <text variable="publisher"/>
115        </group>
116      </else>
117    </choose>
118  </macro>
119  <macro name="event">
120    <choose>
121      <if variable="event">
122        <text term="presented at" text-case="capitalize-first" suffix=" "/>
123        <text variable="event"/>
124      </if>
125    </choose>
126  </macro>
127  <macro name="issued">
128    <choose>
129      <if variable="issued">
130        <date variable="issued">
131          <date-part name="year"/>
132        </date>
133      </if>
134      <else>
135        <text term="no date" form="short"/>
136      </else>
137    </choose>
138  </macro>
139  <macro name="edition">
140    <group delimiter=" ">
141      <choose>
142        <if is-numeric="edition">
143          <number variable="edition" form="ordinal"/>
144        </if>
145        <else>
146          <text variable="edition" suffix="."/>
147        </else>
148      </choose>
149      <text term="edition" form="short" strip-periods="true"/>
150    </group>
151  </macro>
152  <macro name="locators">
153    <choose>
154      <if type="article-journal article-magazine article-newspaper" match="any">
155        <group delimiter=":" prefix=" ">
156          <group>
157            <text variable="volume"/>
158            <text variable="issue" prefix="(" suffix=")"/>
159          </group>
160          <text variable="page"/>
161        </group>
162      </if>
163      <else-if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
164        <group delimiter=", " prefix=". ">
165          <text macro="event"/>
166          <text macro="publisher"/>
167        </group>
168      </else-if>
169      <else-if type="chapter paper-conference" match="any">
170        <group delimiter=". " prefix=". ">
171          <text macro="event"/>
172          <text macro="publisher"/>
173          <text variable="page"/>
174        </group>
175      </else-if>
176      <else-if type="patent">
177        <text variable="number" prefix=". "/>
178      </else-if>
179      <else-if type="map">
180        <group delimiter=", " prefix=", ">
181          <group delimiter=" ">
182            <text term="scale"/>
183            <text variable="scale"/>
184          </group>
185          <text macro="publisher"/>
186          <text macro="edition"/>
187        </group>
188      </else-if>
189    </choose>
190  </macro>
191  <macro name="editor">
192    <names variable="editor translator" delimiter=", ">
193      <name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
194      <label form="short" prefix=", "/>
195    </names>
196  </macro>
197  <citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
198    <sort>
199      <key macro="issued" sort="ascending"/>
200      <key macro="author"/>
201    </sort>
202    <layout prefix="(" suffix=")" delimiter="; ">
203      <group delimiter=":">
204        <group delimiter=", ">
205          <text macro="author-short"/>
206          <text macro="issued"/>
207        </group>
208        <text variable="locator"/>
209      </group>
210    </layout>
211  </citation>
212  <bibliography et-al-min="8" et-al-use-first="7" entry-spacing="0" hanging-indent="true">
213    <sort>
214      <key macro="author"/>
215      <key macro="issued" sort="descending"/>
216    </sort>
217    <layout>
218      <group suffix="." delimiter=". ">
219        <group delimiter=". ">
220          <text macro="author"/>
221          <text macro="issued"/>
222        </group>
223        <group>
224          <group delimiter=", ">
225            <group delimiter=" ">
226              <text macro="title"/>
227              <text macro="container-chapter-journal"/>
228            </group>
229            <text macro="container-other"/>
230          </group>
231          <text macro="locators"/>
232        </group>
233      </group>
234      <group display="block">
235        <text macro="access" prefix=". "/>
236      </group>
237    </layout>
238  </bibliography>
239</style>
240