Advertisement
Guest User

Edited IEEE CSL

a guest
Jan 16th, 2018
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 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">
  3. <info>
  4. <title>CV Style</title>
  5. <id>http://www.zotero.org/styles/ieee</id>
  6. <link href="http://www.zotero.org/styles/ieee" rel="self"/>
  7. <link href="http://www.ieee.org/documents/style_manual.pdf" rel="documentation"/>
  8. <link href="http://www.ieee.org/documents/auinfo07.pdf" rel="documentation"/>
  9. <author>
  10. <name>Michael Berkowitz</name>
  11. <email>mberkowi@gmu.edu</email>
  12. </author>
  13. <contributor>
  14. <name>Julian Onions</name>
  15. <email>julian.onions@gmail.com</email>
  16. </contributor>
  17. <contributor>
  18. <name>Rintze Zelle</name>
  19. <uri>http://twitter.com/rintzezelle</uri>
  20. </contributor>
  21. <contributor>
  22. <name>Stephen Frank</name>
  23. <uri>http://www.zotero.org/sfrank</uri>
  24. </contributor>
  25. <contributor>
  26. <name>Sebastian Karcher</name>
  27. </contributor>
  28. <category citation-format="numeric"/>
  29. <category field="engineering"/>
  30. <category field="generic-base"/>
  31. <updated>2016-10-06T15:54:50+00:00</updated>
  32. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  33. </info>
  34. <locale xml:lang="en">
  35. <terms>
  36. <term name="chapter" form="short">ch.</term>
  37. <term name="presented at">presented at the</term>
  38. <term name="available at">available</term>
  39. </terms>
  40. </locale>
  41. <!-- Macros -->
  42. <macro name="edition">
  43. <choose>
  44. <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  45. <choose>
  46. <if is-numeric="edition">
  47. <group delimiter=" ">
  48. <number variable="edition" form="ordinal"/>
  49. <text term="edition" form="short"/>
  50. </group>
  51. </if>
  52. <else>
  53. <text variable="edition" text-case="capitalize-first" suffix="."/>
  54. </else>
  55. </choose>
  56. </if>
  57. </choose>
  58. </macro>
  59. <macro name="issued">
  60. <choose>
  61. <if type="article-journal report" match="any">
  62. <date variable="issued" prefix="(" suffix=")">
  63. <date-part name="month" form="short" suffix=" "/>
  64. <date-part name="year" form="long"/>
  65. </date>
  66. </if>
  67. <else-if type=" bill book chapter graphic legal_case legislation motion_picture paper-conference song thesis" match="any">
  68. <date variable="issued" form="numeric" prefix="(" suffix=")">
  69. <date-part name="year" form="long"/>
  70. </date>
  71. </else-if>
  72. <else>
  73. <date variable="issued" form="numeric" prefix="(" suffix=")">
  74. <date-part name="day" form="numeric-leading-zeros" />
  75. <date-part name="month" form="short" strip-periods="true"/>
  76. <date-part name="year" form="long"/>
  77. </date>
  78. </else>
  79. </choose>
  80. </macro>
  81. <macro name="author">
  82. <names variable="author">
  83. <name and="text" et-al-use-first="1" initialize-with=". "/>
  84. <label form="short" prefix=", " text-case="capitalize-first"/>
  85. <et-al font-style="italic"/>
  86. <substitute>
  87. <names variable="editor"/>
  88. <names variable="translator"/>
  89. </substitute>
  90. </names>
  91. </macro>
  92. <macro name="editor">
  93. <names variable="editor">
  94. <name initialize-with=". " delimiter=", " and="text"/>
  95. <label form="short" prefix=", " text-case="capitalize-first"/>
  96. </names>
  97. </macro>
  98. <macro name="locators">
  99. <group delimiter=", ">
  100. <text macro="edition"/>
  101. <group delimiter=" ">
  102. <text term="volume" form="short"/>
  103. <number variable="volume" form="numeric"/>
  104. </group>
  105. <group delimiter=" ">
  106. <number variable="number-of-volumes" form="numeric"/>
  107. <text term="volume" form="short" plural="true"/>
  108. </group>
  109. <group delimiter=" ">
  110. <text term="issue" form="short"/>
  111. <number variable="issue" form="numeric"/>
  112. </group>
  113. </group>
  114. </macro>
  115. <macro name="title">
  116. <choose>
  117. <if type="bill book graphic legal_case legislation motion_picture song" match="any">
  118. <text variable="title" font-style="italic"/>
  119. </if>
  120. <else>
  121. <text variable="title" font-style="italic"/>
  122. </else>
  123. </choose>
  124. </macro>
  125. <macro name="publisher">
  126. <choose>
  127. <if type=" bill book chapter graphic legal_case legislation motion_picture paper-conference song" match="any">
  128. <group delimiter=": ">
  129. <text variable="publisher-place"/>
  130. <text variable="publisher"/>
  131. </group>
  132. </if>
  133. <else>
  134. <group delimiter=", ">
  135. <text variable="publisher"/>
  136. <text variable="publisher-place"/>
  137. </group>
  138. </else>
  139. </choose>
  140. </macro>
  141. <macro name="event">
  142. <choose>
  143. <if type="paper-conference speech" match="any">
  144. <choose>
  145. <!-- Published Conference Paper -->
  146. <if variable="container-title">
  147. <group delimiter=", ">
  148. <group delimiter=" ">
  149. <text term="in" />
  150. <text variable="container-title" />
  151. </group>
  152. <text variable="event-place"/>
  153. </group>
  154. </if>
  155. <!-- Unpublished Conference Paper -->
  156. <else>
  157. <group delimiter=", ">
  158. <group delimiter=" ">
  159. <text term="presented at"/>
  160. <text variable="event"/>
  161. </group>
  162. <text variable="event-place"/>
  163. </group>
  164. </else>
  165. </choose>
  166. </if>
  167. </choose>
  168. </macro>
  169. <macro name="access">
  170. <choose>
  171. <if type="webpage">
  172. <choose>
  173. <if variable="URL">
  174. <group delimiter=". ">
  175. <text term="online" prefix="[" suffix="]" text-case="capitalize-first"/>
  176. <group delimiter=": ">
  177. <text term="available at" text-case="capitalize-first"/>
  178. <text variable="URL"/>
  179. </group>
  180. <group prefix="[" suffix="]" delimiter=": ">
  181. <text term="accessed" text-case="capitalize-first"/>
  182. <date variable="accessed">
  183. <date-part name="day" form="numeric-leading-zeros" />
  184. <date-part name="month" form="short" strip-periods="true"/>
  185. <date-part name="year" form="long"/>
  186. </date>
  187. </group>
  188. </group>
  189. </if>
  190. </choose>
  191. </if>
  192. </choose>
  193. </macro>
  194. <macro name="page">
  195. <group>
  196. <label variable="page" form="short" suffix=" "/>
  197. <text variable="page"/>
  198. </group>
  199. </macro>
  200. <macro name="citation-locator">
  201. <group delimiter=" ">
  202. <choose>
  203. <if locator="page">
  204. <label variable="locator" form="short"/>
  205. </if>
  206. <else>
  207. <label variable="locator" form="short" text-case="capitalize-first"/>
  208. </else>
  209. </choose>
  210. <text variable="locator"/>
  211. </group>
  212. </macro>
  213. <!-- Citation -->
  214. <citation collapse="citation-number">
  215. <sort>
  216. <key variable="citation-number"/>
  217. </sort>
  218. <layout delimiter=", ">
  219. <group prefix="[" suffix="]" delimiter=", ">
  220. <text variable="citation-number"/>
  221. <text macro="citation-locator"/>
  222. </group>
  223. </layout>
  224. </citation>
  225. <!-- Bibliography -->
  226. <bibliography hanging-indent="true" entry-spacing="0" second-field-align="flush">
  227. <layout suffix=".">
  228. <!-- Citation Number -->
  229. <text variable="citation-number" suffix="."/>
  230. <!-- Author(s) -->
  231. <text macro="author" suffix=", "/>
  232. <!-- Rest of Citation -->
  233. <choose>
  234. <!-- Specific Formats -->
  235. <if type="article-journal">
  236. <group delimiter=", ">
  237. <text macro="title" font-style="italic" />
  238. <text variable="container-title" form="long"/>
  239. <text macro="locators"/>
  240. <text macro="page"/>
  241. <text macro="issued"/>
  242. </group>
  243. </if>
  244. <else-if type="paper-conference speech" match="any">
  245. <group delimiter=", ">
  246. <text macro="title"/>
  247. <text macro="event"/>
  248. <text macro="issued"/>
  249. <text macro="locators"/>
  250. <text macro="page"/>
  251. </group>
  252. </else-if>
  253. <else-if type="report">
  254. <group delimiter=", ">
  255. <text macro="title"/>
  256. <text macro="publisher"/>
  257. <group delimiter=" ">
  258. <text variable="genre"/>
  259. <text variable="number"/>
  260. </group>
  261. <text macro="issued"/>
  262. </group>
  263. </else-if>
  264. <else-if type="thesis">
  265. <group delimiter=", ">
  266. <text macro="title"/>
  267. <text variable="genre"/>
  268. <text macro="publisher"/>
  269. <text macro="issued"/>
  270. </group>
  271. </else-if>
  272. <else-if type="webpage post-weblog" match="any">
  273. <group delimiter=", " suffix=". ">
  274. <text macro="title" font-style="italic"/>
  275. <text variable="container-title" />
  276. <text macro="issued"/>
  277. </group>
  278. <text macro="access"/>
  279. </else-if>
  280. <else-if type="patent">
  281. <group delimiter=", ">
  282. <text macro="title"/>
  283. <text variable="number"/>
  284. <text macro="issued"/>
  285. </group>
  286. </else-if>
  287. <!-- Generic/Fallback Formats -->
  288. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  289. <group delimiter=", " suffix=". ">
  290. <text macro="title"/>
  291. <text macro="locators"/>
  292. </group>
  293. <group delimiter=", ">
  294. <text macro="publisher"/>
  295. <text macro="page"/>
  296. <text macro="issued"/>
  297. </group>
  298. </else-if>
  299. <else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
  300. <group delimiter=", ">
  301. <text macro="title" font-style="italic"/>
  302. <text variable="container-title" />
  303. <text macro="locators"/>
  304. <text macro="publisher"/>
  305. <text macro="page"/>
  306. <text macro="issued"/>
  307. </group>
  308. </else-if>
  309. <else-if type="chapter paper-conference" match="any">
  310. <group delimiter=", " suffix=", ">
  311. <text macro="title" font-style="italic"/>
  312. <group delimiter=" ">
  313. <text term="in"/>
  314. <text variable="container-title" />
  315. </group>
  316. <text macro="locators"/>
  317. </group>
  318. <text macro="editor" suffix=" "/>
  319. <group delimiter=", ">
  320. <text macro="publisher"/>
  321. <text macro="page"/>
  322. <text macro="issued"/>
  323. </group>
  324. </else-if>
  325. <else>
  326. <group delimiter=", " suffix=". ">
  327. <text macro="title" font-style="italic"/>
  328. <text variable="container-title" />
  329. <text macro="locators"/>
  330. </group>
  331. <group delimiter=", ">
  332. <text macro="publisher"/>
  333. <text macro="page"/>
  334. <text macro="issued"/>
  335. </group>
  336. </else>
  337. </choose>
  338. </layout>
  339. </bibliography>
  340. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement