|
7 | 7 | <link href="http://www.zotero.org/styles/vancouver" rel="template"/> |
8 | 8 | <link href="http://www.journalofhearingscience.com/index.php?/content/get_cont/3" rel="documentation"/> |
9 | 9 | <author> |
10 | | - <name>Mateusz Rusiniak</name> |
11 | | - <email>m.rusiniak@ifps.org.pl</email> |
| 10 | + <name>Aleksandra Mankiewicz-Malinowska</name> |
| 11 | + <email>a.malinowska@ifps.org.pl</email> |
12 | 12 | </author> |
13 | 13 | <category citation-format="numeric"/> |
14 | 14 | <category field="medicine"/> |
|
89 | 89 | </macro> |
90 | 90 | <macro name="container-title"> |
91 | 91 | <choose> |
92 | | - <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any"> |
93 | | - <group suffix="." delimiter=" "> |
94 | | - <text variable="container-title" form="short"/> |
95 | | - <choose> |
96 | | - <if variable="URL"> |
97 | | - <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> |
98 | | - </if> |
99 | | - </choose> |
100 | | - </group> |
101 | | - <text macro="edition" prefix=" "/> |
| 92 | + <if type="article-journal article-newspaper" match="any"> |
| 93 | + <text variable="container-title" form="short" strip-periods="true" suffix=","/> |
102 | 94 | </if> |
| 95 | + <else-if type="article-magazine article-newspaper" match="any"> |
| 96 | + <text variable="container-title" suffix=","/> |
| 97 | + </else-if> |
| 98 | + <else-if type="chapter paper-conference" match="any"> |
| 99 | + <group delimiter=". " suffix="."> |
| 100 | + <text variable="container-title"/> |
| 101 | + </group> |
| 102 | + </else-if> |
103 | 103 | <!--add event-name and event-place once they become available--> |
104 | 104 | <else-if type="bill"> |
105 | 105 | <group delimiter=", "> |
106 | 106 | <group delimiter=". "> |
107 | | - <text variable="container-title" form="short"/> |
| 107 | + <text variable="container-title"/> |
108 | 108 | <group delimiter=" "> |
109 | 109 | <text term="section" form="short" text-case="capitalize-first"/> |
110 | 110 | <text variable="section"/> |
|
114 | 114 | </group> |
115 | 115 | </else-if> |
116 | 116 | <else> |
117 | | - <text variable="container-title" suffix="." form="short"/> |
| 117 | + <text variable="container-title" suffix="."/> |
118 | 118 | </else> |
119 | 119 | </choose> |
120 | 120 | </macro> |
|
151 | 151 | </macro> |
152 | 152 | <macro name="date"> |
153 | 153 | <choose> |
154 | | - <if type="article-journal article-magazine article-newspaper" match="any"> |
| 154 | + <if type="article-magazine article-newspaper" match="any"> |
155 | 155 | <group suffix=";" delimiter=" "> |
156 | 156 | <date variable="issued" delimiter=" "> |
157 | 157 | <date-part name="year"/> |
|
161 | 161 | <text macro="accessed-date"/> |
162 | 162 | </group> |
163 | 163 | </if> |
| 164 | + <else-if type="article-journal" match="any"> |
| 165 | + <date variable="issued" form="numeric" date-parts="year" suffix=";"/> |
| 166 | + </else-if> |
164 | 167 | <else-if type="bill"> |
165 | 168 | <group delimiter=", "> |
166 | 169 | <date variable="issued" delimiter=" "> |
|
191 | 194 | <macro name="pages"> |
192 | 195 | <choose> |
193 | 196 | <if type="article-journal article-magazine article-newspaper" match="any"> |
194 | | - <text variable="page" prefix=":"/> |
| 197 | + <text variable="page"/> |
195 | 198 | </if> |
196 | 199 | <else> |
197 | | - <text variable="page" prefix=" p. "/> |
| 200 | + <text variable="page" prefix="p. "/> |
198 | 201 | </else> |
199 | 202 | </choose> |
200 | 203 | </macro> |
201 | 204 | <macro name="journal-location"> |
202 | 205 | <choose> |
203 | 206 | <if type="article-journal article-magazine" match="any"> |
204 | 207 | <text variable="volume"/> |
| 208 | + <text variable="issue" prefix="(" suffix=")"/> |
205 | 209 | </if> |
206 | 210 | </choose> |
207 | 211 | </macro> |
|
233 | 237 | <text macro="editor"/> |
234 | 238 | <text macro="container-title"/> |
235 | 239 | <text macro="publisher"/> |
236 | | - <group> |
237 | | - <text macro="date"/> |
| 240 | + <text macro="date"/> |
| 241 | + <group delimiter=": "> |
238 | 242 | <text macro="journal-location"/> |
239 | 243 | <text macro="pages"/> |
240 | 244 | </group> |
|
0 commit comments