Advertisement
ruf76

Untitled

Nov 17th, 2021
57
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>Rombert Stapel</name>
  13.       <uri>http://twitter.com/rjstapel</uri>
  14.     </author>
  15.     <category citation-format="note"/>
  16.     <category field="generic-base"/>
  17.     <summary>AUP format with full notes and bibliography</summary>
  18.     <updated>2021-11-17T18:03:37+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="en">
  22.     <terms>
  23.       <term name="et-al">and others</term>
  24.       <term name="editor" form="verb-short">ed. by</term>
  25.       <term name="edition" form="short">edn</term>
  26.       <term name="translator" form="verb-short">trans. by</term>
  27.       <term name="folio">
  28.         <single>fol.</single>
  29.         <multiple>fols</multiple>
  30.       </term>
  31.     </terms>
  32.   </locale>
  33.   <macro name="author">
  34.     <group delimiter=". ">
  35.       <names variable="author">
  36.         <name and="text" delimiter-precedes-last="always"/>
  37.         <label form="short" prefix=", " suffix="."/>
  38.         <substitute>
  39.           <names variable="editor"/>
  40.           <names variable="translator"/>
  41.           <text macro="title-note"/>
  42.         </substitute>
  43.       </names>
  44.       <text macro="recipient"/>
  45.     </group>
  46.   </macro>
  47.   <macro name="recipient">
  48.     <group delimiter=" ">
  49.       <choose>
  50.         <if type="personal_communication">
  51.           <choose>
  52.             <if variable="genre">
  53.               <text variable="genre" text-case="capitalize-first"/>
  54.             </if>
  55.             <else>
  56.               <text term="letter" text-case="capitalize-first"/>
  57.             </else>
  58.           </choose>
  59.         </if>
  60.       </choose>
  61.       <text macro="recipient-note"/>
  62.     </group>
  63.   </macro>
  64.   <macro name="title-note">
  65.     <choose>
  66.       <if variable="title" match="none">
  67.         <text variable="genre"/>
  68.       </if>
  69.       <else-if type="bill book graphic legislation motion_picture report song" match="any">
  70.         <text variable="title" text-case="capitalize-first" font-style="italic"/>
  71.         <group delimiter=" " prefix=", ">
  72.           <text term="version"/>
  73.           <text variable="version"/>
  74.         </group>
  75.       </else-if>
  76.       <else-if type="legal_case interview" match="any">
  77.         <text variable="title"/>
  78.       </else-if>
  79.       <else-if variable="reviewed-author">
  80.         <text variable="title" font-style="italic" prefix="review of "/>
  81.       </else-if>
  82.       <else>
  83.         <text variable="title" text-case="capitalize-first" quotes="true"/>
  84.       </else>
  85.     </choose>
  86.   </macro>
  87.   <macro name="short-title-note">
  88.     <choose>
  89.       <if variable="title" match="none">
  90.         <text variable="genre" form="short"/>
  91.       </if>
  92.       <else-if type="bill book graphic legislation motion_picture report song" match="any">
  93.         <text variable="title" form="short" text-case="capitalize-first" font-style="italic"/>
  94.         <group delimiter=" " prefix=", ">
  95.           <text term="version" form="short"/>
  96.           <text variable="version" form="short"/>
  97.         </group>
  98.       </else-if>
  99.       <else-if type="legal_case interview" match="any">
  100.         <text variable="title" form="short"/>
  101.       </else-if>
  102.       <else-if variable="reviewed-author">
  103.         <text variable="title" form="short" font-style="italic" prefix="review of "/>
  104.       </else-if>
  105.       <else>
  106.         <text variable="title" form="short" text-case="capitalize-first" quotes="true"/>
  107.       </else>
  108.     </choose>
  109.     <text value=""/>
  110.   </macro>
  111.   <macro name="title-sort-substitute">
  112.     <choose>
  113.       <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  114.         <text variable="title" form="short" text-case="capitalize-first" font-style="italic"/>
  115.       </if>
  116.       <else>
  117.         <text variable="title" text-case="capitalize-first" quotes="false"/>
  118.       </else>
  119.     </choose>
  120.   </macro>
  121.   <macro name="editor-translator">
  122.     <group delimiter=", ">
  123.       <group delimiter=" ">
  124.         <choose>
  125.           <if variable="container-author reviewed-author" match="any">
  126.             <group>
  127.               <names variable="container-author reviewed-author">
  128.                 <label form="verb-short" text-case="lowercase" suffix=" "/>
  129.                 <name and="text" delimiter=", "/>
  130.               </names>
  131.             </group>
  132.           </if>
  133.         </choose>
  134.       </group>
  135.       <names variable="editor translator" delimiter=", ">
  136.         <label form="verb-short" text-case="lowercase" suffix=" "/>
  137.         <name and="text" delimiter=", "/>
  138.       </names>
  139.     </group>
  140.   </macro>
  141.   <macro name="secondary-contributors-note">
  142.     <choose>
  143.       <if type="chapter paper-conference" match="none">
  144.         <text macro="editor-translator"/>
  145.       </if>
  146.     </choose>
  147.   </macro>
  148.   <macro name="container-contributors-note">
  149.     <choose>
  150.       <if type="chapter paper-conference" match="any">
  151.         <text macro="editor-translator"/>
  152.       </if>
  153.     </choose>
  154.   </macro>
  155.   <macro name="collection-title">
  156.     <group delimiter=", ">
  157.       <choose>
  158.         <if type="article-journal">
  159.           <text variable="collection-title"/>
  160.           <text variable="collection-number"/>
  161.         </if>
  162.         <else>
  163.           <text variable="collection-title" text-case="title"/>
  164.           <text variable="collection-number"/>
  165.         </else>
  166.       </choose>
  167.     </group>
  168.   </macro>
  169.   <macro name="volume">
  170.     <choose>
  171.       <if type="article-journal">
  172.         <group delimiter=".">
  173.           <text variable="volume"/>
  174.           <text variable="issue"/>
  175.         </group>
  176.       </if>
  177.       <else-if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  178.         <group delimiter=", ">
  179.           <text macro="edition-note"/>
  180.           <group>
  181.             <number variable="number-of-volumes" form="numeric"/>
  182.             <text term="volume" form="short" prefix=" " plural="true"/>
  183.           </group>
  184.         </group>
  185.       </else-if>
  186.     </choose>
  187.   </macro>
  188.   <macro name="issue-note">
  189.     <choose>
  190.       <if type="article-journal">
  191.         <choose>
  192.           <if variable="volume">
  193.             <text macro="issued" prefix=" (" suffix=")"/>
  194.           </if>
  195.           <else>
  196.             <text macro="issued" prefix=", "/>
  197.           </else>
  198.         </choose>
  199.       </if>
  200.       <else-if variable="publisher-place publisher" match="any">
  201.         <group delimiter=", " prefix=" " suffix=".">
  202.           <group delimiter=" ">
  203.             <choose>
  204.               <if variable="title" match="none"/>
  205.               <else-if type="thesis speech" match="any">
  206.                 <text variable="genre" prefix="unpublished "/>
  207.               </else-if>
  208.             </choose>
  209.             <text macro="event"/>
  210.           </group>
  211.           <text macro="publisher"/>
  212.           <text macro="issued"/>
  213.         </group>
  214.       </else-if>
  215.       <else>
  216.         <text macro="issued" prefix=", "/>
  217.       </else>
  218.     </choose>
  219.   </macro>
  220.   <macro name="locators-specific-note">
  221.     <choose>
  222.       <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  223.         <choose>
  224.           <if is-numeric="volume">
  225.             <number variable="volume" form="roman" font-variant="small-caps"/>
  226.           </if>
  227.           <else>
  228.             <text variable="volume" font-variant="small-caps"/>
  229.           </else>
  230.         </choose>
  231.       </if>
  232.     </choose>
  233.   </macro>
  234.   <macro name="locators-specific-note-short">
  235.     <choose>
  236.       <if type="bill book graphic legal_case legislation motion_picture paper-conference report song" match="any">
  237.         <choose>
  238.           <if is-numeric="volume">
  239.             <number variable="volume" form="roman" font-variant="small-caps"/>
  240.           </if>
  241.         </choose>
  242.       </if>
  243.     </choose>
  244.   </macro>
  245.   <macro name="container-title-note">
  246.     <choose>
  247.       <if type="chapter paper-conference" match="any">
  248.         <text term="in" suffix=" "/>
  249.       </if>
  250.     </choose>
  251.     <text variable="container-title" text-case="capitalize-first" font-style="italic"/>
  252.   </macro>
  253.   <macro name="edition-note">
  254.     <choose>
  255.       <if type="bill book chapter graphic legal_case legislation motion_picture paper-conference report song" match="any">
  256.         <choose>
  257.           <if is-numeric="edition">
  258.             <group delimiter=" ">
  259.               <number variable="edition" form="ordinal"/>
  260.               <text term="edition" form="short"/>
  261.             </group>
  262.           </if>
  263.           <else>
  264.             <text variable="edition"/>
  265.           </else>
  266.         </choose>
  267.       </if>
  268.     </choose>
  269.   </macro>
  270.   <macro name="recipient-note">
  271.     <names variable="recipient" delimiter=", ">
  272.       <label form="verb" prefix=" " suffix=" "/>
  273.       <name and="text" delimiter=", "/>
  274.     </names>
  275.   </macro>
  276.   <macro name="recipient-short">
  277.     <names variable="recipient">
  278.       <label form="verb" font-variant="normal" prefix=" " suffix=" "/>
  279.       <name form="short" and="text" delimiter=", "/>
  280.     </names>
  281.   </macro>
  282.   <macro name="contributors-short">
  283.     <names variable="author" font-variant="normal">
  284.       <name form="short" font-weight="normal" and="text" initialize="false">
  285.         <name-part name="given" text-case="capitalize-first"/>
  286.         <name-part name="family" text-case="capitalize-all"/>
  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 suffix="." delimiter="; ">
  417.       <group delimiter=", ">
  418.         <text macro="contributors-short"/>
  419.         <text macro="short-title-note"/>
  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=", ">
  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