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 / vancouver.csl < prev   
Extensible Markup Language  |  2010-09-30  |  4KB  |  121 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>Vancouver</title>
  5.     <id>http://www.zotero.org/styles/vancouver</id>
  6.     <link href="http://www.zotero.org/styles/vancouver" rel="self"/>
  7.     <author>
  8.       <name>Michael Berkowitz</name>
  9.       <email>mberkowi@gmu.edu</email>
  10.     </author>
  11.     <contributor>
  12.       <name>Sean Takats</name>
  13.       <email>stakats@gmu.edu</email>
  14.     </contributor>
  15.     <category field="medicine"/>
  16.     <category citation-format="numeric"/>
  17.     <updated>2008-09-15T22:00:05+00:00</updated>
  18.     <summary>
  19.     Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References</summary>
  20.     <link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
  21.   </info>
  22.   <macro name="author">
  23.     <names variable="author" suffix=". ">
  24.       <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  25.     </names>
  26.   </macro>
  27.   <macro name="editor">
  28.     <names variable="editor" suffix=", editor(s). ">
  29.       <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  30.     </names>
  31.   </macro>
  32.   <macro name="publisher">
  33.     <text variable="publisher-place" suffix=": "/>
  34.     <text variable="publisher" suffix="; "/>
  35.     <date variable="issued">
  36.       <date-part name="year" suffix=". "/>
  37.     </date>
  38.   </macro>
  39.   <macro name="access">
  40.     <group delimiter=" ">
  41.       <group prefix="[" suffix="]" delimiter=" ">
  42.         <text term="cited" text-case="lowercase"/>
  43.         <date variable="accessed" suffix="">
  44.           <date-part name="year"/>
  45.           <date-part name="month" prefix=" " form="short" strip-periods="true"/>
  46.           <date-part name="day" prefix=" "/>
  47.         </date>
  48.       </group>
  49.       <group>
  50.         <text value="Available from: "/>
  51.         <text variable="URL"/>
  52.       </group>
  53.     </group>
  54.   </macro>
  55.   <macro name="title">
  56.     <group delimiter=" ">
  57.       <text variable="title"/>
  58.       <choose>
  59.         <if variable="URL">
  60.           <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
  61.         </if>
  62.       </choose>
  63.     </group>
  64.   </macro>
  65.   <macro name="edition">
  66.     <choose>
  67.       <if is-numeric="edition">
  68.         <group delimiter=" ">
  69.           <number variable="edition" form="ordinal"/>
  70.           <text term="edition" form="short" suffix="." strip-periods="true"/>
  71.         </group>
  72.       </if>
  73.       <else>
  74.         <text variable="edition" suffix="."/>
  75.       </else>
  76.     </choose>
  77.   </macro>
  78.   <citation collapse="citation-number">
  79.     <sort>
  80.       <key variable="citation-number"/>
  81.     </sort>
  82.     <layout prefix="(" suffix=")" delimiter="; ">
  83.       <text variable="citation-number"/>
  84.     </layout>
  85.   </citation>
  86.   <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
  87.     <layout>
  88.       <text variable="citation-number" suffix=". "/>
  89.       <text macro="author"/>
  90.       <text macro="title" suffix=". "/>
  91.       <choose>
  92.         <if type="bill book graphic legal_case motion_picture report song" match="any">
  93.           <text macro="edition" prefix=" " suffix=" "/>
  94.           <text macro="publisher" prefix=" "/>
  95.         </if>
  96.         <else-if type="chapter paper-conference" match="any">
  97.           <group prefix=" " suffix=". ">
  98.             <text term="in" suffix=": " text-case="capitalize-first"/>
  99.             <text macro="editor"/>
  100.             <text variable="container-title"/>
  101.           </group>
  102.           <text macro="publisher" prefix=" "/>
  103.           <text variable="page" prefix=" p. " suffix="."/>
  104.         </else-if>
  105.         <else>
  106.           <text variable="container-title" suffix=". " form="short"/>
  107.           <date variable="issued" suffix=";">
  108.             <date-part name="year" suffix=" "/>
  109.             <date-part name="month" form="short" suffix=" " strip-periods="true"/>
  110.             <date-part name="day"/>
  111.           </date>
  112.           <text variable="volume"/>
  113.           <text variable="issue" prefix="(" suffix="):"/>
  114.           <text variable="page" suffix="."/>
  115.         </else>
  116.       </choose>
  117.       <text macro="access"/>
  118.     </layout>
  119.   </bibliography>
  120. </style>
  121.