Advertisement
Guest User

Hrsg. immer bei Autor

a guest
Apr 5th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 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 vorne</title>
  5. <id>http://www.zotero.org/styles/ACS-Beuth2sasas</id>
  6. <link href="http://www.zotero.org/styles/aj2djddsasasddd" rel="self"/>
  7. <link href="http://www.cvut.cz/en/facilities/ph/ap/rssesolveuid/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. <text macro="editor"/>
  104. </group>
  105. <choose>
  106. <if type="book report" match="any">
  107. <group delimiter=". " suffix="">
  108. <text variable="title" font-style="italic"/>
  109. <text macro="edition"/>
  110. <group delimiter=" ">
  111. <text variable="genre"/>
  112. <text variable="number"/>
  113. </group>
  114. <group delimiter=" ">
  115. <group delimiter=": ">
  116. <text variable="publisher-place"/>
  117. <text variable="publisher"/>
  118. </group>
  119. <text macro="year-date"/>
  120. </group>
  121. </group>
  122. <text macro="page" prefix=". "/>
  123. <text variable="number-of-pages" prefix=". S. "/>
  124. </if>
  125. <else-if type="paper-conference chapter" match="any">
  126. <group delimiter=". " suffix=".">
  127. <text variable="title"/>
  128. <text macro="edition"/>
  129. <group delimiter=" ">
  130. <group delimiter=": ">
  131. <text term="in" text-case="capitalize-first"/>
  132. <text macro="editor"/>
  133. <text variable="container-title" font-style="italic"/>
  134. </group>
  135. <text variable="event"/>
  136. </group>
  137. <group delimiter=" ">
  138. <group delimiter=": ">
  139. <text variable="publisher-place"/>
  140. <text variable="publisher"/>
  141. </group>
  142. <text macro="year-date" suffix=""/>
  143. </group>
  144. </group>
  145. <text macro="page" prefix=" " suffix=""/>
  146. </else-if>
  147. <else-if type="patent">
  148. <group delimiter=". ">
  149. <text variable="title" text-case="title" font-style="italic"/>
  150. <text variable="number"/>
  151. <text macro="year-date"/>
  152. <text macro="page"/>
  153. </group>
  154. </else-if>
  155. <else-if type="article-journal article-magazine" match="any">
  156. <group delimiter=". " suffix="">
  157. <text variable="title"/>
  158. <group delimiter=". ">
  159. <text variable="container-title" form="short" font-style="italic"/>
  160. <group delimiter=" ">
  161. <text macro="year-date"/>
  162. </group>
  163. <group delimiter=". ">
  164. <text variable="volume" font-style="italic" font-weight="normal"/>
  165. </group>
  166. </group>
  167. </group>
  168. <text macro="page" prefix=", "/>
  169. </else-if>
  170. <else-if type="article-newspaper" match="any">
  171. <group delimiter=" ">
  172. <text variable="title" suffix="."/>
  173. <text variable="container-title" font-style="italic" form="short" suffix="."/>
  174. <text macro="edition" suffix=". "/>
  175. <text variable="publisher"/>
  176. <group delimiter=", ">
  177. <text macro="full-issued"/>
  178. <text macro="page"/>
  179. </group>
  180. </group>
  181. </else-if>
  182. <else-if type="webpage" match="any">
  183. <group delimiter=". " suffix="">
  184. <text variable="URL"/>
  185. <group delimiter=": ">
  186. <text term="accessed" text-case="capitalize-first"/>
  187. <text macro="stand"/>
  188. </group>
  189. </group>
  190. </else-if>
  191. <else-if type="thesis" match="any">
  192. <group delimiter=". " suffix="">
  193. <text variable="title" font-style="italic"/>
  194. <text macro="edition"/>
  195. <group delimiter=" ">
  196. <text variable="number"/>
  197. </group>
  198. <group delimiter=" ">
  199. <group delimiter=": ">
  200. <text variable="publisher-place"/>
  201. <text variable="publisher"/>
  202. </group>
  203. <text macro="year-date"/>
  204. </group>
  205. </group>
  206. <text variable="number-of-pages" prefix=". S. "/>
  207. </else-if>
  208. <else>
  209. <group delimiter=". ">
  210. <text variable="title" font-style="italic"/>
  211. <group delimiter=" ">
  212. <group delimiter=": ">
  213. <text variable="publisher-place"/>
  214. <text variable="publisher"/>
  215. </group>
  216. <text macro="year-date"/>
  217. <text variable="volume"/>
  218. <text macro="page"/>
  219. </group>
  220. </group>
  221. </else>
  222. </choose>
  223. </layout>
  224. </bibliography>
  225. </style>
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement