Skip to content

Commit c83c4a9

Browse files
authored
Create endocrine-connections.csl (#5380)
1 parent 7da88e9 commit c83c4a9

File tree

1 file changed

+147
-0
lines changed

1 file changed

+147
-0
lines changed

endocrine-connections.csl

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" and="symbol" page-range-format="expanded" initialize-with-hyphen="false" default-locale="en-GB">
3+
<info>
4+
<title>Endocrine Connections</title>
5+
<id>http://www.zotero.org/styles/endocrine-connections</id>
6+
<link href="http://www.zotero.org/styles/endocrine-connections" rel="self"/>
7+
<link href="http://www.zotero.org/styles/european-journal-of-endocrinology" rel="template"/>
8+
<link href="https://ec.bioscientifica.com/page/author/author-guidelines" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<eissn>2049-3614</eissn>
15+
<updated>2021-04-13T12:36:19+00:00</updated>
16+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
17+
</info>
18+
<locale xml:lang="en">
19+
<terms>
20+
<term name="edition" form="short">edn</term>
21+
</terms>
22+
</locale>
23+
<macro name="author">
24+
<names variable="author">
25+
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
26+
<et-al font-style="italic"/>
27+
<substitute>
28+
<names variable="editor"/>
29+
</substitute>
30+
</names>
31+
</macro>
32+
<macro name="editor">
33+
<names variable="editor" suffix=". ">
34+
<label form="short" strip-periods="true" text-case="capitalize-first" suffix=" "/>
35+
<name and="symbol" initialize-with="" name-as-sort-order="all" sort-separator=" ">
36+
<name-part name="given" text-case="uppercase"/>
37+
</name>
38+
</names>
39+
</macro>
40+
<macro name="publisher">
41+
<group delimiter=": " suffix=",">
42+
<text variable="publisher-place"/>
43+
<text variable="publisher"/>
44+
</group>
45+
</macro>
46+
<macro name="container-title">
47+
<choose>
48+
<if type="chapter book" match="any">
49+
<group suffix=".">
50+
<choose>
51+
<if match="any" variable="container-title">
52+
<text term="in" text-case="capitalize-first" suffix=" "/>
53+
<text variable="container-title" font-style="italic" suffix=","/>
54+
</if>
55+
</choose>
56+
<text macro="edition" prefix=" "/>
57+
<choose>
58+
<if match="any" variable="chapter-number">
59+
<number prefix="ch. " variable="chapter-number" suffix=", "/>
60+
</if>
61+
</choose>
62+
<text macro="pages"/>
63+
<text macro="editor"/>
64+
<text macro="publisher"/>
65+
<text macro="date"/>
66+
</group>
67+
</if>
68+
<else>
69+
<group suffix=".">
70+
<text variable="container-title" font-style="italic"/>
71+
<text macro="date"/>
72+
<text macro="journal-location"/>
73+
<text macro="pages"/>
74+
</group>
75+
<text variable="DOI" prefix=" (https://doi.org/" suffix=")"/>
76+
</else>
77+
</choose>
78+
</macro>
79+
<macro name="title">
80+
<text variable="title"/>
81+
</macro>
82+
<macro name="edition">
83+
<choose>
84+
<if is-numeric="edition">
85+
<group delimiter=" " suffix=", ">
86+
<text term="edition" form="short"/>
87+
<number variable="edition"/>
88+
</group>
89+
</if>
90+
<else>
91+
<text variable="edition" suffix="."/>
92+
</else>
93+
</choose>
94+
</macro>
95+
<macro name="date">
96+
<choose>
97+
<if type="article-journal article-magazine article-newspaper" match="any">
98+
<date delimiter=" " variable="issued" prefix=" " suffix=" ">
99+
<date-part name="year"/>
100+
</date>
101+
</if>
102+
<else>
103+
<date variable="issued" suffix=".">
104+
<date-part name="year"/>
105+
</date>
106+
</else>
107+
</choose>
108+
</macro>
109+
<macro name="pages">
110+
<choose>
111+
<if type="article-journal article-magazine article-newspaper" match="any">
112+
<text variable="page"/>
113+
</if>
114+
<else>
115+
<group delimiter=" " prefix=" " suffix=". ">
116+
<label variable="page" form="short" strip-periods="true"/>
117+
<text variable="page"/>
118+
</group>
119+
</else>
120+
</choose>
121+
</macro>
122+
<macro name="journal-location">
123+
<choose>
124+
<if type="article-journal article-magazine" match="any">
125+
<text variable="volume" font-weight="bold" suffix=" "/>
126+
</if>
127+
</choose>
128+
</macro>
129+
<citation near-note-distance="0">
130+
<sort>
131+
<key variable="citation-number"/>
132+
</sort>
133+
<layout delimiter=", " prefix="(" suffix=")">
134+
<text variable="citation-number"/>
135+
</layout>
136+
</citation>
137+
<bibliography et-al-min="11" et-al-use-first="10" second-field-align="flush">
138+
<layout>
139+
<text variable="citation-number" suffix=" "/>
140+
<group delimiter=". " suffix=". ">
141+
<text macro="author"/>
142+
<text macro="title"/>
143+
</group>
144+
<text macro="container-title"/>
145+
</layout>
146+
</bibliography>
147+
</style>

0 commit comments

Comments
 (0)