Guest User

Untitled

a guest
May 25th, 2026
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 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" page-range-format="minimal" demote-non-dropping-particle="sort-only" default-locale="en-GB">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>CAU Kiel Medizin 2026</title>
  6. <title-short>IJREP</title-short>
  7. <id>http://www.zotero.org/styles/CAU_Kiel</id>
  8. <link href="http://www.zotero.org/styles/international-journal-of-research-in-exercise-physiology" rel="self"/>
  9. <link href="http://www.zotero.org/styles/scienceasia" rel="template"/>
  10. <link href="https://ijrep.org/#about" rel="documentation"/>
  11. <author>
  12. <name>Patrick O'Brien</name>
  13. <email>[email protected]</email>
  14. </author>
  15. <category citation-format="numeric"/>
  16. <category field="medicine"/>
  17. <category field="biology"/>
  18. <eissn>2640-9461</eissn>
  19. <summary>Style for IJREP based on the 2018 guidelines.</summary>
  20. <updated>2026-05-24T10:16:59+00:00</updated>
  21. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  22. </info>
  23. <locale xml:lang="en">
  24. <terms>
  25. <term name="edition" form="short">edn.</term>
  26. </terms>
  27. </locale>
  28. <macro name="editor">
  29. <names variable="editor" prefix=" " delimiter=", ">
  30. <name initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="always"/>
  31. <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
  32. </names>
  33. </macro>
  34. <macro name="author">
  35. <names variable="author">
  36. <name and="text" name-as-sort-order="all" sort-separator=", " delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
  37. <label form="short" text-case="lowercase" strip-periods="true"/>
  38. <substitute>
  39. <names variable="editor"/>
  40. <names variable="translator"/>
  41. </substitute>
  42. </names>
  43. </macro>
  44. <macro name="access">
  45. <choose>
  46. <if variable="page" match="none">
  47. <choose>
  48. <if variable="DOI">
  49. <text variable="DOI" prefix="doi:"/>
  50. </if>
  51. <else-if variable="URL">
  52. <text value="Available at:" suffix=" "/>
  53. <text variable="URL"/>
  54. <group prefix=" [" suffix="]">
  55. <text term="accessed" text-case="capitalize-first" suffix=" "/>
  56. <date variable="accessed">
  57. <date-part name="month" suffix=" "/>
  58. <date-part name="day" suffix=", "/>
  59. <date-part name="year"/>
  60. </date>
  61. </group>
  62. </else-if>
  63. </choose>
  64. </if>
  65. </choose>
  66. </macro>
  67. <macro name="publisher">
  68. <group delimiter=": " prefix=" ">
  69. <text variable="publisher-place"/>
  70. <text variable="publisher"/>
  71. </group>
  72. </macro>
  73. <macro name="edition">
  74. <choose>
  75. <if is-numeric="edition">
  76. <group delimiter=" ">
  77. <number variable="edition" form="ordinal"/>
  78. <text term="edition" form="short" text-case="lowercase" strip-periods="true"/>
  79. </group>
  80. </if>
  81. <else>
  82. <text variable="edition"/>
  83. </else>
  84. </choose>
  85. </macro>
  86. <macro name="title">
  87. <choose>
  88. <if type="book" match="any">
  89. <text variable="title" font-style="italic"/>
  90. </if>
  91. <else>
  92. <text variable="title"/>
  93. </else>
  94. </choose>
  95. </macro>
  96. <citation collapse="citation-number">
  97. <sort>
  98. <key variable="citation-number"/>
  99. </sort>
  100. <layout vertical-align="sup" delimiter=",">
  101. <text variable="citation-number" prefix="[" suffix="]"/>
  102. </layout>
  103. </citation>
  104. <bibliography delimiter-precedes-et-al="always" second-field-align="flush">
  105. <layout suffix=".">
  106. <text variable="citation-number" suffix=". "/>
  107. <group delimiter=". ">
  108. <text macro="author" strip-periods="true"/>
  109. <date variable="issued" prefix="(" suffix=")">
  110. <date-part name="year"/>
  111. </date>
  112. <text macro="title" prefix=" " suffix="."/>
  113. </group>
  114. <choose>
  115. <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  116. <group delimiter="," prefix=" ">
  117. <text macro="edition" prefix=" "/>
  118. <text macro="editor"/>
  119. <text macro="publisher"/>
  120. </group>
  121. </if>
  122. <else-if type="chapter paper-conference" match="any">
  123. <group delimiter=", " prefix=". ">
  124. <group delimiter=" " prefix="In: ">
  125. <text macro="editor"/>
  126. <text variable="container-title" font-style="italic" text-case="title"/>
  127. </group>
  128. <text variable="collection-title"/>
  129. <group delimiter=" ">
  130. <label variable="volume" form="short" strip-periods="true"/>
  131. <text variable="volume"/>
  132. </group>
  133. <text macro="edition" prefix=" "/>
  134. <group suffix=".">
  135. <text macro="publisher" prefix=" "/>
  136. <group prefix=", ">
  137. <label variable="page" suffix=" " form="short" strip-periods="true"/>
  138. <text variable="page"/>
  139. </group>
  140. </group>
  141. </group>
  142. </else-if>
  143. <else-if type="thesis" match="any">
  144. <group prefix=" " delimiter=". " suffix=".">
  145. <group delimiter=", ">
  146. <choose>
  147. <if variable="genre">
  148. <text variable="genre"/>
  149. </if>
  150. <else>
  151. <text value="Dissertation"/>
  152. </else>
  153. </choose>
  154. <group delimiter=", ">
  155. <text variable="publisher"/>
  156. <text variable="publisher-place"/>
  157. </group>
  158. </group>
  159. </group>
  160. </else-if>
  161. <else>
  162. <group delimiter=", " prefix=" ">
  163. <text variable="container-title" form="short" font-style="italic" strip-periods="true"/>
  164. <text variable="volume"/>
  165. <text variable="page"/>
  166. </group>
  167. </else>
  168. </choose>
  169. <text prefix=" " macro="access"/>
  170. </layout>
  171. </bibliography>
  172. </style>
  173.  
Advertisement
Add Comment
Please, Sign In to add comment