Skip to content

Commit 04da306

Browse files
authored
Create quaderni-ministero-dei-beni-e-delle-attivita-culturali-e-del-t… (#5600)
1 parent 8144588 commit 04da306

File tree

1 file changed

+194
-0
lines changed

1 file changed

+194
-0
lines changed

quaderni.csl

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="never" default-locale="it-IT">
3+
<info>
4+
<title>Quaderni (Italiano)</title>
5+
<id>http://www.zotero.org/styles/quaderni</id>
6+
<link href="http://www.zotero.org/styles/quaderni" rel="self"/>
7+
<link href="http://www.zotero.org/styles/hochschule-osnabruck-fakultat-agrarwissenschaften-und-landschaftsarchitektur" rel="template"/>
8+
<link href="https://www.quaderniarcheocaor.beniculturali.it/index.php/qua/about/submissions" rel="documentation"/>
9+
<link href="https://quaderniarcheocaor.beniculturali.it/index.php/qua/libraryFiles/downloadPublic/1" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="note"/>
14+
<category field="history"/>
15+
<issn>1124-7827</issn>
16+
<eissn>2284-0834</eissn>
17+
<updated>2021-08-17T13:21:10+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+
<locale xml:lang="it">
21+
<terms>
22+
<term name="et-al">et alii</term>
23+
<term name="editor" form="short">
24+
<single>ed.</single>
25+
<multiple>eds</multiple>
26+
</term>
27+
</terms>
28+
</locale>
29+
<macro name="title">
30+
<text variable="title" font-style="italic"/>
31+
</macro>
32+
<macro name="author">
33+
<names variable="author">
34+
<name delimiter-precedes-last="never" initialize-with=". "/>
35+
<label form="short" prefix=" (" suffix=")"/>
36+
<substitute>
37+
<names variable="editor"/>
38+
<names variable="collection-editor"/>
39+
<names variable="translator"/>
40+
<text macro="anon"/>
41+
</substitute>
42+
</names>
43+
</macro>
44+
<macro name="anon">
45+
<choose>
46+
<if variable="author editor translator collection-editor" match="none">
47+
<text term="anonymous" form="long"/>
48+
</if>
49+
</choose>
50+
</macro>
51+
<macro name="author-short">
52+
<names variable="author">
53+
<name form="short" delimiter-precedes-last="never" et-al-min="3" et-al-use-first="1">
54+
<name-part name="family" text-case="uppercase"/>
55+
</name>
56+
<et-al font-style="italic"/>
57+
<label form="short" prefix=" (" suffix=")"/>
58+
<substitute>
59+
<names variable="editor"/>
60+
<names variable="collection-editor"/>
61+
<names variable="translator"/>
62+
<text macro="anon"/>
63+
</substitute>
64+
</names>
65+
</macro>
66+
<macro name="year-date">
67+
<choose>
68+
<if variable="issued">
69+
<date variable="issued">
70+
<date-part name="year"/>
71+
</date>
72+
</if>
73+
<else>
74+
<text term="no date" form="short"/>
75+
</else>
76+
</choose>
77+
</macro>
78+
<macro name="page">
79+
<text variable="page"/>
80+
</macro>
81+
<macro name="webpage">
82+
<choose>
83+
<if variable="URL">
84+
<text variable="URL"/>
85+
<date form="numeric" variable="accessed" prefix=" (Zugriff am " suffix=")"/>
86+
</if>
87+
</choose>
88+
</macro>
89+
<macro name="conference-paper">
90+
<group delimiter=", " prefix=" " suffix=".">
91+
<text variable="container-title"/>
92+
<text macro="page"/>
93+
</group>
94+
</macro>
95+
<macro name="author-count">
96+
<names variable="author">
97+
<name form="count"/>
98+
</names>
99+
</macro>
100+
<citation disambiguate-add-year-suffix="true">
101+
<sort>
102+
<key macro="author"/>
103+
</sort>
104+
<layout delimiter="; ">
105+
<group delimiter=": ">
106+
<group delimiter=" ">
107+
<text macro="author-short"/>
108+
<text macro="year-date"/>
109+
</group>
110+
<group delimiter=" ">
111+
<choose>
112+
<if match="none" locator="page">
113+
<label variable="locator" form="short"/>
114+
</if>
115+
</choose>
116+
<text variable="locator"/>
117+
</group>
118+
</group>
119+
</layout>
120+
</citation>
121+
<bibliography>
122+
<sort>
123+
<key macro="author" names-min="1" names-use-first="1"/>
124+
<key macro="author-count" names-min="2" names-use-first="2"/>
125+
<key macro="author"/>
126+
<key macro="year-date"/>
127+
</sort>
128+
<layout suffix=".">
129+
<group delimiter=": ">
130+
<group delimiter=" ">
131+
<text macro="author-short"/>
132+
<text macro="year-date"/>
133+
</group>
134+
<group delimiter=", ">
135+
<text macro="author"/>
136+
<text macro="title"/>
137+
<choose>
138+
<if type="article article-magazine article-journal article-newspaper" match="any">
139+
<group delimiter=", ">
140+
<text variable="container-title"/>
141+
<number font-weight="normal" variable="volume"/>
142+
<text macro="page"/>
143+
</group>
144+
</if>
145+
<else-if type="bill book graphic legal_case motion_picture report song" match="any">
146+
<group delimiter=", ">
147+
<group delimiter=" ">
148+
<label variable="volume"/>
149+
<number variable="volume"/>
150+
</group>
151+
<group delimiter=" ">
152+
<text variable="publisher-place"/>
153+
<text macro="year-date"/>
154+
</group>
155+
</group>
156+
</else-if>
157+
<else-if type="webpage post-weblog post" match="any">
158+
<text macro="webpage"/>
159+
</else-if>
160+
<else-if type="paper-conference" match="any">
161+
<text macro="conference-paper"/>
162+
</else-if>
163+
<else-if type="chapter" match="any">
164+
<group delimiter=", ">
165+
<group delimiter=" ">
166+
<text term="in"/>
167+
<names variable="editor">
168+
<name/>
169+
<label form="short" prefix=" (" suffix=")"/>
170+
</names>
171+
</group>
172+
<text variable="container-title" font-style="italic"/>
173+
<group delimiter=" ">
174+
<text variable="publisher-place"/>
175+
<text macro="year-date"/>
176+
</group>
177+
<text macro="page"/>
178+
</group>
179+
</else-if>
180+
<else-if type="thesis" match="any">
181+
<text variable="publisher"/>
182+
</else-if>
183+
<else-if type="interview personal_communication speech" match="any">
184+
<text variable="publisher"/>
185+
</else-if>
186+
<else>
187+
<text variable="container-title"/>
188+
</else>
189+
</choose>
190+
</group>
191+
</group>
192+
</layout>
193+
</bibliography>
194+
</style>

0 commit comments

Comments
 (0)