|  | 
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> | 
| 2 |  | -<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" default-locale="fr-FR" and="text" et-al-min="5" et-al-use-first="1" initialize-with="." page-range-format="expanded" demote-non-dropping-particle="never"> | 
|  | 2 | +<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" and="text" et-al-min="5" et-al-use-first="1" initialize-with="." page-range-format="expanded" demote-non-dropping-particle="never" default-locale="fr-FR"> | 
| 3 | 3 |   <!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) --> | 
| 4 | 4 |   <info> | 
| 5 | 5 |     <title>UCLouvain - Centre Charles De Visscher pour le droit international et européen (French)</title> | 
|  | 
| 14 | 14 |     </author> | 
| 15 | 15 |     <category citation-format="note"/> | 
| 16 | 16 |     <category field="law"/> | 
| 17 |  | -    <updated>2017-10-12T09:30:22+00:00</updated> | 
|  | 17 | +    <updated>2019-03-27T03:56:25+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 | 20 |   <locale xml:lang="fr"> | 
|  | 
| 23 | 23 |         <single>p.</single> | 
| 24 | 24 |         <multiple>pp.</multiple> | 
| 25 | 25 |       </term> | 
|  | 26 | +      <term name="paragraph" form="short"> | 
|  | 27 | +        <single>§</single> | 
|  | 28 | +        <multiple>§§</multiple> | 
|  | 29 | +      </term> | 
| 26 | 30 |     </terms> | 
| 27 | 31 |   </locale> | 
|  | 32 | +  <macro name="point-locators"> | 
|  | 33 | +    <choose> | 
|  | 34 | +      <if variable="locator" match="any"> | 
|  | 35 | +        <choose> | 
|  | 36 | +          <if locator="page paragraph" match="any"> | 
|  | 37 | +            <label variable="locator" prefix=" " suffix=" " form="short"/> | 
|  | 38 | +            <text variable="locator"/> | 
|  | 39 | +          </if> | 
|  | 40 | +          <else-if locator="sub-verbo" match="any"> | 
|  | 41 | +            <label variable="locator" prefix=", " suffix=" " form="long" font-style="italic"/> | 
|  | 42 | +            <text variable="locator" quotes="true"/> | 
|  | 43 | +          </else-if> | 
|  | 44 | +          <else-if type="legislation bill" match="none"> | 
|  | 45 | +            <!--Standard locator --> | 
|  | 46 | +            <label variable="locator" prefix=", " suffix=" " form="short"/> | 
|  | 47 | +            <text variable="locator"/> | 
|  | 48 | +          </else-if> | 
|  | 49 | +          <!--Rest is just for bill and legislation--> | 
|  | 50 | +          <else-if locator="section"> | 
|  | 51 | +            <text variable="locator" prefix=", art "/> | 
|  | 52 | +          </else-if> | 
|  | 53 | +          <else> | 
|  | 54 | +            <label variable="locator" prefix=", " suffix=" " form="short"/> | 
|  | 55 | +            <text variable="locator"/> | 
|  | 56 | +          </else> | 
|  | 57 | +        </choose> | 
|  | 58 | +      </if> | 
|  | 59 | +    </choose> | 
|  | 60 | +  </macro> | 
| 28 | 61 |   <macro name="author"> | 
| 29 | 62 |     <names variable="author"> | 
| 30 | 63 |       <name and="text" delimiter-precedes-last="never" initialize-with="." sort-separator=""> | 
|  | 
| 123 | 156 |       <text macro="URL"/> | 
| 124 | 157 |     </group> | 
| 125 | 158 |   </macro> | 
| 126 |  | -  <macro name="locator"> | 
| 127 |  | -    <group delimiter=" "> | 
| 128 |  | -      <text term="at"/> | 
| 129 |  | -      <text variable="locator"/> | 
| 130 |  | -    </group> | 
| 131 |  | -  </macro> | 
| 132 | 159 |   <macro name="container-author"> | 
| 133 | 160 |     <names variable="container-author"> | 
| 134 | 161 |       <name and="text"/> | 
|  | 
| 188 | 215 |                 <date date-parts="year" form="text" variable="issued"/> | 
| 189 | 216 |                 <names variable="translator" prefix="trad. "/> | 
| 190 | 217 |                 <text variable="note"/> | 
| 191 |  | -                <text macro="locator"/> | 
|  | 218 | +                <text macro="point-locators"/> | 
| 192 | 219 |               </group> | 
| 193 | 220 |             </if> | 
| 194 | 221 |             <else-if type="report" match="any"> | 
|  | 
| 253 | 280 |                   </date> | 
| 254 | 281 |                   <text macro="page"/> | 
| 255 | 282 |                 </group> | 
| 256 |  | -                <text macro="locator"/> | 
|  | 283 | +                <text macro="point-locators"/> | 
| 257 | 284 |               </group> | 
| 258 | 285 |             </else-if> | 
| 259 | 286 |             <else-if type="interview personal_communication speech article article-journal article-magazine article-newspaper" match="any"> | 
|  | 
| 273 | 300 |                 <text macro="page"/> | 
| 274 | 301 |                 <text variable="edition"/> | 
| 275 | 302 |                 <text macro="URL"/> | 
| 276 |  | -                <text macro="locator"/> | 
|  | 303 | +                <text macro="point-locators"/> | 
| 277 | 304 |               </group> | 
| 278 | 305 |             </else-if> | 
| 279 | 306 |             <else-if type="webpage post-weblog" match="any"> | 
|  | 
| 288 | 315 |                 <text variable="title" text-case="title" quotes="true"/> | 
| 289 | 316 |                 <date date-parts="year" form="text" variable="issued"/> | 
| 290 | 317 |                 <text macro="thesis"/> | 
| 291 |  | -                <text macro="locator"/> | 
|  | 318 | +                <text macro="point-locators"/> | 
| 292 | 319 |               </group> | 
| 293 | 320 |             </else-if> | 
| 294 | 321 |             <else-if type="legislation" match="any"> | 
|  | 
| 326 | 353 |           <group delimiter=", "> | 
| 327 | 354 |             <text term="ibid" form="long" font-style="italic" text-case="capitalize-first"/> | 
| 328 | 355 |             <group> | 
| 329 |  | -              <text term="at"/> | 
| 330 |  | -              <text variable="locator" prefix=" "/> | 
|  | 356 | +              <text macro="point-locators"/> | 
| 331 | 357 |             </group> | 
| 332 | 358 |           </group> | 
| 333 | 359 |         </else-if> | 
|  | 
| 386 | 412 |               <text variable="title" font-style="italic" suffix=", "/> | 
| 387 | 413 |             </else> | 
| 388 | 414 |           </choose> | 
| 389 |  | -          <text value="op. cit." font-style="italic" suffix=", "/> | 
| 390 |  | -          <text value="note" suffix=" "/> | 
| 391 |  | -          <text variable="first-reference-note-number"/> | 
|  | 415 | +          <text value="op. cit." font-style="italic" suffix=","/> | 
| 392 | 416 |           <choose> | 
| 393 | 417 |             <if match="any" variable="locator"> | 
| 394 |  | -              <text term="at" prefix=", " suffix=" "/> | 
| 395 |  | -              <text variable="locator"/> | 
|  | 418 | +              <text macro="point-locators"/> | 
| 396 | 419 |             </if> | 
| 397 | 420 |           </choose> | 
| 398 | 421 |         </else-if> | 
|  | 
| 520 | 543 |             <text variable="title" text-case="title" quotes="true"/> | 
| 521 | 544 |             <date date-parts="year" form="text" variable="issued" prefix="(" suffix=") "/> | 
| 522 | 545 |             <text macro="thesis"/> | 
| 523 |  | -            <text macro="locator"/> | 
|  | 546 | +            <text macro="point-locators"/> | 
| 524 | 547 |           </group> | 
| 525 | 548 |         </else-if> | 
| 526 | 549 |         <else-if type="legislation" match="any"> | 
|  | 
0 commit comments