|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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/) --> |
4 | 3 | <info>
|
5 | 4 | <title>Frontiers medical journals</title>
|
6 | 5 | <id>http://www.zotero.org/styles/frontiers-medical-journals</id>
|
|
16 | 15 | <category citation-format="numeric"/>
|
17 | 16 | <category field="medicine"/>
|
18 | 17 | <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> |
20 | 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>
|
21 | 20 | </info>
|
22 | 21 | <macro name="editor">
|
23 | 22 | <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=", "/> |
26 | 25 | </names>
|
27 | 26 | </macro>
|
28 | 27 | <macro name="author">
|
|
38 | 37 | <macro name="access">
|
39 | 38 | <choose>
|
40 | 39 | <if variable="DOI">
|
41 |
| - <text variable="DOI" prefix="doi:"/> |
| 40 | + <text variable="DOI" prefix="doi: "/> |
42 | 41 | </if>
|
43 | 42 | <else-if variable="URL">
|
44 |
| - <text value="Available at:" suffix=" "/> |
45 | 43 | <text variable="URL"/>
|
46 | 44 | <group prefix=" [" suffix="]">
|
47 | 45 | <text term="accessed" text-case="capitalize-first" suffix=" "/>
|
|
99 | 97 | <text variable="citation-number" suffix=". "/>
|
100 | 98 | <text macro="author" suffix="."/>
|
101 | 99 | <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="."> |
104 | 102 | <text macro="title"/>
|
105 | 103 | <text macro="edition"/>
|
106 | 104 | <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> |
111 | 116 | </group>
|
112 | 117 | </if>
|
113 | 118 | <else-if type="chapter paper-conference" match="any">
|
114 |
| - <group delimiter=" " prefix=" "> |
| 119 | + <group delimiter=". " prefix=" "> |
115 | 120 | <text macro="title"/>
|
116 |
| - <text term="in"/> |
| 121 | + <group delimiter=": "> |
| 122 | + <text term="in" text-case="capitalize-first"/> |
| 123 | + <text macro="editor"/> |
| 124 | + </group> |
117 | 125 | <text variable="container-title" font-style="italic"/>
|
118 | 126 | <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"/> |
124 | 133 | <text variable="page"/>
|
125 | 134 | </group>
|
126 | 135 | </group>
|
|
132 | 141 | <date variable="issued" prefix=" (" suffix=")">
|
133 | 142 | <date-part name="year"/>
|
134 | 143 | </date>
|
135 |
| - <text variable="volume" suffix=":"/> |
| 144 | + <text variable="volume" font-weight="bold" suffix=":"/> |
136 | 145 | </group>
|
137 | 146 | <text variable="page" suffix="."/>
|
138 | 147 | </else>
|
|
0 commit comments