|  | 
| 15 | 15 |     </contributor> | 
| 16 | 16 |     <category citation-format="author-date"/> | 
| 17 | 17 |     <summary>Style as per the May 2019 guidelines.</summary> | 
| 18 |  | -    <updated>2021-11-10T10:39:01+00:00</updated> | 
|  | 18 | +    <updated>2022-07-13T09:26:37+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 xml:lang="en"> | 
| 22 | 22 |     <terms> | 
| 23 | 23 |       <term name="edition" form="short">ed</term> | 
|  | 24 | +      <term name="editor" form="short"> | 
|  | 25 | +        <single>ed.</single> | 
|  | 26 | +        <multiple>eds</multiple> | 
|  | 27 | +      </term> | 
| 24 | 28 |     </terms> | 
| 25 | 29 |   </locale> | 
| 26 | 30 |   <locale xml:lang="sv"> | 
|  | 
| 34 | 38 |     </terms> | 
| 35 | 39 |   </locale> | 
| 36 | 40 |   <macro name="container-contributors"> | 
| 37 |  | -    <choose> | 
| 38 |  | -      <if type="chapter paper-conference" match="any"> | 
| 39 |  | -        <text term="in" text-case="capitalize-first" suffix=":"/> | 
| 40 |  | -        <names variable="editor translator" delimiter=", " prefix=" "> | 
| 41 |  | -          <name and="symbol" initialize-with="." name-as-sort-order="all"/> | 
| 42 |  | -          <label form="short" prefix=" (" suffix=")"/> | 
| 43 |  | -        </names> | 
| 44 |  | -      </if> | 
| 45 |  | -    </choose> | 
|  | 41 | +    <names variable="editor translator" delimiter=", "> | 
|  | 42 | +      <name and="symbol" initialize-with="." name-as-sort-order="all"/> | 
|  | 43 | +      <label form="short" prefix=" (" suffix=")"/> | 
|  | 44 | +    </names> | 
| 46 | 45 |   </macro> | 
| 47 | 46 |   <macro name="secondary-contributors"> | 
| 48 | 47 |     <choose> | 
|  | 
| 93 | 92 |   </macro> | 
| 94 | 93 |   <macro name="title"> | 
| 95 | 94 |     <choose> | 
| 96 |  | -      <if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage" match="any"> | 
|  | 95 | +      <if type="bill book graphic legal_case legislation motion_picture patent report song thesis webpage software" match="any"> | 
| 97 | 96 |         <text variable="title" font-style="italic"/> | 
|  | 97 | +        <choose> | 
|  | 98 | +          <if type="software" variable="version" match="any"> | 
|  | 99 | +            <text variable="version" prefix=" (" suffix=")"/> | 
|  | 100 | +            <text variable="medium" prefix=" [" suffix="]"/> | 
|  | 101 | +          </if> | 
|  | 102 | +        </choose> | 
| 98 | 103 |       </if> | 
| 99 | 104 |       <else> | 
| 100 | 105 |         <text variable="title"/> | 
|  | 
| 244 | 249 |           <text macro="publisher" prefix=". "/> | 
| 245 | 250 |         </if> | 
| 246 | 251 |         <else-if type="chapter entry-encyclopedia" match="any"> | 
| 247 |  | -          <text macro="issued" suffix=" "/> | 
| 248 |  | -          <group suffix="."> | 
|  | 252 | +          <group delimiter=". " suffix="."> | 
|  | 253 | +            <text macro="issued"/> | 
| 249 | 254 |             <text macro="title"/> | 
| 250 |  | -            <text macro="type"/> | 
| 251 |  | -          </group> | 
| 252 |  | -          <text macro="container-contributors" prefix=" "/> | 
| 253 |  | -          <text macro="secondary-contributors"/> | 
| 254 |  | -          <text variable="container-title" font-style="italic" prefix=" " suffix="."/> | 
| 255 |  | -          <group prefix=" (" suffix=")." delimiter="; "> | 
| 256 |  | -            <text macro="collection-title"/> | 
| 257 |  | -            <text variable="collection-number"/> | 
| 258 |  | -          </group> | 
| 259 |  | -          <text macro="edition" prefix=" "/> | 
| 260 |  | -          <group delimiter=", " prefix=" "> | 
|  | 255 | +            <group delimiter=": "> | 
|  | 256 | +              <choose> | 
|  | 257 | +                <if type="chapter paper-conference" match="any"> | 
|  | 258 | +                  <text term="in" text-case="capitalize-first"/> | 
|  | 259 | +                </if> | 
|  | 260 | +              </choose> | 
|  | 261 | +              <group delimiter=" " suffix="."> | 
|  | 262 | +                <text macro="container-contributors"/> | 
|  | 263 | +                <text macro="secondary-contributors"/> | 
|  | 264 | +                <text variable="container-title" font-style="italic" prefix=" " suffix="."/> | 
|  | 265 | +              </group> | 
|  | 266 | +            </group> | 
|  | 267 | +            <group prefix=" (" suffix=")." delimiter="; "> | 
|  | 268 | +              <text macro="collection-title"/> | 
|  | 269 | +              <text variable="collection-number"/> | 
|  | 270 | +            </group> | 
|  | 271 | +            <text macro="edition" prefix=" "/> | 
| 261 | 272 |             <text macro="publisher"/> | 
| 262 | 273 |             <text variable="page"/> | 
| 263 | 274 |           </group> | 
|  | 
| 313 | 324 |           <text macro="edition" prefix=" "/> | 
| 314 | 325 |           <text macro="publisher" prefix=" " suffix="."/> | 
| 315 | 326 |         </else-if> | 
| 316 |  | -        <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | 
|  | 327 | +        <else-if type="bill book graphic legal_case legislation motion_picture report song software" match="any"> | 
| 317 | 328 |           <choose> | 
| 318 | 329 |             <if variable="URL"> | 
| 319 | 330 |               <text macro="issued" suffix=" "/> | 
|  | 
| 325 | 336 |               <text macro="secondary-contributors"/> | 
| 326 | 337 |               <text variable="container-title" font-style="italic" prefix=" "/> | 
| 327 | 338 |               <text macro="locators"/> | 
| 328 |  | -              <text variable="version" prefix=" Version: " suffix="."/> | 
| 329 | 339 |               <text macro="publisher" prefix=" " suffix="."/> | 
| 330 | 340 |             </if> | 
| 331 | 341 |             <else> | 
|  | 
| 338 | 348 |               <text macro="secondary-contributors"/> | 
| 339 | 349 |               <text variable="container-title" font-style="italic" prefix=" "/> | 
| 340 | 350 |               <text macro="locators"/> | 
| 341 |  | -              <text variable="version" prefix=" Version: " suffix="."/> | 
| 342 | 351 |               <text macro="publisher" prefix=". " suffix="."/> | 
| 343 | 352 |               <group prefix=" (" suffix=")" delimiter="; "> | 
| 344 | 353 |                 <text macro="collection-title"/> | 
|  | 
0 commit comments