Advertisement
Guest User

Cambridge University Press Law (note)(ibid)

a guest
Apr 8th, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.26 KB | None | 0 0
  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="chicago" demote-non-dropping-particle="sort-only" default-locale="en-GB">
  3. <info>
  4. <title>Cambridge University Press - Law (note)(ibid)</title>
  5. <title-short>CUP</title-short>
  6. <id>http://www.zotero.org/styles/cambridge-university-press-law-note-ibid</id>
  7. <link href="http://www.zotero.org/styles/cambridge-university-press-law-note" rel="self"/>
  8. <link href="http://www.zotero.org/styles/cambridge-university-press-note-ibid" rel="template"/>
  9. <link href="https://authornet.cambridge.org/information/academic/guidelines_for_authors.asp" rel="documentation"/>
  10. <link href="https://authornet.cambridge.org/information/academic/downloads/General%20style%20guidelines.pdf" rel="documentation"/>
  11. <link href="https://authornet.cambridge.org/information/academic/downloads/Additional%20style%20guidelines%20for%20Law.pdf" rel="documentation"/>
  12. <author>
  13. <name>Hanna Bourgeois</name>
  14. <email>hannabourgeois@hotmail.com</email>
  15. </author>
  16. <category citation-format="note"/>
  17. <category field="law"/>
  18. <updated>2022-04-08T10:22:54+00:00</updated>
  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. </info>
  21. <macro name="author">
  22. <names variable="author">
  23. <name and="text" initialize-with=". "/>
  24. <label form="short" strip-periods="false" prefix=" (" suffix=")"/>
  25. <substitute>
  26. <names variable="editor"/>
  27. <names variable="translator"/>
  28. <text macro="title"/>
  29. </substitute>
  30. </names>
  31. </macro>
  32. <macro name="author-short">
  33. <names variable="author">
  34. <name form="short" and="text" delimiter=", "/>
  35. <substitute>
  36. <names variable="editor"/>
  37. <names variable="translator"/>
  38. <text macro="title"/>
  39. </substitute>
  40. </names>
  41. </macro>
  42. <macro name="author-bibliography">
  43. <names variable="author">
  44. <name and="text" initialize-with=". " name-as-sort-order="first"/>
  45. <label form="short" strip-periods="false" prefix=" (" suffix=")"/>
  46. <substitute>
  47. <names variable="editor"/>
  48. <names variable="translator"/>
  49. <text macro="title"/>
  50. </substitute>
  51. </names>
  52. </macro>
  53. <macro name="title">
  54. <choose>
  55. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  56. <text variable="title" font-style="italic"/>
  57. </if>
  58. <else>
  59. <text variable="title" quotes="true"/>
  60. </else>
  61. </choose>
  62. </macro>
  63. <macro name="title-short">
  64. <choose>
  65. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  66. <text variable="title" form="short" font-style="italic"/>
  67. </if>
  68. <else>
  69. <text variable="title" form="short" prefix="‘" suffix="’"/>
  70. </else>
  71. </choose>
  72. </macro>
  73. <macro name="publisher">
  74. <choose>
  75. <if type="chapter paper-conference" match="any">
  76. <group delimiter=", " prefix="(" suffix=")">
  77. <group delimiter=": ">
  78. <text variable="publisher-place"/>
  79. <text variable="publisher"/>
  80. </group>
  81. <text macro="date"/>
  82. </group>
  83. </if>
  84. <else-if type="book" match="any">
  85. <group delimiter=", " prefix="(" suffix=")">
  86. <text variable="publisher"/>
  87. <text macro="date"/>
  88. </group>
  89. </else-if>
  90. <else-if type="thesis" match="any">
  91. <text variable="publisher"/>
  92. </else-if>
  93. </choose>
  94. </macro>
  95. <macro name="date">
  96. <choose>
  97. <if type="webpage post-weblog" match="any">
  98. <date date-parts="year-month" form="text" variable="issued"/>
  99. </if>
  100. <else>
  101. <date variable="issued">
  102. <date-part name="year"/>
  103. </date>
  104. </else>
  105. </choose>
  106. </macro>
  107. <macro name="volume">
  108. <group delimiter=" ">
  109. <label variable="volume" form="short"/>
  110. <number variable="volume" form="roman"/>
  111. </group>
  112. </macro>
  113. <macro name="pageno">
  114. <choose>
  115. <if type="chapter paper-conference" match="any">
  116. <group delimiter=" ">
  117. <label variable="page" form="short"/>
  118. <text variable="page"/>
  119. </group>
  120. </if>
  121. <else>
  122. <text variable="page"/>
  123. </else>
  124. </choose>
  125. </macro>
  126. <macro name="pageref">
  127. <choose>
  128. <if type="article-journal" match="any">
  129. <group delimiter=" ">
  130. <choose>
  131. <if match="none" position="subsequent">
  132. <text term="at"/>
  133. </if>
  134. </choose>
  135. <text variable="locator"/>
  136. </group>
  137. </if>
  138. <else>
  139. <group delimiter=" ">
  140. <label variable="locator" form="short"/>
  141. <text variable="locator"/>
  142. </group>
  143. </else>
  144. </choose>
  145. </macro>
  146. <macro name="volref">
  147. <text variable="volume"/>
  148. </macro>
  149. <macro name="container">
  150. <choose>
  151. <if type="chapter paper-conference" match="any">
  152. <group delimiter=", ">
  153. <group delimiter=" ">
  154. <text term="in"/>
  155. <text macro="editor"/>
  156. </group>
  157. <text variable="container-title"/>
  158. </group>
  159. </if>
  160. <else>
  161. <text variable="container-title" font-style="italic"/>
  162. </else>
  163. </choose>
  164. </macro>
  165. <macro name="editor">
  166. <names variable="editor translator">
  167. <name initialize-with=". "/>
  168. <label form="short" prefix=" (" suffix=")"/>
  169. </names>
  170. </macro>
  171. <macro name="volumes">
  172. <group delimiter=" ">
  173. <number variable="number-of-volumes"/>
  174. <label variable="number-of-volumes" form="short"/>
  175. </group>
  176. </macro>
  177. <macro name="edition">
  178. <group delimiter=" ">
  179. <text variable="edition"/>
  180. <label variable="edition" form="short"/>
  181. </group>
  182. </macro>
  183. <citation>
  184. <layout suffix="." delimiter="; ">
  185. <choose>
  186. <if position=“ibid-with-locator”>
  187. <group delimiter=", ">
  188. <text term=“ibid-short”/>
  189. <text macro="pageref"/>
  190. </group>
  191. </if>
  192. <else>
  193. <if position=“ibid”>
  194. <group delimiter=", ">
  195. <text term=“ibid-short”/>
  196. <text macro="pageref"/>
  197. </group>
  198. </if>
  199. <else>
  200. <if position="subsequent">
  201. <group delimiter=", ">
  202. <text macro="author-short"/>
  203. <text macro="title-short"/>
  204. <text macro="pageref"/>
  205. </group>
  206. </if>
  207. <else>
  208. <group delimiter=" ">
  209. <group delimiter=", ">
  210. <text macro="author"/>
  211. <text macro="title"/>
  212. </group>
  213. <group>
  214. <choose>
  215. <if type="article-journal" match="any">
  216. <group delimiter=" " prefix=" ">
  217. <text macro="date" prefix="(" suffix=")"/>
  218. <text macro="volref"/>
  219. <text macro="container"/>
  220. <text macro="pageno"/>
  221. </group>
  222. </if>
  223. <else-if type="chapter paper-conference" match="any">
  224. <group delimiter=", " prefix=" ">
  225. <text macro="container"/>
  226. <text macro="publisher"/>
  227. <text macro="pageno"/>
  228. </group>
  229. </else-if>
  230. <else-if type="book" match="any">
  231. <group delimiter=" ">
  232. <group delimiter=", " prefix=", ">
  233. <text macro="volumes"/>
  234. <text macro="edition"/>
  235. </group>
  236. <group delimiter=", " prefix=" ">
  237. <text macro="publisher"/>
  238. <text macro="volume"/>
  239. </group>
  240. </group>
  241. </else-if>
  242. <else-if type="thesis" match="any">
  243. <group delimiter=", " prefix=" ">
  244. <text variable="container-title"/>
  245. <text variable="genre"/>
  246. <group delimiter=" ">
  247. <text macro="publisher"/>
  248. <date form="text" date-parts="year-month-day" variable="issued"/>
  249. </group>
  250. </group>
  251. </else-if>
  252. <else>
  253. <text macro="publisher"/>
  254. <text macro="date" prefix="(" suffix=")"/>
  255. </else>
  256. </choose>
  257. </group>
  258. <text macro="pageref" prefix=" "/>
  259. </group>
  260. </else>
  261. </choose>
  262. </layout>
  263. </citation>
  264. <bibliography>
  265. <sort>
  266. <key macro="author-bibliography"/>
  267. <key macro="date"/>
  268. </sort>
  269. <layout>
  270. <group delimiter=" ">
  271. <text macro="author-bibliography" suffix=","/>
  272. <text macro="title"/>
  273. <group>
  274. <choose>
  275. <if type="article-journal" match="any">
  276. <group delimiter=" ">
  277. <text macro="date" prefix="(" suffix=")"/>
  278. <text macro="volref"/>
  279. <text macro="container"/>
  280. <text macro="pageno"/>
  281. </group>
  282. </if>
  283. <else-if type="chapter paper-conference" match="any">
  284. <group delimiter=", " prefix=" ">
  285. <text macro="container"/>
  286. <text macro="publisher"/>
  287. <text macro="pageno"/>
  288. </group>
  289. </else-if>
  290. <else-if type="book" match="any">
  291. <group delimiter=" ">
  292. <group delimiter=", ">
  293. <text macro="volumes"/>
  294. <text macro="edition"/>
  295. </group>
  296. <group delimiter=", ">
  297. <text macro="publisher"/>
  298. <text macro="volume"/>
  299. </group>
  300. </group>
  301. </else-if>
  302. <else-if type="thesis" match="any">
  303. <group delimiter=", ">
  304. <text variable="container-title"/>
  305. <text variable="genre"/>
  306. <group delimiter=" ">
  307. <text macro="publisher"/>
  308. <date form="text" date-parts="year-month-day" variable="issued"/>
  309. </group>
  310. </group>
  311. </else-if>
  312. <else-if type="webpage post-weblog" match="any">
  313. <group delimiter=", ">
  314. <group delimiter=", ">
  315. <text macro="date"/>
  316. <text variable="URL"/>
  317. <group delimiter=" ">
  318. <text term="accessed"/>
  319. <date form="text" variable="accessed"/>
  320. </group>
  321. </group>
  322. </group>
  323. </else-if>
  324. <else>
  325. <text macro="publisher"/>
  326. <text macro="date" prefix="(" suffix=")"/>
  327. </else>
  328. </choose>
  329. </group>
  330. <text macro="pageref"/>
  331. </group>
  332. </layout>
  333. </bibliography>
  334. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement