french-legal.csl 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="author-date" default-locale="fr-FR">
  3. <!-- This style was forked from https://github.com/citation-style-language/styles/blo/master/austrian-legal.csl by andreas.geyrecker@lexisnexis.at -->
  4. <info>
  5. <title>Style de citation juridique français</title>
  6. <id>https://exegetes.eu.org/outils/csl/</id>
  7. <link href="https://exegetes.eu.org/outils/csl/" rel="documentation"/>
  8. <author>
  9. <name>Hugo Roy</name>
  10. <email>hugo+github-french-legal-dot-csl@ampoliros.net</email>
  11. </author>
  12. <category citation-format="author-date"/>
  13. <category field="legislation"/>
  14. <summary>French legal citation style for writing court briefs, mainly</summary>
  15. <published>2016-04-12T00:00:00+02:00</published>
  16. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  17. </info>
  18. <locale xml:lang="fr-FR">
  19. <terms>
  20. <term name="et-al">et a.</term>
  21. <term name="month-01" gender="masculine" form="short">jan.</term>
  22. <term name="month-02" gender="masculine" form="short">fév.</term>
  23. <term name="month-03" gender="masculine" form="short">mars</term>
  24. <term name="month-04" gender="masculine" form="short">avr.</term>
  25. <term name="month-05" gender="masculine" form="short">mai</term>
  26. <term name="month-06" gender="masculine" form="short">juin</term>
  27. <term name="month-07" gender="masculine" form="short">juil.</term>
  28. <term name="month-08" gender="masculine" form="short">août</term>
  29. <term name="month-09" gender="masculine" form="short">sept.</term>
  30. <term name="month-10" gender="masculine" form="short">oct.</term>
  31. <term name="month-11" gender="masculine" form="short">nov.</term>
  32. <term name="month-12" gender="masculine" form="short">déc.</term>
  33. <term name="ordinal">e</term>
  34. <term name="ordinal-01" gender-form="feminine" match="whole-number">re</term>
  35. <term name="ordinal-01" gender-form="masculine" match="whole-number">er</term>
  36. <term name="ordinal-02" gender-form="feminine" match="whole-number">nd</term>
  37. <term name="ordinal-02" gender-form="masculine" match="whole-number">nde</term>
  38. </terms>
  39. </locale>
  40. <macro name="authority-sort">
  41. <choose>
  42. <if type="legal_case">
  43. <choose>
  44. <if variable="authority">
  45. <text variable="authority"/>
  46. </if>
  47. <else>
  48. <text variable="title"/>
  49. </else>
  50. </choose>
  51. </if>
  52. <else-if type="legislation">
  53. <!-- move statutes to the top -->
  54. <text value="AAAAA"/>
  55. </else-if>
  56. <else>
  57. <!-- move all but cases to the bottom -->
  58. <text value="ZZZZZ"/>
  59. </else>
  60. </choose>
  61. </macro>
  62. <macro name="contributors-sort">
  63. <!-- CHECK what this is -->
  64. <names variable="editor">
  65. <name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
  66. <label form="verb-short" prefix=", "/>
  67. <substitute>
  68. <names variable="author"/>
  69. <text macro="noauthor"/>
  70. </substitute>
  71. </names>
  72. </macro>
  73. <macro name="sort-key">
  74. <text macro="authority-sort"/>
  75. <text macro="contributors-sort" suffix=" "/>
  76. </macro>
  77. <macro name="noauthor">
  78. <text value="OV"/>
  79. </macro>
  80. <macro name="authors"><!-- CHECK what this is -->
  81. <names variable="author" font-style="italic">
  82. <name delimiter="/" name-as-sort-order="all" form="short" delimiter-precedes-last="always" initialize-with="."/>
  83. <et-al term="et-al" font-style="italic"/>
  84. <substitute>
  85. <names variable="editor" font-style="italic"/>
  86. <names variable="translator" font-style="italic"/>
  87. <text macro="noauthor" font-style="italic"/>
  88. </substitute>
  89. </names>
  90. </macro>
  91. <macro name="editors"><!-- CHECK what this is -->
  92. <names variable="editor" font-style="italic">
  93. <name delimiter="/" name-as-sort-order="all" form="short" delimiter-precedes-last="always" initialize-with="."/>
  94. <et-al term="et-al" font-style="italic"/>
  95. </names>
  96. <text value=" (Hrsg)" font-style="normal"/>
  97. </macro>
  98. <citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" givenname-disambiguation-rule="all-names-with-initials" disambiguate-add-givenname="true">
  99. <layout suffix="" delimiter="; ">
  100. <choose>
  101. <if type="legal_case">
  102. <choose>
  103. <if variable="authority section title-short issued number" match="all">
  104. <text variable="authority" suffix=", "/>
  105. <text variable="section" suffix= ", "/>
  106. <date variable="issued" form="text" suffix=", ">
  107. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  108. <date-part name="month" form="short" suffix=" "/>
  109. <date-part name="year" form="long" suffix=""/>
  110. </date>
  111. <text variable="title-short" font-style="italic" suffix=", "/>
  112. <text variable="number"/>
  113. </if>
  114. <else-if variable="authority title-short issued number" match="all">
  115. <text variable="authority" suffix=", "/>
  116. <date variable="issued" form="text" suffix=", ">
  117. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  118. <date-part name="month" form="short" suffix=" "/>
  119. <date-part name="year" form="long" suffix=""/>
  120. </date>
  121. <text variable="title-short" font-style="italic" suffix=", "/>
  122. <text variable="number"/>
  123. </else-if>
  124. <else-if variable="authority title-short issued" match="all">
  125. <text variable="authority" suffix=", "/>
  126. <date variable="issued" form="text" suffix=", ">
  127. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  128. <date-part name="month" form="short" suffix=" "/>
  129. <date-part name="year" form="long" suffix=""/>
  130. </date>
  131. <text variable="title-short" font-style="italic" suffix=", "/>
  132. </else-if>
  133. <else-if variable="authority issued number" match="all">
  134. <text variable="authority" suffix=", "/>
  135. <date variable="issued" form="text" suffix=", ">
  136. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  137. <date-part name="month" form="short" suffix=" "/>
  138. <date-part name="year" form="long" suffix=""/>
  139. </date>
  140. <text variable="number"/>
  141. </else-if>
  142. <else-if variable="authority title-short number" match="all">
  143. <text variable="authority" suffix=", "/>
  144. <text variable="title-short" font-style="italic" suffix=", "/>
  145. <text variable="number"/>
  146. </else-if>
  147. <else-if variable="authority number" match="all">
  148. <text variable="authority" suffix=", "/>
  149. <text variable="number"/>
  150. </else-if>
  151. <else-if variable="authority section title issued number" match="all">
  152. <text variable="authority" suffix=", "/>
  153. <text variable="section" suffix= ", "/>
  154. <date variable="issued" form="text" suffix=", ">
  155. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  156. <date-part name="month" form="short" suffix=" "/>
  157. <date-part name="year" form="long" suffix=""/>
  158. </date>
  159. <text variable="title" font-style="italic" suffix=", "/>
  160. <text variable="number"/>
  161. </else-if>
  162. <else-if variable="authority title issued number" match="all">
  163. <text variable="authority" suffix=", "/>
  164. <date variable="issued" form="text" suffix=", ">
  165. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  166. <date-part name="month" form="short" suffix=" "/>
  167. <date-part name="year" form="long" suffix=""/>
  168. </date>
  169. <text variable="title" font-style="italic" suffix=", "/>
  170. <text variable="number"/>
  171. </else-if>
  172. <else-if variable="authority title issued" match="all">
  173. <text variable="authority" suffix=", "/>
  174. <date variable="issued" form="text" suffix=", ">
  175. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  176. <date-part name="month" form="short" suffix=" "/>
  177. <date-part name="year" form="long" suffix=""/>
  178. </date>
  179. <text variable="title" font-style="italic" suffix=", "/>
  180. </else-if>
  181. <else-if variable="authority issued number" match="all">
  182. <text variable="authority" suffix=", "/>
  183. <date variable="issued" form="text" suffix=", ">
  184. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  185. <date-part name="month" form="short" suffix=" "/>
  186. <date-part name="year" form="long" suffix=""/>
  187. </date>
  188. <text variable="number"/>
  189. </else-if>
  190. <else-if variable="authority title number" match="all">
  191. <text variable="authority" suffix=", "/>
  192. <text variable="title" font-style="italic" suffix=", "/>
  193. <text variable="number"/>
  194. </else-if>
  195. <else-if variable="authority number" match="all">
  196. <text variable="authority" suffix=", "/>
  197. <text variable="number"/>
  198. </else-if>
  199. </choose>
  200. </if>
  201. <else-if type="legislation">
  202. <!-- <choose> -->
  203. <!-- <if variable="container-title section" match="all"> -->
  204. <!-- <text variable="section" suffix=" "/> -->
  205. <!-- <text variable="container-title"/> -->
  206. <!-- <choose> -->
  207. <!-- <if position="first"> -->
  208. <!-- <choose> -->
  209. <!-- <if variable="references"> -->
  210. <!-- <text variable="references" prefix=" "/> -->
  211. <!-- </if> -->
  212. <!-- </choose> -->
  213. <!-- </if> -->
  214. <!-- </choose> -->
  215. <!-- </if> -->
  216. <!-- <else> -->
  217. <choose>
  218. <if variable="title-short" match="all">
  219. <text variable="title-short"/>
  220. </if>
  221. <else-if>
  222. <text variable="title" />
  223. <text variable="container-title-short" prefix=" ("
  224. suffix=") " />
  225. </else-if>
  226. </choose>
  227. <!-- </else> -->
  228. <!-- </choose> -->
  229. </else-if>
  230. <else-if type="legal_case-journal">
  231. <text macro="authors" suffix=", "/>
  232. <choose>
  233. <if position="first">
  234. <text variable="title" suffix=", "/>
  235. </if>
  236. </choose>
  237. <choose>
  238. <if variable="page issued" match="all">
  239. <text variable="container-title" suffix=" "/>
  240. <date variable="issued" suffix=", ">
  241. <date-part name="year" form="long"/>
  242. </date>
  243. <text variable="page"/>
  244. <text variable="locator" prefix=" (" suffix=")"/>
  245. </if>
  246. <else>
  247. <text variable="container-title"/>
  248. <!-- if no page info is available, assume container-title (publication) holds legal_case number citation -->
  249. <text variable="locator" prefix=", "/>
  250. </else>
  251. </choose>
  252. </else-if>
  253. <else-if type="book">
  254. <text macro="authors" font-style="italic" suffix=", "/>
  255. <text variable="title"/>
  256. <text variable="volume" prefix=" "/>
  257. <choose>
  258. <if variable="edition note" match="any">
  259. <choose>
  260. <if variable="edition">
  261. <text variable="edition" vertical-align="sup"/>
  262. </if>
  263. <else-if variable="note">
  264. <!-- RIS workaround -->
  265. <text variable="note" vertical-align="sup"/>
  266. </else-if>
  267. </choose>
  268. </if>
  269. </choose>
  270. <group delimiter=" " prefix=" (" suffix=")">
  271. <text variable="collection-title"/>
  272. <date variable="issued">
  273. <date-part name="year" form="long"/>
  274. </date>
  275. </group>
  276. <text variable="locator" prefix=" "/>
  277. </else-if>
  278. <else-if type="chapter">
  279. <text macro="authors" font-style="italic"/>
  280. <choose>
  281. <if variable="page">
  282. <text variable="title" prefix=", "/>
  283. <choose>
  284. <if position="first">
  285. <choose>
  286. <if variable="editor">
  287. <text macro="editors" prefix=", in " suffix=", "/>
  288. </if>
  289. <else>
  290. <text value=", "/>
  291. </else>
  292. </choose>
  293. <text variable="container-title"/>
  294. <text variable="volume" prefix=" "/>
  295. <choose>
  296. <if variable="edition">
  297. <text variable="edition" vertical-align="sup"/>
  298. </if>
  299. <else-if variable="note">
  300. <text variable="note" vertical-align="sup"/>
  301. </else-if>
  302. </choose>
  303. <group delimiter=" " prefix=" (" suffix=")">
  304. <text variable="collection-title"/>
  305. <date variable="issued">
  306. <date-part name="year" form="long"/>
  307. </date>
  308. </group>
  309. </if>
  310. </choose>
  311. <text variable="page" prefix=" "/>
  312. <text variable="locator" prefix=" (" suffix=")"/>
  313. </if>
  314. <else>
  315. <!-- no page info, classic legal commentary -->
  316. <choose>
  317. <if position="first">
  318. <choose>
  319. <if variable="editor">
  320. <text macro="editors" prefix=" in " suffix=", "/>
  321. </if>
  322. <else>
  323. <text value=", "/>
  324. </else>
  325. </choose>
  326. <text variable="container-title"/>
  327. <text variable="volume" prefix=" "/>
  328. <choose>
  329. <if variable="edition">
  330. <text variable="edition" vertical-align="sup"/>
  331. </if>
  332. <else-if variable="note">
  333. <!-- RIS workaround -->
  334. <text variable="note" vertical-align="sup"/>
  335. </else-if>
  336. </choose>
  337. <group delimiter=" " prefix=" (" suffix=") ">
  338. <text variable="collection-title"/>
  339. <date variable="issued">
  340. <date-part name="year" form="long"/>
  341. </date>
  342. </group>
  343. </if>
  344. <else>
  345. <text value=","/>
  346. </else>
  347. </choose>
  348. <text variable="title" prefix=" "/>
  349. <text variable="locator" prefix=" "/>
  350. </else>
  351. </choose>
  352. </else-if>
  353. <else-if type="thesis">
  354. <text macro="authors" suffix=", "/>
  355. <text variable="title"/>
  356. <choose>
  357. <if position="first">
  358. <text variable="genre" prefix=". "/>
  359. <text variable="publisher" prefix=", "/>
  360. <date variable="issued" prefix=" (" suffix=")">
  361. <date-part name="year" form="long"/>
  362. </date>
  363. </if>
  364. </choose>
  365. <text variable="locator" prefix=" "/>
  366. </else-if>
  367. <else-if type="webpage">
  368. <group delimiter=", ">
  369. <text macro="authors"/>
  370. <text variable="title"/>
  371. <group delimiter=" ">
  372. <date form="numeric" variable="issued"/>
  373. <text variable="URL" prefix="&lt;" suffix="&gt;"/>
  374. </group>
  375. </group>
  376. </else-if>
  377. <else>
  378. <group delimiter=", ">
  379. <text macro="authors" font-style="italic"/>
  380. <text variable="title"/>
  381. <choose>
  382. <if variable="container-title">
  383. <text variable="container-title"/>
  384. </if>
  385. </choose>
  386. <date form="numeric" variable="issued"/>
  387. <text variable="locator" prefix=" "/>
  388. </group>
  389. </else>
  390. </choose>
  391. </layout>
  392. </citation>
  393. <bibliography subsequent-author-substitute="&#8212;&#8212;" hanging-indent="true" entry-spacing="1">
  394. <sort>
  395. <key macro="sort-key"/>
  396. <key variable="issued" sort="ascending"/>
  397. </sort>
  398. <layout>
  399. <choose>
  400. <if type="legal_case">
  401. <choose>
  402. <if variable="authority section title issued number" match="all">
  403. <text variable="authority" suffix=", "/>
  404. <text variable="section" suffix= ", "/>
  405. <date variable="issued" form="text" suffix=", ">
  406. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  407. <date-part name="month" form="short" suffix=" "/>
  408. <date-part name="year" form="long" suffix=""/>
  409. </date>
  410. <text variable="title" font-style="italic" suffix=", "/>
  411. <text variable="number" suffix=""/>
  412. <choose>
  413. <if variable="ECLI" match="all">
  414. <text variable="ECLI" prefix=", " font-family="monospace"/>
  415. </if>
  416. </choose>
  417. <!-- TODO make this a link instead of displaying the URL -->
  418. <!-- <choose> -->
  419. <!-- <if variable="URL" match="all"> -->
  420. <!-- <text variable="URL" prefix=" &lt;" suffix="&gt;"/> -->
  421. <!-- </if> -->
  422. <!-- </choose> -->
  423. </if>
  424. <else-if variable="authority title issued number" match="all">
  425. <text variable="authority" suffix=", "/>
  426. <date variable="issued" form="text" suffix=", ">
  427. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  428. <date-part name="month" form="short" suffix=" "/>
  429. <date-part name="year" form="long" suffix=""/>
  430. </date>
  431. <text variable="title" font-style="italic" suffix=", "/>
  432. <text variable="number" suffix=""/>
  433. <choose>
  434. <if variable="ECLI" match="all">
  435. <text variable="ECLI" prefix=", " font-family="monospace"/>
  436. </if>
  437. </choose>
  438. <!-- TODO make this a link instead of displaying the URL -->
  439. <!-- <choose> -->
  440. <!-- <if variable="URL" match="all"> -->
  441. <!-- <text variable="URL" prefix=" &lt;" suffix="&gt;"/> -->
  442. <!-- </if> -->
  443. <!-- </choose> -->
  444. </else-if>
  445. <else-if variable="authority title issued" match="all">
  446. <text variable="authority" suffix=", "/>
  447. <date variable="issued" form="text" suffix=", ">
  448. <date-part name="day" form="limit-day-ordinals-to-day-1" suffix=" "/>
  449. <date-part name="month" form="short" suffix=" "/>
  450. <date-part name="year" form="long" suffix=""/>
  451. </date>
  452. <text variable="title" font-style="italic" suffix=""/>
  453. <choose>
  454. <if variable="ECLI" match="all">
  455. <text variable="ECLI" prefix=", " font-family="monospace"/>
  456. </if>
  457. </choose>
  458. <choose>
  459. <if variable="URL" match="all">
  460. <text variable="URL" prefix=" &lt;" suffix="&gt;"/>
  461. </if>
  462. </choose>
  463. </else-if>
  464. <else-if variable="authority title number" match="all">
  465. <text variable="authority" suffix=", "/>
  466. <text variable="title" font-style="italic" suffix=", "/>
  467. <text variable="number" suffix=""/>
  468. <choose>
  469. <if variable="ECLI" match="all">
  470. <text variable="ECLI" prefix=", " font-family="monospace"/>
  471. </if>
  472. </choose>
  473. <!-- TODO make this a link instead of displaying the URL -->
  474. <!-- <choose> -->
  475. <!-- <if variable="URL" match="all"> -->
  476. <!-- <text variable="URL" prefix=" &lt;" suffix="&gt;"/> -->
  477. <!-- </if> -->
  478. <!-- </choose> -->
  479. </else-if>
  480. <else-if variable="authority number" match="all">
  481. <text variable="authority" suffix=", "/>
  482. <text variable="number" suffix=""/>
  483. <choose>
  484. <if variable="ECLI" match="all">
  485. <text variable="ECLI" prefix=", " font-family="monospace"/>
  486. </if>
  487. </choose>
  488. <!-- TODO make this a link instead of displaying the URL -->
  489. <!-- <choose> -->
  490. <!-- <if variable="URL" match="all"> -->
  491. <!-- <text variable="URL" prefix=" &lt;" suffix="&gt;"/> -->
  492. <!-- </if> -->
  493. <!-- </choose> -->
  494. </else-if>
  495. </choose>
  496. </if>
  497. <else-if type="legislation">
  498. <choose>
  499. <if variable="title" match="all">
  500. <text variable="title" />
  501. </if>
  502. <else-if>
  503. <text variable="container-title" suffix=", " />
  504. <text variable="title" />
  505. </else-if>
  506. </choose>
  507. </else-if>
  508. <else-if type="legal_case-journal">
  509. <text macro="authors"/>
  510. <text variable="title" prefix=", " suffix=", "/>
  511. <choose>
  512. <if variable="page issued" match="all">
  513. <text variable="container-title" suffix=" "/>
  514. <date variable="issued" suffix=", ">
  515. <date-part name="year" form="long"/>
  516. </date>
  517. <text variable="page"/>
  518. </if>
  519. <else>
  520. <!-- if no page info is available, assume container-title (publication) holds legal_case number citation -->
  521. <text variable="container-title" suffix=" "/>
  522. </else>
  523. </choose>
  524. </else-if>
  525. <else-if type="book">
  526. <choose>
  527. <if variable="editor">
  528. <text macro="editors" suffix=", " font-style="italic"/>
  529. </if>
  530. <else>
  531. <text macro="authors" suffix=", "/>
  532. </else>
  533. </choose>
  534. <text variable="title"/>
  535. <choose>
  536. <if variable="volume">
  537. <text variable="volume" prefix=" "/>
  538. </if>
  539. </choose>
  540. <choose>
  541. <if variable="edition note" match="any">
  542. <choose>
  543. <if variable="edition">
  544. <text variable="edition" vertical-align="sup"/>
  545. </if>
  546. <else-if variable="note">
  547. <!-- RIS workaround -->
  548. <text variable="note" vertical-align="sup"/>
  549. </else-if>
  550. </choose>
  551. </if>
  552. </choose>
  553. <choose>
  554. <if variable="publisher">
  555. <text variable="publisher" prefix=", "/>
  556. </if>
  557. </choose>
  558. <choose>
  559. <if variable="publisher-place">
  560. <text variable="publisher-place" prefix=", "/>
  561. </if>
  562. </choose>
  563. <choose>
  564. <if variable="publisher publisher-place" match="any">
  565. <date variable="issued" prefix=" ">
  566. <date-part name="year" form="long"/>
  567. </date>
  568. </if>
  569. <else>
  570. <date variable="issued" prefix=" (" suffix=")">
  571. <date-part name="year" form="long"/>
  572. </date>
  573. </else>
  574. </choose>
  575. </else-if>
  576. <else-if type="chapter">
  577. <choose>
  578. <if variable="editor">
  579. <text macro="editors" suffix=", " font-style="italic"/>
  580. </if>
  581. <else>
  582. <text macro="authors" suffix=", "/>
  583. </else>
  584. </choose>
  585. <text variable="container-title"/>
  586. <choose>
  587. <if variable="volume">
  588. <text variable="volume" prefix=" "/>
  589. </if>
  590. </choose>
  591. <choose>
  592. <if variable="edition note" match="any">
  593. <choose>
  594. <if variable="edition">
  595. <text variable="edition" vertical-align="sup"/>
  596. </if>
  597. <else-if variable="note">
  598. <!-- RIS workaround -->
  599. <text variable="note" vertical-align="sup"/>
  600. </else-if>
  601. </choose>
  602. </if>
  603. </choose>
  604. <choose>
  605. <if variable="publisher">
  606. <text variable="publisher" prefix=", "/>
  607. </if>
  608. </choose>
  609. <choose>
  610. <if variable="publisher-place">
  611. <text variable="publisher-place" prefix=", "/>
  612. </if>
  613. </choose>
  614. <choose>
  615. <if variable="publisher publisher-place" match="any">
  616. <date variable="issued" prefix=" ">
  617. <date-part name="year" form="long"/>
  618. </date>
  619. </if>
  620. <else>
  621. <date variable="issued" prefix=" (" suffix=")">
  622. <date-part name="year" form="long"/>
  623. </date>
  624. </else>
  625. </choose>
  626. </else-if>
  627. <else-if type="thesis">
  628. <text macro="authors" suffix=", "/>
  629. <text variable="title" suffix="."/>
  630. <text variable="genre" prefix=" "/>
  631. <text variable="publisher" prefix=", "/>
  632. <date variable="issued" prefix=" (" suffix=")">
  633. <date-part name="year" form="long"/>
  634. </date>
  635. </else-if>
  636. <else-if type="webpage">
  637. <text macro="authors"/>
  638. <text value=", "/>
  639. <text variable="title" suffix=", "/>
  640. <date variable="issued" suffix=" " form="numeric"/>
  641. <text variable="URL" prefix="&lt;" suffix="&gt;"/>
  642. <choose>
  643. <if variable="accessed">
  644. <text value="accédé le "/>
  645. <date variable="accessed" suffix=" " form="numeric"/>
  646. </if>
  647. </choose>
  648. </else-if>
  649. <else>
  650. <text macro="authors" font-style="italic"/>
  651. <text variable="title" prefix=", "/>
  652. <choose>
  653. <if variable="container-title">
  654. <text variable="container-title" prefix=", "/>
  655. </if>
  656. </choose>
  657. <date variable="issued" prefix=", " form="numeric"/>
  658. </else>
  659. </choose>
  660. </layout>
  661. </bibliography>
  662. </style>