Advertisement
Guest User

Hrsg. nur bei Sammelwerk

a guest
Apr 5th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 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="de-DE">
  3. <info>
  4. <title>ACS Beuth Hrsg Sammelwerk</title>
  5. <id>http://www.zotero.org/styles/ACS-Beuth2</id>
  6. <link href="http://www.zotero.org/styles/aj2djddsddd" rel="self"/>
  7. <link href="http://www.cvut.cz/en/facilities/ph/ap/resolveuid/a1a4422063ss1dd2b61ef" rel="documentation"/>
  8. <author>
  9. <name>El Maestro</name>
  10. <email>libor.ansorge@gmail.com</email>
  11. </author>
  12. <category citation-format="numeric"/>
  13. <category field="engineering"/>
  14. <issn>1210-2709</issn>
  15. <eissn>1805-2363</eissn>
  16. <summary>Style for journal Acta Polytechnica</summary>
  17. <updated>2021-04-05T07:43:42+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="de">
  21. <terms>
  22. <term name="et-al">et al.</term>
  23. <term name="accessed">Stand:</term>
  24. </terms>
  25. </locale>
  26. <macro name="author">
  27. <names variable="author">
  28. <name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter-precedes-last="never" delimiter=", "/>
  29. <label form="short" prefix=" "/>
  30. <substitute>
  31. <names variable="translator"/>
  32. </substitute>
  33. </names>
  34. </macro>
  35. <macro name="editor">
  36. <names variable="editor">
  37. <name sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
  38. <label form="short" prefix=" (" suffix=")"/>
  39. </names>
  40. </macro>
  41. <macro name="edition">
  42. <choose>
  43. <if is-numeric="edition">
  44. <group delimiter=" ">
  45. <number variable="edition" form="ordinal"/>
  46. <label variable="edition" form="long"/>
  47. </group>
  48. </if>
  49. <else>
  50. <text variable="edition"/>
  51. </else>
  52. </choose>
  53. </macro>
  54. <macro name="full-issued">
  55. <date variable="issued" delimiter="">
  56. <date-part name="day" form="numeric-leading-zeros" suffix="."/>
  57. <date-part name="month" form="numeric-leading-zeros" suffix="."/>
  58. <date-part name="year" suffix=""/>
  59. </date>
  60. </macro>
  61. <macro name="stand">
  62. <date variable="accessed" delimiter="">
  63. <date-part name="day" form="numeric-leading-zeros" suffix="."/>
  64. <date-part name="month" form="numeric-leading-zeros" suffix="."/>
  65. <date-part name="year" suffix=""/>
  66. </date>
  67. </macro>
  68. <macro name="year-date">
  69. <choose>
  70. <if variable="issued">
  71. <date variable="issued">
  72. <date-part name="year" form="long"/>
  73. </date>
  74. </if>
  75. </choose>
  76. </macro>
  77. <macro name="page">
  78. <group delimiter=" ">
  79. <text term="page" form="short"/>
  80. <text variable="page"/>
  81. </group>
  82. </macro>
  83. <citation collapse="citation-number" after-collapse-delimiter="; ">
  84. <sort>
  85. <key variable="citation-number"/>
  86. </sort>
  87. <layout prefix="[" suffix="]" delimiter=", ">
  88. <text variable="citation-number"/>
  89. <group delimiter=" ">
  90. <label variable="locator" form="short" prefix=" "/>
  91. <text variable="locator"/>
  92. </group>
  93. </layout>
  94. </citation>
  95. <bibliography second-field-align="flush" et-al-min="3" et-al-use-first="1">
  96. <sort>
  97. <key variable="citation-number"/>
  98. </sort>
  99. <layout suffix=".">
  100. <text variable="citation-number" prefix="[" suffix="]"/>
  101. <group delimiter=", " suffix=": ">
  102. <text macro="author"/>
  103. </group>
  104. <choose>
  105. <if type="book report" match="any">
  106. <group delimiter=". " suffix="">
  107. <text variable="title" font-style="italic"/>
  108. <text macro="edition"/>
  109. <group delimiter=" ">
  110. <text variable="genre"/>
  111. <text variable="number"/>
  112. </group>
  113. <group delimiter=" ">
  114. <group delimiter=": ">
  115. <text variable="publisher-place"/>
  116. <text variable="publisher"/>
  117. </group>
  118. <text macro="year-date"/>
  119. </group>
  120. </group>
  121. <text macro="page" prefix=". "/>
  122. <text variable="number-of-pages" prefix=". S. "/>
  123. </if>
  124. <else-if type="paper-conference chapter" match="any">
  125. <group delimiter=". " suffix=".">
  126. <text variable="title"/>
  127. <text macro="edition"/>
  128. <group delimiter=" ">
  129. <group delimiter=": ">
  130. <text term="in" text-case="capitalize-first"/>
  131. <text macro="editor"/>
  132. <text variable="container-title" font-style="italic"/>
  133. </group>
  134. <text variable="event"/>
  135. </group>
  136. <group delimiter=" ">
  137. <group delimiter=": ">
  138. <text variable="publisher-place"/>
  139. <text variable="publisher"/>
  140. </group>
  141. <text macro="year-date" suffix=""/>
  142. </group>
  143. </group>
  144. <text macro="page" prefix=" " suffix=""/>
  145. </else-if>
  146. <else-if type="patent">
  147. <group delimiter=". ">
  148. <text variable="title" text-case="title" font-style="italic"/>
  149. <text variable="number"/>
  150. <text macro="year-date"/>
  151. <text macro="page"/>
  152. </group>
  153. </else-if>
  154. <else-if type="article-journal article-magazine" match="any">
  155. <group delimiter=". " suffix="">
  156. <text variable="title"/>
  157. <group delimiter=". ">
  158. <text variable="container-title" form="short" font-style="italic"/>
  159. <group delimiter=" ">
  160. <text macro="year-date"/>
  161. </group>
  162. <group delimiter=". ">
  163. <text variable="volume" font-style="italic" font-weight="normal"/>
  164. </group>
  165. </group>
  166. </group>
  167. <text macro="page" prefix=", "/>
  168. </else-if>
  169. <else-if type="article-newspaper" match="any">
  170. <group delimiter=" ">
  171. <text variable="title" suffix="."/>
  172. <text variable="container-title" font-style="italic" form="short" suffix="."/>
  173. <text macro="edition" suffix=". "/>
  174. <text variable="publisher"/>
  175. <group delimiter=", ">
  176. <text macro="full-issued"/>
  177. <text macro="page"/>
  178. </group>
  179. </group>
  180. </else-if>
  181. <else-if type="webpage" match="any">
  182. <group delimiter=". " suffix="">
  183. <text variable="URL"/>
  184. <group delimiter=": ">
  185. <text term="accessed" text-case="capitalize-first"/>
  186. <text macro="stand"/>
  187. </group>
  188. </group>
  189. </else-if>
  190. <else-if type="thesis" match="any">
  191. <group delimiter=". " suffix="">
  192. <text variable="title" font-style="italic"/>
  193. <text macro="edition"/>
  194. <group delimiter=" ">
  195. <text variable="number"/>
  196. </group>
  197. <group delimiter=" ">
  198. <group delimiter=": ">
  199. <text variable="publisher-place"/>
  200. <text variable="publisher"/>
  201. </group>
  202. <text macro="year-date"/>
  203. </group>
  204. </group>
  205. <text variable="number-of-pages" prefix=". S. "/>
  206. </else-if>
  207. <else>
  208. <group delimiter=". ">
  209. <text variable="title" font-style="italic"/>
  210. <group delimiter=" ">
  211. <group delimiter=": ">
  212. <text variable="publisher-place"/>
  213. <text variable="publisher"/>
  214. </group>
  215. <text macro="year-date"/>
  216. <text variable="volume"/>
  217. <text macro="page"/>
  218. </group>
  219. </group>
  220. </else>
  221. </choose>
  222. </layout>
  223. </bibliography>
  224. </style>
  225.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement