|  | 
| 14 | 14 |     <category citation-format="author-date"/> | 
| 15 | 15 |     <category field="biology"/> | 
| 16 | 16 |     <issn>1511-2780</issn> | 
| 17 |  | -    <updated>2021-04-28T08:36:46+00:00</updated> | 
|  | 17 | +    <updated>2021-11-03T09:33:07+00:00</updated> | 
| 18 | 18 |     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> | 
| 19 | 19 |   </info> | 
|  | 20 | +  <locale xml:lang="en"> | 
|  | 21 | +    <terms> | 
|  | 22 | +      <term name="accessed">accessed on</term> | 
|  | 23 | +    </terms> | 
|  | 24 | +  </locale> | 
| 20 | 25 |   <macro name="author-short"> | 
| 21 | 26 |     <names variable="author"> | 
| 22 | 27 |       <name form="short" and="text"/> | 
| 23 | 28 |       <et-al font-style="italic"/> | 
|  | 29 | +      <label form="short" prefix=", "/> | 
|  | 30 | +      <substitute> | 
|  | 31 | +        <names variable="editor translator"/> | 
|  | 32 | +        <text variable="title"/> | 
|  | 33 | +      </substitute> | 
| 24 | 34 |     </names> | 
| 25 | 35 |   </macro> | 
| 26 | 36 |   <macro name="author-count"> | 
|  | 
| 32 | 42 |     <names variable="author"> | 
| 33 | 43 |       <name delimiter="; " and="text" delimiter-precedes-last="never" initialize-with=" " name-as-sort-order="all"/> | 
| 34 | 44 |       <et-al font-style="italic"/> | 
|  | 45 | +      <label form="short" prefix=", "/> | 
|  | 46 | +      <substitute> | 
|  | 47 | +        <names variable="editor translator"/> | 
|  | 48 | +        <text variable="title"/> | 
|  | 49 | +      </substitute> | 
| 35 | 50 |     </names> | 
| 36 | 51 |   </macro> | 
| 37 | 52 |   <macro name="issued"> | 
|  | 
| 41 | 56 |   </macro> | 
| 42 | 57 |   <macro name="publisher"> | 
| 43 | 58 |     <group delimiter=", "> | 
| 44 |  | -      <text variable="publisher-place"/> | 
| 45 | 59 |       <text variable="publisher"/> | 
|  | 60 | +      <text variable="publisher-place"/> | 
| 46 | 61 |     </group> | 
| 47 | 62 |   </macro> | 
| 48 | 63 |   <macro name="editor"> | 
|  | 
| 51 | 66 |       <label form="short" prefix=", "/> | 
| 52 | 67 |     </names> | 
| 53 | 68 |   </macro> | 
|  | 69 | +  <macro name="pages"> | 
|  | 70 | +    <group delimiter=" "> | 
|  | 71 | +      <label plural="never" variable="page" form="short"/> | 
|  | 72 | +      <text variable="page"/> | 
|  | 73 | +    </group> | 
|  | 74 | +  </macro> | 
| 54 | 75 |   <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year"> | 
| 55 | 76 |     <sort> | 
| 56 | 77 |       <key macro="author-short" names-min="1" names-use-first="1"/> | 
|  | 
| 93 | 114 |               </group> | 
| 94 | 115 |             </group> | 
| 95 | 116 |           </if> | 
| 96 |  | -          <else-if type="chapter paper-conference" match="any"> | 
|  | 117 | +          <else-if type="chapter" match="any"> | 
| 97 | 118 |             <text variable="title" suffix="."/> | 
| 98 | 119 |             <text variable="container-title" prefix="In " suffix="," text-case="title"/> | 
| 99 | 120 |             <text macro="editor"/> | 
| 100 | 121 |             <text macro="publisher" suffix=","/> | 
| 101 |  | -            <label variable="page" form="short"/> | 
| 102 |  | -            <text variable="page"/> | 
|  | 122 | +            <text macro="pages"/> | 
| 103 | 123 |           </else-if> | 
| 104 | 124 |           <else-if type="thesis"> | 
| 105 | 125 |             <text variable="title" suffix="."/> | 
|  | 
| 126 | 146 |               </group> | 
| 127 | 147 |             </group> | 
| 128 | 148 |           </else-if> | 
|  | 149 | +          <else-if type="paper-conference" match="any"> | 
|  | 150 | +            <group delimiter=". "> | 
|  | 151 | +              <text variable="title"/> | 
|  | 152 | +              <text variable="container-title" font-style="italic"/> | 
|  | 153 | +              <group delimiter=", "> | 
|  | 154 | +                <text macro="publisher"/> | 
|  | 155 | +                <text macro="pages"/> | 
|  | 156 | +              </group> | 
|  | 157 | +            </group> | 
|  | 158 | +          </else-if> | 
|  | 159 | +          <else-if type="webpage post post-weblog" match="any"> | 
|  | 160 | +            <group delimiter=". "> | 
|  | 161 | +              <text variable="title"/> | 
|  | 162 | +              <text variable="container-title"/> | 
|  | 163 | +              <group delimiter=", "> | 
|  | 164 | +                <text variable="URL"/> | 
|  | 165 | +                <group delimiter=" "> | 
|  | 166 | +                  <text term="accessed"/> | 
|  | 167 | +                  <date form="text" variable="accessed"/> | 
|  | 168 | +                </group> | 
|  | 169 | +              </group> | 
|  | 170 | +            </group> | 
|  | 171 | +          </else-if> | 
| 129 | 172 |           <else> | 
| 130 | 173 |             <text variable="title"/> | 
| 131 | 174 |             <text macro="publisher"/> | 
|  | 
0 commit comments