Advertisement
Guest User

Bibliography

a guest
Sep 9th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 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>Mystyle</title>
  5. <id>http://www.zotero.org/styles/mystyle</id>
  6. <author>
  7. <name></name>
  8. <email></email>
  9. </author>
  10. <category citation-format="numeric"/>
  11. <category field="science"/>
  12. <category field="generic-base"/>
  13. <issn>0</issn>
  14. <eissn>1</eissn>
  15. <updated>2013-10-13T19:30:37+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. <locale xml:lang="en">
  19. <terms>
  20. <term name="editor" form="short">
  21. <single>ed.</single>
  22. <multiple>eds</multiple>
  23. </term>
  24. </terms>
  25. </locale>
  26. <macro name="title">
  27. <choose>
  28. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  29. <text variable="title" font-style="bold"/>
  30. </if>
  31. <else-if type="chapter" match="any"/>
  32. <else>
  33. <text variable="title"/>
  34. </else>
  35. </choose>
  36. </macro>
  37. <macro name="author">
  38. <names variable="author">
  39. <name sort-separator=" " delimiter=", " and="text" initialize-with="" delimiter-precedes-last="never" name-as-sort-order="all"/>
  40. <label form="short" prefix=", "/>
  41. <et-al font-style="italic"/>
  42. </names>
  43. </macro>
  44. <macro name="access">
  45. <choose>
  46. <if variable="volume"/>
  47. <else-if variable="DOI">
  48. <text variable="DOI" prefix="doi:"/>
  49. </else-if>
  50. <else-if variable="URL">
  51. <text term="at"/>
  52. <text variable="URL" prefix=" &lt;" suffix="&gt;"/>
  53. </else-if>
  54. </choose>
  55. </macro>
  56. <macro name="author-short">
  57. <names variable="author">
  58. <name form="short" and="text"/>
  59. </names>
  60. </macro>
  61. <macro name="issued">
  62. <date variable="issued">
  63. <date-part name="year"/>
  64. </date>
  65. </macro>
  66. <macro name="issuance">
  67. <choose>
  68. <if type="bill book graphic legal_case legislation motion_picture report song chapter paper-conference" match="any">
  69. <group delimiter=", " prefix="(" suffix=").">
  70. <text variable="publisher" form="long"/>
  71. <date variable="issued">
  72. <date-part name="year"/>
  73. </date>
  74. </group>
  75. </if>
  76. <else>
  77. <date prefix="(" suffix=")." variable="issued">
  78. <date-part name="year"/>
  79. </date>
  80. </else>
  81. </choose>
  82. </macro>
  83. <macro name="editor">
  84. <choose>
  85. <if type="chapter paper-conference" match="any">
  86. <names variable="editor" prefix="(" suffix=")">
  87. <name and="symbol" delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all"/>
  88. </names>
  89. </if>
  90. </choose>
  91. </macro>
  92. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
  93. <sort>
  94. <key macro="author-short" names-min="1" names-use-first="1"/>
  95. <key macro="author-count" names-min="3" names-use-first="3"/>
  96. <key macro="author" names-min="3" names-use-first="1"/>
  97. <key macro="issued"/>
  98. <key variable="title"/>
  99. </sort>
  100. <layout prefix="(" suffix=")" delimiter="; ">
  101. <group delimiter=" ">
  102. <text macro="author-short"/>
  103. <text macro="issued"/>
  104. </group>
  105. </layout>
  106. </citation>
  107. <bibliography et-al-min="25" et-al-use-first="1" second-field-align="flush" entry-spacing="0">
  108. <sort>
  109. <key macro="author"/>
  110. <key macro="title"/>
  111. </sort>
  112. <layout>
  113. <text variable="citation-number" suffix="."/>
  114. <group delimiter=" ">
  115. <text macro="author" suffix=":"/>
  116. <text macro="title" suffix="."/>
  117. <choose>
  118. <if type="chapter paper-conference" match="any">
  119. <text term="in" form="long" plural="false"/>
  120. </if>
  121. </choose>
  122. <text variable="container-title" font-style="" form="short"/>
  123. <text macro="editor"/>
  124. <group font-weight="">
  125. <text variable="volume" suffix=","/>
  126. </group>
  127. <text variable="page"/>
  128. <text macro="issuance"/>
  129. <text macro="access"/>
  130. </group>
  131. </layout>
  132. </bibliography>
  133. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement