Advertisement
Guest User

Zotero style

a guest
Feb 20th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | Writing | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style class="note" version="1.0" name-delimiter=", " delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1" initialize-with=" " name-as-sort-order="all" sort-separator=" " names-delimiter=". " demote-non-dropping-particle="never" xmlns="http://purl.org/net/xbiblio/csl">
  3. <!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
  4. <info>
  5. <title>SHU PhD Ramon SOE</title>
  6. <title-short>GB/T 7714-2015 (note)</title-short>
  7. <id>http://www.zotero.org/styles/shu-phd-ramon-soe</id>
  8. <link href="http://www.zotero.org/styles/shu-phd-ramon-soe" rel="self"/>
  9. <link href="http://www.zotero.org/styles/china-national-standard-gb-t-7714-2015-numeric" rel="template"/>
  10. <link href="http://www.std.gov.cn/gb/search/gbDetailed?id=71F772D8055ED3A7E05397BE0A0AB82A" rel="documentation"/>
  11. <author>
  12. <name>ramon</name>
  13. <uri>rthduzhu@shu.edu.cn</uri>
  14. </author>
  15. <category citation-format="note"/>
  16. <category field="generic-base"/>
  17. <summary>The Chinese GB/T7714-2015 with notes and bibliography</summary>
  18. <updated>2024-12-28T10:05:22+00:00</updated>
  19. <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  20. </info>
  21. <locale xml:lang="zh-CN">
  22. <terms>
  23. <term name="anonymous">佚名</term>
  24. <term name="edition">版</term>
  25. <term name="page" form="short">
  26. <single>p.</single>
  27. <multiple>pp.</multiple>
  28. </term>
  29. </terms>
  30. </locale>
  31. <macro name="accessed-date">
  32. <date variable="accessed" delimiter="–" prefix="[" suffix="]">
  33. <date-part name="year"/>
  34. <date-part name="month" form="numeric-leading-zeros"/>
  35. <date-part name="day" form="numeric-leading-zeros"/>
  36. </date>
  37. </macro>
  38. <macro name="author">
  39. <choose>
  40. <if variable="author">
  41. <names variable="author" delimiter=".">
  42. <name>
  43. <name-part name="family" text-case="capitalize-first"/>
  44. <name-part name="given" suffix="."/>
  45. </name>
  46. </names>
  47. </if>
  48. <else>
  49. <text term="anonymous"/>
  50. </else>
  51. </choose>
  52. </macro>
  53. <macro name="container-author">
  54. <names variable="container-author reviewed-author">
  55. <name>
  56. <name-part name="family" text-case="uppercase"/>
  57. <name-part name="given"/>
  58. </name>
  59. </names>
  60. </macro>
  61. <macro name="edition">
  62. <choose>
  63. <if variable="edition">
  64. <group delimiter=" ">
  65. <text variable="edition"/>
  66. <text term="edition"/>
  67. </group>
  68. </if>
  69. </choose>
  70. </macro>
  71. <macro name="editor">
  72. <names variable="editor">
  73. <name>
  74. <name-part name="family" text-case="capitalize-first"/>
  75. <name-part name="given" suffix="."/>
  76. </name>
  77. <label form="verb-short" prefix=", "/>
  78. </names>
  79. </macro>
  80. <macro name="issued-date">
  81. <choose>
  82. <if variable="issued">
  83. <date variable="issued" delimiter="–">
  84. <date-part name="year"/>
  85. <date-part name="month" form="numeric-leading-zeros"/>
  86. <date-part name="day" form="numeric-leading-zeros"/>
  87. </date>
  88. </if>
  89. <else>
  90. <text term="no date" prefix="[" suffix="]"/>
  91. </else>
  92. </choose>
  93. </macro>
  94. <macro name="issue-date-year">
  95. <choose>
  96. <if variable="issued">
  97. <date variable="issued" date-parts="year" form="numeric"/>
  98. </if>
  99. <else>
  100. <text term="no date" prefix="[" suffix="]"/>
  101. </else>
  102. </choose>
  103. </macro>
  104. <macro name="publishing">
  105. <choose>
  106. <if variable="publisher">
  107. <group delimiter=": ">
  108. <text variable="publisher-place"/>
  109. <group delimiter=", ">
  110. <text variable="publisher"/>
  111. <text macro="issue-date-year"/>
  112. </group>
  113. </group>
  114. <choose>
  115. <if variable="locator">
  116. <text variable="locator" prefix=": "/>
  117. </if>
  118. <else>
  119. <text variable="page" prefix=": "/>
  120. </else>
  121. </choose>
  122. </if>
  123. </choose>
  124. </macro>
  125. <macro name="serial-information">
  126. <group delimiter=", ">
  127. <text macro="issue-date-year"/>
  128. <text variable="volume"/>
  129. </group>
  130. <text variable="issue" prefix="(" suffix=")"/>
  131. <text variable="page" prefix=": "/>
  132. </macro>
  133. <macro name="type-code">
  134. <choose>
  135. <if type="article-journal article-magazine" match="any">
  136. <text value="J"/>
  137. </if>
  138. <else-if type="article-newspaper">
  139. <text value="N"/>
  140. </else-if>
  141. <else-if type="bill legislation" match="any">
  142. <text value="S"/>
  143. </else-if>
  144. <else-if type="book">
  145. <text value="M"/>
  146. </else-if>
  147. <else-if type="chapter">
  148. <text value="M"/>
  149. </else-if>
  150. <else-if type="dataset">
  151. <text value="DS"/>
  152. </else-if>
  153. <else-if type="paper-conference">
  154. <text value="C"/>
  155. </else-if>
  156. <else-if type="patent">
  157. <text value="P"/>
  158. </else-if>
  159. <else-if type="post-weblog webpage" match="any">
  160. <text value="EB"/>
  161. </else-if>
  162. <else-if type="report">
  163. <text value="R"/>
  164. </else-if>
  165. <else-if type="thesis">
  166. <text value="D"/>
  167. </else-if>
  168. <else>
  169. <text value="Z"/>
  170. </else>
  171. </choose>
  172. </macro>
  173. <macro name="title">
  174. <text variable="title" text-case="title" prefix="&quot;" suffix="&quot; "/>
  175. <text variable="number" prefix=": "/>
  176. <group delimiter="/" prefix=" [" suffix="]">
  177. <text macro="type-code"/>
  178. <choose>
  179. <if variable="URL"/>
  180. </choose>
  181. </group>
  182. </macro>
  183. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true">
  184. <layout delimiter="; ">
  185. <choose>
  186. <if position="ibid-with-locator">
  187. <text term="ibid"/>
  188. <label variable="locator" form="short"/>
  189. <text variable="locator"/>
  190. </if>
  191. <else-if position="ibid">
  192. <text term="ibid"/>
  193. </else-if>
  194. <else-if position="subsequent">
  195. <text variable="first-reference-note-number" prefix="Ibid [" suffix="] "/>
  196. <label variable="locator" form="short"/>
  197. <text variable="locator"/>
  198. </else-if>
  199. <else>
  200. <text macro="author" suffix=". "/>
  201. <text macro="title"/>
  202. <choose>
  203. <if type="book bill chapter legislation paper-conference report thesis" match="any">
  204. <text macro="editor" prefix=". "/>
  205. <choose>
  206. <if variable="container-title">
  207. <text value=" "/>
  208. <text macro="container-author" suffix=". "/>
  209. <text variable="container-title" suffix=". " text-case="title"/>
  210. </if>
  211. <else>
  212. <text value=". "/>
  213. </else>
  214. </choose>
  215. <text macro="edition" suffix=". "/>
  216. <text macro="publishing"/>
  217. </if>
  218. <else-if type="article-journal article-magazine article-newspaper" match="any">
  219. <group prefix=". ">
  220. <choose>
  221. <if variable="container-title">
  222. <text variable="container-title" text-case="title" font-style="italic"/>
  223. <text macro="serial-information" prefix=", "/>
  224. </if>
  225. <else>
  226. <text macro="serial-information" suffix=". "/>
  227. <text macro="publishing"/>
  228. </else>
  229. </choose>
  230. </group>
  231. </else-if>
  232. <else-if type="patent">
  233. <text macro="issued-date" prefix=". "/>
  234. </else-if>
  235. <else>
  236. <text macro="publishing" prefix=". "/>
  237. <text macro="issued-date" prefix="(" suffix=")"/>
  238. </else>
  239. </choose>
  240. <group delimiter=". " prefix=". ">
  241. <text variable="DOI" prefix="DOI:"/>
  242. </group>
  243. </else>
  244. </choose>
  245. </layout>
  246. </citation>
  247. <bibliography entry-spacing="0" et-al-min="4" et-al-use-first="3" line-spacing="1" second-field-align="flush">
  248. <layout>
  249. <text variable="citation-number" prefix="[" suffix="]"/>
  250. <text macro="author" suffix=". "/>
  251. <text macro="title"/>
  252. <choose>
  253. <if type="book bill chapter legislation paper-conference report thesis" match="any">
  254. <text macro="editor" prefix=". "/>
  255. <choose>
  256. <if variable="container-title">
  257. <text value=" "/>
  258. <text macro="container-author" suffix=". "/>
  259. <text variable="container-title" suffix=". " text-case="title"/>
  260. </if>
  261. <else>
  262. <text value=". "/>
  263. </else>
  264. </choose>
  265. <text macro="edition" suffix=". "/>
  266. <text macro="publishing"/>
  267. </if>
  268. <else-if type="article-journal article-magazine article-newspaper" match="any">
  269. <group prefix=". ">
  270. <choose>
  271. <if variable="container-title">
  272. <text variable="container-title" text-case="title" font-style="italic"/>
  273. <text macro="serial-information" prefix=", "/>
  274. </if>
  275. <else>
  276. <text macro="serial-information" suffix=". "/>
  277. <text macro="publishing"/>
  278. </else>
  279. </choose>
  280. </group>
  281. </else-if>
  282. <else-if type="patent">
  283. <text macro="issued-date" prefix=". "/>
  284. </else-if>
  285. <else>
  286. <text macro="publishing" prefix=". "/>
  287. <text macro="issued-date" prefix="(" suffix=")"/>
  288. </else>
  289. </choose>
  290. <group delimiter=". " prefix=". ">
  291. <text variable="DOI" prefix="DOI:"/>
  292. </group>
  293. </layout>
  294. </bibliography>
  295. </style>
  296.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement