Skip to content

Commit f93c809

Browse files

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

endocrine-journal.csl

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
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="expanded" default-locale="en-GB">
3+
<info>
4+
<title>Endocrine Journal</title>
5+
<title-short>EJ</title-short>
6+
<id>http://www.zotero.org/styles/endocrine-journal</id>
7+
<link href="http://www.zotero.org/styles/endocrine-journal" rel="self"/>
8+
<link href="http://www.zotero.org/styles/aims-press" rel="template"/>
9+
<link href="https://s3-us-west-2.amazonaws.com/clarivate-scholarone-prod-us-west-2-s1m-public/wwwRoot/prod1/societyimages/endocrj/EJ%20Instructions%20to%20Authors_en.pdf" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien, PhD</name>
12+
</author>
13+
<category citation-format="numeric"/>
14+
<category field="science"/>
15+
<issn>0918-8959</issn>
16+
<eissn>1348-4540</eissn>
17+
<updated>2022-06-10T09:38: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+
<macro name="author">
21+
<names variable="author">
22+
<name initialize-with="" delimiter=", " name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="always"/>
23+
<et-al font-style="italic"/>
24+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
25+
<substitute>
26+
<names variable="editor"/>
27+
<names variable="translator"/>
28+
<text variable="authority"/>
29+
<text variable="title"/>
30+
</substitute>
31+
</names>
32+
</macro>
33+
<macro name="editor">
34+
<names variable="editor">
35+
<name initialize-with="" delimiter=", " name-as-sort-order="all" sort-separator=" " delimiter-precedes-last="always"/>
36+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
37+
</names>
38+
</macro>
39+
<macro name="title">
40+
<choose>
41+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
42+
<text variable="title"/>
43+
</if>
44+
<else>
45+
<text variable="title"/>
46+
</else>
47+
</choose>
48+
</macro>
49+
<macro name="publisher">
50+
<group delimiter=", ">
51+
<text variable="publisher"/>
52+
<text variable="publisher-place"/>
53+
</group>
54+
</macro>
55+
<macro name="page">
56+
<text variable="page"/>
57+
</macro>
58+
<citation collapse="citation-number">
59+
<sort>
60+
<key variable="citation-number"/>
61+
</sort>
62+
<layout prefix="[" suffix="]" delimiter=",">
63+
<text variable="citation-number"/>
64+
</layout>
65+
</citation>
66+
<bibliography et-al-min="6" et-al-use-first="5" second-field-align="flush" entry-spacing="0">
67+
<layout suffix=".">
68+
<text variable="citation-number" suffix=". "/>
69+
<group delimiter=" ">
70+
<text macro="author"/>
71+
<date variable="issued" prefix="(" suffix=")">
72+
<date-part name="year"/>
73+
</date>
74+
<choose>
75+
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
76+
<group delimiter=". " prefix=" ">
77+
<text macro="title"/>
78+
<text macro="publisher"/>
79+
</group>
80+
</if>
81+
<else-if type="chapter paper-conference" match="any">
82+
<group delimiter=". ">
83+
<text macro="title" prefix=" "/>
84+
<group delimiter=" ">
85+
<group delimiter=": ">
86+
<text term="in" text-case="capitalize-first"/>
87+
<text macro="editor"/>
88+
</group>
89+
<text variable="container-title" font-style="normal"/>
90+
</group>
91+
<group delimiter=": ">
92+
<text macro="publisher"/>
93+
<text macro="page"/>
94+
</group>
95+
</group>
96+
</else-if>
97+
<else-if type="webpage post post-weblog" match="any">
98+
<group delimiter=". ">
99+
<group delimiter=", ">
100+
<text variable="container-title"/>
101+
<text macro="title"/>
102+
</group>
103+
<group delimiter=" ">
104+
<text variable="URL"/>
105+
<text term="accessed"/>
106+
<date form="text" variable="accessed"/>
107+
</group>
108+
</group>
109+
</else-if>
110+
<else>
111+
<group delimiter=". ">
112+
<text macro="title"/>
113+
<group delimiter=" ">
114+
<text variable="container-title" font-style="italic" form="short" strip-periods="true"/>
115+
<group delimiter=": ">
116+
<text variable="volume"/>
117+
<text macro="page"/>
118+
</group>
119+
</group>
120+
</group>
121+
</else>
122+
</choose>
123+
</group>
124+
</layout>
125+
</bibliography>
126+
</style>

0 commit comments

Comments
 (0)