Guest User

jf -1

a guest
Aug 31st, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 10.03 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" demote-non-dropping-particle="never">
  3.   <info>
  4.     <title>Juznoslovenski filolog</title>
  5.     <title-short>JF</title-short>
  6.     <id>http://www.zotero.org/styles/modern-language-association-8th-edition</id>
  7.     <link href="http://www.zotero.org/styles/modern-language-association-8th-edition" rel="self"/>
  8.     <link href="http://style.mla.org" rel="documentation"/>
  9.     <author>
  10.       <name>Sebastian Karcher</name>
  11.     </author>
  12.     <category citation-format="author"/>
  13.     <category field="generic-base"/>
  14.     <summary>This style adheres to the MLA 8th edition handbook. Follows the structure of references as outlined in the MLA Manual closely</summary>
  15.     <updated>2016-08-27T21:51:30+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="en">
  19.     <date form="text">
  20.       <date-part name="day" suffix=" "/>
  21.       <date-part name="month" suffix=" " form="short"/>
  22.       <date-part name="year"/>
  23.     </date>
  24.     <terms>
  25.       <term name="month-01" form="short">Jan.</term>
  26.       <term name="month-02" form="short">Feb.</term>
  27.       <term name="month-03" form="short">Mar.</term>
  28.       <term name="month-04" form="short">Apr.</term>
  29.       <term name="month-05" form="short">May</term>
  30.       <term name="month-06" form="short">June</term>
  31.       <term name="month-07" form="short">July</term>
  32.       <term name="month-08" form="short">Aug.</term>
  33.       <term name="month-09" form="short">Sept.</term>
  34.       <term name="month-10" form="short">Oct.</term>
  35.       <term name="month-11" form="short">Nov.</term>
  36.       <term name="month-12" form="short">Dec.</term>
  37.       <term name="translator" form="short">trans.</term>
  38.     </terms>
  39.   </locale>
  40.   <macro name="author">
  41.     <names variable="author">
  42.       <name name-as-sort-order="first" and="text" delimiter-precedes-last="always" delimiter-precedes-et-al="always" initialize="false" initialize-with=". " sort-separator=" ">
  43.         <name-part name="family" font-variant="small-caps" />
  44.       </name>  
  45.       <label form="long" prefix=" "/>
  46.       <substitute>
  47.         <names variable="editor"/>
  48.         <names variable="translator"/>
  49.         <text macro="title-short"/>
  50.       </substitute>
  51.     </names>
  52.   </macro>
  53.   <macro name="author-short">
  54.     <group delimiter=" ">
  55.       <names variable="author">
  56.         <name form="short" initialize-with=". " and="text" sort-separator=" ">
  57.           <name-part name="family" font-variant="small-caps" />
  58.         </name>
  59.           <substitute>
  60.           <names variable="editor"/>
  61.           <names variable="translator"/>
  62.           <text macro="title-short"/>
  63.         </substitute>
  64.       </names>
  65.       <choose>
  66.         <if disambiguate="true">
  67.           <text macro="title-short"/>
  68.         </if>
  69.       </choose>
  70.     </group>
  71.   </macro>
  72.   <macro name="title">
  73.     <choose>
  74.       <if variable="container-title" match="any">
  75.         <text variable="title" quotes="true" text-case="title"/>
  76.       </if>
  77.       <else>
  78.         <text variable="title" font-style="italic" text-case="title"/>
  79.       </else>
  80.     </choose>
  81.   </macro>
  82.   <macro name="title-short">
  83.     <choose>
  84.       <if variable="container-title" match="any">
  85.         <text variable="title" form="short" quotes="true" text-case="title"/>
  86.       </if>
  87.       <else>
  88.         <text variable="title" form="short" font-style="italic" text-case="title"/>
  89.       </else>
  90.     </choose>
  91.   </macro>
  92.   <macro name="container-title">
  93.     <text variable="container-title" font-style="italic" text-case="title"/>
  94.   </macro>
  95.   <macro name="other-contributors">
  96.     <choose>
  97.       <if variable="container-title" match="any">
  98.         <names variable="editor translator" delimiter=", ">
  99.           <label form="verb" suffix=" "/>
  100.           <name and="text"/>
  101.         </names>
  102.       </if>
  103.       <else>
  104.         <names variable="editor translator" delimiter=", ">
  105.           <label form="verb" suffix=" " text-case="capitalize-first"/>
  106.           <name and="text"/>
  107.         </names>
  108.       </else>
  109.     </choose>
  110.   </macro>
  111.   <macro name="version">
  112.     <group delimiter=", ">
  113.       <choose>
  114.         <if is-numeric="edition">
  115.           <group delimiter=" ">
  116.             <number variable="edition" form="ordinal"/>
  117.             <text term="edition" form="short"/>
  118.           </group>
  119.         </if>
  120.         <else>
  121.           <text variable="edition" text-case="capitalize-first"/>
  122.         </else>
  123.       </choose>
  124.       <text variable="version"/>
  125.     </group>
  126.   </macro>
  127.   <macro name="number">
  128.     <group delimiter=", ">
  129.       <group>
  130.         <choose>
  131.           <!--lowercase if we have a preceding element-->
  132.           <if variable="edition container-title" match="any">
  133.             <group delimiter=" ">
  134.               <text term="volume" form="short"/>
  135.               <text variable="volume"/>
  136.             </group>
  137.           </if>
  138.           <!--other contributors preceding the volume-->
  139.           <else-if variable="author editor" match="all">
  140.             <group delimiter=" ">
  141.               <text term="volume" form="short"/>
  142.               <text variable="volume"/>
  143.             </group>
  144.           </else-if>
  145.           <else>
  146.             <group delimiter=" ">
  147.               <text term="volume" form="short" text-case="capitalize-first"/>
  148.               <text variable="volume"/>
  149.             </group>
  150.           </else>
  151.         </choose>
  152.       </group>
  153.       <group delimiter=" ">
  154.         <text term="issue" form="short"/>
  155.         <text variable="issue"/>
  156.       </group>
  157.       <choose>
  158.         <if type="report">
  159.           <text variable="genre"/>
  160.         </if>
  161.       </choose>
  162.       <text variable="number"/>
  163.     </group>
  164.   </macro>
  165.   <macro name="publisher">
  166.     <text variable="publisher"/>
  167.   </macro>
  168.   <macro name="publication-date">
  169.     <choose>
  170.       <if type="book chapter paper-conference motion_picture" match="any">
  171.         <date variable="issued" form="numeric" date-parts="year"/>
  172.       </if>
  173.       <else-if type="article-journal article-magazine" match="any">
  174.         <date variable="issued" form="text" date-parts="year-month"/>
  175.       </else-if>
  176.       <else-if type="speech" match="none">
  177.         <date variable="issued" form="text"/>
  178.       </else-if>
  179.     </choose>
  180.   </macro>
  181.   <macro name="location">
  182.     <group delimiter=", ">
  183.       <group delimiter=" ">
  184.         <label variable="page" form="short"/>
  185.         <text variable="page"/>
  186.       </group>
  187.       <choose>
  188.         <if variable="source" match="none">
  189.           <choose>
  190.             <if variable="URL">
  191.               <text macro="URI"/>
  192.             </if>
  193.           </choose>
  194.         </if>
  195.       </choose>
  196.     </group>
  197.   </macro>
  198.   <macro name="container2-title">
  199.     <group delimiter=", ">
  200.       <choose>
  201.         <if type="speech">
  202.           <text variable="event"/>
  203.           <date variable="event-date" form="text"/>
  204.           <text variable="event-place"/>
  205.         </if>
  206.       </choose>
  207.       <text variable="archive"/>
  208.       <text variable="archive-place"/>
  209.       <text variable="archive_location"/>
  210.     </group>
  211.   </macro>
  212.   <macro name="container2-location">
  213.     <choose>
  214.       <if variable="source URL" match="all">
  215.         <group delimiter=", ">
  216.           <text variable="source" font-style="italic"/>
  217.           <text macro="URI"/>
  218.         </group>
  219.       </if>
  220.     </choose>
  221.   </macro>
  222.   <macro name="URI">
  223.     <choose>
  224.       <if variable="DOI">
  225.         <text variable="DOI" prefix="doi:"/>
  226.       </if>
  227.       <else>
  228.         <text variable="URL"/>
  229.       </else>
  230.     </choose>
  231.   </macro>
  232.   <macro name="accessed">
  233.     <!--using accessed where we don't have an issued date; follows recommendation on p. 53 -->
  234.     <choose>
  235.       <if variable="issued" match="none">
  236.         <group delimiter=" ">
  237.           <text term="accessed" text-case="capitalize-first"/>
  238.           <date variable="accessed" form="text"/>
  239.         </group>
  240.       </if>
  241.     </choose>
  242.   </macro>
  243.   <citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
  244.     <layout prefix="(" suffix=")" delimiter="; ">
  245.       <choose>
  246.         <if locator="page">
  247.           <group delimiter=": ">
  248.             <group delimiter=" ">
  249.               <text macro="author-short"/>
  250.               <text macro="publication-date" />
  251.           </group>
  252.             <text variable="locator" />            
  253.           </group>
  254.         </if>
  255.         <else>
  256.           <group delimiter=" ">
  257.             <text macro="author-short"/>
  258.             <text macro="publication-date" />
  259.             <group>
  260.               <label variable="locator" form="short"/>
  261.               <text variable="locator"/>
  262.             </group>
  263.           </group>
  264.         </else>
  265.       </choose>
  266.     </layout>
  267.   </citation>
  268.   <bibliography hanging-indent="true" et-al-min="3" et-al-use-first="1" line-spacing="2" entry-spacing="0" subsequent-author-substitute="---">
  269.     <sort>
  270.       <key macro="author"/>
  271.       <key variable="title"/>
  272.     </sort>
  273.     <layout suffix=".">
  274.       <group delimiter=". ">
  275.         <text macro="author"/>
  276.         <text macro="title"/>
  277.         <date variable="original-date" form="numeric" date-parts="year"/>
  278.         <group delimiter=", ">
  279.           <!---This group corresponds to MLA's "Container 1"-->
  280.           <text macro="container-title"/>
  281.           <text macro="other-contributors"/>
  282.           <text macro="version"/>
  283.           <text macro="number"/>
  284.           <text macro="publisher"/>
  285.           <text macro="publication-date"/>
  286.           <text macro="location"/>
  287.         </group>
  288.         <group delimiter=", ">
  289.           <!---This group corresponds to MLA's "Container 2"-->
  290.           <!--currently just using this one for archival info-->
  291.           <text macro="container2-title"/>
  292.           <text macro="container2-location"/>
  293.         </group>
  294.         <text macro="accessed"/>
  295.       </group>
  296.     </layout>
  297.   </bibliography>
  298. </style>
Advertisement
Add Comment
Please, Sign In to add comment