Skip to content

Commit cd051a1

Browse files
author
github actions
committed
Merge commit 'a8abfcd2b0d94120ad32097aec74923ab1cb857f'
2 parents 74408c0 + a8abfcd commit cd051a1

File tree

1 file changed

+251
-0
lines changed

1 file changed

+251
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,251 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal" default-locale="en-US">
3+
<info>
4+
<title>Journal of Breast Cancer</title>
5+
<title-short>JBC</title-short>
6+
<id>http://www.zotero.org/styles/journal-of-breast-cancer</id>
7+
<link href="http://www.zotero.org/styles/journal-of-breast-cancer" rel="self"/>
8+
<link href="http://www.zotero.org/styles/interactive-cardiovascular-and-thoracic-surgery" rel="template"/>
9+
<link href="https://ejbc.kr/index.php?body=instruction" rel="documentation"/>
10+
<author>
11+
<name>Patrick O'Brien, PhD</name>
12+
<email>obrienpat86@gmail.com</email>
13+
</author>
14+
<category citation-format="numeric"/>
15+
<category field="medicine"/>
16+
<issn>1738-6756</issn>
17+
<eissn>2092-9900</eissn>
18+
<updated>2020-03-15T14:22:45+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="page">
22+
<choose>
23+
<if is-numeric="locator">
24+
<label variable="locator" form="short" suffix=" "/>
25+
<text variable="locator"/>
26+
</if>
27+
<else>
28+
<text variable="locator"/>
29+
</else>
30+
</choose>
31+
</macro>
32+
<macro name="author">
33+
<choose>
34+
<if type="legislation"/>
35+
<else-if type="entry-encyclopedia" variable="author" match="all">
36+
<names variable="author">
37+
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
38+
</names>
39+
</else-if>
40+
<else-if variable="author editor composer" match="any">
41+
<names variable="author">
42+
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
43+
<label prefix=", "/>
44+
<substitute>
45+
<names variable="editor"/>
46+
<names variable="composer"/>
47+
</substitute>
48+
</names>
49+
</else-if>
50+
</choose>
51+
</macro>
52+
<macro name="title">
53+
<text variable="title" suffix="."/>
54+
</macro>
55+
<macro name="editor-container">
56+
<group delimiter=": ">
57+
<text term="in" text-case="capitalize-first"/>
58+
<group delimiter=". ">
59+
<names variable="editor">
60+
<name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
61+
<label prefix=", "/>
62+
</names>
63+
<text variable="container-title" suffix="."/>
64+
</group>
65+
</group>
66+
</macro>
67+
<macro name="container-title">
68+
<choose>
69+
<if type="article-journal">
70+
<text variable="container-title" form="short" strip-periods="true"/>
71+
</if>
72+
<else-if type="entry-encyclopedia" variable="author">
73+
<text macro="editor-container"/>
74+
</else-if>
75+
<else-if type="chapter">
76+
<text macro="editor-container"/>
77+
</else-if>
78+
<else-if type="patent" match="any">
79+
<text variable="authority" suffix=" "/>
80+
<text variable="number" suffix=","/>
81+
</else-if>
82+
<else>
83+
<text variable="container-title" suffix="."/>
84+
</else>
85+
</choose>
86+
</macro>
87+
<macro name="edition">
88+
<group delimiter=" ">
89+
<choose>
90+
<if is-numeric="edition">
91+
<number variable="edition" form="ordinal"/>
92+
<text term="edition" form="short"/>
93+
</if>
94+
<else>
95+
<text variable="edition"/>
96+
</else>
97+
</choose>
98+
</group>
99+
</macro>
100+
<macro name="city">
101+
<text variable="publisher-place"/>
102+
</macro>
103+
<macro name="publisher">
104+
<text variable="publisher"/>
105+
</macro>
106+
<macro name="year">
107+
<choose>
108+
<if type="legislation bill patent" match="any">
109+
<date form="text" variable="issued">
110+
<date-part name="year"/>
111+
<date-part name="month" form="short"/>
112+
<date-part name="day"/>
113+
</date>
114+
</if>
115+
<else-if type="article-newspaper broadcast" match="any">
116+
<date variable="issued" delimiter=" ">
117+
<date-part name="year"/>
118+
<date-part name="month" form="short"/>
119+
<date-part name="day"/>
120+
</date>
121+
</else-if>
122+
<else-if type="chapter paper-conference" match="any">
123+
<date variable="issued" prefix="; ">
124+
<date-part name="year"/>
125+
</date>
126+
</else-if>
127+
<else-if type="book" match="any">
128+
<date date-parts="year" form="text" variable="issued" prefix="; "/>
129+
</else-if>
130+
<else>
131+
<choose>
132+
<if match="all" variable="volume page">
133+
<date variable="issued">
134+
<date-part name="year"/>
135+
</date>
136+
</if>
137+
<else>
138+
<date variable="issued" suffix=".">
139+
<date-part name="year"/>
140+
<date-part name="month" form="short" strip-periods="true" prefix=" "/>
141+
<date-part name="day" prefix=" "/>
142+
</date>
143+
</else>
144+
</choose>
145+
</else>
146+
</choose>
147+
</macro>
148+
<macro name="entry">
149+
<choose>
150+
<if type="entry-encyclopedia">
151+
<choose>
152+
<if variable="author"/>
153+
<else>
154+
<text variable="title"/>
155+
</else>
156+
</choose>
157+
</if>
158+
<else-if type="post-weblog">
159+
<text variable="title" suffix=";"/>
160+
</else-if>
161+
</choose>
162+
</macro>
163+
<macro name="locator">
164+
<choose>
165+
<if type="article-journal article-magazine" match="any">
166+
<group delimiter=":" prefix=";">
167+
<text variable="volume"/>
168+
<text variable="page"/>
169+
</group>
170+
</if>
171+
<else-if type="article-newspaper">
172+
<group delimiter=":">
173+
<text variable="section"/>
174+
<text variable="page"/>
175+
</group>
176+
</else-if>
177+
<else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
178+
<group delimiter=" " prefix=". ">
179+
<label variable="page" form="short"/>
180+
<text variable="page"/>
181+
</group>
182+
</else-if>
183+
<else-if type="legislation">
184+
<number variable="volume"/>
185+
<date variable="issued" prefix=" af " delimiter="/">
186+
<date-part name="day" form="numeric-leading-zeros"/>
187+
<date-part name="month" form="numeric-leading-zeros"/>
188+
<date-part name="year"/>
189+
</date>
190+
</else-if>
191+
<else-if type="bill">
192+
<number variable="number"/>
193+
<date variable="issued" prefix=". " delimiter="/">
194+
<date-part name="day" form="numeric-leading-zeros"/>
195+
<date-part name="month" form="numeric-leading-zeros"/>
196+
<date-part name="year"/>
197+
</date>
198+
</else-if>
199+
</choose>
200+
</macro>
201+
<macro name="access">
202+
<choose>
203+
<if type="article-journal" match="any">
204+
<choose>
205+
<if match="none" variable="volume page">
206+
<text variable="DOI" prefix="https://doi.org/"/>
207+
</if>
208+
</choose>
209+
</if>
210+
<else-if type="webpage post-weblog" match="any">
211+
<text variable="URL" text-decoration="none"/>
212+
</else-if>
213+
</choose>
214+
</macro>
215+
<citation collapse="citation-number">
216+
<sort>
217+
<key variable="citation-number"/>
218+
</sort>
219+
<layout delimiter="," prefix="[" suffix="]">
220+
<text variable="citation-number"/>
221+
<text macro="page" prefix=", "/>
222+
</layout>
223+
</citation>
224+
<bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush" hanging-indent="true">
225+
<layout suffix=".">
226+
<text variable="citation-number" suffix=". "/>
227+
<group delimiter=" ">
228+
<group delimiter=". ">
229+
<text macro="author"/>
230+
<text macro="title"/>
231+
<text macro="container-title"/>
232+
</group>
233+
<text macro="edition"/>
234+
<group>
235+
<group delimiter=": ">
236+
<text macro="city"/>
237+
<text macro="publisher"/>
238+
</group>
239+
<group delimiter=" ">
240+
<group delimiter=". ">
241+
<text macro="year"/>
242+
<text macro="entry"/>
243+
</group>
244+
</group>
245+
<text macro="locator"/>
246+
</group>
247+
<text macro="access"/>
248+
</group>
249+
</layout>
250+
</bibliography>
251+
</style>

0 commit comments

Comments
 (0)