|
15 | 15 | <category field="biology"/>
|
16 | 16 | <issn>2463-2872</issn>
|
17 | 17 | <eissn>2463-2880</eissn>
|
18 |
| - <updated>2020-03-13T14:38:52+00:00</updated> |
| 18 | + <updated>2020-03-23T13:00:00+00:00</updated> |
19 | 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 | 20 | </info>
|
21 | 21 | <locale>
|
|
55 | 55 | <choose>
|
56 | 56 | <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
|
57 | 57 | <text variable="title" font-style="italic"/>
|
| 58 | + <choose> |
| 59 | + <if type="report" match="any"> |
| 60 | + <text variable="number" prefix=" [Report " suffix="]"/> |
| 61 | + </if> |
| 62 | + </choose> |
58 | 63 | </if>
|
59 | 64 | <else>
|
60 | 65 | <text variable="title"/>
|
|
73 | 78 | </else>
|
74 | 79 | </choose>
|
75 | 80 | </macro>
|
76 |
| - <macro name="journal-info"> |
77 |
| - <choose> |
78 |
| - <if type="article-journal article-magazine paper-conference" match="any"> |
79 |
| - <group delimiter=": "> |
80 |
| - <group delimiter=" "> |
81 |
| - <text variable="container-title" font-style="italic"/> |
82 |
| - <text variable="volume" font-style="italic"/> |
83 |
| - </group> |
84 |
| - <text variable="page"/> |
85 |
| - </group> |
86 |
| - </if> |
87 |
| - </choose> |
88 |
| - </macro> |
89 | 81 | <macro name="publisher">
|
90 | 82 | <group delimiter=", ">
|
91 | 83 | <text variable="publisher"/>
|
|
141 | 133 | <text macro="author"/>
|
142 | 134 | <text macro="year-date"/>
|
143 | 135 | <text macro="title"/>
|
144 |
| - <text macro="journal-info"/> |
145 | 136 | <choose>
|
146 | 137 | <if type="chapter paper-conference" match="any">
|
147 |
| - <group delimiter=": "> |
148 |
| - <text term="in" text-case="capitalize-first"/> |
149 |
| - <text macro="editor-translator"/> |
| 138 | + <group delimiter=". "> |
| 139 | + <group delimiter=": "> |
| 140 | + <text term="in" text-case="capitalize-first"/> |
| 141 | + <text macro="editor-translator"/> |
| 142 | + </group> |
| 143 | + <text variable="container-title" font-style="italic"/> |
150 | 144 | </group>
|
151 | 145 | </if>
|
| 146 | + <else-if type="paper-conference chapter" match="any"> |
| 147 | + <text variable="container-title" font-style="italic"/> |
| 148 | + </else-if> |
| 149 | + <else-if type="article-journal article" match="any"> |
| 150 | + <group delimiter=": "> |
| 151 | + <group delimiter=" "> |
| 152 | + <text variable="container-title" font-style="italic"/> |
| 153 | + <text variable="volume" font-style="italic"/> |
| 154 | + </group> |
| 155 | + <text variable="page"/> |
| 156 | + </group> |
| 157 | + </else-if> |
152 | 158 | </choose>
|
153 |
| - <text variable="container-title" font-style="italic"/> |
154 | 159 | <group delimiter=", ">
|
155 | 160 | <text macro="publisher"/>
|
156 | 161 | <text macro="page"/>
|
|
0 commit comments