ieee.csl 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  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>IEEE</title>
  5. <id>http://www.zotero.org/styles/ieee</id>
  6. <link href="http://www.zotero.org/styles/ieee" rel="self"/>
  7. <link href="https://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE-Reference-Guide.pdf" rel="documentation"/>
  8. <link href="https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/" 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. <contributor>
  29. <name>Giuseppe Silano</name>
  30. <email>g.silano89@gmail.com</email>
  31. <uri>http://giuseppesilano.net</uri>
  32. </contributor>
  33. <contributor>
  34. <name>Patrick O'Brien</name>
  35. </contributor>
  36. <category citation-format="numeric"/>
  37. <category field="engineering"/>
  38. <category field="generic-base"/>
  39. <summary>IEEE style as per the 2018 guidelines, V 11.12.2018.</summary>
  40. <updated>2020-03-28T21:02:10+00:00</updated>
  41. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  42. </info>
  43. <locale xml:lang="en">
  44. <terms>
  45. <term name="chapter" form="short">ch.</term>
  46. <term name="presented at">presented at the</term>
  47. <term name="available at">available</term>
  48. </terms>
  49. </locale>
  50. <!-- Macros -->
  51. <macro name="status">
  52. <choose>
  53. <if variable="page issue volume" match="none">
  54. <text variable="status" text-case="capitalize-first" suffix="" font-weight="bold"/>
  55. </if>
  56. </choose>
  57. </macro>
  58. <macro name="edition">
  59. <choose>
  60. <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  61. <choose>
  62. <if is-numeric="edition">
  63. <group delimiter=" ">
  64. <number variable="edition" form="ordinal"/>
  65. <text term="edition" form="short"/>
  66. </group>
  67. </if>
  68. <else>
  69. <text variable="edition" text-case="capitalize-first" suffix="."/>
  70. </else>
  71. </choose>
  72. </if>
  73. </choose>
  74. </macro>
  75. <macro name="issued">
  76. <choose>
  77. <if type="article-journal report" match="any">
  78. <date variable="issued">
  79. <date-part name="month" form="short" suffix=" "/>
  80. <date-part name="year" form="long"/>
  81. </date>
  82. </if>
  83. <else-if type="bill book chapter graphic legal_case legislation motion_picture song thesis" match="any">
  84. <date variable="issued">
  85. <date-part name="year" form="long"/>
  86. </date>
  87. </else-if>
  88. <else-if type="paper-conference" match="any">
  89. <date variable="issued">
  90. <date-part name="month" form="short"/>
  91. <date-part name="year" prefix=" "/>
  92. </date>
  93. </else-if>
  94. <else>
  95. <date variable="issued">
  96. <date-part name="month" form="short" suffix=" "/>
  97. <date-part name="day" form="numeric-leading-zeros" suffix=", "/>
  98. <date-part name="year"/>
  99. </date>
  100. </else>
  101. </choose>
  102. </macro>
  103. <macro name="author">
  104. <names variable="author">
  105. <name and="text" et-al-min="7" et-al-use-first="1" initialize-with=". "/>
  106. <label form="short" prefix=", " text-case="capitalize-first"/>
  107. <et-al font-style="italic"/>
  108. <substitute>
  109. <names variable="editor"/>
  110. <names variable="translator"/>
  111. </substitute>
  112. </names>
  113. </macro>
  114. <macro name="editor">
  115. <names variable="editor">
  116. <name initialize-with=". " delimiter=", " and="text"/>
  117. <label form="short" prefix=", " text-case="capitalize-first"/>
  118. </names>
  119. </macro>
  120. <macro name="locators">
  121. <group delimiter=", ">
  122. <text macro="edition"/>
  123. <group delimiter=" ">
  124. <text term="volume" form="short"/>
  125. <number variable="volume" form="numeric"/>
  126. </group>
  127. <group delimiter=" ">
  128. <number variable="number-of-volumes" form="numeric"/>
  129. <text term="volume" form="short" plural="true"/>
  130. </group>
  131. <group delimiter=" ">
  132. <text term="issue" form="short"/>
  133. <number variable="issue" form="numeric"/>
  134. </group>
  135. </group>
  136. </macro>
  137. <macro name="title">
  138. <choose>
  139. <if type="bill book graphic legal_case legislation motion_picture song" match="any">
  140. <text variable="title" font-style="italic"/>
  141. </if>
  142. <else>
  143. <text variable="title" quotes="true"/>
  144. </else>
  145. </choose>
  146. </macro>
  147. <macro name="publisher">
  148. <choose>
  149. <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference song" match="any">
  150. <group delimiter=": ">
  151. <text variable="publisher-place"/>
  152. <text variable="publisher"/>
  153. </group>
  154. </if>
  155. <else>
  156. <group delimiter=", ">
  157. <text variable="publisher"/>
  158. <text variable="publisher-place"/>
  159. </group>
  160. </else>
  161. </choose>
  162. </macro>
  163. <macro name="event">
  164. <choose>
  165. <if type="paper-conference speech" match="any">
  166. <choose>
  167. <!-- Published Conference Paper -->
  168. <if variable="container-title">
  169. <group delimiter=", ">
  170. <group delimiter=" ">
  171. <text term="in"/>
  172. <text variable="container-title" font-style="italic"/>
  173. </group>
  174. <text variable="event-place"/>
  175. </group>
  176. </if>
  177. <!-- Unpublished Conference Paper -->
  178. <else>
  179. <group delimiter=", ">
  180. <group delimiter=" ">
  181. <text term="presented at"/>
  182. <text variable="event"/>
  183. </group>
  184. <text variable="event-place"/>
  185. </group>
  186. </else>
  187. </choose>
  188. </if>
  189. </choose>
  190. </macro>
  191. <macro name="access">
  192. <choose>
  193. <if type="webpage post post-weblog" match="any">
  194. <choose>
  195. <if variable="URL">
  196. <group delimiter=" ">
  197. <text variable="URL"/>
  198. <group delimiter=" " prefix="(" suffix=")">
  199. <text term="accessed"/>
  200. <date variable="accessed">
  201. <date-part name="month" form="short" strip-periods="false"/>
  202. <date-part name="day" form="numeric-leading-zeros" prefix=" " suffix=", "/>
  203. <date-part name="year" form="long"/>
  204. </date>
  205. </group>
  206. </group>
  207. </if>
  208. </choose>
  209. </if>
  210. <else-if match="any" variable="DOI">
  211. <text variable="DOI" prefix="doi: "/>
  212. </else-if>
  213. <else>
  214. <group delimiter=". ">
  215. <group delimiter=": ">
  216. <text term="accessed" text-case="capitalize-first"/>
  217. <date variable="accessed">
  218. <date-part name="month" form="short" suffix=" "/>
  219. <date-part name="day" form="numeric-leading-zeros" suffix=", "/>
  220. <date-part name="year"/>
  221. </date>
  222. </group>
  223. <text term="online" prefix="[" suffix="]" text-case="capitalize-first"/>
  224. <group delimiter=": ">
  225. <text term="available at" text-case="capitalize-first"/>
  226. <text variable="URL"/>
  227. </group>
  228. </group>
  229. </else>
  230. </choose>
  231. </macro>
  232. <macro name="page">
  233. <group>
  234. <label variable="page" form="short" suffix=" "/>
  235. <text variable="page"/>
  236. </group>
  237. </macro>
  238. <macro name="citation-locator">
  239. <group delimiter=" ">
  240. <choose>
  241. <if locator="page">
  242. <label variable="locator" form="short"/>
  243. </if>
  244. <else>
  245. <label variable="locator" form="short" text-case="capitalize-first"/>
  246. </else>
  247. </choose>
  248. <text variable="locator"/>
  249. </group>
  250. </macro>
  251. <!-- Citation -->
  252. <citation collapse="citation-number">
  253. <sort>
  254. <key variable="citation-number"/>
  255. </sort>
  256. <layout delimiter=", ">
  257. <group prefix="[" suffix="]" delimiter=", ">
  258. <text variable="citation-number"/>
  259. <text macro="citation-locator"/>
  260. </group>
  261. </layout>
  262. </citation>
  263. <!-- Bibliography -->
  264. <bibliography entry-spacing="0" second-field-align="flush">
  265. <layout suffix=".">
  266. <!-- Citation Number -->
  267. <text variable="citation-number" prefix="[" suffix="]"/>
  268. <!-- Author(s) -->
  269. <text macro="author" suffix=", "/>
  270. <!-- Rest of Citation -->
  271. <choose>
  272. <!-- Specific Formats -->
  273. <if type="article-journal">
  274. <group delimiter=", ">
  275. <text macro="title"/>
  276. <text variable="container-title" font-style="italic" form="short"/>
  277. <text macro="locators"/>
  278. <text macro="page"/>
  279. <text macro="issued"/>
  280. <text macro="status"/>
  281. <text macro="access"/>
  282. </group>
  283. </if>
  284. <else-if type="paper-conference speech" match="any">
  285. <group delimiter=", ">
  286. <text macro="title"/>
  287. <text macro="event"/>
  288. <text macro="issued"/>
  289. <text macro="locators"/>
  290. <text macro="page"/>
  291. <text macro="status"/>
  292. <text macro="access"/>
  293. </group>
  294. </else-if>
  295. <else-if type="report">
  296. <group delimiter=". ">
  297. <group delimiter=", ">
  298. <text macro="title"/>
  299. <text macro="publisher"/>
  300. <group delimiter=" ">
  301. <text variable="genre"/>
  302. <text variable="number"/>
  303. </group>
  304. <text macro="issued"/>
  305. </group>
  306. <text macro="access"/>
  307. </group>
  308. </else-if>
  309. <else-if type="thesis">
  310. <group delimiter=", ">
  311. <text macro="title"/>
  312. <text variable="genre"/>
  313. <text macro="publisher"/>
  314. <text macro="issued"/>
  315. </group>
  316. </else-if>
  317. <else-if type="webpage post-weblog post" match="any">
  318. <group delimiter=", " suffix=". ">
  319. <text macro="title"/>
  320. <text variable="container-title" font-style="italic"/>
  321. <text macro="issued"/>
  322. </group>
  323. <text macro="access"/>
  324. </else-if>
  325. <else-if type="patent">
  326. <group delimiter=", ">
  327. <text macro="title"/>
  328. <text variable="number"/>
  329. <text macro="issued"/>
  330. </group>
  331. </else-if>
  332. <!-- Generic/Fallback Formats -->
  333. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  334. <group delimiter=", " suffix=". ">
  335. <text macro="title"/>
  336. <text macro="locators"/>
  337. </group>
  338. <group delimiter=", ">
  339. <text macro="publisher"/>
  340. <text macro="issued"/>
  341. <text macro="page"/>
  342. </group>
  343. </else-if>
  344. <else-if type="article-magazine article-newspaper broadcast interview manuscript map patent personal_communication song speech thesis webpage" match="any">
  345. <group delimiter=", ">
  346. <text macro="title"/>
  347. <text variable="container-title" font-style="italic"/>
  348. <text macro="locators"/>
  349. <text macro="publisher"/>
  350. <text macro="page"/>
  351. <text macro="issued"/>
  352. </group>
  353. </else-if>
  354. <else-if type="chapter paper-conference" match="any">
  355. <group delimiter=", " suffix=", ">
  356. <text macro="title"/>
  357. <group delimiter=" ">
  358. <text term="in"/>
  359. <text variable="container-title" font-style="italic"/>
  360. </group>
  361. <text macro="locators"/>
  362. </group>
  363. <text macro="editor" suffix=" "/>
  364. <group delimiter=", ">
  365. <text macro="publisher"/>
  366. <text macro="issued"/>
  367. <text macro="page"/>
  368. </group>
  369. </else-if>
  370. <else>
  371. <group delimiter=", " suffix=". ">
  372. <text macro="title"/>
  373. <text variable="container-title" font-style="italic"/>
  374. <text macro="locators"/>
  375. </group>
  376. <group delimiter=", ">
  377. <text macro="publisher"/>
  378. <text macro="page"/>
  379. <text macro="issued"/>
  380. <text macro="access"/>
  381. </group>
  382. </else>
  383. </choose>
  384. </layout>
  385. </bibliography>
  386. </style>