Skip to content

Commit 8377ec8

Browse files
authored
Create bibliothecae-it.csl (#5440)
1 parent a5707e7 commit 8377ec8

File tree

1 file changed

+247
-0
lines changed

1 file changed

+247
-0
lines changed

bibliothecae-it.csl

+247
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
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="it-IT">
3+
<info>
4+
<title>Bibliothecae.it (Italiano)</title>
5+
<id>http://www.zotero.org/styles/bibliothecae-it</id>
6+
<link href="http://www.zotero.org/styles/bibliothecae-it" rel="self"/>
7+
<link href="http://www.zotero.org/styles/einaudi" rel="template"/>
8+
<link href="https://bibliothecae.unibo.it/about/submissions#authorGuidelines" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="author-date"/>
13+
<category field="humanities"/>
14+
<issn>2280-7934</issn>
15+
<eissn>2283-9364</eissn>
16+
<updated>2021-05-14T07:32: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+
<locale xml:lang="it">
20+
<terms>
21+
<term name="page" form="short">
22+
<single>p.</single>
23+
<multiple>pp.</multiple>
24+
</term>
25+
<term name="and others"/>
26+
<term name="letter" form="short">lettera</term>
27+
</terms>
28+
</locale>
29+
<macro name="responsibility">
30+
<names variable="author">
31+
<name delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3"/>
32+
<et-al prefix=" [" suffix="]"/>
33+
<label form="short" text-case="lowercase" prefix=" (" suffix=")"/>
34+
<substitute>
35+
<names variable="editor"/>
36+
<names variable="translator"/>
37+
<text variable="title"/>
38+
</substitute>
39+
</names>
40+
</macro>
41+
<macro name="author-citation">
42+
<names variable="author">
43+
<name form="short" delimiter=" - " et-al-min="2" et-al-use-first="1"/>
44+
<et-al term="and others" prefix=" [" suffix="]"/>
45+
<substitute>
46+
<names variable="editor"/>
47+
<names variable="translator"/>
48+
<text variable="title" form="short"/>
49+
</substitute>
50+
</names>
51+
</macro>
52+
<macro name="container-author">
53+
<names variable="container-author">
54+
<label form="short" prefix=" (" suffix=")" text-case="lowercase"/>
55+
<name delimiter-precedes-last="never" initialize-with=". ">
56+
<name-part name="family" text-case="capitalize-first"/>
57+
<name-part name="given"/>
58+
</name>
59+
</names>
60+
</macro>
61+
<macro name="container-responsibility">
62+
<choose>
63+
<if variable="container-author editor" match="any">
64+
<choose>
65+
<if variable="container-author">
66+
<text macro="container-author"/>
67+
</if>
68+
<else>
69+
<text macro="editor"/>
70+
</else>
71+
</choose>
72+
</if>
73+
</choose>
74+
</macro>
75+
<macro name="editor">
76+
<names variable="editor">
77+
<label form="verb" text-case="lowercase"/>
78+
<name prefix=" " delimiter-precedes-last="never">
79+
<name-part name="family" text-case="capitalize-first"/>
80+
<name-part name="given"/>
81+
</name>
82+
</names>
83+
</macro>
84+
<macro name="year-date">
85+
<choose>
86+
<if variable="issued">
87+
<choose>
88+
<if is-uncertain-date="issued">
89+
<text term="circa" form="short" suffix=" "/>
90+
</if>
91+
</choose>
92+
<date variable="issued">
93+
<date-part name="year" form="long"/>
94+
</date>
95+
</if>
96+
<else>
97+
<text term="no date"/>
98+
</else>
99+
</choose>
100+
</macro>
101+
<macro name="page">
102+
<choose>
103+
<if type="book report" match="any">
104+
<group delimiter=" ">
105+
<text variable="number-of-pages"/>
106+
<text term="page" form="short"/>
107+
</group>
108+
</if>
109+
<else>
110+
<group delimiter=" ">
111+
<label plural="never" variable="page" form="short"/>
112+
<text variable="page"/>
113+
</group>
114+
</else>
115+
</choose>
116+
</macro>
117+
<macro name="issue">
118+
<text variable="issue"/>
119+
</macro>
120+
<macro name="accessed">
121+
<choose>
122+
<if variable="URL DOI" match="any">
123+
<group prefix="(" suffix=")">
124+
<date variable="accessed">
125+
<date-part name="day" form="numeric" suffix=". "/>
126+
<date-part name="month" form="numeric" suffix=". "/>
127+
<date-part name="year"/>
128+
</date>
129+
</group>
130+
</if>
131+
</choose>
132+
</macro>
133+
<macro name="net-link">
134+
<choose>
135+
<if variable="DOI">
136+
<text variable="DOI" prefix="https://doi.org/"/>
137+
</if>
138+
<else-if variable="URL">
139+
<text variable="URL"/>
140+
</else-if>
141+
</choose>
142+
<text macro="accessed" prefix=" "/>
143+
</macro>
144+
<macro name="publisher">
145+
<group delimiter=", ">
146+
<text variable="publisher-place"/>
147+
<text variable="publisher"/>
148+
<text macro="year-date"/>
149+
</group>
150+
</macro>
151+
<citation disambiguate-add-year-suffix="true" collapse="year" year-suffix-delimiter=", " after-collapse-delimiter="; " delimiter-precedes-last="never">
152+
<layout prefix="(" suffix=")" delimiter="; ">
153+
<group delimiter=", ">
154+
<group delimiter=" ">
155+
<text macro="author-citation"/>
156+
<text macro="year-date"/>
157+
</group>
158+
<group delimiter=" ">
159+
<label variable="locator" form="short"/>
160+
<text variable="locator"/>
161+
</group>
162+
</group>
163+
</layout>
164+
</citation>
165+
<bibliography entry-spacing="1" line-spacing="1" delimiter-precedes-last="never">
166+
<sort>
167+
<key macro="responsibility"/>
168+
<key macro="year-date"/>
169+
<key variable="title"/>
170+
</sort>
171+
<layout suffix=".">
172+
<group delimiter=", ">
173+
<group delimiter=" = ">
174+
<group delimiter=" ">
175+
<text macro="author-citation"/>
176+
<text macro="year-date"/>
177+
</group>
178+
<text macro="responsibility"/>
179+
</group>
180+
<choose>
181+
<if type="book report thesis" match="any">
182+
<group delimiter=", ">
183+
<text variable="title" font-style="italic"/>
184+
<group delimiter=" ">
185+
<text variable="genre"/>
186+
<text variable="number"/>
187+
</group>
188+
<text macro="publisher"/>
189+
</group>
190+
</if>
191+
<else-if type="paper-conference chapter" match="any">
192+
<group delimiter=", ">
193+
<text variable="title" font-style="italic"/>
194+
<group delimiter=", ">
195+
<group delimiter=" ">
196+
<text term="in"/>
197+
<choose>
198+
<if variable="container-title">
199+
<text variable="container-title" font-style="italic"/>
200+
</if>
201+
<else>
202+
<text variable="event" font-style="italic"/>
203+
</else>
204+
</choose>
205+
</group>
206+
<text macro="container-responsibility"/>
207+
</group>
208+
<group delimiter=", ">
209+
<text macro="publisher"/>
210+
<text macro="page"/>
211+
</group>
212+
</group>
213+
</else-if>
214+
<else-if type="article-journal article-magazine article-newspaper" match="any">
215+
<group delimiter=", ">
216+
<text variable="title" font-style="italic"/>
217+
<text variable="container-title" quotes="true"/>
218+
<group delimiter=" ">
219+
<text variable="volume"/>
220+
<text macro="year-date" prefix="(" suffix=")"/>
221+
</group>
222+
<text macro="issue"/>
223+
<text macro="page"/>
224+
</group>
225+
</else-if>
226+
<else-if type="webpage post-weblog post" match="any">
227+
<group delimiter=", ">
228+
<text variable="title"/>
229+
<text variable="container-title"/>
230+
<text macro="net-link"/>
231+
</group>
232+
</else-if>
233+
<else>
234+
<group delimiter=". ">
235+
<text variable="title"/>
236+
<group delimiter=", ">
237+
<text macro="publisher"/>
238+
<text variable="volume"/>
239+
<text macro="page"/>
240+
</group>
241+
</group>
242+
</else>
243+
</choose>
244+
</group>
245+
</layout>
246+
</bibliography>
247+
</style>

0 commit comments

Comments
 (0)