Skip to content

Commit 0740f8c

Browse files
authored
Create eunomia-revista-en-cultura-de-la-legalidad.csl (#6095)
via https://forums.zotero.org/discussion/96159/new-style-request-eunomia#latest
1 parent f93c809 commit 0740f8c

File tree

1 file changed

+197
-0
lines changed

1 file changed

+197
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
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="es-ES">
3+
<info>
4+
<title>EUNOMÍA. Revista en Cultura de la Legalidad (Español)</title>
5+
<id>http://www.zotero.org/styles/eunomia-revista-en-cultura-de-la-legalidad</id>
6+
<link href="http://www.zotero.org/styles/eunomia-revista-en-cultura-de-la-legalidad" rel="self"/>
7+
<link href="http://www.zotero.org/styles/ecosistemas" rel="template"/>
8+
<link href="https://e-revistas.uc3m.es/index.php/EUNOM/information/authors" rel="documentation"/>
9+
<link href="https://e-revistas.uc3m.es/index.php/EUNOM/article/view/6807/5361" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien</name>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="biology"/>
15+
<category field="botany"/>
16+
<category field="science"/>
17+
<issn>2253-6655</issn>
18+
<updated>2022-06-20T08:24:18+00:00</updated>
19+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
20+
</info>
21+
<macro name="editor">
22+
<names variable="editor" delimiter=", ">
23+
<name and="text" initialize-with=". "/>
24+
<label form="short" text-case="capitalize-first" strip-periods="false" prefix=", "/>
25+
</names>
26+
</macro>
27+
<macro name="anon">
28+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
29+
</macro>
30+
<macro name="author">
31+
<names variable="author">
32+
<name delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
33+
<label form="short" prefix=" "/>
34+
<substitute>
35+
<names variable="editor"/>
36+
<names variable="translator"/>
37+
<text macro="anon"/>
38+
</substitute>
39+
</names>
40+
</macro>
41+
<macro name="author-short">
42+
<names variable="author">
43+
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
44+
<substitute>
45+
<names variable="editor"/>
46+
<names variable="translator"/>
47+
<text macro="anon"/>
48+
</substitute>
49+
</names>
50+
</macro>
51+
<macro name="access">
52+
<choose>
53+
<if variable="URL" type="webpage">
54+
<text term="available at" text-case="capitalize-first" suffix=": "/>
55+
<text variable="URL"/>
56+
<group prefix=" [" suffix="]">
57+
<text term="accessed" text-case="capitalize-first" suffix=" "/>
58+
<date form="text" variable="accessed">
59+
<date-part name="month"/>
60+
<date-part name="day"/>
61+
<date-part name="year"/>
62+
</date>
63+
</group>
64+
</if>
65+
<else-if type="article-journal" match="any">
66+
<text variable="DOI" prefix="https://doi.org/"/>
67+
</else-if>
68+
</choose>
69+
</macro>
70+
<macro name="title">
71+
<choose>
72+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
73+
<text variable="title" font-style="italic"/>
74+
</if>
75+
<else>
76+
<text variable="title"/>
77+
</else>
78+
</choose>
79+
</macro>
80+
<macro name="publisher">
81+
<text variable="publisher"/>
82+
</macro>
83+
<macro name="year-date">
84+
<choose>
85+
<if variable="issued">
86+
<date variable="issued">
87+
<date-part name="year"/>
88+
</date>
89+
</if>
90+
<else>
91+
<text term="no date" form="short"/>
92+
</else>
93+
</choose>
94+
</macro>
95+
<macro name="edition">
96+
<choose>
97+
<if is-numeric="edition">
98+
<group delimiter=" ">
99+
<number variable="edition" form="ordinal"/>
100+
<text term="edition" form="short"/>
101+
</group>
102+
</if>
103+
<else>
104+
<text variable="edition" suffix="."/>
105+
</else>
106+
</choose>
107+
</macro>
108+
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" collapse="year-suffix">
109+
<sort>
110+
<key macro="year-date"/>
111+
</sort>
112+
<layout prefix="(" suffix=")" delimiter="; ">
113+
<group delimiter=" ">
114+
<group delimiter=", ">
115+
<text macro="author-short"/>
116+
<text macro="year-date"/>
117+
</group>
118+
<group>
119+
<label variable="locator" suffix=" " form="short"/>
120+
<text variable="locator"/>
121+
</group>
122+
</group>
123+
</layout>
124+
</citation>
125+
<bibliography hanging-indent="true" et-al-min="9" et-al-use-first="7">
126+
<sort>
127+
<key macro="author"/>
128+
<key variable="title"/>
129+
</sort>
130+
<layout>
131+
<group delimiter=". ">
132+
<text macro="author"/>
133+
<date variable="issued" prefix="(" suffix=")">
134+
<date-part name="year"/>
135+
</date>
136+
<choose>
137+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
138+
<group delimiter=". ">
139+
<group delimiter=" ">
140+
<text macro="title"/>
141+
<group delimiter="; " prefix="(" suffix=")">
142+
<text macro="edition"/>
143+
<text macro="editor"/>
144+
</group>
145+
</group>
146+
<text macro="publisher" suffix="."/>
147+
</group>
148+
</if>
149+
<else-if type="chapter paper-conference" match="any">
150+
<group delimiter=". ">
151+
<text macro="title"/>
152+
<group delimiter=", " prefix=" ">
153+
<group delimiter=" ">
154+
<text term="in" text-case="capitalize-first" font-style="normal"/>
155+
<text macro="editor"/>
156+
</group>
157+
<group delimiter=" ">
158+
<text variable="container-title" font-style="italic"/>
159+
<group delimiter=" " prefix="(" suffix=")">
160+
<label variable="page" form="short"/>
161+
<text variable="page"/>
162+
</group>
163+
</group>
164+
<text variable="collection-title" suffix=","/>
165+
</group>
166+
<text macro="publisher" prefix=" "/>
167+
</group>
168+
</else-if>
169+
<else-if type="thesis">
170+
<group delimiter=". ">
171+
<text macro="title"/>
172+
<text variable="genre"/>
173+
<text macro="publisher"/>
174+
</group>
175+
</else-if>
176+
<else>
177+
<group delimiter=". " prefix=" " suffix=".">
178+
<group>
179+
<text macro="title" prefix=" "/>
180+
<text macro="editor" prefix=" "/>
181+
</group>
182+
<group delimiter=", ">
183+
<text variable="container-title" font-style="italic"/>
184+
<group>
185+
<text variable="volume" font-style="italic"/>
186+
<text variable="issue" prefix="(" suffix=")"/>
187+
</group>
188+
<text variable="page"/>
189+
</group>
190+
</group>
191+
</else>
192+
</choose>
193+
</group>
194+
<text macro="access" prefix=" "/>
195+
</layout>
196+
</bibliography>
197+
</style>

0 commit comments

Comments
 (0)