Advertisement
LaFoIIe

archaeometry modified v3 ca

Jul 5th, 2021 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US" page-range-format="minimal">
  3. <info>
  4. <title>Archaeometry Modified Anon</title>
  5. <id>http://www.zotero.org/styles/archaeometry-modified-anon</id>
  6. <link href="http://www.zotero.org/styles/archaeometry-modified-anon" rel="self"/>
  7. <link href="http://www.zotero.org/styles/biotechnology-and-bioengineering" rel="template"/>
  8. <link href="http://onlinelibrary.wiley.com/journal/10.1111/%28ISSN%291475-4754/homepage/ForAuthors.html" rel="documentation"/>
  9. <author>
  10. <name>Dimitris Tambakopoulos</name>
  11. </author>
  12. <category citation-format="author-date"/>
  13. <eissn>1475-4754</eissn>
  14. <summary>Style for Archaeometry Journal</summary>
  15. <updated>2021-07-05T06:18:55+00:00</updated>
  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. <macro name="container-contributors">
  19. <choose>
  20. <if type="chapter paper-conference" match="any">
  21. <group delimiter="; " prefix=" (" suffix=")">
  22. <names variable="container-author">
  23. <name delimiter=", " initialize-with=". " delimiter-precedes-last="always" and="text"/>
  24. </names>
  25. <names variable="editor">
  26. <label form="short" suffix=" "/>
  27. <name delimiter=", " initialize-with=". " delimiter-precedes-last="always" and="text"/>
  28. </names>
  29. </group>
  30. <group prefix=", " delimiter=", ">
  31. <text macro="locators-chapter"/>
  32. <text variable="page"/>
  33. </group>
  34. </if>
  35. </choose>
  36. </macro>
  37. <macro name="anon">
  38. <choose>
  39. <if variable="author editor translator" match="none">
  40. <text variable="title" form="long" text-case="capitalize-first" strip-periods="true"/>
  41. </if>
  42. </choose>
  43. </macro>
  44. <macro name="anonymous">
  45. <choose>
  46. <if variable="author editor translator" match="none">
  47. <text variable="title" form="long" text-case="capitalize-first"/>
  48. </if>
  49. </choose>
  50. </macro>
  51. <macro name="recipient">
  52. <choose>
  53. <if type="personal_communication">
  54. <choose>
  55. <if variable="genre">
  56. <text variable="genre" text-case="capitalize-first" prefix=", "/>
  57. </if>
  58. <else>
  59. <text term="letter" text-case="capitalize-first" prefix=", "/>
  60. </else>
  61. </choose>
  62. </if>
  63. </choose>
  64. <names variable="recipient" delimiter=", ">
  65. <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
  66. <name delimiter=", " initialize-with=". " and="text"/>
  67. </names>
  68. </macro>
  69. <macro name="contributors">
  70. <names variable="author">
  71. <name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
  72. <label form="short" prefix=" (" suffix=")" text-case="lowercase"/>
  73. <substitute>
  74. <names variable="editor"/>
  75. <names variable="translator"/>
  76. <text macro="anonymous"/>
  77. </substitute>
  78. </names>
  79. <text macro="recipient"/>
  80. </macro>
  81. <macro name="contributors-short">
  82. <names variable="author">
  83. <name and="text" form="short" delimiter=", "/>
  84. <substitute>
  85. <names variable="editor"/>
  86. <names variable="translator"/>
  87. </substitute>
  88. </names>
  89. <text macro="anon"/>
  90. </macro>
  91. <macro name="interviewer">
  92. <names variable="interviewer" delimiter=", ">
  93. <label form="verb" prefix=" " text-case="capitalize-first" suffix=" "/>
  94. <name delimiter=", " initialize-with=". " and="text"/>
  95. </names>
  96. </macro>
  97. <macro name="archive">
  98. <group delimiter=", " prefix=", ">
  99. <text variable="archive_location" text-case="capitalize-first"/>
  100. <text variable="archive"/>
  101. </group>
  102. </macro>
  103. <macro name="access">
  104. <choose>
  105. <if type="webpage" match="any">
  106. <text variable="URL" prefix="URL: "/>
  107. </if>
  108. </choose>
  109. </macro>
  110. <macro name="title">
  111. <choose>
  112. <if variable="title" match="none">
  113. <choose>
  114. <if type="personal_communication" match="none">
  115. <text variable="genre"/>
  116. </if>
  117. </choose>
  118. </if>
  119. <else-if type="book" match="any">
  120. <group>
  121. <text variable="title" font-style="italic"/>
  122. <text macro="edition" prefix=" "/>
  123. <text macro="locators-chapter" prefix=", "/>
  124. </group>
  125. </else-if>
  126. <else>
  127. <text variable="title"/>
  128. </else>
  129. </choose>
  130. </macro>
  131. <macro name="edition">
  132. <group>
  133. <number variable="edition" form="ordinal" suffix=" "/>
  134. <text term="edition" form="short"/>
  135. </group>
  136. </macro>
  137. <macro name="locators">
  138. <choose>
  139. <if type="article-journal">
  140. <group>
  141. <text variable="volume" prefix=", " font-weight="bold"/>
  142. <text variable="issue" suffix=")" prefix="("/>
  143. <text variable="page" prefix=", "/>
  144. </group>
  145. </if>
  146. <else-if type="article-newspaper">
  147. <group prefix=", " delimiter=", ">
  148. <group delimiter=" ">
  149. <text term="section" form="short"/>
  150. <text variable="section"/>
  151. </group>
  152. <text variable="page"/>
  153. </group>
  154. </else-if>
  155. <else-if type="legal_case">
  156. <text variable="volume" prefix=", "/>
  157. <text variable="container-title" prefix=" " form="short"/>
  158. <text variable="page" form="long" prefix=" "/>
  159. </else-if>
  160. <else-if type="personal_communication">
  161. <text macro="archive"/>
  162. </else-if>
  163. <else-if type="bill graphic legal_case legislation motion_picture report song" match="any">
  164. <group delimiter=", ">
  165. <group delimiter=" ">
  166. <text term="volume" form="short" text-case="capitalize-first"/>
  167. <number variable="volume" form="numeric"/>
  168. </group>
  169. <group delimiter=" ">
  170. <number variable="number-of-volumes" form="numeric"/>
  171. <text term="volume" form="short" plural="true"/>
  172. </group>
  173. </group>
  174. </else-if>
  175. </choose>
  176. </macro>
  177. <macro name="locators-chapter">
  178. <choose>
  179. <if type="chapter paper-conference book" match="any">
  180. <group delimiter=", ">
  181. <group delimiter=" ">
  182. <text term="volume" form="short" text-case="capitalize-first"/>
  183. <number variable="volume" form="numeric"/>
  184. </group>
  185. <group delimiter=" ">
  186. <number variable="number-of-volumes" form="numeric"/>
  187. <text term="volume" form="short" plural="true"/>
  188. </group>
  189. </group>
  190. </if>
  191. </choose>
  192. </macro>
  193. <macro name="container-title">
  194. <choose>
  195. <if type="chapter paper-conference" match="any">
  196. <group delimiter=" ">
  197. <text term="in" text-case="capitalize-first"/>
  198. <text variable="container-title" font-style="italic"/>
  199. <text macro="edition"/>
  200. </group>
  201. </if>
  202. <else-if type="book" match="none">
  203. <group delimiter=" ">
  204. <text variable="container-title" font-style="italic"/>
  205. <text macro="edition"/>
  206. </group>
  207. </else-if>
  208. </choose>
  209. </macro>
  210. <macro name="publisher">
  211. <group delimiter=", ">
  212. <text variable="publisher"/>
  213. <text variable="publisher-place"/>
  214. </group>
  215. <choose>
  216. <if type="patent">
  217. <text variable="number" prefix=" "/>
  218. </if>
  219. </choose>
  220. </macro>
  221. <macro name="date">
  222. <date variable="issued">
  223. <date-part name="year"/>
  224. </date>
  225. </macro>
  226. <macro name="original-date">
  227. <date date-parts="year" form="text" variable="original-date"/>
  228. </macro>
  229. <macro name="day-month">
  230. <date variable="issued">
  231. <date-part name="month"/>
  232. <date-part name="day" prefix=" "/>
  233. </date>
  234. </macro>
  235. <macro name="collection-title">
  236. <group delimiter=" ">
  237. <text variable="collection-title"/>
  238. <text variable="collection-number"/>
  239. </group>
  240. </macro>
  241. <macro name="description">
  242. <group delimiter=", " prefix=", ">
  243. <text macro="interviewer"/>
  244. <text variable="medium" text-case="capitalize-first"/>
  245. </group>
  246. <choose>
  247. <if variable="title" match="none"/>
  248. <else-if type="thesis"/>
  249. <else-if type="personal_communication"/>
  250. <else>
  251. <text variable="genre" text-case="capitalize-first" prefix=". "/>
  252. </else>
  253. </choose>
  254. </macro>
  255. <macro name="issue">
  256. <choose>
  257. <if type="paper-conference">
  258. <group prefix=" " delimiter=", ">
  259. <text variable="event"/>
  260. <text macro="publisher"/>
  261. </group>
  262. </if>
  263. <else-if type="speech">
  264. <group prefix=" " delimiter=", ">
  265. <text variable="event" prefix="Presented at "/>
  266. <text macro="day-month"/>
  267. <text variable="event-place"/>
  268. </group>
  269. </else-if>
  270. <else-if type="article-newspaper article-magazine" match="any">
  271. <text macro="day-month"/>
  272. </else-if>
  273. <else-if type="thesis">
  274. <text variable="genre" text-case="capitalize-first" prefix=" "/>
  275. <text macro="publisher" prefix=", "/>
  276. </else-if>
  277. <else-if type="article-journal"/>
  278. <else>
  279. <text macro="publisher"/>
  280. </else>
  281. </choose>
  282. </macro>
  283. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false">
  284. <sort>
  285. <key macro="date"/>
  286. </sort>
  287. <layout prefix="(" suffix=")" delimiter="; ">
  288. <group delimiter=", ">
  289. <group delimiter=" ">
  290. <text macro="contributors-short"/>
  291. <text macro="date"/>
  292. <text macro="original-date" prefix="[" suffix="]"/>
  293. </group>
  294. <group>
  295. <label variable="locator" form="short"/>
  296. <text variable="locator"/>
  297. </group>
  298. </group>
  299. </layout>
  300. </citation>
  301. <bibliography hanging-indent="true">
  302. <sort>
  303. <key macro="contributors" names-min="1" names-use-first="1"/>
  304. <key variable="issued"/>
  305. <key variable="title"/>
  306. </sort>
  307. <layout suffix=".">
  308. <text macro="contributors" suffix=", "/>
  309. <group delimiter=" " suffix=", ">
  310. <text macro="date"/>
  311. <text macro="original-date" prefix=" [" suffix="]"/>
  312. </group>
  313. <text macro="title"/>
  314. <text macro="description"/>
  315. <text macro="container-title" prefix=", "/>
  316. <text macro="container-contributors"/>
  317. <text macro="collection-title" prefix=", "/>
  318. <text macro="issue" prefix=", "/>
  319. <text macro="locators"/>
  320. <text macro="access" prefix=", "/>
  321. </layout>
  322. </bibliography>
  323. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement