Guest User

citation V5

a guest
Dec 26th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.32 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="de-DE" version="1.0" demote-non-dropping-particle="sort-only">
  3. <info>
  4. <title>alexaufgerufenamHobergV5</title>
  5. <id>alexaufgerufenamHobergV5</id>
  6. <link href="http://www.zotero.org/styles/universitat-zu-koln-seminar-fur-abwl-und-finanzierungslehre" rel="self"/>
  7. <link href="http://www.zotero.org/styles/stuttgart-media-university" rel="template"/>
  8. <link href="http://www.finance.uni-koeln.de/sites/finanzierungslehre/documents/studium/Leitfaden/Anleitung_fuer_wissenschaftliches_Arbeiten-06_15.pdf" rel="documentation"/>
  9. <author>
  10. <name>Patrick O'Brien</name>
  11.     </author>
  12.     <category citation-format="note"/>
  13.     <category field="humanities"/>
  14.     <summary>Stil für die Universität zu Köln - Seminar für ABWL und Finanzierungslehre, Version Juni 2015.</summary>
  15.     <updated>2018-06-10T04:28:01+00:00</updated>
  16.     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  17. </info>
  18. <locale xml:lang="de">
  19.     <terms>
  20.     <term name="volume" form="short">vol.</term>
  21.     <term name="retrieved">zugegriffen am</term>
  22.     <term name="anonymous">o.V.</term>
  23.     <term name="accessed">Zugriff:</term>
  24.     <term name="section" form="short">
  25.     <term name="et-al">et&#8239;al.</term>
  26.         <single>Abs.</single>
  27.         <multiple>Abs.</multiple>
  28.     </term>
  29.     </terms>
  30. </locale>
  31. <macro name="author">
  32.     <names variable="author">
  33.     <name delimiter="; " and="text" delimiter-precedes-last="never" name-as-sort-order="all"/>
  34.     <label form="short" prefix=" (" suffix=")"/>
  35.     <substitute>
  36.         <names variable="editor"/>
  37.         <text term="anonymous"/>
  38.     </substitute>
  39.     </names>
  40. </macro>
  41. <macro name="author-short">
  42.     <names variable="author" delimiter=";">
  43.     <name form="short" delimiter="/" delimiter-precedes-last="never" initialize-with=". " sort-separator=","/>
  44.     <substitute>
  45.         <names variable="editor"/>
  46.         <text variable="title"/>
  47.     </substitute>
  48.     </names>
  49. </macro>
  50. <macro name="editor">
  51.     <names variable="editor" delimiter="; ">
  52.     <name name-as-sort-order="all" sort-separator=", " delimiter="; " delimiter-precedes-last="never" form="long"/>
  53.     <label form="short" prefix=" (" suffix=")"/>
  54.     </names>
  55. </macro>
  56. <macro name="accessed">
  57.     <date variable="accessed" prefix=" ">
  58.     <date-part form="numeric" name="day" suffix="."/>
  59.     <date-part form="numeric" name="month" suffix="."/>
  60.     <date-part form="long" name="year"/>
  61.     </date>
  62. </macro>
  63. <macro name="date">
  64.     <choose>
  65.     <if variable="issued">
  66.         <date variable="issued">
  67.         <date-part form="numeric" name="day" suffix="."/>
  68.         <date-part form="numeric" name="month" suffix="."/>
  69.         <date-part form="long" name="year"/>
  70.         </date>
  71.     </if>
  72.     <else>
  73.         <date variable="accessed">
  74.         <date-part form="numeric" name="day" suffix="."/>
  75.         <date-part form="numeric" name="month" suffix="."/>
  76.         <date-part form="long" name="year"/>
  77.         </date>
  78.     </else>
  79.     </choose>
  80. </macro>
  81. <macro name="year-date">
  82.     <date variable="issued">
  83.     <date-part name="year"/>
  84.     </date>
  85. </macro>
  86. <macro name="pages">
  87.     <group delimiter=" ">
  88.     <label strip-periods="false" variable="page" form="short"/>
  89.     <text variable="page"/>
  90.     </group>
  91. </macro>
  92. <macro name="publisher">
  93.     <group delimiter=", ">
  94.     <text variable="publisher-place"/>
  95.     <text variable="publisher"/>
  96.     </group>
  97. </macro>
  98. <macro name="edition">
  99.     <group delimiter=". ">
  100.     <number variable="edition"/>
  101.     <label text-case="capitalize-first" variable="edition" form="short"/>
  102.     </group>
  103. </macro>
  104. <citation et-al-min="3" et-al-use-first="1" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true">
  105.     <layout delimiter="; " suffix=".">
  106.     <choose>
  107.     <if position="subsequent">
  108.         <group delimiter=", ">
  109.         <group delimiter=" ">
  110.         <text macro="author-short"/>
  111.         <text macro="year-date" prefix="(" suffix=")"/>
  112.         </group>
  113.         <group delimiter=" ">
  114.         <label text-case="capitalize-first" variable="locator" form="short"/>
  115.         <text variable="locator"/>
  116.         </group>
  117.         </group>
  118.     </if>
  119.     <else> START
  120.         <group>
  121.         <text macro="author"/>
  122.         <text macro="year-date" prefix=" (" suffix=")"/>
  123.     </group>
  124.     <text variable="title" prefix=": " suffix=", "/>
  125.     <choose>
  126.         <if type="webpage post-weblog">
  127.         <text variable="container-title"/>
  128.         </if>
  129.         <else-if type="speech" match="any">
  130.         <text variable="publisher-place" prefix=", "/>
  131.         <text macro="date" prefix=", "/>
  132.         <text macro="accessed" prefix=", "/>
  133.         </else-if>
  134.         <else-if type="article-newspaper article-magazine article-journal" match="any">
  135.         <group delimiter=", ">
  136.             <group delimiter=": ">
  137.             <text term="in" />
  138.             <text variable="container-title" font-style="italic"/>
  139.             </group>
  140.             <group delimiter=" ">
  141.             <label text-case="capitalize-first" variable="volume" form="short"/>
  142.             <text variable="volume" />
  143.             <group>
  144.                 <text variable="issue" prefix="(" suffix=")"/>
  145.                 </group>
  146.             </group>
  147.             <text macro="pages"/>
  148.         </group>
  149.         </else-if>
  150.         <else-if type="chapter" match="any">
  151.         <group delimiter=", ">
  152.             <group delimiter=": ">
  153.             <text term="in"/>
  154.             <text macro="editor"/>
  155.             <text variable="container-title" font-style="normal"/>
  156.             </group>
  157.             <text macro="edition"/>
  158.             <text macro="publisher"/>
  159.             <text macro="pages"/>
  160.         </group>
  161.         </else-if>
  162.         <else>
  163.         <group delimiter=", ">
  164.             <text macro="edition"/>
  165.             <text macro="publisher"/>
  166.         </group>
  167.         </else>
  168.     </choose>
  169.     <choose>
  170.         <if type="webpage post-weblog">
  171.         <group delimiter=" " prefix=", ">
  172.             <text variable="URL"/>
  173.             <text macro="accessed" prefix="(aufgerufen am" suffix=")"/>
  174.         </group>
  175.         </if>
  176.     </choose>
  177.    
  178.     </else> END
  179.     </choose>
  180.     </layout>
  181. </citation>
  182. <bibliography hanging-indent="true">
  183.     <sort>
  184.     <key macro="author"/>
  185.     <key macro="date"/>
  186.     </sort>
  187.     <layout suffix=".">
  188.     <group>
  189.         <text macro="author"/>
  190.         <text macro="year-date" prefix=" (" suffix=")"/>
  191.     </group>
  192.     <text variable="title" prefix=": " suffix=", "/>
  193.     <choose>
  194.         <if type="webpage post-weblog">
  195.         <text variable="container-title"/>
  196.         </if>
  197.         <else-if type="speech" match="any">
  198.         <text variable="publisher-place" prefix=", "/>
  199.         <text macro="date" prefix=", "/>
  200.         <text macro="accessed" prefix=", "/>
  201.         </else-if>
  202.         <else-if type="article-newspaper article-magazine article-journal" match="any">
  203.         <group delimiter=", ">
  204.             <group delimiter=": ">
  205.             <text term="in" />
  206.             <text variable="container-title" font-style="italic"/>
  207.             </group>
  208.             <group delimiter=" ">
  209.             <label text-case="capitalize-first" variable="volume" form="short"/>
  210.             <text variable="volume" />
  211.             <group>
  212.                 <text variable="issue" prefix="(" suffix=")"/>
  213.                 </group>
  214.             </group>
  215.             <text macro="pages"/>
  216.         </group>
  217.         </else-if>
  218.         <else-if type="chapter" match="any">
  219.         <group delimiter=", ">
  220.             <group delimiter=": ">
  221.             <text term="in"/>
  222.             <text macro="editor"/>
  223.             <text variable="container-title" font-style="normal"/>
  224.             </group>
  225.             <text macro="edition"/>
  226.             <text macro="publisher"/>
  227.             <text macro="pages"/>
  228.         </group>
  229.         </else-if>
  230.         <else>
  231.         <group delimiter=", ">
  232.             <text macro="edition"/>
  233.             <text macro="publisher"/>
  234.         </group>
  235.         </else>
  236.     </choose>
  237.     <choose>
  238.         <if type="webpage post-weblog">
  239.         <group delimiter=" " prefix=", ">
  240.             <text variable="URL"/>
  241.             <text macro="accessed" prefix="(aufgerufen am" suffix=")"/>
  242.         </group>
  243.         </if>
  244.     </choose>
  245.     </layout>
  246. </bibliography>
  247. </style>
  248.  
Advertisement
Add Comment
Please, Sign In to add comment