Skip to content

Commit 6c6bf37

Browse files
authored
Create proceedings-of-the-joint-international-grassland-and-international-rangeland-congress-2021.csl (JabRef#4667)
1 parent b91deaf commit 6c6bf37

1 file changed

+137
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="expanded" default-locale="en-GB">
3+
<info>
4+
<title>Proceedings of the Joint International Grassland &amp; International Rangeland Congress 2021</title>
5+
<title-short>IGC-IRC 2021</title-short>
6+
<id>http://www.zotero.org/styles/proceedings-of-the-joint-international-grassland-and-international-rangeland-congress-2021</id>
7+
<link href="http://www.zotero.org/styles/proceedings-of-the-joint-international-grassland-and-international-rangeland-congress-2021" rel="self"/>
8+
<link href="http://www.zotero.org/styles/boreal-environment-research" rel="template"/>
9+
<link href="http://2020kenya-igc-irc.rangelandcongress.org/wp-content/uploads/sites/6/2018/10/IGC-IRC-Paper-Template.docx" rel="documentation"/>
10+
<author>
11+
<name>Cristian Moreno</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="geography"/>
16+
<updated>2020-04-03T23:09:38+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<macro name="editor-translator">
20+
<names variable="editor translator" delimiter=", ">
21+
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
22+
<et-al font-style="italic"/>
23+
<label form="short" prefix=" (" suffix=")."/>
24+
</names>
25+
</macro>
26+
<macro name="author">
27+
<names variable="author">
28+
<name and="text" delimiter-precedes-last="never" initialize-with="." name-as-sort-order="all"/>
29+
<label form="short" prefix=" (" suffix=")"/>
30+
<substitute>
31+
<names variable="editor"/>
32+
<names variable="translator"/>
33+
<text macro="title"/>
34+
</substitute>
35+
</names>
36+
</macro>
37+
<macro name="author-short">
38+
<names variable="author">
39+
<name form="short" and="text" delimiter=", " initialize-with=". "/>
40+
<et-al font-style="italic"/>
41+
<substitute>
42+
<names variable="editor"/>
43+
<names variable="translator"/>
44+
<choose>
45+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
46+
<text variable="title" form="short" font-style="italic"/>
47+
</if>
48+
<else>
49+
<text variable="title" form="short" quotes="true"/>
50+
</else>
51+
</choose>
52+
</substitute>
53+
</names>
54+
</macro>
55+
<macro name="title">
56+
<choose>
57+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
58+
<text variable="title" font-style="italic"/>
59+
</if>
60+
<else>
61+
<text variable="title"/>
62+
</else>
63+
</choose>
64+
</macro>
65+
<macro name="publisher">
66+
<group delimiter=", ">
67+
<text variable="publisher"/>
68+
<text variable="publisher-place"/>
69+
</group>
70+
</macro>
71+
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" year-suffix-delimiter=", ">
72+
<sort>
73+
<key variable="issued"/>
74+
<key macro="author-short"/>
75+
</sort>
76+
<layout prefix="(" suffix=")" delimiter="; ">
77+
<group delimiter=" ">
78+
<text macro="author-short"/>
79+
<date variable="issued">
80+
<date-part name="year"/>
81+
</date>
82+
<group>
83+
<label variable="locator" form="short"/>
84+
<text variable="locator" prefix=" "/>
85+
</group>
86+
</group>
87+
</layout>
88+
</citation>
89+
<bibliography hanging-indent="true" et-al-min="99" et-al-use-first="98">
90+
<sort>
91+
<key macro="author-short"/>
92+
<key variable="issued"/>
93+
</sort>
94+
<layout>
95+
<text macro="author" suffix="."/>
96+
<date variable="issued" prefix=" " suffix=".">
97+
<date-part name="year"/>
98+
</date>
99+
<choose>
100+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
101+
<group suffix=".">
102+
<text macro="title" prefix=" "/>
103+
<text macro="editor-translator" prefix=" "/>
104+
</group>
105+
<text prefix=" " suffix="." macro="publisher"/>
106+
</if>
107+
<else-if type="chapter paper-conference" match="any">
108+
<text macro="title" prefix=" "/>
109+
<group prefix=".">
110+
<group delimiter=" " prefix=" In: " suffix=".">
111+
<text macro="editor-translator"/>
112+
<text variable="container-title" font-style="italic" suffix="."/>
113+
<text macro="publisher" prefix=" " suffix=","/>
114+
<group delimiter=" ">
115+
<label variable="page" form="short"/>
116+
<text variable="page"/>
117+
</group>
118+
</group>
119+
</group>
120+
</else-if>
121+
<else>
122+
<group suffix=".">
123+
<text macro="title" prefix=" "/>
124+
<text macro="editor-translator" prefix=" "/>
125+
</group>
126+
<group prefix=" " suffix=".">
127+
<text variable="container-title" form="short" font-style="italic"/>
128+
<group prefix=" ">
129+
<text variable="volume"/>
130+
</group>
131+
<text variable="page" prefix=": "/>
132+
</group>
133+
</else>
134+
</choose>
135+
</layout>
136+
</bibliography>
137+
</style>

0 commit comments

Comments
 (0)