Skip to content

Commit 7472744

Browse files
author
cappelluti
authored
Create farmeconomia.csl (JabRef#5017)
1 parent bd916df commit 7472744

File tree

1 file changed

+182
-0
lines changed

1 file changed

+182
-0
lines changed

Diff for: farmeconomia.csl

+182
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
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" page-range-format="chicago" default-locale="en-US">
3+
<info>
4+
<title>Farmeconomia. Health Economics and Therapeutic Pathways</title>
5+
<title-short>Farmeconomia</title-short>
6+
<id>http://www.zotero.org/styles/farmeconomia</id>
7+
<link href="http://www.zotero.org/styles/farmeconomia" rel="self"/>
8+
<link href="http://www.zotero.org/styles/journal-of-pediatric-gastroenterology-and-nutrition" rel="template"/>
9+
<link href="https://journals.seedmedicalpublishers.com/index.php/fe/about/submissions" rel="documentation"/>
10+
<author>
11+
<name>Enzo Cappelluti</name>
12+
<email>[email protected]</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>1721-6915</issn>
17+
<eissn>2240-256X</eissn>
18+
<updated>2020-09-10T04:32:51+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+
<locale xml:lang="en">
22+
<terms>
23+
<term name="in press">published</term>
24+
<term name="page-range-delimiter">-</term>
25+
</terms>
26+
</locale>
27+
<macro name="editor">
28+
<names variable="editor">
29+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
30+
<label form="short" strip-periods="false" prefix=", "/>
31+
</names>
32+
</macro>
33+
<macro name="anon">
34+
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
35+
</macro>
36+
<macro name="author">
37+
<group suffix=".">
38+
<names variable="author">
39+
<name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
40+
<label form="short" strip-periods="false" prefix=", "/>
41+
<substitute>
42+
<names variable="editor"/>
43+
<text macro="anon"/>
44+
</substitute>
45+
</names>
46+
</group>
47+
</macro>
48+
<macro name="title">
49+
<choose>
50+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
51+
<text variable="title" font-style="italic"/>
52+
</if>
53+
<else>
54+
<text variable="title"/>
55+
</else>
56+
</choose>
57+
</macro>
58+
<macro name="publisher">
59+
<group delimiter=": ">
60+
<text variable="publisher-place"/>
61+
<text variable="publisher"/>
62+
</group>
63+
</macro>
64+
<macro name="edition">
65+
<choose>
66+
<if is-numeric="edition">
67+
<group delimiter=" ">
68+
<number variable="edition" form="ordinal"/>
69+
<text term="edition" form="short"/>
70+
</group>
71+
</if>
72+
<else>
73+
<text variable="edition" suffix="."/>
74+
</else>
75+
</choose>
76+
</macro>
77+
<macro name="access">
78+
<choose>
79+
<if type="article-journal" match="any">
80+
<text variable="DOI" prefix="https://doi.org/"/>
81+
</if>
82+
</choose>
83+
</macro>
84+
<macro name="volume">
85+
<group delimiter=" ">
86+
<label text-case="capitalize-first" variable="volume" form="short"/>
87+
<text variable="volume"/>
88+
</group>
89+
</macro>
90+
<citation collapse="citation-number">
91+
<sort>
92+
<key variable="citation-number"/>
93+
</sort>
94+
<layout delimiter="," prefix="[" suffix="]">
95+
<text variable="citation-number"/>
96+
<group>
97+
<label variable="locator" form="short" strip-periods="true"/>
98+
<text variable="locator"/>
99+
</group>
100+
</layout>
101+
</citation>
102+
<bibliography et-al-min="4" et-al-use-first="3" second-field-align="margin">
103+
<layout>
104+
<text variable="citation-number" suffix=". "/>
105+
<text macro="author"/>
106+
<choose>
107+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
108+
<group delimiter=". ">
109+
<text macro="title" prefix=" "/>
110+
<text macro="edition" prefix=" "/>
111+
<text macro="editor"/>
112+
<group delimiter="; ">
113+
<text prefix=" " macro="publisher"/>
114+
<group delimiter=": ">
115+
<date variable="issued">
116+
<date-part name="year"/>
117+
</date>
118+
<text variable="page"/>
119+
</group>
120+
</group>
121+
</group>
122+
</if>
123+
<else-if type="chapter paper-conference" match="any">
124+
<group delimiter=". ">
125+
<text macro="title" prefix=" "/>
126+
<group>
127+
<text term="in" text-case="capitalize-first" suffix=": "/>
128+
<text macro="editor"/>
129+
</group>
130+
<text variable="container-title" font-style="italic" prefix=" "/>
131+
<text macro="volume"/>
132+
<text macro="edition"/>
133+
<text variable="collection-title"/>
134+
<group delimiter="; " suffix=".">
135+
<text macro="publisher"/>
136+
<group delimiter=":">
137+
<date variable="issued">
138+
<date-part name="year"/>
139+
</date>
140+
<text variable="page" form="long"/>
141+
</group>
142+
</group>
143+
</group>
144+
</else-if>
145+
<else-if type="webpage post post-weblog" match="any">
146+
<group delimiter=". " prefix=" ">
147+
<text variable="title"/>
148+
<text variable="container-title"/>
149+
<text variable="URL"/>
150+
<group delimiter=" ">
151+
<text term="in press" text-case="capitalize-first"/>
152+
<date form="text" date-parts="year-month-day" variable="issued"/>
153+
</group>
154+
<group delimiter=" ">
155+
<text term="accessed" text-case="capitalize-first"/>
156+
<date form="text" variable="accessed"/>
157+
</group>
158+
</group>
159+
</else-if>
160+
<else>
161+
<group delimiter=". ">
162+
<text macro="title" prefix=" "/>
163+
<text macro="editor" prefix=" "/>
164+
<group delimiter=" " prefix=" " suffix=";">
165+
<text variable="container-title" form="short" strip-periods="true" font-style="italic"/>
166+
<group delimiter=": ">
167+
<group delimiter="; ">
168+
<date variable="issued">
169+
<date-part name="year"/>
170+
</date>
171+
<text variable="volume"/>
172+
</group>
173+
<text variable="page"/>
174+
</group>
175+
</group>
176+
</group>
177+
</else>
178+
</choose>
179+
<text macro="access" prefix=" "/>
180+
</layout>
181+
</bibliography>
182+
</style>

0 commit comments

Comments
 (0)