Skip to content

Commit c236ade

Browse files
pgiraudouxrmzelle
authored andcommitted
Create BFCN.csl (JabRef#4481)
1 parent 25d40cd commit c236ade

File tree

1 file changed

+227
-0
lines changed

1 file changed

+227
-0
lines changed

Diff for: bourgogne-franche-comte-nature.csl

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

0 commit comments

Comments
 (0)