Advertisement
DonParlor

APA-6th ed French

Jan 6th, 2012
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.14 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" default-locale="fr-FR">
  3.   <info>
  4.         <title>American Psychological Association 6th Edition - TEST</title>
  5.         <id>http://www.zotero.org/styles/apa_test</id>
  6.         <link href="http://www.zotero.org/styles/apa" rel="self"/>
  7.         <link href="http://owl.english.purdue.edu/owl/resource/560/01/" rel="documentation"/>
  8.         <author>
  9.           <name>Simon Kornblith</name>
  10.           <email>simon@simonster.com</email>
  11.         </author>
  12.         <contributor>
  13.           <name>Bruce D'Arcus</name>
  14.         </contributor>
  15.         <contributor>
  16.           <name>Curtis M. Humphrey</name>
  17.         </contributor>
  18.         <contributor>
  19.           <name>Richard Karnesky</name>
  20.           <email>karnesky+zotero@gmail.com</email>
  21.           <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
  22.         </contributor>
  23.         <contributor>
  24.           <name>Sebastian Karcher</name>
  25.         </contributor>
  26.         <category field="psychology"/>
  27.         <category field="generic-base"/>
  28.         <category citation-format="author-date"/>
  29.         <updated>2010-01-27T20:08:03+00:00</updated>
  30.         <rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
  31.   </info>
  32.   <locale xml:lang="en">
  33.         <terms>
  34.           <term name="translator" form="short">
  35.                 <single>trans.</single>
  36.                 <multiple>trans.</multiple>
  37.           </term>
  38.           <term name="retrieved">repéré le</term>
  39.           <term name="from">à</term>
  40.           <term name="in">dans</term>
  41.           <term name="presented at">présenté à</term>
  42.           <term name="no date">sans date</term>
  43.           <term name="edition">édition</term>
  44.         </terms>
  45.                
  46.   </locale>
  47.   <macro name="container-contributors">
  48.         <choose>
  49.           <if type="chapter paper-conference" match="any">
  50.                 <text term="in" text-case="capitalize-first" suffix=" "/>
  51.                 <names variable="editor" delimiter=", " suffix=", ">
  52.                   <name and="symbol" initialize-with=". " delimiter=", "/>
  53.                   <label form="short" prefix=" (" text-case="capitalize-first" suffix=")"/>
  54.                   <substitute>
  55.                         <names variable="translator"/>
  56.                   </substitute>
  57.                 </names>
  58.           </if>
  59.         </choose>
  60.   </macro>
  61.   <macro name="secondary-contributors">
  62.         <choose>
  63.           <if type="chapter paper-conference" match="none">
  64.                 <names variable="translator" delimiter=", " prefix=" (" suffix=")">
  65.                   <name and="symbol" initialize-with=". " delimiter=", "/>
  66.                   <label form="short" prefix=", " text-case="capitalize-first" suffix=""/>
  67.                   <substitute>
  68.                         <names variable="editor"/>
  69.                   </substitute>            
  70.                 </names>
  71.           </if>
  72.         </choose>
  73.   </macro>
  74.   <macro name="author">
  75.         <names variable="author">
  76.           <name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
  77.           <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first" strip-periods="true"/>
  78.           <substitute>
  79.                 <names variable="editor"/>
  80.                 <names variable="translator"/>
  81.                 <choose>
  82.                   <if type="report">
  83.                         <text variable="publisher"/>
  84.                         <text macro="title"/>
  85.                   </if>
  86.                   <else>
  87.                         <text macro="title"/>
  88.                   </else>
  89.                 </choose>
  90.           </substitute>
  91.         </names>
  92.   </macro>
  93.   <macro name="author-short">
  94.         <names variable="author">
  95.           <name form="short" and="symbol" delimiter=", " initialize-with=". "/>
  96.           <substitute>
  97.                 <names variable="editor"/>
  98.                 <names variable="translator"/>
  99.                 <choose>
  100.                   <if type="report">
  101.                         <text variable="publisher"/>
  102.                         <text variable="title" form="short" font-style="italic"/>
  103.                   </if>
  104.                   <else-if type="bill book graphic legal_case motion_picture song" match="any">
  105.                         <text variable="title" form="short" font-style="italic"/>
  106.                   </else-if>
  107.                   <else>
  108.                         <text variable="title" form="short" quotes="true"/>
  109.                   </else>
  110.                 </choose>
  111.           </substitute>
  112.         </names>
  113.   </macro>
  114.   <macro name="access">
  115.         <choose>
  116.           <if type="thesis">
  117.                 <choose>
  118.                   <if variable="archive" match="any">
  119.                         <group>
  120.                           <text term="retrieved" text-case="capitalize-first" suffix=" "/>
  121.                           <text term="from" suffix=" "/>
  122.                           <text variable="archive" suffix="."/>
  123.                           <text variable="archive_location" prefix=" (" suffix=")"/>
  124.                         </group>
  125.                   </if>
  126.                   <else>
  127.                         <group>
  128.                           <text term="retrieved" text-case="capitalize-first" suffix=" "/>
  129.                           <text term="from" suffix=" "/>
  130.                           <text variable="URL"/>
  131.                         </group>
  132.                   </else>
  133.                 </choose>
  134.           </if>
  135.           <else>
  136.                 <choose>
  137.                   <if variable="DOI">
  138.                         <text variable="DOI" prefix="doi:"/>
  139.                   </if>
  140.                   <else>
  141.                         <choose>
  142.                           <if type="webpage">
  143.                                 <group delimiter=" ">
  144.                                   <text term="retrieved" text-case="capitalize-first" suffix=" "/>
  145.                                   <group>
  146.                                         <date variable="accessed" suffix=" ">
  147.                                           <date-part name="day" suffix=" "/>
  148.                                           <date-part name="month" text-case="lowercase" suffix=" "/>
  149.                                           <date-part name="year"/>
  150.                                         </date>
  151.                                         <text variable="year-suffix"/>
  152.                                   </group>
  153.                                   <text term="from"/>
  154.                                   <text variable="URL"/>
  155.                                 </group>
  156.                           </if>
  157.                           <else>
  158.                                 <group>
  159.                                   <text term="retrieved" text-case="capitalize-first" suffix=" "/>
  160.                                   <text term="from" suffix=" "/>
  161.                                   <text variable="URL"/>
  162.                                 </group>
  163.                           </else>
  164.                         </choose>
  165.                   </else>
  166.                 </choose>
  167.           </else>
  168.         </choose>
  169.   </macro>
  170.   <macro name="title">
  171.         <choose>
  172.           <if type="report thesis" match="any">
  173.                 <text variable="title" font-style="italic"/>
  174.                 <group prefix=" (" suffix=")">
  175.                   <text variable="genre"/>
  176.                   <text variable="number" prefix=" No. "/>
  177.                 </group>
  178.           </if>
  179.           <else-if type="bill book graphic legal_case motion_picture report song manuscript speech" match="any">
  180.                 <text variable="title" font-style="italic"/>
  181.           </else-if>
  182.           <else>
  183.                 <text variable="title"/>
  184.           </else>
  185.         </choose>
  186.   </macro>
  187.   <macro name="publisher">
  188.         <choose>
  189.           <if type="report" match="any">
  190.                 <group delimiter=": ">
  191.                   <text variable="publisher-place"/>
  192.                   <text variable="publisher"/>
  193.                 </group>
  194.           </if>
  195.           <else-if type="thesis" match="any">
  196.                 <group delimiter=", ">
  197.                   <text variable="publisher"/>
  198.                   <text variable="publisher-place"/>
  199.                 </group>
  200.           </else-if>
  201.           <else>
  202.                 <choose>
  203.                   <if variable="event" match="none">
  204.                         <text variable="genre" suffix=", "/>
  205.                   </if>
  206.                 </choose>
  207.                 <group delimiter=": ">
  208.                   <text variable="publisher-place"/>
  209.                   <text variable="publisher"/>
  210.                 </group>
  211.           </else>
  212.         </choose>
  213.   </macro>
  214.   <macro name="event">
  215.         <choose>
  216.           <if variable="event">
  217.                 <choose>
  218.                   <if variable="genre" match="none">
  219.                         <text term="presented at" text-case="capitalize-first" suffix=" "/>
  220.                         <text variable="event"/>
  221.                   </if>
  222.                   <else>
  223.                         <group delimiter=" ">
  224.                           <text variable="genre" text-case="capitalize-first"/>
  225.                           <text term="presented at"/>
  226.                           <text variable="event"/>
  227.                         </group>
  228.                   </else>
  229.                 </choose>
  230.           </if>
  231.         </choose>
  232.   </macro>
  233.   <macro name="issued">
  234.         <choose>
  235.           <if variable="issued">
  236.                 <group prefix=" (" suffix=").">
  237.                   <date variable="issued">
  238.                         <date-part name="year"/>
  239.                   </date>
  240.                   <text variable="year-suffix"/>
  241.                   <choose>
  242.                         <if type="bill book graphic legal_case motion_picture report song article-journal chapter paper-conference" match="none">
  243.                           <date variable="issued">
  244.                                 <date-part prefix=", " name="month" text-case="lowercase"/>
  245.                                 <date-part prefix=" " name="day"/>
  246.                           </date>
  247.                         </if>
  248.                   </choose>
  249.                 </group>
  250.           </if>
  251.           <else>
  252.                 <group prefix=" (" suffix=").">
  253.                   <text  term="no date" form="short"/>
  254.                   <text variable="year-suffix" prefix="-"/>
  255.                 </group>    
  256.           </else>
  257.         </choose>
  258.   </macro>
  259.   <macro name="issued-year">
  260.         <choose>
  261.           <if variable="issued">
  262.                 <date variable="issued">
  263.                   <date-part name="year"/>
  264.                 </date>
  265.                 <text variable="year-suffix"/>
  266.           </if>
  267.           <else>
  268.                 <text term="no date" form="short"/>
  269.                 <text variable="year-suffix" prefix="-"/>
  270.           </else>
  271.         </choose>
  272.   </macro>
  273.   <macro name="edition">
  274.         <choose>
  275.           <if is-numeric="edition">
  276.                 <group delimiter=" ">
  277.                   <number variable="edition" form="ordinal"/>
  278.                   <text term="edition" form="short" suffix="." strip-periods="true"/>
  279.                 </group>
  280.           </if>
  281.           <else>
  282.                 <text variable="edition" suffix="."/>
  283.           </else>
  284.         </choose>
  285.   </macro>
  286.   <macro name="locators">
  287.         <choose>
  288.           <if type="article-journal article-magazine" match="any">
  289.                 <group prefix=", " delimiter=", ">
  290.                   <group>
  291.                         <text variable="volume" font-style="italic"/>
  292.                         <text variable="issue" prefix="(" suffix=")"/>
  293.                   </group>
  294.                   <text variable="page"/>
  295.                 </group>
  296.           </if>
  297.           <else-if type="article-newspaper">
  298.                 <group delimiter=" " prefix=", ">
  299.                   <label variable="page" form="short"/>
  300.                   <text variable="page"/>
  301.                 </group>
  302.           </else-if>
  303.           <else-if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
  304.                 <group prefix=" (" suffix=")" delimiter=", ">
  305.                   <text macro="edition"/>
  306.                   <group>
  307.                         <text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=". " strip-periods="true"/>
  308.                         <number variable="number-of-volumes" form="numeric" prefix="1-"/>
  309.                   </group>
  310.                   <group>
  311.                         <text term="volume" form="short" text-case="capitalize-first" suffix=". " strip-periods="true"/>
  312.                         <number variable="volume" form="numeric"/>
  313.                   </group>
  314.                   <group>
  315.                         <label variable="page" form="short" suffix=" "/>
  316.                         <text variable="page"/>
  317.                   </group>
  318.                 </group>
  319.           </else-if>
  320.         </choose>
  321.   </macro>
  322.   <macro name="citation-locator">
  323.         <group>
  324.           <label variable="locator" form="short"/>
  325.           <text variable="locator" prefix=" "/>
  326.         </group>
  327.   </macro>
  328.   <citation et-al-min="6" 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" givenname-disambiguation-rule="primary-name">
  329.         <sort>
  330.           <key macro="author"/>
  331.           <key macro="issued-year"/>
  332.         </sort>
  333.         <layout prefix="(" suffix=")" delimiter="; ">
  334.           <group delimiter=", ">
  335.                 <text macro="author-short"/>
  336.                 <text macro="issued-year"/>
  337.                 <text macro="citation-locator"/>
  338.           </group>
  339.         </layout>
  340.   </citation>
  341.   <bibliography hanging-indent="true" et-al-min="8" et-al-use-first="7" entry-spacing="0" line-spacing="2">
  342.         <sort>
  343.           <key macro="author"/>
  344.           <key macro="issued-year" sort="ascending"/>
  345.         </sort>
  346.         <layout>
  347.           <group suffix=".">
  348.                 <text macro="author" suffix="."/>
  349.                 <text macro="issued"/>
  350.                 <group delimiter=". ">
  351.                   <text macro="title" prefix=" "/>
  352.                   <group>
  353.                         <text macro="container-contributors"/>
  354.                         <text macro="secondary-contributors"/>
  355.                         <group delimiter=", ">
  356.                           <text variable="container-title" font-style="italic"/>
  357.                           <text variable="collection-title"/>
  358.                         </group>
  359.                   </group>
  360.                 </group>
  361.                 <text macro="locators"/>
  362.                 <group delimiter=", " prefix=". ">
  363.                   <text macro="event"/>
  364.                   <text macro="publisher"/>
  365.                 </group>
  366.           </group>
  367.           <text macro="access" prefix=" "/>
  368.         </layout>
  369.   </bibliography>
  370. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement