home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Bureautique / Mendeley-Desktop / Mendeley-Desktop-0.9.8.1-win32.exe / citationStyles-1.0 / mhra_note_without_bibliography.csl < prev    next >
Extensible Markup Language  |  2010-09-02  |  11KB  |  331 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0">
  3.   <info>
  4.     <title>Modern Humanities Research Association (Note without Bibliography)</title>
  5.     <id>http://www.zotero.org/styles/mhra_note_without_bibliography</id>
  6.     <link href="http://www.zotero.org/styles/mhra_note_without_bibliography" rel="self"/>
  7.     <link href="http://www.mhra.org.uk/Publications/Books/StyleGuide/download.shtml" rel="documentation"/>
  8.     <author>
  9.       <name>Rintze Zelle</name>
  10.       <uri>http://forums.zotero.org/account/831/</uri>
  11.     </author>
  12.     <summary>MHRA format with full notes and no bibliography</summary>
  13.     <category field="generic-base"/>
  14.     <category citation-format="note"/>
  15.     <updated>2008-10-28T21:36:13+00:00</updated>
  16.   </info>
  17.   <locale xml:lang="en">
  18.     <terms>
  19.       <term name="et-al">and others</term>
  20.       <term name="editor" form="verb-short">ed. by</term>
  21.       <term name="edition" form="short">edn</term>
  22.       <term name="translator" form="verb-short">trans. by</term>
  23.     </terms>
  24.   </locale>
  25.   <macro name="contributors-note">
  26.     <names variable="author">
  27.       <name and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  28.     </names>
  29.     <text macro="recipient-note"/>
  30.   </macro>
  31.   <macro name="title-note">
  32.     <choose>
  33.       <if type="bill book graphic legal_case motion_picture report song" match="any">
  34.         <text variable="title" font-style="italic"/>
  35.       </if>
  36.       <else>
  37.         <text variable="title" prefix="ΓÇÿ" suffix="ΓÇÖ"/>
  38.       </else>
  39.     </choose>
  40.   </macro>
  41.   <macro name="editor-translator">
  42.     <group delimiter=", ">
  43.       <names variable="editor" delimiter=", ">
  44.         <label form="verb-short" text-case="lowercase" suffix=" " strip-periods="true"/>
  45.         <name and="text" delimiter=", " delimiter-precedes-last="never"/>
  46.       </names>
  47.       <choose>
  48.         <if variable="author editor" match="any">
  49.           <names variable="translator" delimiter=", ">
  50.             <label form="verb-short" text-case="lowercase" suffix=" " strip-periods="true"/>
  51.             <name and="text" delimiter=", " delimiter-precedes-last="never"/>
  52.           </names>
  53.         </if>
  54.       </choose>
  55.     </group>
  56.   </macro>
  57.   <macro name="collection-title">
  58.     <text variable="collection-title"/>
  59.     <text variable="collection-number" prefix=", "/>
  60.   </macro>
  61.   <macro name="locators-note">
  62.     <choose>
  63.       <if type="article-journal">
  64.         <text variable="volume"/>
  65.       </if>
  66.       <else-if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
  67.         <group delimiter=", ">
  68.           <text macro="edition-note"/>
  69.           <choose>
  70.             <if variable="locator" match="none">
  71.               <group>
  72.                 <number variable="number-of-volumes" form="numeric"/>
  73.                 <text term="volume" form="short" prefix=" " plural="true" strip-periods="true"/>
  74.               </group>
  75.             </if>
  76.           </choose>
  77.         </group>
  78.       </else-if>
  79.     </choose>
  80.   </macro>
  81.   <macro name="issue-note">
  82.     <choose>
  83.       <if type="article-journal">
  84.         <choose>
  85.           <if variable="volume">
  86.             <text macro="issued" prefix=" (" suffix=")"/>
  87.           </if>
  88.           <else>
  89.             <text macro="issued" prefix=", "/>
  90.           </else>
  91.         </choose>
  92.       </if>
  93.       <else-if variable="publisher-place publisher" match="any">
  94.         <group prefix=" (" suffix=")" delimiter=", ">
  95.           <group delimiter=" ">
  96.             <choose>
  97.               <if variable="title" match="none"/>
  98.               <else-if type="thesis speech" match="any">
  99.                 <text variable="genre" prefix="unpublished "/>
  100.               </else-if>
  101.             </choose>
  102.             <text macro="event"/>
  103.           </group>
  104.           <text macro="publisher"/>
  105.           <text macro="issued"/>
  106.         </group>
  107.       </else-if>
  108.       <else>
  109.         <text macro="issued" prefix=", "/>
  110.       </else>
  111.     </choose>
  112.   </macro>
  113.   <macro name="locators-specific-note">
  114.     <choose>
  115.       <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
  116.         <choose>
  117.           <if is-numeric="volume">
  118.             <number variable="volume" form="roman" font-variant="small-caps"/>
  119.           </if>
  120.         </choose>
  121.       </if>
  122.     </choose>
  123.   </macro>
  124.   <macro name="container-title-note">
  125.     <choose>
  126.       <if type="chapter paper-conference" match="any">
  127.         <text term="in" text-case="lowercase" suffix=" "/>
  128.       </if>
  129.     </choose>
  130.     <text variable="container-title" font-style="italic"/>
  131.   </macro>
  132.   <macro name="edition-note">
  133.     <choose>
  134.       <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
  135.         <choose>
  136.           <if is-numeric="edition">
  137.             <group delimiter=" ">
  138.               <number variable="edition" form="ordinal"/>
  139.               <text term="edition" form="short" strip-periods="true"/>
  140.             </group>
  141.           </if>
  142.           <else>
  143.             <text variable="edition"/>
  144.           </else>
  145.         </choose>
  146.       </if>
  147.     </choose>
  148.   </macro>
  149.   <macro name="editor-note">
  150.     <names variable="editor">
  151.       <name and="text" sort-separator=", " delimiter=", "/>
  152.       <label form="short" prefix=", " suffix="." strip-periods="true"/>
  153.     </names>
  154.   </macro>
  155.   <macro name="translator-note">
  156.     <names variable="translator">
  157.       <name and="text" sort-separator=", " delimiter=", "/>
  158.       <label form="verb-short" prefix=", " suffix="." strip-periods="true"/>
  159.     </names>
  160.   </macro>
  161.   <macro name="recipient-note">
  162.     <names variable="recipient" delimiter=", ">
  163.       <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
  164.       <name and="text" delimiter=", "/>
  165.     </names>
  166.   </macro>
  167.   <macro name="recipient-short">
  168.     <names variable="recipient">
  169.       <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
  170.       <name form="short" and="text" delimiter=", "/>
  171.     </names>
  172.   </macro>
  173.   <macro name="contributors-short">
  174.     <names variable="author">
  175.       <name form="short" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
  176.       <substitute>
  177.         <names variable="editor"/>
  178.         <names variable="translator"/>
  179.       </substitute>
  180.     </names>
  181.     <text macro="recipient-short"/>
  182.   </macro>
  183.   <macro name="interviewer-note">
  184.     <names variable="interviewer" delimiter=", ">
  185.       <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
  186.       <name and="text" delimiter=", "/>
  187.     </names>
  188.   </macro>
  189.   <macro name="locators-newspaper">
  190.     <choose>
  191.       <if type="article-newspaper">
  192.         <group delimiter=", ">
  193.           <group>
  194.             <text variable="edition" suffix=" "/>
  195.             <text term="edition" prefix=" "/>
  196.           </group>
  197.           <group>
  198.             <text term="section" suffix=" "/>
  199.             <text variable="section"/>
  200.           </group>
  201.         </group>
  202.       </if>
  203.     </choose>
  204.   </macro>
  205.   <macro name="event">
  206.     <group>
  207.       <text term="presented at" suffix=" "/>
  208.       <text variable="event"/>
  209.     </group>
  210.   </macro>
  211.   <macro name="publisher">
  212.     <group delimiter=": ">
  213.       <text variable="publisher-place"/>
  214.       <text variable="publisher"/>
  215.     </group>
  216.   </macro>
  217.   <macro name="issued">
  218.     <choose>
  219.       <if type="graphic report article-newspaper" match="any">
  220.         <date variable="issued">
  221.           <date-part name="day" suffix=" "/>
  222.           <date-part name="month" suffix=" "/>
  223.           <date-part name="year"/>
  224.         </date>
  225.       </if>
  226.       <else-if type="bill book graphic legal_case motion_picture report song thesis chapter paper-conference" match="any">
  227.         <date variable="issued">
  228.           <date-part name="year"/>
  229.         </date>
  230.       </else-if>
  231.       <else>
  232.         <date variable="issued">
  233.           <date-part name="year"/>
  234.         </date>
  235.       </else>
  236.     </choose>
  237.   </macro>
  238.   <macro name="pages">
  239.     <choose>
  240.       <if type="article-journal">
  241.         <text variable="page" prefix=", "/>
  242.       </if>
  243.       <else-if type="bill book graphic legal_case motion_picture report song article-newspaper thesis chapter paper-conference" match="any">
  244.         <label variable="page" form="short" prefix=", " suffix=" "/>
  245.         <text variable="page"/>
  246.       </else-if>
  247.     </choose>
  248.   </macro>
  249.   <macro name="point-locators">
  250.     <choose>
  251.       <if variable="locator" match="none">
  252.         <text macro="pages"/>
  253.       </if>
  254.       <else-if type="article-journal">
  255.         <text variable="locator" prefix=": "/>
  256.       </else-if>
  257.       <else>
  258.         <group prefix=", ">
  259.           <choose>
  260.             <if locator="page" match="none">
  261.               <label variable="locator" form="short" suffix=" "/>
  262.             </if>
  263.           </choose>
  264.           <text variable="locator"/>
  265.         </group>
  266.       </else>
  267.     </choose>
  268.   </macro>
  269.   <macro name="archive-note">
  270.     <group delimiter=", ">
  271.       <text variable="archive_location"/>
  272.       <text variable="archive"/>
  273.       <text variable="archive-place"/>
  274.     </group>
  275.   </macro>
  276.   <macro name="access-note">
  277.     <group delimiter=", ">
  278.       <choose>
  279.         <if type="graphic report" match="any">
  280.           <text macro="archive-note" prefix=", "/>
  281.         </if>
  282.         <else-if type="bill book graphic legal_case motion_picture report song article-journal article-magazine article-newspaper thesis chapter paper-conference" match="none">
  283.           <text macro="archive-note" prefix=", "/>
  284.         </else-if>
  285.       </choose>
  286.     </group>
  287.     <choose>
  288.       <if variable="DOI">
  289.         <text variable="DOI" prefix=" <doi:" suffix=">"/>
  290.       </if>
  291.       <else>
  292.         <text variable="URL" prefix=" <" suffix=">"/>
  293.         <group prefix=" [" suffix="]">
  294.           <text term="accessed" text-case="lowercase"/>
  295.           <date variable="accessed">
  296.             <date-part name="day" prefix=" "/>
  297.             <date-part name="month" prefix=" "/>
  298.             <date-part name="year" prefix=" "/>
  299.           </date>
  300.         </group>
  301.       </else>
  302.     </choose>
  303.   </macro>
  304.   <citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
  305.     <layout prefix="" suffix="." delimiter="; ">
  306.       <choose>
  307.         <if position="subsequent">
  308.           <text macro="contributors-short"/>
  309.           <text macro="locators-specific-note" prefix=", "/>
  310.           <text macro="point-locators"/>
  311.         </if>
  312.         <else>
  313.           <group delimiter=", ">
  314.             <text macro="contributors-note"/>
  315.             <text macro="title-note"/>
  316.             <text macro="container-title-note"/>
  317.             <text macro="editor-translator"/>
  318.             <text macro="collection-title"/>
  319.             <text macro="locators-note"/>
  320.           </group>
  321.           <text macro="issue-note"/>
  322.           <text macro="locators-specific-note" prefix=", "/>
  323.           <text macro="locators-newspaper" prefix=", "/>
  324.           <text macro="point-locators"/>
  325.           <text macro="access-note"/>
  326.         </else>
  327.       </choose>
  328.     </layout>
  329.   </citation>
  330. </style>
  331.