Advertisement
ruf76

ASS v2

Nov 19th, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 14.95 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" and="text" page-range-format="expanded" default-locale="en-GB">
  3.   <info>
  4.     <title>My Awesome Super Style</title>
  5.     <title-short>ASS</title-short>
  6.     <id>http://www.zotero.org/styles/my-awesome-super-style</id>
  7.     <link href="http://www.zotero.org/styles/my-awesome-super-style" rel="self"/>
  8.     <link href="http://www.zotero.org/styles/modern-humanities-research-association" rel="template"/>
  9.     <link href=" https://www.aup.nl/en/publish/author-guidance" rel="documentation"/>
  10.     <link href="https://assets.ctfassets.net/w9b4jh0bui0y/2Zq8jT4ld6CgKo6Iig2IW/7687b7dc5ecb4febe678569476d29871/author_instructions_april_2018.pdf" rel="documentation"/>
  11.     <author>
  12.       <name>Berke Inöntepe</name>
  13.       <email>berke.inoentepe@uni-weimar.de</email>
  14.     </author>
  15.     <category citation-format="architecture"/>
  16.     <summary>I like to have fun</summary>
  17.     <updated>2021-11-19T10:04:43+00:00</updated>
  18.     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">mine! ALL MINE!</rights>
  19.   </info>
  20.   <locale xml:lang="en">
  21.     <terms>
  22.       <term name="et-al">and others</term>
  23.       <term name="editor" form="verb-short">ed. by</term>
  24.       <term name="edition" form="short">edn</term>
  25.       <term name="translator" form="verb-short">trans. by</term>
  26.       <term name="folio">
  27.         <single>fol.</single>
  28.         <multiple>fols</multiple>
  29.       </term>
  30.     </terms>
  31.   </locale>
  32.   <macro name="author">
  33.     <group delimiter=". " suffix=":">
  34.       <names variable="author">
  35.         <name and="text" delimiter-precedes-last="always">
  36.           <name-part name="family" text-case="uppercase"/>
  37.         </name>
  38.         <label form="short" prefix=", " suffix="."/>
  39.         <substitute>
  40.           <names variable="editor"/>
  41.           <names variable="translator"/>
  42.           <text macro="title-note"/>
  43.         </substitute>
  44.       </names>
  45.       <text macro="recipient"/>
  46.     </group>
  47.   </macro>
  48.   <macro name="recipient">
  49.     <group delimiter=" ">
  50.       <choose>
  51.         <if type="personal_communication">
  52.           <choose>
  53.             <if variable="genre">
  54.               <text variable="genre" text-case="capitalize-first"/>
  55.             </if>
  56.             <else>
  57.               <text term="letter" text-case="capitalize-first"/>
  58.             </else>
  59.           </choose>
  60.         </if>
  61.       </choose>
  62.       <text macro="recipient-note"/>
  63.     </group>
  64.   </macro>
  65.   <macro name="title-note">
  66.     <choose>
  67.       <if variable="title" match="none">
  68.         <text variable="genre"/>
  69.       </if>
  70.       <else-if type="bill book graphic legislation motion_picture report song" match="any">
  71.         <text variable="title" text-case="capitalize-first" font-style="italic"/>
  72.         <group delimiter=" " prefix=", ">
  73.           <text term="version"/>
  74.           <text variable="version"/>
  75.         </group>
  76.       </else-if>
  77.       <else-if type="legal_case interview" match="any">
  78.         <text variable="title"/>
  79.       </else-if>
  80.       <else-if variable="reviewed-author">
  81.         <text variable="title" font-style="italic" prefix="review of "/>
  82.       </else-if>
  83.       <else>
  84.         <text variable="title" text-case="capitalize-first" quotes="true"/>
  85.       </else>
  86.     </choose>
  87.   </macro>
  88.   <macro name="short-title-note">
  89.     <choose>
  90.       <if variable="title" match="none">
  91.         <text variable="genre" form="short" font-weight="normal"/>
  92.       </if>
  93.       <else-if type="bill book graphic legislation motion_picture report song" match="any">
  94.         <text variable="title" form="short" text-case="capitalize-first" font-style="italic"/>
  95.         <group delimiter=" " prefix=", ">
  96.           <text term="version" form="short"/>
  97.           <text variable="version" form="short"/>
  98.         </group>
  99.       </else-if>
  100.       <else-if type="legal_case interview" match="any">
  101.         <text variable="title" form="short"/>
  102.       </else-if>
  103.       <else-if variable="reviewed-author">
  104.         <text variable="title" form="short" font-style="italic" prefix="review of "/>
  105.       </else-if>
  106.       <else>
  107.         <text variable="title" form="short" text-case="capitalize-first" quotes="true"/>
  108.       </else>
  109.     </choose>
  110.     <text value=""/>
  111.   </macro>
  112.   <macro name="title-sort-substitute">
  113.     <choose>
  114.       <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  115.         <text variable="title" form="short" text-case="capitalize-first" font-style="italic"/>
  116.       </if>
  117.       <else>
  118.         <text variable="title" text-case="capitalize-first" quotes="false"/>
  119.       </else>
  120.     </choose>
  121.   </macro>
  122.   <macro name="editor-translator">
  123.     <group delimiter=", ">
  124.       <group delimiter=" ">
  125.         <choose>
  126.           <if variable="container-author reviewed-author" match="any">
  127.             <group>
  128.               <names variable="container-author reviewed-author">
  129.                 <label form="verb-short" text-case="lowercase" suffix=" "/>
  130.                 <name and="text" delimiter=", "/>
  131.               </names>
  132.             </group>
  133.           </if>
  134.         </choose>
  135.       </group>
  136.       <names variable="editor translator" delimiter=", ">
  137.         <label form="verb-short" text-case="lowercase" suffix=" "/>
  138.         <name and="text" delimiter=", "/>
  139.       </names>
  140.     </group>
  141.   </macro>
  142.   <macro name="secondary-contributors-note">
  143.     <choose>
  144.       <if type="chapter paper-conference" match="none">
  145.         <text macro="editor-translator"/>
  146.       </if>
  147.     </choose>
  148.   </macro>
  149.   <macro name="container-contributors-note">
  150.     <choose>
  151.       <if type="chapter paper-conference" match="any">
  152.         <text macro="editor-translator"/>
  153.       </if>
  154.     </choose>
  155.   </macro>
  156.   <macro name="collection-title">
  157.     <group delimiter=", ">
  158.       <choose>
  159.         <if type="article-journal">
  160.           <text variable="collection-title"/>
  161.           <text variable="collection-number"/>
  162.         </if>
  163.         <else>
  164.           <text variable="collection-title" text-case="title"/>
  165.           <text variable="collection-number"/>
  166.         </else>
  167.       </choose>
  168.     </group>
  169.   </macro>
  170.   <macro name="volume">
  171.     <choose>
  172.       <if type="article-journal">
  173.         <group delimiter=" ">
  174.           <text variable="volume" prefix="Volume "/>
  175.           <text variable="issue" prefix="Ausgabe "/>
  176.         </group>
  177.       </if>
  178.       <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  179.         <group delimiter=", ">
  180.           <text macro="edition-note"/>
  181.           <group>
  182.             <number variable="number-of-volumes" form="numeric"/>
  183.             <text term="volume" form="short" prefix=" " plural="true"/>
  184.           </group>
  185.         </group>
  186.       </else-if>
  187.     </choose>
  188.   </macro>
  189.   <macro name="issue-note">
  190.     <choose>
  191.       <if type="article-journal">
  192.         <choose>
  193.           <if variable="volume">
  194.             <text macro="issued" prefix=" "/>
  195.           </if>
  196.           <else>
  197.             <text macro="issued" prefix=", "/>
  198.           </else>
  199.         </choose>
  200.       </if>
  201.       <else-if variable="publisher-place publisher" match="any">
  202.         <group delimiter=", " prefix=" " suffix=".">
  203.           <group delimiter=" ">
  204.             <choose>
  205.               <if variable="title" match="none"/>
  206.               <else-if type="thesis speech" match="any">
  207.                 <text variable="genre" prefix="unpublished "/>
  208.               </else-if>
  209.             </choose>
  210.             <text macro="event"/>
  211.           </group>
  212.           <text macro="publisher"/>
  213.           <text macro="issued"/>
  214.         </group>
  215.       </else-if>
  216.       <else>
  217.         <text macro="issued" prefix=", "/>
  218.       </else>
  219.     </choose>
  220.   </macro>
  221.   <macro name="locators-specific-note">
  222.     <choose>
  223.       <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  224.         <choose>
  225.           <if is-numeric="volume">
  226.             <number variable="volume" form="roman" font-variant="small-caps"/>
  227.           </if>
  228.           <else>
  229.             <text variable="volume" font-variant="small-caps"/>
  230.           </else>
  231.         </choose>
  232.       </if>
  233.     </choose>
  234.   </macro>
  235.   <macro name="locators-specific-note-short">
  236.     <choose>
  237.       <if type="bill book graphic legal_case legislation motion_picture paper-conference report song" match="any">
  238.         <choose>
  239.           <if is-numeric="volume">
  240.             <number variable="volume" form="roman" font-variant="small-caps"/>
  241.           </if>
  242.         </choose>
  243.       </if>
  244.     </choose>
  245.   </macro>
  246.   <macro name="container-title-note">
  247.     <choose>
  248.       <if type="chapter paper-conference" match="any">
  249.         <text term="in" suffix=" "/>
  250.       </if>
  251.     </choose>
  252.     <text variable="container-title" text-case="capitalize-first" font-style="italic" prefix="in: "/>
  253.   </macro>
  254.   <macro name="edition-note">
  255.     <choose>
  256.       <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  257.         <choose>
  258.           <if is-numeric="edition">
  259.             <group delimiter=" ">
  260.               <number variable="edition" form="ordinal"/>
  261.               <text term="edition" form="short"/>
  262.             </group>
  263.           </if>
  264.           <else>
  265.             <text variable="edition"/>
  266.           </else>
  267.         </choose>
  268.       </if>
  269.     </choose>
  270.   </macro>
  271.   <macro name="recipient-note">
  272.     <names variable="recipient" delimiter=", ">
  273.       <label form="verb" prefix=" " suffix=" "/>
  274.       <name and="text" delimiter=", "/>
  275.     </names>
  276.   </macro>
  277.   <macro name="recipient-short">
  278.     <names variable="recipient">
  279.       <label form="verb" font-variant="normal" prefix=" " suffix=" "/>
  280.       <name form="short" and="text" delimiter=", "/>
  281.     </names>
  282.   </macro>
  283.   <macro name="contributors-short">
  284.     <names variable="author" font-variant="normal">
  285.       <name form="short" font-weight="normal" and="text" initialize="false">
  286.         <name-part name="family" text-case="uppercase"/>
  287.       </name>
  288.       <substitute>
  289.         <names variable="editor"/>
  290.         <names variable="translator"/>
  291.         <text macro="title-sort-substitute" text-case="capitalize-first"/>
  292.       </substitute>
  293.     </names>
  294.     <text macro="recipient-short" text-case="capitalize-first"/>
  295.   </macro>
  296.   <macro name="locators-newspaper">
  297.     <choose>
  298.       <if type="article-newspaper">
  299.         <group delimiter=", ">
  300.           <group delimiter=" ">
  301.             <text variable="edition"/>
  302.             <text term="edition"/>
  303.           </group>
  304.           <group>
  305.             <text term="section" suffix=" "/>
  306.             <text variable="section"/>
  307.           </group>
  308.         </group>
  309.       </if>
  310.     </choose>
  311.   </macro>
  312.   <macro name="event">
  313.     <group>
  314.       <text term="presented at" suffix=" "/>
  315.       <text variable="event"/>
  316.     </group>
  317.   </macro>
  318.   <macro name="publisher">
  319.     <choose>
  320.       <if type="thesis">
  321.         <text variable="publisher"/>
  322.       </if>
  323.       <else>
  324.         <group delimiter=": ">
  325.           <text variable="publisher-place"/>
  326.           <text variable="publisher"/>
  327.         </group>
  328.       </else>
  329.     </choose>
  330.   </macro>
  331.   <macro name="issued">
  332.     <choose>
  333.       <if type="report article-newspaper article-magazine personal_communication" match="any">
  334.         <date variable="issued">
  335.           <date-part name="day" suffix=" "/>
  336.           <date-part name="month" suffix=" "/>
  337.           <date-part name="year"/>
  338.         </date>
  339.       </if>
  340.       <else>
  341.         <date variable="issued">
  342.           <date-part name="year"/>
  343.         </date>
  344.       </else>
  345.     </choose>
  346.   </macro>
  347.   <macro name="pages">
  348.     <choose>
  349.       <if type="article-journal">
  350.         <text variable="page" prefix=", "/>
  351.       </if>
  352.       <else>
  353.         <choose>
  354.           <if variable="volume">
  355.             <text variable="page" prefix=", "/>
  356.           </if>
  357.           <else>
  358.             <label variable="page" form="short" prefix=", " suffix=" "/>
  359.             <text variable="page"/>
  360.           </else>
  361.         </choose>
  362.       </else>
  363.     </choose>
  364.   </macro>
  365.   <macro name="point-locators-subsequent">
  366.     <label prefix=", " suffix=" " variable="locator" form="short"/>
  367.     <text variable="locator"/>
  368.   </macro>
  369.   <macro name="archive-note">
  370.     <group delimiter=", ">
  371.       <text variable="archive-place"/>
  372.       <text variable="archive"/>
  373.       <text variable="archive_location"/>
  374.     </group>
  375.   </macro>
  376.   <macro name="access-note">
  377.     <group delimiter=", ">
  378.       <choose>
  379.         <if type="article-journal bill chapter legal_case legislation paper-conference" match="none">
  380.           <text macro="archive-note" prefix=", "/>
  381.         </if>
  382.       </choose>
  383.     </group>
  384.     <choose>
  385.       <if variable="DOI">
  386.         <text variable="DOI" prefix=" &lt;https://doi.org/" suffix="&gt;"/>
  387.       </if>
  388.       <else>
  389.         <choose>
  390.           <if variable="URL">
  391.             <text variable="URL" prefix=" &lt;" suffix="&gt;"/>
  392.             <group prefix=" [" suffix="]">
  393.               <text term="accessed"/>
  394.               <date variable="accessed">
  395.                 <date-part name="day" prefix=" "/>
  396.                 <date-part name="month" prefix=" "/>
  397.                 <date-part name="year" prefix=" "/>
  398.               </date>
  399.             </group>
  400.           </if>
  401.         </choose>
  402.       </else>
  403.     </choose>
  404.   </macro>
  405.   <macro name="artwork">
  406.     <choose>
  407.       <if type="graphic" match="any">
  408.         <group delimiter=", " prefix=", ">
  409.           <text variable="medium"/>
  410.           <text variable="dimensions"/>
  411.         </group>
  412.       </if>
  413.     </choose>
  414.   </macro>
  415.   <citation name-form="short" et-al-min="4" et-al-use-first="1" initialize="false" disambiguate-add-names="true" disambiguate-add-givenname="true">
  416.     <layout delimiter="; ">
  417.       <group delimiter=" ">
  418.         <text macro="contributors-short" suffix=":"/>
  419.         <text macro="short-title-note" quotes="false" suffix=","/>
  420.         <text macro="locators-specific-note-short"/>
  421.         <date date-parts="year" form="text" variable="issued"/>
  422.       </group>
  423.     </layout>
  424.   </citation>
  425.   <bibliography et-al-min="7" et-al-use-first="6">
  426.     <sort>
  427.       <key variable="archive"/>
  428.       <key macro="author"/>
  429.       <key variable="title"/>
  430.     </sort>
  431.     <layout>
  432.       <group delimiter=" " suffix=",">
  433.         <text macro="author"/>
  434.         <text macro="title-note"/>
  435.         <text macro="secondary-contributors-note"/>
  436.         <text macro="container-title-note"/>
  437.         <text macro="container-contributors-note"/>
  438.         <text macro="collection-title"/>
  439.         <text macro="volume"/>
  440.       </group>
  441.       <text macro="issue-note"/>
  442.       <text macro="locators-specific-note" prefix=", "/>
  443.       <text macro="artwork" prefix=", "/>
  444.       <text macro="locators-newspaper" prefix=", "/>
  445.       <text macro="pages"/>
  446.       <text macro="access-note"/>
  447.     </layout>
  448.   </bibliography>
  449. </style>
  450.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement