Skip to content

Commit 520e127

Browse files
authored
1 parent ab629ab commit 520e127

File tree

1 file changed

+29
-20
lines changed

1 file changed

+29
-20
lines changed

frontiers-medical-journals.csl

+29-20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
3-
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
43
<info>
54
<title>Frontiers medical journals</title>
65
<id>http://www.zotero.org/styles/frontiers-medical-journals</id>
@@ -16,13 +15,13 @@
1615
<category citation-format="numeric"/>
1716
<category field="medicine"/>
1817
<summary>Style for the Open Access Frontiers in ... Journals</summary>
19-
<updated>2014-03-22T17:19:39+00:00</updated>
18+
<updated>2021-11-23T11:23:52+00:00</updated>
2019
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2120
</info>
2221
<macro name="editor">
2322
<names variable="editor" delimiter=", ">
24-
<label form="short" prefix=", "/>
25-
<name initialize-with=". " delimiter=", " prefix=" "/>
23+
<name prefix=" " initialize-with="" name-as-sort-order="all" sort-separator=" "/>
24+
<label prefix=", "/>
2625
</names>
2726
</macro>
2827
<macro name="author">
@@ -38,10 +37,9 @@
3837
<macro name="access">
3938
<choose>
4039
<if variable="DOI">
41-
<text variable="DOI" prefix="doi:"/>
40+
<text variable="DOI" prefix="doi: "/>
4241
</if>
4342
<else-if variable="URL">
44-
<text value="Available at:" suffix=" "/>
4543
<text variable="URL"/>
4644
<group prefix=" [" suffix="]">
4745
<text term="accessed" text-case="capitalize-first" suffix=" "/>
@@ -99,28 +97,39 @@
9997
<text variable="citation-number" suffix=". "/>
10098
<text macro="author" suffix="."/>
10199
<choose>
102-
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
103-
<group delimiter=" " prefix=" ">
100+
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
101+
<group delimiter=". " prefix=" " suffix=".">
104102
<text macro="title"/>
105103
<text macro="edition"/>
106104
<text macro="editor"/>
107-
<text macro="publisher"/>
108-
<date variable="issued" prefix=" (" suffix=").">
109-
<date-part name="year"/>
110-
</date>
105+
<text variable="genre" prefix="[" suffix="]"/>
106+
<group delimiter=" ">
107+
<text macro="publisher"/>
108+
<date variable="issued" prefix="(" suffix=")">
109+
<date-part name="year"/>
110+
</date>
111+
</group>
112+
<group delimiter=" ">
113+
<text variable="number-of-pages"/>
114+
<label plural="never" variable="number-of-pages" form="short"/>
115+
</group>
111116
</group>
112117
</if>
113118
<else-if type="chapter paper-conference" match="any">
114-
<group delimiter=" " prefix=" ">
119+
<group delimiter=". " prefix=" ">
115120
<text macro="title"/>
116-
<text term="in"/>
121+
<group delimiter=": ">
122+
<text term="in" text-case="capitalize-first"/>
123+
<text macro="editor"/>
124+
</group>
117125
<text variable="container-title" font-style="italic"/>
118126
<text variable="collection-title" suffix="."/>
119-
</group>
120-
<text macro="editor"/>
121-
<group suffix=".">
122-
<text macro="publisher" prefix=" (" suffix=")"/>
123-
<group prefix=", ">
127+
<group delimiter=" ">
128+
<text macro="publisher"/>
129+
<date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
130+
</group>
131+
<group delimiter=" ">
132+
<label plural="never" variable="page" form="short"/>
124133
<text variable="page"/>
125134
</group>
126135
</group>
@@ -132,7 +141,7 @@
132141
<date variable="issued" prefix=" (" suffix=")">
133142
<date-part name="year"/>
134143
</date>
135-
<text variable="volume" suffix=":"/>
144+
<text variable="volume" font-weight="bold" suffix=":"/>
136145
</group>
137146
<text variable="page" suffix="."/>
138147
</else>

0 commit comments

Comments
 (0)