Skip to content

File tree

1 file changed

+236
-0
lines changed

1 file changed

+236
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,236 @@
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="never" default-locale="es-MX">
3+
<info>
4+
<title>Boletín de la Sociedad Geológica Mexicana (Español - Mexico)</title>
5+
<id>http://www.zotero.org/styles/boletin-de-la-sociedad-geologica-mexicana</id>
6+
<link href="http://www.zotero.org/styles/boletin-de-la-sociedad-geologica-mexicana" rel="self"/>
7+
<link href="http://www.zotero.org/styles/journal-of-structural-geology" rel="template"/>
8+
<link href="http://boletinsgm.igeolcu.unam.mx/bsgm/index.php/instrucciones-instructions" rel="documentation"/>
9+
<author>
10+
<name>Mario Schädel</name>
11+
<email>mario.schaedel@gmail.com</email>
12+
</author>
13+
<contributor>
14+
<name>Patrick O'Brien</name>
15+
</contributor>
16+
<category citation-format="author-date"/>
17+
<category field="geology"/>
18+
<updated>2022-01-13T11:18:02+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<macro name="container-chapter-journal">
22+
<choose>
23+
<if type="chapter paper-conference article-journal" match="any">
24+
<group delimiter=", ">
25+
<group>
26+
<text term="in" text-case="lowercase" suffix=" "/>
27+
<names variable="editor translator" delimiter=", ">
28+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
29+
<label form="short" prefix=" (" suffix=")"/>
30+
</names>
31+
</group>
32+
<text variable="container-title" text-case="title"/>
33+
<text variable="collection-title" text-case="title"/>
34+
</group>
35+
</if>
36+
</choose>
37+
</macro>
38+
<macro name="container-other">
39+
<choose>
40+
<if type="chapter paper-conference article-journal" match="none">
41+
<group delimiter=", ">
42+
<text variable="container-title"/>
43+
<text variable="collection-title"/>
44+
</group>
45+
</if>
46+
</choose>
47+
</macro>
48+
<macro name="author">
49+
<names variable="author">
50+
<name name-as-sort-order="all" sort-separator=", " initialize-with="." delimiter=", " delimiter-precedes-last="always"/>
51+
<label form="short" prefix=" (" suffix=")"/>
52+
<substitute>
53+
<names variable="editor"/>
54+
<names variable="translator"/>
55+
<text macro="title"/>
56+
</substitute>
57+
</names>
58+
</macro>
59+
<macro name="author-short">
60+
<names variable="author">
61+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
62+
<et-al font-style="italic"/>
63+
<substitute>
64+
<names variable="editor"/>
65+
<names variable="translator"/>
66+
<text variable="title" form="short"/>
67+
</substitute>
68+
</names>
69+
</macro>
70+
<macro name="access">
71+
<choose>
72+
<if variable="DOI">
73+
<text variable="DOI" prefix="https://doi.org/"/>
74+
</if>
75+
<else-if type="webpage post post-weblog">
76+
<group delimiter=" ">
77+
<text term="available at"/>
78+
<group delimiter=", ">
79+
<text variable="URL" prefix="&lt;" suffix=">"/>
80+
<text term="accessed" suffix=" "/>
81+
</group>
82+
<date form="text" variable="accessed"/>
83+
</group>
84+
</else-if>
85+
</choose>
86+
</macro>
87+
<macro name="title">
88+
<choose>
89+
<if type="report thesis" match="any">
90+
<group delimiter=". ">
91+
<text variable="title"/>
92+
<group delimiter=" ">
93+
<text variable="number" prefix="No. "/>
94+
</group>
95+
</group>
96+
</if>
97+
<else-if type="bill book graphic legal_case legislation motion_picture report song speech" match="any">
98+
<text variable="title"/>
99+
<text macro="edition" prefix=", "/>
100+
</else-if>
101+
<else-if type="webpage post post-weblog" match="any">
102+
<group delimiter=" ">
103+
<text variable="title"/>
104+
<text term="online" prefix="(" suffix=")"/>
105+
</group>
106+
</else-if>
107+
<else>
108+
<text variable="title" suffix=":"/>
109+
</else>
110+
</choose>
111+
</macro>
112+
<macro name="publisher">
113+
<group delimiter=", ">
114+
<text variable="publisher-place"/>
115+
<text variable="publisher"/>
116+
<text variable="genre"/>
117+
</group>
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 prefix=" " delimiter=", ">
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 delimiter=" ">
168+
<text variable="number-of-pages"/>
169+
<label plural="never" variable="number-of-pages" form="short"/>
170+
</group>
171+
</group>
172+
</else-if>
173+
<else-if type="chapter paper-conference" match="any">
174+
<group delimiter=", " prefix=", ">
175+
<text macro="event"/>
176+
<text macro="publisher"/>
177+
<text variable="page"/>
178+
</group>
179+
</else-if>
180+
<else-if type="patent">
181+
<text variable="number" prefix=". "/>
182+
</else-if>
183+
<else-if type="map">
184+
<group delimiter=", " prefix=", ">
185+
<group delimiter=" ">
186+
<text term="scale"/>
187+
<text variable="scale"/>
188+
</group>
189+
<text macro="publisher"/>
190+
<text macro="edition"/>
191+
</group>
192+
</else-if>
193+
</choose>
194+
</macro>
195+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" collapse="year" cite-group-delimiter=", ">
196+
<sort>
197+
<key macro="issued" sort="ascending"/>
198+
<key macro="author"/>
199+
</sort>
200+
<layout prefix="(" suffix=")" delimiter="; ">
201+
<group delimiter=", ">
202+
<text macro="author-short"/>
203+
<text macro="issued"/>
204+
<group delimiter=" ">
205+
<label variable="locator" form="short"/>
206+
<text variable="locator"/>
207+
</group>
208+
</group>
209+
</layout>
210+
</citation>
211+
<bibliography hanging-indent="true" entry-spacing="0" line-spacing="1">
212+
<sort>
213+
<key macro="author"/>
214+
<key macro="issued" sort="descending"/>
215+
</sort>
216+
<layout>
217+
<group delimiter=", " suffix=".">
218+
<group delimiter=", ">
219+
<text macro="author"/>
220+
<text macro="issued"/>
221+
</group>
222+
<group>
223+
<group delimiter=", ">
224+
<group delimiter=" ">
225+
<text macro="title"/>
226+
<text macro="container-chapter-journal"/>
227+
</group>
228+
<text macro="container-other"/>
229+
</group>
230+
<text macro="locators"/>
231+
</group>
232+
</group>
233+
<text macro="access" prefix=". "/>
234+
</layout>
235+
</bibliography>
236+
</style>

0 commit comments

Comments
 (0)