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 / asa.csl < prev    next >
Extensible Markup Language  |  2010-09-02  |  7KB  |  204 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
  3.   <info>
  4.     <title>American Sociological Association</title>
  5.     <id>http://www.zotero.org/styles/asa</id>
  6.     <link href="http://www.zotero.org/styles/asa" rel="self"/>
  7.     <author>
  8.       <name>Julian Onions</name>
  9.       <email>julian.onions@gmail.com</email>
  10.     </author>
  11.     <category citation-format="author-date"/>
  12.     <category field="sociology"/>
  13.     <updated>2008-10-20T16:32:11+00:00</updated>
  14.     <summary>The ASA style.</summary>
  15.     <link href="http://www.asanet.org/galleries/default-file/asaguidelinesnew.pdf" rel="documentation"/>
  16.   </info>
  17.   <macro name="editor">
  18.     <names variable="editor">
  19.       <label form="verb" text-case="lowercase" suffix=" "/>
  20.       <name and="text" delimiter=", "/>
  21.     </names>
  22.   </macro>
  23.   <macro name="series-editor">
  24.     <names variable="original-author">
  25.       <label form="short" text-case="capitalize-first" suffix=". " strip-periods="true"/>
  26.       <name and="text" delimiter=", "/>
  27.     </names>
  28.   </macro>
  29.   <macro name="anon">
  30.     <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
  31.   </macro>
  32.   <macro name="author">
  33.     <names variable="author">
  34.       <name and="text" name-as-sort-order="first" sort-separator=", " delimiter=", " delimiter-precedes-last="always"/>
  35.       <label form="short" prefix=", " suffix="." text-case="lowercase" strip-periods="true"/>
  36.       <substitute>
  37.         <names variable="editor"/>
  38.         <names variable="translator"/>
  39.         <text macro="anon"/>
  40.       </substitute>
  41.     </names>
  42.   </macro>
  43.   <macro name="author-short">
  44.     <names variable="author">
  45.       <name form="short" and="text" delimiter=", "/>
  46.       <substitute>
  47.         <names variable="editor"/>
  48.         <names variable="translator"/>
  49.         <text macro="anon"/>
  50.       </substitute>
  51.     </names>
  52.   </macro>
  53.   <macro name="access">
  54.     <group>
  55.       <text variable="URL"/>
  56.       <group prefix=" (" suffix=")">
  57.         <text term="accessed" text-case="capitalize-first" suffix=" "/>
  58.         <date variable="accessed">
  59.           <date-part name="month" suffix=" "/>
  60.           <date-part name="day" suffix=", "/>
  61.           <date-part name="year"/>
  62.         </date>
  63.       </group>
  64.     </group>
  65.   </macro>
  66.   <macro name="title">
  67.     <choose>
  68.       <if type="thesis">
  69.         <text variable="title"/>
  70.       </if>
  71.       <else-if type="bill book graphic legal_case motion_picture report song" match="any">
  72.         <text variable="title" font-style="italic"/>
  73.       </else-if>
  74.       <else>
  75.         <text variable="title" quotes="true"/>
  76.       </else>
  77.     </choose>
  78.   </macro>
  79.   <macro name="publisher">
  80.     <group delimiter=": ">
  81.       <text variable="publisher-place"/>
  82.       <text variable="publisher"/>
  83.     </group>
  84.   </macro>
  85.   <macro name="year-date">
  86.     <choose>
  87.       <if variable="issued">
  88.         <date variable="issued">
  89.           <date-part name="year"/>
  90.         </date>
  91.       </if>
  92.       <else>
  93.         <text term="no date" form="short" strip-periods="true"/>
  94.       </else>
  95.     </choose>
  96.   </macro>
  97.   <macro name="day-month">
  98.     <date variable="issued">
  99.       <date-part name="month"/>
  100.       <date-part name="day" prefix=" "/>
  101.     </date>
  102.   </macro>
  103.   <macro name="pages">
  104.     <label variable="page" form="short" suffix=". " text-case="capitalize-first" strip-periods="true"/>
  105.     <text variable="page"/>
  106.   </macro>
  107.   <macro name="edition">
  108.     <choose>
  109.       <if is-numeric="edition">
  110.         <group delimiter=" ">
  111.           <number variable="edition" form="ordinal"/>
  112.           <text term="edition" form="short" suffix="." strip-periods="true"/>
  113.         </group>
  114.       </if>
  115.       <else>
  116.         <text variable="edition" suffix="."/>
  117.       </else>
  118.     </choose>
  119.   </macro>
  120.   <citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
  121.     <layout prefix="(" suffix=")" delimiter="; ">
  122.       <group delimiter=":">
  123.         <group delimiter=" ">
  124.           <text macro="author-short"/>
  125.           <text macro="year-date"/>
  126.         </group>
  127.         <text variable="locator"/>
  128.       </group>
  129.     </layout>
  130.   </citation>
  131.   <bibliography hanging-indent="true" et-al-min="6" et-al-use-first="1">
  132.     <sort>
  133.       <key macro="author"/>
  134.       <key variable="title"/>
  135.     </sort>
  136.     <layout suffix=".">
  137.       <group delimiter=" ">
  138.         <text macro="author" suffix="."/>
  139.         <text macro="year-date" suffix="."/>
  140.       </group>
  141.       <choose>
  142.         <if type="article-newspaper article-magazine" match="any">
  143.           <group delimiter=" ">
  144.             <text macro="title" prefix=" " suffix="."/>
  145.           </group>
  146.           <group prefix=" " delimiter=", ">
  147.             <text variable="container-title" font-style="italic"/>
  148.             <text macro="day-month"/>
  149.             <text variable="edition"/>
  150.             <text variable="page"/>
  151.           </group>
  152.         </if>
  153.         <else-if type="thesis">
  154.           <text macro="title" prefix=" " suffix="." quotes="true"/>
  155.           <group prefix=" " delimiter=", ">
  156.             <text macro="edition"/>
  157.             <text macro="editor" suffix="."/>
  158.             <text variable="genre"/>
  159.             <text macro="publisher"/>
  160.           </group>
  161.         </else-if>
  162.         <else-if type="bill book graphic legal_case motion_picture report song" match="any">
  163.           <group delimiter=" ">
  164.             <text macro="title" prefix=" " suffix="."/>
  165.             <text macro="edition"/>
  166.             <text macro="editor" suffix="."/>
  167.             <text macro="publisher"/>
  168.           </group>
  169.         </else-if>
  170.         <else-if type="chapter paper-conference" match="any">
  171.           <group delimiter=" ">
  172.             <text macro="title" prefix=" " suffix="."/>
  173.             <group delimiter=", " suffix=".">
  174.               <group delimiter=" ">
  175.                 <text macro="pages"/>
  176.                 <text term="in" text-case="lowercase"/>
  177.                 <text variable="container-title" font-style="italic"/>
  178.               </group>
  179.               <text variable="volume" prefix="vol. "/>
  180.               <text variable="collection-title" font-style="italic"/>
  181.               <text macro="editor"/>
  182.             </group>
  183.             <text macro="publisher"/>
  184.           </group>
  185.         </else-if>
  186.         <else>
  187.           <group suffix=".">
  188.             <text macro="title" prefix=" "/>
  189.             <text macro="editor" prefix=" "/>
  190.           </group>
  191.           <group prefix=" " suffix="." delimiter=" ">
  192.             <text variable="container-title" font-style="italic"/>
  193.             <group delimiter=":">
  194.               <text variable="volume"/>
  195.               <text variable="page"/>
  196.             </group>
  197.           </group>
  198.         </else>
  199.       </choose>
  200.       <text prefix=" " macro="access" suffix="."/>
  201.     </layout>
  202.   </bibliography>
  203. </style>
  204.