Skip to content

Commit 737ffa1

Browse files
authored
Create Mammalogy-Notes.csl (#5182)
1 parent dd615b6 commit 737ffa1

File tree

1 file changed

+260
-0
lines changed

1 file changed

+260
-0
lines changed

mammalogy-notes.csl

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
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="sort-only" default-locale="en-US">
3+
<info>
4+
<title>Mammalogy Notes</title>
5+
<title-short>MaNo</title-short>
6+
<id>http://www.zotero.org/styles/mammalogy-notes</id>
7+
<link href="http://www.zotero.org/styles/mammalogy-notes" rel="self"/>
8+
<link href="http://www.zotero.org/styles/council-of-science-editors-author-date" rel="template"/>
9+
<link href="https://mammalogynotes.org/ojs/index.php/mn/about/submissions" rel="documentation"/>
10+
<contributor>
11+
<name>Sociedad Colombiana de Mastozoología</name>
12+
<uri>https://www.mendeley.com/profiles/sociedad-colombiana-de-mastozoologa/</uri>
13+
<email>mastozoologiacolombia@gmail.com</email>
14+
</contributor>
15+
<category citation-format="author-date"/>
16+
<category field="biology"/>
17+
<eissn>2382-3704</eissn>
18+
<summary>Based on The Council of Science Editors style, Name-Year system: author-date in text, sorted in alphabetical order by author. Full doi</summary>
19+
<updated>2020-12-22T10:34:17+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale xml:lang="en">
23+
<terms>
24+
<term name="editortranslator" form="long">
25+
<single>editor and translator</single>
26+
<multiple>editors and translators</multiple>
27+
</term>
28+
<term name="collection-editor" form="long">
29+
<single>editor</single>
30+
<multiple>editors</multiple>
31+
</term>
32+
<term name="accessed">accessed on</term>
33+
</terms>
34+
</locale>
35+
<macro name="editor">
36+
<names variable="editor translator" delimiter="; " suffix=".">
37+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
38+
<label prefix=", "/>
39+
</names>
40+
</macro>
41+
<macro name="author">
42+
<names variable="author" delimiter="; ">
43+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
44+
<label form="long" prefix=", " strip-periods="true"/>
45+
<substitute>
46+
<names variable="editor translator"/>
47+
<text variable="title"/>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="author-short">
52+
<names variable="author">
53+
<name form="short" delimiter=", " initialize-with="." and="text"/>
54+
<substitute>
55+
<names variable="editor"/>
56+
<names variable="translator"/>
57+
<text variable="title-short"/>
58+
</substitute>
59+
</names>
60+
</macro>
61+
<macro name="review">
62+
<group delimiter=". ">
63+
<text variable="reviewed-title"/>
64+
<text variable="container-title"/>
65+
</group>
66+
</macro>
67+
<macro name="access">
68+
<choose>
69+
<if variable="URL" match="all">
70+
<choose>
71+
<if type="article post-weblog webpage" match="any">
72+
<group delimiter=". ">
73+
<text variable="URL"/>
74+
<group delimiter=" ">
75+
<text term="accessed" text-case="capitalize-first"/>
76+
<date variable="accessed" delimiter=" ">
77+
<date-part name="day"/>
78+
<date-part name="month" strip-periods="true"/>
79+
<date-part name="year"/>
80+
</date>
81+
</group>
82+
</group>
83+
</if>
84+
</choose>
85+
</if>
86+
</choose>
87+
</macro>
88+
<macro name="title">
89+
<group delimiter=" ">
90+
<text variable="title"/>
91+
<choose>
92+
<if type="thesis" match="any">
93+
<text variable="genre" form="long" prefix="[" suffix="]"/>
94+
</if>
95+
</choose>
96+
</group>
97+
</macro>
98+
<macro name="publisher">
99+
<group delimiter=": ">
100+
<choose>
101+
<if type="thesis">
102+
<text variable="publisher-place" prefix="[" suffix="]"/>
103+
</if>
104+
<else>
105+
<text variable="publisher-place"/>
106+
</else>
107+
</choose>
108+
<text variable="publisher"/>
109+
</group>
110+
</macro>
111+
<macro name="pages">
112+
<group delimiter="; ">
113+
<group>
114+
<label variable="page" form="short" suffix=" " plural="never"/>
115+
<text variable="page"/>
116+
</group>
117+
<group>
118+
<text variable="number-of-pages"/>
119+
<choose>
120+
<if is-numeric="number-of-pages">
121+
<label variable="number-of-pages" form="short" prefix=" " plural="never"/>
122+
</if>
123+
</choose>
124+
</group>
125+
</group>
126+
</macro>
127+
<macro name="year-date">
128+
<group delimiter=" ">
129+
<date variable="issued" delimiter=" ">
130+
<date-part name="year"/>
131+
</date>
132+
<choose>
133+
<if type="patent article-newspaper webpage" match="any">
134+
<date variable="issued" delimiter=" ">
135+
<date-part name="month" form="short" strip-periods="true"/>
136+
<date-part name="day"/>
137+
</date>
138+
</if>
139+
<else-if type="article-journal article-magazine" match="any">
140+
<choose>
141+
<if variable="volume issue" match="none">
142+
<date variable="issued" delimiter=" ">
143+
<date-part name="month" form="short" strip-periods="true"/>
144+
<date-part name="day"/>
145+
</date>
146+
</if>
147+
</choose>
148+
</else-if>
149+
</choose>
150+
</group>
151+
</macro>
152+
<macro name="edition">
153+
<choose>
154+
<if is-numeric="edition">
155+
<group delimiter=" ">
156+
<number variable="edition" form="ordinal"/>
157+
<text term="edition" form="short"/>
158+
</group>
159+
</if>
160+
<else>
161+
<text variable="edition" suffix="."/>
162+
</else>
163+
</choose>
164+
</macro>
165+
<macro name="collection">
166+
<choose>
167+
<if type="report">
168+
<group prefix=" " suffix="." delimiter=" ">
169+
<text variable="collection-title"/>
170+
<text variable="number" prefix=" Report No.: "/>
171+
</group>
172+
</if>
173+
<else>
174+
<group prefix=" (" suffix=")." delimiter=" ">
175+
<names variable="collection-editor" suffix=". ">
176+
<name delimiter-precedes-last="always" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
177+
<label prefix=", "/>
178+
</names>
179+
<text variable="collection-title"/>
180+
</group>
181+
</else>
182+
</choose>
183+
</macro>
184+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
185+
<sort>
186+
<key macro="year-date"/>
187+
<key macro="author-short"/>
188+
</sort>
189+
<layout prefix="(" suffix=")" delimiter="; ">
190+
<group delimiter=" ">
191+
<text macro="author-short"/>
192+
<text macro="year-date"/>
193+
</group>
194+
<text variable="locator" prefix=": "/>
195+
</layout>
196+
</citation>
197+
<bibliography hanging-indent="false" et-al-min="11" et-al-use-first="10">
198+
<sort>
199+
<key macro="author"/>
200+
<key macro="year-date"/>
201+
</sort>
202+
<layout suffix=".">
203+
<group suffix="." delimiter=". ">
204+
<text macro="author"/>
205+
<text macro="year-date"/>
206+
<text macro="title"/>
207+
</group>
208+
<group suffix=".">
209+
<choose>
210+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
211+
<group prefix=" " suffix="." delimiter=" ">
212+
<text macro="edition"/>
213+
<text macro="editor"/>
214+
</group>
215+
<text prefix=" " macro="publisher"/>
216+
<text prefix=" " macro="collection"/>
217+
</if>
218+
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
219+
<group prefix=" " delimiter=" ">
220+
<group delimiter=" ">
221+
<text term="in" text-case="capitalize-first" suffix=":"/>
222+
<text macro="editor"/>
223+
<text variable="container-title" suffix="."/>
224+
</group>
225+
<text variable="volume" prefix="Vol. " suffix="."/>
226+
<text macro="edition"/>
227+
<group suffix="." delimiter=". ">
228+
<text macro="publisher"/>
229+
<text prefix=" " macro="collection"/>
230+
<text macro="pages"/>
231+
</group>
232+
</group>
233+
</else-if>
234+
<else-if type="review review-book" match="any">
235+
<text macro="editor" prefix=" " suffix="."/>
236+
<group prefix=" ">
237+
<text macro="review" suffix="."/>
238+
<group prefix=" ">
239+
<text variable="volume"/>
240+
<text variable="issue" prefix="(" suffix=")"/>
241+
</group>
242+
<text variable="page" prefix=":"/>
243+
</group>
244+
</else-if>
245+
<else>
246+
<text macro="editor" suffix="." prefix=" "/>
247+
<group prefix=" ">
248+
<text variable="container-title" strip-periods="true" suffix="."/>
249+
<text variable="volume" prefix=" "/>
250+
<text variable="issue" prefix="(" suffix=")"/>
251+
<text variable="page" prefix=":"/>
252+
</group>
253+
<text variable="DOI" prefix=". https://doi.org/"/>
254+
</else>
255+
</choose>
256+
</group>
257+
<text prefix=" " macro="access"/>
258+
</layout>
259+
</bibliography>
260+
</style>

0 commit comments

Comments
 (0)