Advertisement
Guest User

Zotero IEEE style

a guest
Dec 12th, 2023
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 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-GB">
  3. <info>
  4. <title>Nature (no "et al.")</title>
  5. <id>http://www.zotero.org/styles/nature-no-et-al</id>
  6. <link href="http://www.zotero.org/styles/nature-no-et-al" rel="self"/>
  7. <link href="http://mts-am.nature.com/cgi-bin/main.plex?form_type=display_auth_instructions#format" rel="documentation"/>
  8. <author>
  9. <name>Michael Berkowitz</name>
  10. <email>[email protected]</email>
  11. </author>
  12. <category citation-format="numeric"/>
  13. <category field="science"/>
  14. <category field="generic-base"/>
  15. <updated>2022-07-02T13:18:26+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="title">
  19. <choose>
  20. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  21. <text variable="title" font-style="italic"/>
  22. </if>
  23. <else-if type="chapter" match="any"/>
  24. <else>
  25. <text variable="title"/>
  26. </else>
  27. </choose>
  28. </macro>
  29. <macro name="author">
  30. <names variable="author">
  31. <name sort-separator=", " delimiter=", " and="symbol" initialize-with=". " delimiter-precedes-last="never" name-as-sort-order="all"/>
  32. <label form="short" prefix=", "/>
  33. <et-al font-style="italic"/>
  34. </names>
  35. </macro>
  36. <macro name="access">
  37. <choose>
  38. <if variable="volume" type="article" match="any"/>
  39. <else-if variable="DOI">
  40. <text variable="DOI" prefix="doi:"/>
  41. </else-if>
  42. <else-if variable="URL">
  43. <text term="at"/>
  44. <text variable="URL" prefix=" &lt;" suffix="&gt;"/>
  45. </else-if>
  46. </choose>
  47. </macro>
  48. <macro name="issuance">
  49. <choose>
  50. <if type="bill book graphic legal_case legislation motion_picture report song chapter paper-conference" match="any">
  51. <group delimiter=", " prefix="(" suffix=").">
  52. <text variable="publisher" form="long"/>
  53. <date variable="issued">
  54. <date-part name="year"/>
  55. </date>
  56. </group>
  57. </if>
  58. <else-if type="article">
  59. <group delimiter=" ">
  60. <choose>
  61. <if variable="genre" match="any">
  62. <text variable="genre" text-case="capitalize-first"/>
  63. </if>
  64. <else>
  65. <text term="article" text-case="capitalize-first"/>
  66. </else>
  67. </choose>
  68. <text term="at"/>
  69. <choose>
  70. <if variable="DOI" match="any">
  71. <text variable="DOI" prefix="https://doi.org/"/>
  72. </if>
  73. <else>
  74. <text variable="URL"/>
  75. </else>
  76. </choose>
  77. <date date-parts="year" form="text" variable="issued" prefix="(" suffix=")"/>
  78. </group>
  79. </else-if>
  80. <else>
  81. <date prefix="(" suffix=")." variable="issued">
  82. <date-part name="year"/>
  83. </date>
  84. </else>
  85. </choose>
  86. </macro>
  87. <macro name="editor">
  88. <choose>
  89. <if type="chapter paper-conference" match="any">
  90. <names variable="editor" prefix="(" suffix=")">
  91. <label form="short" suffix=" "/>
  92. <name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
  93. </names>
  94. </if>
  95. </choose>
  96. </macro>
  97. <citation collapse="citation-number">
  98. <sort>
  99. <key variable="citation-number"/>
  100. </sort>
  101. <layout vertical-align="sup" delimiter=",">
  102. <text variable="citation-number"/>
  103. </layout>
  104. </citation>
  105. <bibliography second-field-align="flush" entry-spacing="0" line-spacing="2">
  106. <layout>
  107. <text variable="citation-number" suffix="."/>
  108. <group delimiter=" ">
  109. <text macro="author" suffix="."/>
  110. <text macro="title" suffix="."/>
  111. <choose>
  112. <if type="chapter paper-conference" match="any">
  113. <text term="in" form="long" plural="false"/>
  114. </if>
  115. </choose>
  116. <text variable="container-title" font-style="italic" form="short"/>
  117. <text macro="editor"/>
  118. <group font-weight="bold">
  119. <text variable="volume" suffix=","/>
  120. </group>
  121. <text variable="page"/>
  122. <text macro="issuance"/>
  123. <text macro="access"/>
  124. </group>
  125. </layout>
  126. </bibliography>
  127. </style>
  128.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement