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 / ama.csl next >
Extensible Markup Language  |  2010-09-02  |  6KB  |  180 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 Medical Association</title>
  5.     <id>http://www.zotero.org/styles/ama</id>
  6.     <link href="http://www.zotero.org/styles/ama" rel="self"/>
  7.     <author>
  8.       <name>Julian Onions</name>
  9.       <email>julian.onions@gmail.com</email>
  10.     </author>
  11.     <category citation-format="numeric"/>
  12.     <category field="medicine"/>
  13.     <updated>2008-03-08T20:38:52+00:00</updated>
  14.     <summary>The American Medical Association style as used in JAMA.</summary>
  15.     <link href="http://www.samford.edu/schools/pharmacy/dic/amaquickref07.pdf" rel="documentation"/>
  16.   </info>
  17.   <macro name="editor">
  18.     <names variable="editor">
  19.       <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  20.       <label form="short" prefix=", " text-case="lowercase" suffix="." strip-periods="true"/>
  21.     </names>
  22.   </macro>
  23.   <macro name="anon">
  24.     <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
  25.   </macro>
  26.   <macro name="author">
  27.     <group suffix=".">
  28.       <names variable="author">
  29.         <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " delimiter-precedes-last="always"/>
  30.         <label form="short" prefix=" " suffix="" text-case="lowercase" strip-periods="true"/>
  31.         <substitute>
  32.           <names variable="editor"/>
  33.           <text macro="anon"/>
  34.         </substitute>
  35.       </names>
  36.     </group>
  37.   </macro>
  38.   <macro name="author-short">
  39.     <names variable="author">
  40.       <name form="short" and="symbol" delimiter=", " initialize-with="."/>
  41.       <substitute>
  42.         <names variable="editor"/>
  43.         <names variable="translator"/>
  44.         <text macro="anon"/>
  45.       </substitute>
  46.     </names>
  47.   </macro>
  48.   <macro name="access">
  49.     <group>
  50.       <text value="Available at:" suffix=" "/>
  51.       <text variable="URL"/>
  52.       <group prefix=" [" suffix="]">
  53.         <text term="accessed" text-case="capitalize-first" suffix=" "/>
  54.         <date variable="accessed">
  55.           <date-part name="month" suffix=" "/>
  56.           <date-part name="day" suffix=", "/>
  57.           <date-part name="year"/>
  58.         </date>
  59.       </group>
  60.     </group>
  61.   </macro>
  62.   <macro name="title">
  63.     <choose>
  64.       <if type="bill book graphic legal_case motion_picture report song" match="any">
  65.         <text variable="title" font-style="italic"/>
  66.       </if>
  67.       <else>
  68.         <text variable="title"/>
  69.       </else>
  70.     </choose>
  71.   </macro>
  72.   <macro name="publisher">
  73.     <group delimiter=": ">
  74.       <text variable="publisher-place"/>
  75.       <text variable="publisher"/>
  76.     </group>
  77.   </macro>
  78.   <macro name="year-date">
  79.     <group prefix=" ">
  80.       <choose>
  81.         <if variable="issued">
  82.           <date variable="issued">
  83.             <date-part name="year"/>
  84.           </date>
  85.         </if>
  86.         <else>
  87.           <text term="no date" form="short"/>
  88.         </else>
  89.       </choose>
  90.     </group>
  91.   </macro>
  92.   <macro name="edition">
  93.     <choose>
  94.       <if is-numeric="edition">
  95.         <group delimiter=" ">
  96.           <number variable="edition" form="ordinal"/>
  97.           <text term="edition" form="short" suffix="." strip-periods="true"/>
  98.         </group>
  99.       </if>
  100.       <else>
  101.         <text variable="edition" suffix="."/>
  102.       </else>
  103.     </choose>
  104.   </macro>
  105.   <citation collapse="citation-number">
  106.     <sort>
  107.       <key variable="citation-number"/>
  108.     </sort>
  109.     <layout delimiter="," vertical-align="sup">
  110.       <text variable="citation-number"/>
  111.       <group prefix="(" suffix=")">
  112.         <label variable="locator" form="short" strip-periods="true"/>
  113.         <text variable="locator"/>
  114.       </group>
  115.     </layout>
  116.   </citation>
  117.   <bibliography hanging-indent="false" et-al-min="6" et-al-use-first="3">
  118.     <layout>
  119.       <text variable="citation-number" prefix="" suffix=". "/>
  120.       <text macro="author" suffix=""/>
  121.       <choose>
  122.         <if type="bill book graphic legal_case motion_picture report song" match="any">
  123.           <group suffix=".">
  124.             <text macro="title" prefix=" " suffix="."/>
  125.             <text macro="edition" prefix=" "/>
  126.             <text macro="editor" prefix=" (" suffix=")"/>
  127.           </group>
  128.           <text prefix=" " suffix="" macro="publisher"/>
  129.           <group suffix="." prefix="; ">
  130.             <date variable="issued">
  131.               <date-part name="year"/>
  132.             </date>
  133.             <text variable="page" prefix=":"/>
  134.           </group>
  135.         </if>
  136.         <else-if type="chapter paper-conference" match="any">
  137.           <text macro="title" prefix=" " suffix="."/>
  138.           <group prefix=" ">
  139.             <text term="in" text-case="capitalize-first" suffix=": "/>
  140.             <text macro="editor"/>
  141.             <text variable="container-title" font-style="italic" prefix=" " suffix="."/>
  142.             <text variable="volume" prefix="Vol " suffix="."/>
  143.             <text macro="edition" prefix=" "/>
  144.             <text variable="collection-title" prefix=" " suffix="."/>
  145.             <group suffix=".">
  146.               <text macro="publisher" prefix=" "/>
  147.               <group suffix="." prefix="; ">
  148.                 <date variable="issued">
  149.                   <date-part name="year"/>
  150.                 </date>
  151.                 <text variable="page" prefix=":"/>
  152.               </group>
  153.             </group>
  154.           </group>
  155.         </else-if>
  156.         <else>
  157.           <group suffix=".">
  158.             <text macro="title" prefix=" "/>
  159.             <text macro="editor" prefix=" "/>
  160.           </group>
  161.           <group prefix=" " suffix=".">
  162.             <text variable="container-title" font-style="italic" form="short" suffix="."/>
  163.             <group delimiter=";" prefix=" ">
  164.               <date variable="issued">
  165.                 <date-part name="year"/>
  166.               </date>
  167.               <group>
  168.                 <text variable="volume"/>
  169.                 <text variable="issue" prefix="(" suffix=")"/>
  170.               </group>
  171.             </group>
  172.             <text variable="page" prefix=":"/>
  173.           </group>
  174.         </else>
  175.       </choose>
  176.       <text prefix=" " macro="access" suffix="."/>
  177.     </layout>
  178.   </bibliography>
  179. </style>
  180.