ecole-pratique-des-hautes-etudes.csl 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="expanded" demote-non-dropping-particle="sort-only" default-locale="fr-FR">
  3. <!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>École Pratique des Hautes Études - Sciences historiques et philologiques (French)</title>
  6. <title-short>EPHE-SHP</title-short>
  7. <id>http://www.zotero.org/styles/ecole-pratique-des-hautes-etudes-sciences-historiques-et-philologiques</id>
  8. <link href="http://www.zotero.org/styles/ecole-pratique-des-hautes-etudes-sciences-historiques-et-philologiques" rel="self"/>
  9. <link href="http://www.zotero.org/styles/invisu" rel="template"/>
  10. <link href="http://www.zotero.org/styles/le-tapuscrit-note" rel="template"/>
  11. <link href="http://www.zotero.org/styles/traces" rel="template"/>
  12. <link href="https://github.com/citation-style-language/styles/pull/2006#issuecomment-206413050" rel="documentation"/>
  13. <author>
  14. <name>Anne-Sophie Bessero</name>
  15. </author>
  16. <author>
  17. <name>Laurent Garrigues</name>
  18. </author>
  19. <category citation-format="note"/>
  20. <category field="history"/>
  21. <category field="humanities"/>
  22. <summary>Le style a été conçu à partir d'emprunts aux styles français InVisu, et EHESS, et personnalisé via Visual CSL Editor.</summary>
  23. <updated>2018-05-22T00:59:23+00:00</updated>
  24. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  25. </info>
  26. <locale xml:lang="fr">
  27. <terms>
  28. <term name="ordinal-01">ère</term>
  29. <term name="ordinal-02">e</term>
  30. <term name="ordinal-03">e</term>
  31. <term name="ordinal-04">e</term>
  32. <term name="cited">op. cit.</term>
  33. <term name="page" form="short">p.</term>
  34. <term name="editor" form="short">éd.</term>
  35. <term name="in">dans</term>
  36. </terms>
  37. </locale>
  38. <macro name="author">
  39. <choose>
  40. <if variable="author">
  41. <names variable="author" suffix=", ">
  42. <name font-style="normal" and="text" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3" initialize-with="." sort-separator=" ">
  43. <name-part name="family" font-variant="normal"/>
  44. </name>
  45. </names>
  46. </if>
  47. </choose>
  48. </macro>
  49. <macro name="author-bib">
  50. <choose>
  51. <if variable="author">
  52. <names variable="author" suffix=", ">
  53. <name font-style="normal" and="text" delimiter-precedes-et-al="never" delimiter-precedes-last="never" et-al-min="4" et-al-use-first="3" name-as-sort-order="all" sort-separator=" ">
  54. <name-part name="family" font-variant="small-caps"/>
  55. <name-part name="given" prefix="(" suffix=")"/>
  56. </name>
  57. </names>
  58. </if>
  59. </choose>
  60. </macro>
  61. <macro name="editor-bib">
  62. <names variable="editor">
  63. <label form="short" suffix=" "/>
  64. <name et-al-min="4" et-al-use-first="3" initialize-with=".">
  65. <name-part name="family" font-variant="small-caps"/>
  66. </name>
  67. </names>
  68. </macro>
  69. <macro name="title">
  70. <choose>
  71. <if type="book report" match="any">
  72. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  73. </if>
  74. <else-if type="graphic personal_communication interview" match="any">
  75. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  76. <text macro="date"/>
  77. <group delimiter=", " prefix=", " suffix=".">
  78. <text macro="interviewer"/>
  79. <text variable="medium"/>
  80. <text variable="genre"/>
  81. <text variable="issue"/>
  82. </group>
  83. </else-if>
  84. <else-if type="motion_picture" match="any">
  85. <group delimiter=", ">
  86. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  87. <text variable="medium"/>
  88. </group>
  89. </else-if>
  90. <else-if type="article-journal article-magazine article-newspaper" match="any">
  91. <group delimiter=", ">
  92. <text variable="title" text-case="capitalize-first" quotes="true" font-style="normal"/>
  93. <text variable="container-title" font-style="italic"/>
  94. </group>
  95. </else-if>
  96. <else-if type="thesis broadcast" match="any">
  97. <group delimiter=", ">
  98. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  99. <text variable="genre"/>
  100. <choose>
  101. <if variable="publisher">
  102. <text variable="publisher"/>
  103. </if>
  104. <else>
  105. <text value="[s.n.]"/>
  106. </else>
  107. </choose>
  108. <text variable="container-title" font-style="italic"/>
  109. <text macro="number"/>
  110. </group>
  111. </else-if>
  112. <else-if type="manuscript" match="any">
  113. <group>
  114. <group suffix=",">
  115. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  116. </group>
  117. <text variable="genre" prefix=" "/>
  118. </group>
  119. </else-if>
  120. <else-if type="entry-dictionary entry-encyclopedia paper-conference chapter" match="any">
  121. <group>
  122. <group suffix=",">
  123. <text variable="title" text-case="capitalize-first" quotes="true"/>
  124. </group>
  125. <text value="dans" font-style="normal" prefix=" " suffix=" "/>
  126. <text variable="container-title" text-case="capitalize-first" font-style="italic"/>
  127. </group>
  128. </else-if>
  129. <else-if type="post-weblog post webpage" match="any">
  130. <group delimiter=", ">
  131. <text variable="title" text-case="capitalize-first" quotes="true" font-style="normal"/>
  132. <text variable="genre"/>
  133. <text variable="container-title" font-style="italic"/>
  134. </group>
  135. </else-if>
  136. <else-if type="map" match="any">
  137. <group delimiter=", ">
  138. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  139. <text variable="genre"/>
  140. <text variable="edition"/>
  141. </group>
  142. </else-if>
  143. <else>
  144. <text variable="title" text-case="capitalize-first" font-style="italic"/>
  145. </else>
  146. </choose>
  147. </macro>
  148. <macro name="translator">
  149. <names variable="translator">
  150. <name form="long" and="text" delimiter-precedes-last="never" sort-separator=" " font-style="normal" prefix=", traduit par ">
  151. <name-part name="family" font-variant="normal"/>
  152. </name>
  153. </names>
  154. </macro>
  155. <macro name="edition">
  156. <choose>
  157. <if type="book graphic report entry-dictionary entry-encyclopedia chapter speech paper-conference" match="any">
  158. <choose>
  159. <if is-numeric="edition">
  160. <group delimiter=" ">
  161. <number variable="edition" form="ordinal" prefix=", "/>
  162. <text term="edition" form="short"/>
  163. </group>
  164. </if>
  165. <else>
  166. <text variable="edition" prefix=", "/>
  167. </else>
  168. </choose>
  169. </if>
  170. <else-if type="article-journal article-magazine" match="any">
  171. <group font-style="normal">
  172. <choose>
  173. <if variable="issued">
  174. <text macro="volume" prefix=", "/>
  175. <text macro="issue" prefix=", "/>
  176. <date date-parts="year-month" form="text" variable="issued" prefix=" (" suffix=")"/>
  177. </if>
  178. <else>
  179. <text macro="volume" prefix=", "/>
  180. </else>
  181. </choose>
  182. </group>
  183. </else-if>
  184. </choose>
  185. </macro>
  186. <macro name="newspaper-edition">
  187. <choose>
  188. <if type="article-newspaper">
  189. <group delimiter=", ">
  190. <group>
  191. <text term="edition" prefix=" "/>
  192. <text variable="edition" prefix=" "/>
  193. </group>
  194. <group>
  195. <text term="section" form="short" suffix=". "/>
  196. <text variable="section"/>
  197. </group>
  198. </group>
  199. </if>
  200. </choose>
  201. </macro>
  202. <macro name="event">
  203. <choose>
  204. <if variable="event">
  205. <choose>
  206. <if variable="genre" match="none">
  207. <group delimiter=" " prefix=", ">
  208. <text term="presented at" suffix=" "/>
  209. <text variable="event"/>
  210. </group>
  211. </if>
  212. <else>
  213. <group delimiter=" " prefix=", ">
  214. <text variable="genre"/>
  215. <text term="presented at"/>
  216. <text variable="event"/>
  217. </group>
  218. </else>
  219. </choose>
  220. </if>
  221. </choose>
  222. </macro>
  223. <macro name="place">
  224. <choose>
  225. <if type="article-newspaper paper-conference" match="any">
  226. <choose>
  227. <if variable="publisher-place">
  228. <text variable="publisher-place" prefix=", " suffix=", "/>
  229. </if>
  230. <else>
  231. <text value="[s.l.]" prefix=", " suffix=", "/>
  232. </else>
  233. </choose>
  234. </if>
  235. <else-if type="speech manuscript thesis broadcast" match="any">
  236. <choose>
  237. <if variable="publisher-place">
  238. <text variable="publisher-place" prefix=", "/>
  239. </if>
  240. <else>
  241. <text value="[s.l.]" prefix=", "/>
  242. </else>
  243. </choose>
  244. </else-if>
  245. <else-if type="article-magazine article-journal personal_communication interview graphic webpage" match="any"/>
  246. <else-if type="book chapter motion_picture report entry-dictionary entry-encyclopedia map" match="any">
  247. <choose>
  248. <if variable="publisher-place">
  249. <text variable="publisher-place" prefix=", "/>
  250. </if>
  251. </choose>
  252. </else-if>
  253. </choose>
  254. </macro>
  255. <macro name="publisher">
  256. <choose>
  257. <if match="none" variable="author">
  258. <text variable="publisher" prefix=", "/>
  259. </if>
  260. </choose>
  261. <choose>
  262. <if type="paper-conference" match="any">
  263. <choose>
  264. <if variable="publisher">
  265. <text variable="publisher"/>
  266. </if>
  267. <else>
  268. <text value="[s.n.]"/>
  269. </else>
  270. </choose>
  271. </if>
  272. <else-if type="thesis broadcast" match="any"/>
  273. </choose>
  274. </macro>
  275. <macro name="collection">
  276. <choose>
  277. <if type="motion_picture map entry-dictionary entry-encyclopedia book speech paper-conference chapter" match="any">
  278. <group prefix=" (" suffix=")">
  279. <group delimiter=", ">
  280. <choose>
  281. <if match="any" variable="collection-title">
  282. <text variable="collection-title" form="short"/>
  283. <text macro="volume"/>
  284. </if>
  285. </choose>
  286. <group>
  287. <text term="issue" form="short" suffix=" "/>
  288. <text variable="collection-number"/>
  289. </group>
  290. </group>
  291. </group>
  292. </if>
  293. <else-if type="article-journal">
  294. <text variable="collection-title" prefix=", " font-style="italic"/>
  295. </else-if>
  296. <else>
  297. <text variable="collection-title" suffix=", " font-style="italic"/>
  298. </else>
  299. </choose>
  300. </macro>
  301. <macro name="date">
  302. <choose>
  303. <if variable="issued">
  304. <date form="text" variable="issued" prefix=", ">
  305. <date-part name="year"/>
  306. </date>
  307. </if>
  308. <else>
  309. <text value="[s.d.]" prefix=", "/>
  310. </else>
  311. </choose>
  312. </macro>
  313. <macro name="yearpage">
  314. <choose>
  315. <if type="book" match="any">
  316. <choose>
  317. <if match="all" variable="issued">
  318. <date date-parts="year" form="text" variable="issued" prefix=", ">
  319. <date-part name="year"/>
  320. </date>
  321. </if>
  322. <else>
  323. <text value="[s.d.]" prefix=", "/>
  324. </else>
  325. </choose>
  326. </if>
  327. <else-if type="manuscript thesis motion_picture broadcast" match="any">
  328. <group>
  329. <text macro="date"/>
  330. <choose>
  331. <if variable="locator" match="any">
  332. <text macro="locators" prefix=", "/>
  333. </if>
  334. <else-if variable="locator" match="none">
  335. <choose>
  336. <if is-numeric="number-of-pages">
  337. <text variable="number-of-pages" prefix=", " suffix=" p"/>
  338. </if>
  339. <else>
  340. <text variable="number-of-pages" prefix=", "/>
  341. </else>
  342. </choose>
  343. </else-if>
  344. </choose>
  345. </group>
  346. </else-if>
  347. <else-if type="article-newspaper speech paper-conference report entry-dictionary entry-encyclopedia chapter" match="any">
  348. <group>
  349. <text macro="newspaper-edition"/>
  350. <text macro="date"/>
  351. <text macro="locators" prefix=", "/>
  352. </group>
  353. </else-if>
  354. <else-if type="graphic personal_communication interview" match="any"/>
  355. <else-if type="article-journal article-magazine" match="any">
  356. <group delimiter=" " font-style="normal" prefix=", " suffix=".">
  357. <group delimiter=" ">
  358. <text macro="locators"/>
  359. </group>
  360. </group>
  361. </else-if>
  362. <else-if type="map webpage" match="any">
  363. <text macro="date"/>
  364. </else-if>
  365. <else>
  366. <group delimiter=", " font-style="normal">
  367. <text macro="date"/>
  368. <choose>
  369. <if variable="locator" match="any">
  370. <text macro="locators"/>
  371. </if>
  372. <else-if variable="locator" match="none">
  373. <choose>
  374. <if is-numeric="number-of-pages">
  375. <text variable="number-of-pages" prefix=", " suffix=" p"/>
  376. </if>
  377. <else>
  378. <text variable="number-of-pages" prefix=", "/>
  379. </else>
  380. </choose>
  381. </else-if>
  382. </choose>
  383. </group>
  384. </else>
  385. </choose>
  386. </macro>
  387. <macro name="locators">
  388. <label variable="locator" form="short"/>
  389. <text variable="locator" prefix=" "/>
  390. </macro>
  391. <macro name="year-bib">
  392. <choose>
  393. <if type="book chapter" match="any">
  394. <choose>
  395. <if match="any" variable="issued">
  396. <date date-parts="year" form="text" variable="issued" prefix=", ">
  397. <date-part name="year"/>
  398. </date>
  399. </if>
  400. <else>
  401. <text value="[s.d.]" prefix=", "/>
  402. </else>
  403. </choose>
  404. </if>
  405. <else-if type="map manuscript motion_picture broadcast" match="any">
  406. <text macro="date" suffix="."/>
  407. </else-if>
  408. <else-if type="graphic personal_communication interview article-journal article-magazine" match="any"/>
  409. <else-if type="article-newspaper speech paper-conference" match="any">
  410. <group font-style="normal">
  411. <text macro="newspaper-edition"/>
  412. <text macro="date"/>
  413. </group>
  414. </else-if>
  415. <else-if type="webpage report entry-dictionary entry-encyclopedia thesis" match="any">
  416. <text macro="date"/>
  417. </else-if>
  418. <else>
  419. <text macro="date"/>
  420. </else>
  421. </choose>
  422. </macro>
  423. <macro name="page-bib">
  424. <choose>
  425. <if type="book" match="any"/>
  426. <else-if type="map manuscript thesis motion_picture broadcast" match="any">
  427. <choose>
  428. <if is-numeric="number-of-pages">
  429. <text variable="number-of-pages" prefix=", " suffix=" p"/>
  430. </if>
  431. <else>
  432. <text variable="number-of-pages" prefix=", "/>
  433. </else>
  434. </choose>
  435. </else-if>
  436. <else-if type="report entry-dictionary entry-encyclopedia chapter" match="any">
  437. <group delimiter=" " prefix=", " suffix=".">
  438. <label variable="page" form="short"/>
  439. <text variable="page"/>
  440. </group>
  441. </else-if>
  442. <else-if type="graphic personal_communication interview webpage" match="any"/>
  443. <else-if type="article-journal article-magazine" match="any">
  444. <group delimiter=" " font-style="normal" prefix=", ">
  445. <group delimiter=" " suffix=".">
  446. <label variable="page" form="short"/>
  447. <text variable="page" form="short"/>
  448. </group>
  449. </group>
  450. </else-if>
  451. <else-if type="article-newspaper speech paper-conference" match="any">
  452. <group font-style="normal">
  453. <group delimiter=" " prefix=", ">
  454. <label variable="page" form="short"/>
  455. <text variable="page"/>
  456. </group>
  457. </group>
  458. </else-if>
  459. </choose>
  460. </macro>
  461. <macro name="ISBN">
  462. <text variable="ISBN" prefix=". ISBN&#160;: " suffix="."/>
  463. </macro>
  464. <macro name="archive">
  465. <group suffix="." prefix=". ">
  466. <group delimiter=", ">
  467. <text variable="archive"/>
  468. <text variable="archive_location"/>
  469. <text variable="call-number"/>
  470. </group>
  471. </group>
  472. </macro>
  473. <macro name="volume">
  474. <choose>
  475. <if is-numeric="volume">
  476. <text term="volume" form="short" suffix=". "/>
  477. <text variable="volume"/>
  478. <text variable="number-of-volumes" prefix="/"/>
  479. </if>
  480. <else>
  481. <text variable="volume"/>
  482. <text variable="number-of-volumes" suffix=" vol."/>
  483. </else>
  484. </choose>
  485. </macro>
  486. <macro name="number">
  487. <choose>
  488. <if is-numeric="number">
  489. <text variable="number" prefix="n° "/>
  490. </if>
  491. <else>
  492. <text variable="number"/>
  493. </else>
  494. </choose>
  495. </macro>
  496. <macro name="issue">
  497. <choose>
  498. <if is-numeric="issue">
  499. <text term="issue" form="short" suffix=" "/>
  500. <text variable="issue"/>
  501. </if>
  502. <else>
  503. <text variable="issue"/>
  504. </else>
  505. </choose>
  506. </macro>
  507. <macro name="interviewer">
  508. <group>
  509. <names variable="interviewer">
  510. <label form="verb" prefix=" " suffix=" "/>
  511. <name form="long" and="text" delimiter=", ">
  512. <name-part name="family" font-variant="small-caps"/>
  513. </name>
  514. </names>
  515. </group>
  516. </macro>
  517. <macro name="accessed">
  518. <group delimiter=" ">
  519. <choose>
  520. <if type="graphic personal_communication interview" match="any">
  521. <text variable="URL" text-decoration="none" prefix=" URL&#160;: " suffix="."/>
  522. </if>
  523. <else>
  524. <text variable="URL" text-decoration="none" prefix=". URL&#160;: " suffix="."/>
  525. </else>
  526. </choose>
  527. </group>
  528. <group delimiter=" " font-style="normal">
  529. <text value="Consulté le" suffix=" " prefix=". "/>
  530. <date variable="accessed" form="text">
  531. <date-part name="day"/>
  532. <date-part name="month"/>
  533. <date-part name="year"/>
  534. </date>
  535. </group>
  536. </macro>
  537. <macro name="editor">
  538. <names variable="editor" prefix=", ">
  539. <name et-al-min="4" et-al-use-first="3" initialize-with="."/>
  540. <label form="short" prefix=" (" suffix=")"/>
  541. </names>
  542. </macro>
  543. <citation et-al-min="4" et-al-use-first="3" et-al-subsequent-min="3" et-al-subsequent-use-first="1">
  544. <layout suffix="." delimiter="&#160;; ">
  545. <choose>
  546. <if position="ibid-with-locator">
  547. <group delimiter=", ">
  548. <text term="ibid" text-case="capitalize-first" font-style="italic" suffix="."/>
  549. <text macro="locators"/>
  550. </group>
  551. </if>
  552. <else-if position="ibid">
  553. <text term="ibid" text-case="capitalize-first" font-style="italic"/>
  554. </else-if>
  555. <else-if position="subsequent">
  556. <text macro="author"/>
  557. <group delimiter=", ">
  558. <choose>
  559. <if type="book graphic report map personal_communication interview motion_picture thesis broadcast speech manuscript" match="any">
  560. <text variable="title" form="short" font-style="italic"/>
  561. </if>
  562. <else>
  563. <text variable="title" text-case="capitalize-first" form="short" quotes="true" font-style="normal"/>
  564. </else>
  565. </choose>
  566. <text term="cited" font-style="italic" suffix="."/>
  567. <group delimiter=" ">
  568. <text macro="locators"/>
  569. </group>
  570. </group>
  571. </else-if>
  572. <else>
  573. <text macro="author"/>
  574. <text macro="title"/>
  575. <text macro="editor"/>
  576. <text macro="translator"/>
  577. <text macro="edition"/>
  578. <text macro="event"/>
  579. <text macro="place"/>
  580. <text macro="publisher"/>
  581. <text macro="yearpage"/>
  582. <text macro="accessed"/>
  583. </else>
  584. </choose>
  585. </layout>
  586. </citation>
  587. <bibliography hanging-indent="true" entry-spacing="1">
  588. <sort>
  589. <key macro="author"/>
  590. <key variable="issued" sort="descending"/>
  591. </sort>
  592. <layout suffix=".">
  593. <text macro="author-bib"/>
  594. <text macro="title"/>
  595. <text macro="editor-bib" prefix=", "/>
  596. <text macro="translator"/>
  597. <choose>
  598. <if match="none" variable="collection-title">
  599. <text variable="number-of-volumes" prefix=", " suffix=" vol."/>
  600. </if>
  601. </choose>
  602. <text macro="edition"/>
  603. <text macro="event"/>
  604. <text macro="place"/>
  605. <text macro="publisher"/>
  606. <text macro="year-bib"/>
  607. <text macro="collection"/>
  608. <text macro="archive"/>
  609. <text macro="accessed"/>
  610. <text macro="page-bib"/>
  611. <text macro="ISBN"/>
  612. </layout>
  613. </bibliography>
  614. </style>