Skip to content

Commit eff41bb

Browse files
authored
Create dermatology-online.csl (JabRef#4558)
1 parent 3911696 commit eff41bb

File tree

1 file changed

+164
-0
lines changed

1 file changed

+164
-0
lines changed

Diff for: dermatology-online-journal.csl

+164
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" page-range-format="minimal" demote-non-dropping-particle="sort-only" version="1.0" default-locale="en-GB">
3+
<info>
4+
<title>Dermatology Online Journal</title>
5+
<id>http://www.zotero.org/styles/dermatology-online-journal</id>
6+
<link href="http://www.zotero.org/styles/dermatology-online-journal" rel="self"/>
7+
<link href="http://www.zotero.org/styles/eurointervention" rel="template"/>
8+
<link href="https://escholarship.org/uc/doj/submissionguidelines" rel="documentation"/>
9+
<author>
10+
<name>Patrick O'Brien</name>
11+
</author>
12+
<category citation-format="numeric"/>
13+
<category field="medicine"/>
14+
<eissn>1087-2108</eissn>
15+
<updated>2020-02-11T11:25:41+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+
<macro name="author">
19+
<names variable="author">
20+
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
21+
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
22+
<substitute>
23+
<names variable="editor"/>
24+
<names variable="translator"/>
25+
</substitute>
26+
</names>
27+
</macro>
28+
<macro name="editor">
29+
<names variable="editor">
30+
<name initialize-with="" delimiter=", " delimiter-precedes-last="always" name-as-sort-order="all" sort-separator=" "/>
31+
<label form="long" prefix=", " suffix="."/>
32+
</names>
33+
</macro>
34+
<macro name="year-date">
35+
<choose>
36+
<if variable="issued">
37+
<date variable="issued">
38+
<date-part name="year"/>
39+
</date>
40+
</if>
41+
<else>
42+
<text form="short" term="no date"/>
43+
</else>
44+
</choose>
45+
</macro>
46+
<macro name="publisher">
47+
<text variable="publisher" suffix="; "/>
48+
<text macro="year-date"/>
49+
</macro>
50+
<macro name="edition">
51+
<choose>
52+
<if is-numeric="edition">
53+
<group delimiter=" ">
54+
<number variable="edition" form="ordinal"/>
55+
<text form="short" term="edition"/>
56+
</group>
57+
</if>
58+
<else>
59+
<text variable="edition"/>
60+
</else>
61+
</choose>
62+
</macro>
63+
<macro name="access">
64+
<choose>
65+
<if variable="DOI"/>
66+
<else-if match="any" type="webpage post-weblog">
67+
<choose>
68+
<if variable="URL">
69+
<text variable="URL"/>
70+
<group delimiter=" " prefix=" (" suffix=")">
71+
<text term="accessed"/>
72+
<date variable="accessed" form="text"/>
73+
</group>
74+
</if>
75+
</choose>
76+
</else-if>
77+
</choose>
78+
</macro>
79+
<citation collapse="citation-number">
80+
<sort>
81+
<key variable="citation-number"/>
82+
</sort>
83+
<layout delimiter="," prefix="[" suffix="]">
84+
<text variable="citation-number"/>
85+
</layout>
86+
</citation>
87+
<bibliography et-al-min="6" et-al-use-first="3" second-field-align="flush" entry-spacing="0">
88+
<layout suffix=".">
89+
<text variable="citation-number" suffix="."/>
90+
<text suffix=". " macro="author"/>
91+
<choose>
92+
<if match="any" type="bill book graphic legal_case legislation motion_picture report song">
93+
<group delimiter=". ">
94+
<text variable="title"/>
95+
<text variable="volume" prefix="vol. "/>
96+
<text macro="edition"/>
97+
<text macro="publisher"/>
98+
</group>
99+
</if>
100+
<else-if match="any" type="chapter paper-conference">
101+
<group delimiter=". ">
102+
<text variable="title"/>
103+
<group>
104+
<text suffix=": " term="in" text-case="sentence"/>
105+
<text variable="container-title" form="short"/>
106+
</group>
107+
<text macro="editor"/>
108+
<text macro="edition"/>
109+
<group delimiter=" ">
110+
<label variable="volume" form="short"/>
111+
<text variable="volume"/>
112+
</group>
113+
<text macro="publisher"/>
114+
<group delimiter=" ">
115+
<label variable="page" form="short" plural="never"/>
116+
<text variable="page"/>
117+
</group>
118+
</group>
119+
</else-if>
120+
<else-if type="patent">
121+
<group delimiter=", ">
122+
<group delimiter=". ">
123+
<text variable="title"/>
124+
<text variable="number"/>
125+
</group>
126+
<text macro="year-date"/>
127+
</group>
128+
</else-if>
129+
<else-if type="thesis">
130+
<group delimiter=". ">
131+
<text variable="title"/>
132+
<text variable="genre"/>
133+
<group delimiter=", ">
134+
<text variable="publisher"/>
135+
<text macro="year-date"/>
136+
</group>
137+
</group>
138+
</else-if>
139+
<else>
140+
<group delimiter=". ">
141+
<text variable="title"/>
142+
<text variable="container-title" form="short" suffix="." text-case="title" font-style="italic" strip-periods="true"/>
143+
<group delimiter=":">
144+
<group delimiter=";">
145+
<text macro="year-date"/>
146+
<text variable="volume"/>
147+
</group>
148+
<text variable="page" form="short"/>
149+
</group>
150+
<choose>
151+
<if match="any" variable="PMID">
152+
<text variable="PMID" prefix="[PMID: " suffix="]"/>
153+
</if>
154+
<else>
155+
<text variable="DOI" prefix="[DOI: " suffix="]"/>
156+
</else>
157+
</choose>
158+
</group>
159+
</else>
160+
</choose>
161+
<text prefix=". " macro="access"/>
162+
</layout>
163+
</bibliography>
164+
</style>

0 commit comments

Comments
 (0)