Advertisement
triastra

CSL needing help

May 13th, 2021
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="never">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>Ramboll risk assessment</title>
  6. <id>http://www.zotero.org/styles/ramboll-risk-assessment</id>
  7. <link href="http://www.zotero.org/styles/ramboll-risk-assessment" rel="self"/>
  8. <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/instruct-authors-e.pdf" rel="documentation"/>
  9. <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/manuscript-guidelines-1.0.pdf" rel="documentation"/>
  10. <link href="http://www.springer.com/cda/content/document/cda_downloaddocument/Key_Style_Points_1.0.pdf" rel="documentation"/>
  11. <author>
  12. <name>Jens Allmer</name>
  13. <email>jens@allmer.de</email>
  14. <uri>http://jens.allmer.de</uri>
  15. </author>
  16. <contributor>
  17. <name>Sebastian Karcher</name>
  18. </contributor>
  19. <category citation-format="author-date"/>
  20. <category field="generic-base"/>
  21. <summary>Springer Author Date Style for the disciplines Medicine, Biomedicine, Life Sciences, Chemistry, Geosciences, Computer Science, Engineering, Economics. This style is based on Harvard style and recommendations of the Council of Biology Editors.</summary>
  22. <updated>2021-05-13T17:59:53+00:00</updated>
  23. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  24. </info>
  25. <locale>
  26. <terms>
  27. <term name="edition" form="short">edn.</term>
  28. </terms>
  29. </locale>
  30. <macro name="author-short">
  31. <names variable="author">
  32. <name form="short" and="text"/>
  33. <substitute>
  34. <names variable="editor"/>
  35. <names variable="translator"/>
  36. </substitute>
  37. </names>
  38. </macro>
  39. <macro name="author">
  40. <names variable="author" suffix=".">
  41. <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  42. <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
  43. <substitute>
  44. <names variable="editor"/>
  45. <names variable="translator"/>
  46. </substitute>
  47. </names>
  48. </macro>
  49. <macro name="edition">
  50. <choose>
  51. <if is-numeric="edition">
  52. <group delimiter=" ">
  53. <number variable="edition" form="ordinal"/>
  54. <text term="edition" text-case="title"/>
  55. </group>
  56. </if>
  57. <else>
  58. <text variable="edition"/>
  59. </else>
  60. </choose>
  61. </macro>
  62. <macro name="year">
  63. <date variable="issued">
  64. <date-part name="year"/>
  65. </date>
  66. </macro>
  67. <macro name="title">
  68. <choose>
  69. <if type="book">
  70. <group delimiter=", ">
  71. <text variable="title" text-case="title"/>
  72. <text macro="edition"/>
  73. </group>
  74. </if>
  75. <else-if type="article article-journal article-magazine article-newspaper chapter" match="any">
  76. <text variable="title" text-case="sentence"/>
  77. </else-if>
  78. <else>
  79. <text variable="title" text-case="title" suffix="."/>
  80. </else>
  81. </choose>
  82. </macro>
  83. <macro name="year-parenth">
  84. <date variable="issued" suffix=".">
  85. <date-part name="year"/>
  86. </date>
  87. </macro>
  88. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true">
  89. <sort>
  90. <key variable="issued"/>
  91. <key macro="author"/>
  92. </sort>
  93. <layout prefix="(" suffix=")" delimiter="; ">
  94. <group delimiter=" ">
  95. <text macro="author-short"/>
  96. <text macro="year"/>
  97. </group>
  98. </layout>
  99. </citation>
  100. <bibliography hanging-indent="true">
  101. <sort>
  102. <key macro="author"/>
  103. <key variable="author" sort="ascending"/>
  104. </sort>
  105. <layout>
  106. <group delimiter=" ">
  107. <text macro="author"/>
  108. <text macro="year-parenth"/>
  109. <text macro="title"/>
  110. </group>
  111. <choose>
  112. <if type="chapter paper-conference" match="any">
  113. <group delimiter=" " prefix=". ">
  114. <text term="in" text-case="capitalize-first" suffix=":"/>
  115. <names variable="editor">
  116. <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  117. <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
  118. </names>
  119. <group delimiter=", ">
  120. <text variable="container-title" text-case="title"/>
  121. <text macro="edition"/>
  122. </group>
  123. </group>
  124. <group prefix=". " delimiter=", ">
  125. <text variable="publisher"/>
  126. <text variable="publisher-place"/>
  127. <group delimiter=" " suffix=".">
  128. <label variable="page" form="short" strip-periods="true"/>
  129. <text variable="page" suffix="."/>
  130. </group>
  131. </group>
  132. </if>
  133. <else-if type="article-journal">
  134. <choose>
  135. <if variable="page volume" match="any">
  136. <group prefix=". " suffix=".">
  137. <group delimiter=" ">
  138. <text variable="container-title" form="short" strip-periods="true"/>
  139. <group delimiter=":">
  140. <text variable="volume" suffix=":"/>
  141. <text variable="page" suffix="."/>
  142. </group>
  143. <text variable="DOI" prefix=" https://doi.org/"/>
  144. </group>
  145. </group>
  146. </if>
  147. <else>
  148. <group delimiter=". " prefix=". ">
  149. <text variable="container-title" form="short" strip-periods="true"/>
  150. <text prefix="https://doi.org/" variable="DOI"/>
  151. </group>
  152. </else>
  153. </choose>
  154. </else-if>
  155. <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  156. <group delimiter=", " prefix=". " suffix=".">
  157. <text variable="publisher"/>
  158. <text variable="publisher-place"/>
  159. </group>
  160. </else-if>
  161. <else-if type="webpage post-weblog" match="any">
  162. <group prefix=". " delimiter=". ">
  163. <text prefix="In: " variable="container-title" form="short"/>
  164. <text variable="URL"/>
  165. <date variable="accessed" suffix=".">
  166. <date-part prefix="Accessed " name="month" suffix=" "/>
  167. <date-part name="day" suffix=", "/>
  168. <date-part name="year"/>
  169. </date>
  170. </group>
  171. </else-if>
  172. <else-if type="thesis">
  173. <group prefix=". " delimiter=", ">
  174. <text variable="genre" text-case="capitalize-first"/>
  175. <text variable="publisher" suffix="."/>
  176. </group>
  177. </else-if>
  178. <else>
  179. <group prefix=". " delimiter=" ">
  180. <text variable="container-title" form="short"/>
  181. <group delimiter=":">
  182. <text variable="volume"/>
  183. <text variable="page" suffix="."/>
  184. </group>
  185. </group>
  186. </else>
  187. </choose>
  188. </layout>
  189. </bibliography>
  190. </style>
  191.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement