Advertisement
Guest User

Modified Nature citation style IV

a guest
Oct 9th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 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</title>
  5. <id>http://www.zotero.org/styles/nature</id>
  6. <link href="http://www.zotero.org/styles/nature" rel="self"/>
  7. <link href="http://www.nature.com/nature/authors/gta/index.html#a5.4" 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. <issn>0028-0836</issn>
  16. <eissn>1476-4687</eissn>
  17. <updated>2013-03-30T19:30:37+00:00</updated>
  18. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  19. </info>
  20. <locale xml:lang="en">
  21. <terms>
  22. <term name="editor" form="short">
  23. <single>ed.</single>
  24. <multiple>eds</multiple>
  25. </term>
  26. </terms>
  27. </locale>
  28. <macro name="title">
  29. <choose>
  30. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  31. <text variable="title" font-style="bold"/>
  32. </if>
  33. <else-if type="chapter" match="any"/>
  34. <else>
  35. <text variable="title"/>
  36. </else>
  37. </choose>
  38. </macro>
  39. <macro name="author">
  40. <names variable="author">
  41. <name sort-separator=" " delimiter=", " and="symbol" initialize-with="" delimiter-precedes-last="never" name-as-sort-order="all"/>
  42. <label form="short" prefix=", "/>
  43. <et-al font-style="italic"/>
  44. </names>
  45. </macro>
  46. <macro name="access">
  47. <choose>
  48. <if variable="volume"/>
  49. <else-if variable="DOI">
  50. <text variable="DOI" prefix="doi:"/>
  51. </else-if>
  52. <else-if variable="URL">
  53. <text term="at"/>
  54. <text variable="URL" prefix=" &lt;" suffix="&gt;"/>
  55. </else-if>
  56. </choose>
  57. </macro>
  58. <macro name="issuance">
  59. <choose>
  60. <if type="bill book graphic legal_case legislation motion_picture report song chapter paper-conference" match="any">
  61. <group delimiter=", " prefix="(" suffix=").">
  62. <text variable="publisher" form="long"/>
  63. <date variable="issued">
  64. <date-part name="year"/>
  65. </date>
  66. </group>
  67. </if>
  68. <else>
  69. <date prefix="(" suffix=")." variable="issued">
  70. <date-part name="year"/>
  71. </date>
  72. </else>
  73. </choose>
  74. </macro>
  75. <macro name="editor">
  76. <choose>
  77. <if type="chapter paper-conference" match="any">
  78. <names variable="editor" prefix="(" suffix=")">
  79. <name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
  80. </names>
  81. </if>
  82. </choose>
  83. </macro>
  84. <citation collapse="citation-number">
  85. <sort>
  86. <key variable="citation-number"/>
  87. </sort>
  88. <layout vertical-align="sup" delimiter=",">
  89. <text variable="citation-number"/>
  90. </layout>
  91. </citation>
  92. <bibliography et-al-min="6" et-al-use-first="1" second-field-align="flush" entry-spacing="0">
  93. <layout>
  94. <text variable="citation-number" suffix="."/>
  95. <group delimiter=" ">
  96. <text macro="author" suffix=":"/>
  97. <text macro="title" suffix="."/>
  98. <choose>
  99. <if type="chapter paper-conference" match="any">
  100. <text term="in" form="long" plural="false"/>
  101. </if>
  102. </choose>
  103. <text variable="container-title" font-style="" form="short"/>
  104. <text macro="editor"/>
  105. <group font-weight="">
  106. <text variable="volume" suffix=","/>
  107. </group>
  108. <text variable="page"/>
  109. <text macro="issuance"/>
  110. <text macro="access"/>
  111. </group>
  112. </layout>
  113. </bibliography>
  114. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement