Advertisement
Guest User

csl Disambiguation

a guest
Apr 3rd, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 28.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style class="in-text" version="1.0" initialize="false" name-as-sort-order="all" default-locale="pt-BR" xmlns="http://purl.org/net/xbiblio/csl">
  3.   <info>
  4.     <category citation-format="author-date"/>
  5.     <category field="generic-base"/>
  6.     <updated>2021-04-03T07:05:54+00:00</updated>
  7.     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  8.   </info>
  9.   <locale xml:lang="pt-BR">
  10.     <terms>
  11.       <term name="month-01" form="short">jan.</term>
  12.       <term name="month-02" form="short">fev.</term>
  13.       <term name="month-03" form="short">mar.</term>
  14.       <term name="month-04" form="short">abr.</term>
  15.       <term name="month-05" form="short">maio</term>
  16.       <term name="month-06" form="short">jun.</term>
  17.       <term name="month-07" form="short">jul.</term>
  18.       <term name="month-08" form="short">ago.</term>
  19.       <term name="month-09" form="short">set.</term>
  20.       <term name="month-10" form="short">out.</term>
  21.       <term name="month-11" form="short">nov.</term>
  22.       <term name="month-12" form="short">dez.</term>
  23.       <term name="editor" form="short">org.</term>
  24.       <term name="collection-editor" form="short">ed.</term>
  25.     </terms>
  26.   </locale>
  27.   <macro name="container-contributors">
  28.     <choose>
  29.       <if type="chapter">
  30.         <names variable="container-author" delimiter=", ">
  31.           <name name-as-sort-order="all" sort-separator=", " initialize-with=". " delimiter="; " delimiter-precedes-last="always">
  32.             <name-part name="family" text-case="uppercase"/>
  33.           </name>
  34.           <label form="short" prefix=" (" suffix=".)"/>
  35.           <et-al font-style="italic"/>
  36.           <substitute>
  37.             <names variable="editor"/>
  38.             <names variable="collection-editor"/>
  39.           </substitute>
  40.         </names>
  41.       </if>
  42.     </choose>
  43.   </macro>
  44.   <macro name="secondary-contributors">
  45.     <choose>
  46.       <if type="chapter" match="none">
  47.         <names variable="editor" delimiter="; " prefix=" (" suffix=")">
  48.           <name initialize-with=". " delimiter=", "/>
  49.           <label form="short" prefix=", " text-case="capitalize-first" suffix="."/>
  50.         </names>
  51.       </if>
  52.     </choose>
  53.   </macro>
  54.   <macro name="translator">
  55.     <names variable="translator" delimiter="; ">
  56.       <name delimiter="; " sort-separator=" " delimiter-precedes-last="always"/>
  57.       <et-al font-style="italic"/>
  58.     </names>
  59.   </macro>
  60.   <macro name="composer">
  61.     <text value="Compositor: "/>
  62.     <names variable="composer" delimiter="; ">
  63.       <name delimiter="; " sort-separator=" " delimiter-precedes-last="always"/>
  64.       <et-al font-style="italic"/>
  65.     </names>
  66.   </macro>
  67.   <macro name="recipient">
  68.     <text value="Destinatário: "/>
  69.     <names variable="recipient" delimiter="; ">
  70.       <name delimiter=" e " sort-separator=" " delimiter-precedes-last="always"/>
  71.       <et-al font-style="italic"/>
  72.     </names>
  73.   </macro>
  74.   <macro name="interviewer">
  75.     <text value="Entrevistador: "/>
  76.     <names variable="interviewer" delimiter="; ">
  77.       <name delimiter=" e " sort-separator=" " delimiter-precedes-last="always"/>
  78.       <et-al font-style="italic"/>
  79.     </names>
  80.   </macro>
  81.   <macro name="author">
  82.     <choose>
  83.       <if type="motion_picture broadcast song" match="any">
  84.         <names variable="author">
  85.           <name/>
  86.         </names>
  87.       </if>
  88.       <else>
  89.         <names variable="author">
  90.           <name delimiter="; " delimiter-precedes-et-al="never" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all">
  91.             <name-part name="family" text-case="uppercase"/>
  92.           </name>
  93.           <et-al font-style="italic"/>
  94.           <label form="short" text-case="lowercase" prefix=" (" suffix=".)"/>
  95.           <substitute>
  96.             <names variable="editor"/>
  97.             <names variable="collection-editor"/>
  98.             <names variable="translator"/>
  99.             <text macro="title"/>
  100.           </substitute>
  101.         </names>
  102.       </else>
  103.     </choose>
  104.   </macro>
  105.   <macro name="author-short">
  106.     <names variable="author">
  107.       <name form="short" delimiter="; " delimiter-precedes-last="never" initialize-with=". " name-as-sort-order="all">
  108.         <name-part name="family" text-case="uppercase"/>
  109.         <name-part name="given" text-case="uppercase"/>
  110.       </name>
  111.       <et-al font-style="italic"/>
  112.       <substitute>
  113.         <names variable="editor"/>
  114.         <names variable="translator"/>
  115.         <choose>
  116.           <if type="book">
  117.             <text variable="title" form="short"/>
  118.           </if>
  119.           <else-if type="broadcast song motion_picture" match="any">
  120.             <text variable="title"/>
  121.           </else-if>
  122.           <else>
  123.             <text variable="title" form="short" text-case="uppercase" quotes="false"/>
  124.           </else>
  125.         </choose>
  126.       </substitute>
  127.     </names>
  128.   </macro>
  129.   <macro name="access">
  130.     <choose>
  131.       <if type="book chapter" variable="URL" match="all">
  132.         <text value="E-book" font-style="italic" suffix="."/>
  133.       </if>
  134.     </choose>
  135.     <choose>
  136.       <if variable="DOI" match="any">
  137.         <text variable="DOI" prefix=" Disponível em: https://doi.org/"/>
  138.         <group prefix=". Acesso em: " suffix=".">
  139.           <date variable="accessed">
  140.             <date-part name="day" suffix=" "/>
  141.             <date-part name="month" form="short" suffix=". "/>
  142.             <date-part name="year"/>
  143.           </date>
  144.         </group>
  145.       </if>
  146.       <else-if variable="URL">
  147.         <text variable="URL" prefix=" Disponível em: "/>
  148.         <group prefix=". Acesso em: " suffix=".">
  149.           <date variable="accessed">
  150.             <date-part name="day" suffix=" "/>
  151.             <date-part name="month" form="short" suffix=". "/>
  152.             <date-part name="year"/>
  153.           </date>
  154.         </group>
  155.       </else-if>
  156.     </choose>
  157.   </macro>
  158.   <macro name="title">
  159.     <choose>
  160.       <if type="chapter article-newspaper article-magazine article-journal paper-conference post-weblog" match="any">
  161.         <text variable="title" font-weight="normal"/>
  162.       </if>
  163.       <else-if type="book thesis patent report" match="any">
  164.         <text variable="title" font-weight="bold"/>
  165.       </else-if>
  166.       <else-if type="entry-encyclopedia entry-dictionary" match="any">
  167.         <text variable="title" text-case="uppercase"/>
  168.       </else-if>
  169.       <else-if type="dataset" match="any">
  170.         <text variable="title" suffix=". "/>
  171.       </else-if>
  172.       <else-if type="legislation bill legal_case" variable="container-title" match="all">
  173.         <text variable="title"/>
  174.       </else-if>
  175.       <else-if type="legislation bill legal_case" match="any">
  176.         <text variable="title" font-weight="bold"/>
  177.       </else-if>
  178.       <else-if type="motion_picture broadcast song" match="any">
  179.         <text variable="title" text-case="uppercase" suffix=". "/>
  180.       </else-if>
  181.       <else>
  182.         <text variable="title" font-weight="bold" suffix=". "/>
  183.       </else>
  184.     </choose>
  185.   </macro>
  186.   <macro name="container-title">
  187.     <choose>
  188.       <if type="paper-conference" match="any">
  189.         <text variable="event" text-case="uppercase"/>
  190.         <text variable="title-short" text-case="uppercase"/>
  191.         <text variable="number" prefix=", " suffix="., "/>
  192.         <text macro="issued-year" prefix="" suffix=", "/>
  193.         <text variable="publisher-place" suffix=". "/>
  194.         <choose>
  195.           <if match="any" variable="container-title">
  196.             <text variable="container-title" font-weight="bold" suffix=". "/>
  197.           </if>
  198.           <else>
  199.             <text value="Anais [...]" font-weight="bold" suffix=". "/>
  200.           </else>
  201.         </choose>
  202.       </if>
  203.       <else-if type="bill" variable="container-title" match="all">
  204.         <text variable="container-title" font-weight="bold"/>
  205.         <text variable="genre" prefix=": "/>
  206.       </else-if>
  207.       <else-if type="legal_case" match="any">
  208.         <text variable="container-title" font-weight="bold" suffix=". "/>
  209.       </else-if>
  210.       <else>
  211.         <text variable="container-title" font-weight="bold"/>
  212.       </else>
  213.     </choose>
  214.   </macro>
  215.   <macro name="publisher">
  216.     <choose>
  217.       <if match="any" variable="publisher-place publisher">
  218.         <choose>
  219.           <if variable="publisher-place">
  220.             <text variable="publisher-place"/>
  221.           </if>
  222.           <else-if type="entry-encyclopedia thesis" match="any"/>
  223.           <else-if type="paper-conference" match="any">
  224.             <text variable="publisher-place" suffix=". "/>
  225.           </else-if>
  226.           <else>
  227.             <text value="[S. l.]" font-style="italic"/>
  228.           </else>
  229.         </choose>
  230.         <choose>
  231.           <if variable="publisher">
  232.             <text variable="publisher" prefix=": " suffix=","/>
  233.             <text macro="issued"/>
  234.           </if>
  235.           <else>
  236.             <text value=" [s. n.]" font-style="italic" prefix=": " suffix=","/>
  237.             <text macro="issued"/>
  238.           </else>
  239.         </choose>
  240.       </if>
  241.       <else>
  242.         <text value="[S. l.: s. n.]" font-style="italic" suffix=". "/>
  243.       </else>
  244.     </choose>
  245.   </macro>
  246.   <macro name="event">
  247.     <choose>
  248.       <if variable="genre" match="none">
  249.         <text term="in" text-case="capitalize-first" prefix=" " suffix=": " font-style="italic"/>
  250.         <text variable="event" text-case="uppercase"/>
  251.       </if>
  252.     </choose>
  253.   </macro>
  254.   <macro name="issued">
  255.     <choose>
  256.       <if variable="issued" match="any">
  257.         <choose>
  258.           <if type="patent song post-weblog article-newspaper personal_communication" match="any">
  259.             <date variable="issued" prefix=" " suffix=".">
  260.               <date-part name="day" suffix=" "/>
  261.               <date-part name="month" form="short" suffix=" "/>
  262.               <date-part name="year"/>
  263.             </date>
  264.           </if>
  265.           <else>
  266.             <date variable="issued" suffix=".">
  267.               <date-part name="year" prefix=" "/>
  268.             </date>
  269.           </else>
  270.         </choose>
  271.       </if>
  272.       <else>
  273.         <text value=" [s. d.]" font-style="italic"/>
  274.       </else>
  275.     </choose>
  276.   </macro>
  277.   <macro name="issued-year">
  278.     <choose>
  279.       <if variable="issued" match="any">
  280.         <date variable="issued">
  281.           <date-part name="year"/>
  282.         </date>
  283.       </if>
  284.       <else-if type="paper-conference" match="all">
  285.         <date date-parts="year" form="numeric" variable="issued">
  286.           <date-part name="year"/>
  287.         </date>
  288.       </else-if>
  289.       <else>
  290.         <text value=" [s. d.]" font-style="italic"/>
  291.       </else>
  292.     </choose>
  293.   </macro>
  294.   <macro name="issued-legislation">
  295.     <date variable="issued">
  296.       <date-part name="day" suffix=" "/>
  297.       <date-part name="month" form="short" suffix=". " text-case="lowercase"/>
  298.       <date-part name="year"/>
  299.     </date>
  300.   </macro>
  301.   <macro name="submitted">
  302.     <date variable="submitted" prefix=" " suffix=".">
  303.       <date-part name="day" suffix=" "/>
  304.       <date-part name="month" form="short" suffix=" "/>
  305.       <date-part name="year"/>
  306.     </date>
  307.   </macro>
  308.   <macro name="edition">
  309.     <choose>
  310.       <if type="book chapter" match="any">
  311.         <choose>
  312.           <if is-numeric="edition">
  313.             <group delimiter=" ">
  314.               <number variable="edition" form="numeric" suffix="."/>
  315.               <text term="edition" form="short" suffix="."/>
  316.             </group>
  317.           </if>
  318.           <else>
  319.             <text variable="edition" suffix=" ed."/>
  320.           </else>
  321.         </choose>
  322.       </if>
  323.     </choose>
  324.   </macro>
  325.   <macro name="locators">
  326.     <choose>
  327.       <if type="bill" variable="container-title" match="all">
  328.         <group delimiter=", ">
  329.           <text variable="volume" prefix="ano "/>
  330.           <text variable="issue" prefix="n. "/>
  331.           <text variable="authority"/>
  332.           <text variable="page" prefix="p. "/>
  333.           <text macro="issued-legislation"/>
  334.         </group>
  335.       </if>
  336.       <else-if match="any" type="bill">
  337.         <group>
  338.           <text macro="issued-year"/>
  339.         </group>
  340.       </else-if>
  341.       <else-if match="any" type="article-journal article-magazine">
  342.         <group delimiter=", ">
  343.           <group delimiter=", ">
  344.             <text variable="volume" prefix="v. "/>
  345.             <text variable="issue" prefix="n. "/>
  346.           </group>
  347.           <text variable="collection-title"/>
  348.           <text variable="page" prefix="p. "/>
  349.         </group>
  350.       </else-if>
  351.       <else-if match="any" type="book chapter">
  352.         <group delimiter=", ">
  353.           <group>
  354.             <text variable="volume" prefix="v. "/>
  355.             <text variable="page" prefix="p. "/>
  356.           </group>
  357.         </group>
  358.       </else-if>
  359.       <else-if type="article-newspaper" match="any">
  360.         <group>
  361.           <text variable="volume" prefix="ano " suffix=", "/>
  362.           <text variable="issue" prefix="n. " suffix=", "/>
  363.           <text macro="issued-legislation"/>
  364.         </group>
  365.         <text variable="section" prefix=". "/>
  366.         <text variable="collection-title" prefix=". "/>
  367.         <text variable="page" prefix=", p. " suffix="."/>
  368.       </else-if>
  369.     </choose>
  370.   </macro>
  371.   <macro name="collection-title">
  372.     <text variable="collection-title"/>
  373.     <text variable="collection-number" prefix=" "/>
  374.   </macro>
  375.   <macro name="genre">
  376.     <text variable="genre" suffix=". "/>
  377.   </macro>
  378.   <macro name="section">
  379.     <choose>
  380.       <if match="any" variable="section issue">
  381.         <text variable="section"/>
  382.         <text variable="issue"/>
  383.       </if>
  384.     </choose>
  385.   </macro>
  386.   <macro name="citation-locator">
  387.     <group>
  388.       <label variable="locator" form="short"/>
  389.       <text variable="locator" prefix=" "/>
  390.     </group>
  391.   </macro>
  392.   <macro name="place">
  393.     <choose>
  394.       <if variable="publisher-place" match="any">
  395.         <text variable="publisher-place" suffix=", "/>
  396.       </if>
  397.       <else-if type="paper-conference" variable="publisher-place">
  398.         <text variable="publisher-place" suffix=". "/>
  399.       </else-if>
  400.       <else>
  401.         <text value="[s. l.]" suffix=", " font-style="italic"/>
  402.       </else>
  403.     </choose>
  404.   </macro>
  405.   <citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" name-as-sort-order="all" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name-with-initials" collapse="year-suffix">
  406.     <sort>
  407.       <key macro="author"/>
  408.       <key variable="issued"/>
  409.     </sort>
  410.     <layout prefix="(" suffix=")" delimiter="; ">
  411.       <choose>
  412.         <if type="broadcast motion_picture song" match="any">
  413.           <group>
  414.             <text variable="title" text-case="uppercase" suffix=", "/>
  415.             <text macro="issued-year"/>
  416.           </group>
  417.         </if>
  418.         <else>
  419.           <group>
  420.             <text suffix=", " macro="author-short"/>
  421.             <text macro="issued-year"/>
  422.             <text prefix=", " macro="citation-locator"/>
  423.           </group>
  424.         </else>
  425.       </choose>
  426.     </layout>
  427.   </citation>
  428.   <bibliography name-delimiter=";" et-al-min="4" et-al-use-first="1" names-delimiter="" subsequent-author-substitute="______" subsequent-author-substitute-rule="partial-each">
  429.     <sort>
  430.       <key macro="author"/>
  431.       <key variable="issued"/>
  432.     </sort>
  433.     <layout>
  434.       <choose>
  435.         <if type="bill">
  436.           <group>
  437.             <text macro="author" suffix=". "/>
  438.             <text macro="title"/>
  439.             <text variable="abstract" prefix=". " suffix=". "/>
  440.             <text macro="container-title" suffix=", "/>
  441.             <text variable="publisher-place"/>
  442.             <text variable="publisher" prefix=": "/>
  443.             <text macro="locators" prefix=", " suffix=". "/>
  444.             <text macro="access"/>
  445.           </group>
  446.         </if>
  447.         <else-if type="map">
  448.           <group>
  449.             <text macro="author" suffix=". "/>
  450.             <text macro="title"/>
  451.             <text macro="publisher" suffix=". "/>
  452.             <text variable="genre" suffix=". "/>
  453.             <text variable="scale" prefix="Escala " suffix=". "/>
  454.             <text macro="access"/>
  455.           </group>
  456.         </else-if>
  457.         <else-if type="book">
  458.           <group>
  459.             <text macro="author" suffix=". "/>
  460.             <text macro="title" suffix=". "/>
  461.             <text macro="translator" suffix=". "/>
  462.             <text variable="genre" suffix=". "/>
  463.             <text macro="edition" suffix=". "/>
  464.             <text variable="version" prefix="Versão " suffix=". "/>
  465.             <text macro="publisher" suffix=". "/>
  466.             <text macro="collection-title" prefix="(" suffix=")."/>
  467.             <text macro="locators" suffix=". "/>
  468.             <text variable="medium" suffix=". "/>
  469.             <text macro="access"/>
  470.           </group>
  471.         </else-if>
  472.         <else-if type="chapter">
  473.           <group>
  474.             <text macro="author" suffix=". "/>
  475.             <text macro="title" suffix=". "/>
  476.             <text term="in" text-case="capitalize-first" suffix=": " font-style="italic"/>
  477.             <text macro="container-contributors" suffix=". "/>
  478.             <text macro="container-title" suffix=". "/>
  479.             <text macro="translator" suffix=". "/>
  480.             <text macro="edition" suffix=". "/>
  481.             <text macro="publisher" suffix=". "/>
  482.             <text macro="collection-title" prefix="(" suffix=")."/>
  483.             <text macro="locators" suffix=". "/>
  484.             <text macro="access"/>
  485.           </group>
  486.         </else-if>
  487.         <else-if type="article-magazine article-journal" match="any">
  488.           <group>
  489.             <text macro="author" suffix=". "/>
  490.             <text macro="title" suffix=". "/>
  491.             <text variable="genre" suffix=". "/>
  492.             <text macro="container-title" suffix=", "/>
  493.             <choose>
  494.               <if match="any" variable="publisher-place">
  495.                 <text variable="publisher-place" suffix=", "/>
  496.               </if>
  497.             </choose>
  498.             <text macro="edition" suffix=", "/>
  499.             <text macro="locators" suffix=", "/>
  500.             <text macro="issued" suffix=". "/>
  501.             <text macro="access"/>
  502.           </group>
  503.         </else-if>
  504.         <else-if type="article-newspaper" match="any">
  505.           <group>
  506.             <text macro="author" suffix=". "/>
  507.             <text macro="title" suffix=". "/>
  508.             <text macro="container-title" suffix=", "/>
  509.             <text macro="place" prefix=" "/>
  510.             <text macro="locators"/>
  511.             <text macro="access"/>
  512.           </group>
  513.         </else-if>
  514.         <else-if type="thesis">
  515.           <group>
  516.             <text macro="author" suffix=". "/>
  517.             <text macro="title" suffix=". "/>
  518.             <text macro="issued-year" suffix=". "/>
  519.             <text variable="genre"/>
  520.             <text variable="publisher" prefix=" - " suffix=", "/>
  521.             <text macro="place"/>
  522.             <text macro="issued" suffix="."/>
  523.             <text macro="access"/>
  524.           </group>
  525.         </else-if>
  526.         <else-if type="webpage post">
  527.           <group>
  528.             <text macro="author" suffix=". "/>
  529.             <text macro="title" suffix=" "/>
  530.             <text macro="place"/>
  531.             <text macro="issued-year" suffix=". "/>
  532.             <text variable="genre" suffix=". "/>
  533.             <text macro="access" suffix=". "/>
  534.           </group>
  535.         </else-if>
  536.         <else-if type="report">
  537.           <group>
  538.             <text macro="author" suffix=". "/>
  539.             <text macro="title"/>
  540.             <text macro="container-contributors"/>
  541.             <text macro="secondary-contributors"/>
  542.             <text macro="container-title"/>
  543.             <text variable="collection-title" prefix=": "/>
  544.             <text macro="locators"/>
  545.             <text macro="event"/>
  546.             <text macro="publisher" prefix=". " suffix=". "/>
  547.             <text variable="genre" prefix=" " suffix="."/>
  548.             <text macro="access" suffix="."/>
  549.           </group>
  550.         </else-if>
  551.         <else-if type="entry-encyclopedia entry-dictionary">
  552.           <group>
  553.             <text macro="title" suffix=". "/>
  554.             <text term="in" text-case="capitalize-first" font-style="italic" suffix=": "/>
  555.             <text macro="author" suffix="."/>
  556.             <text macro="container-title" prefix=" " suffix="."/>
  557.             <text variable="publisher-place" prefix=". " suffix=": "/>
  558.             <text variable="publisher"/>
  559.             <text macro="issued" prefix="," suffix=". "/>
  560.             <text variable="page" prefix="p. " suffix=". "/>
  561.             <text macro="access"/>
  562.           </group>
  563.         </else-if>
  564.         <else-if type="paper-conference">
  565.           <text macro="author" suffix=". "/>
  566.           <text macro="title" suffix=". "/>
  567.           <text term="in" text-case="capitalize-first" font-style="italic" suffix=": "/>
  568.           <text macro="container-contributors" text-case="uppercase"/>
  569.           <text macro="secondary-contributors"/>
  570.           <text macro="container-title"/>
  571.           <text macro="locators"/>
  572.           <text macro="publisher"/>
  573.           <text variable="page" prefix=" p. " suffix="."/>
  574.           <text macro="access"/>
  575.         </else-if>
  576.         <else-if type="legislation" match="any">
  577.           <group>
  578.             <text macro="author" suffix=". "/>
  579.             <text macro="title" suffix=". "/>
  580.             <text variable="number" suffix=". "/>
  581.             <text macro="container-title" suffix=", "/>
  582.             <text macro="publisher"/>
  583.             <text macro="section" prefix="seção " suffix=", "/>
  584.             <text variable="page" prefix="p. " suffix="."/>
  585.             <text macro="access"/>
  586.           </group>
  587.         </else-if>
  588.         <else-if type="legal_case" match="any">
  589.           <group>
  590.             <text macro="author" suffix=". "/>
  591.             <text macro="title" suffix=". "/>
  592.             <text variable="abstract" prefix=". " suffix=". "/>
  593.             <text macro="container-title"/>
  594.             <choose>
  595.               <if match="any" variable="translator">
  596.                 <text macro="translator" prefix="Relator: " suffix=". "/>
  597.               </if>
  598.             </choose>
  599.             <text macro="issued-legislation" prefix="Julgado em: " suffix=". "/>
  600.             <group>
  601.               <text variable="publisher-place" suffix=": "/>
  602.               <text variable="publisher" suffix=", "/>
  603.               <group suffix=". ">
  604.                 <text macro="issued-year"/>
  605.                 <text variable="year-suffix"/>
  606.               </group>
  607.             </group>
  608.             <text macro="section" prefix="seção " suffix=", "/>
  609.             <text variable="page" prefix="p. " suffix="."/>
  610.             <text macro="access"/>
  611.           </group>
  612.         </else-if>
  613.         <else-if type="patent" match="any">
  614.           <group>
  615.             <text macro="author" suffix=". "/>
  616.             <text macro="title" prefix=" " suffix=". "/>
  617.             <text variable="authority" prefix="Depositante: " suffix=". "/>
  618.             <text variable="container-title" suffix=". "/>
  619.             <text variable="publisher-place" suffix=" n. "/>
  620.             <text variable="number" suffix=". "/>
  621.             <text macro="submitted" prefix="Depósito: " suffix=". "/>
  622.             <text variable="genre" suffix=". "/>
  623.             <text macro="issued" prefix="Concessão: "/>
  624.             <text variable="note"/>
  625.           </group>
  626.         </else-if>
  627.         <else-if type="interview" match="any">
  628.           <group>
  629.             <text macro="author" suffix=". "/>
  630.             <text macro="title"/>
  631.             <text macro="interviewer" suffix=". "/>
  632.             <text variable="genre" suffix=". "/>
  633.             <text macro="publisher"/>
  634.             <text macro="access"/>
  635.           </group>
  636.         </else-if>
  637.         <else-if type="motion_picture broadcast song" match="any">
  638.           <group>
  639.             <text macro="title"/>
  640.             <choose>
  641.               <if type="motion_picture" match="any">
  642.                 <text macro="author" text-case="capitalize-first" prefix=" Direção: " suffix=". "/>
  643.               </if>
  644.               <else-if type="song" match="any">
  645.                 <text value="Intérprete" suffix=": "/>
  646.               </else-if>
  647.               <else-if type="broadcast" match="any">
  648.                 <text value="Apresentado por "/>
  649.                 <text macro="author" suffix=". "/>
  650.               </else-if>
  651.             </choose>
  652.             <text macro="composer" suffix=". "/>
  653.             <text macro="publisher"/>
  654.             <text variable="medium" prefix=" "/>
  655.             <text variable="genre" prefix=" "/>
  656.             <text variable="dimensions" prefix=" (" suffix="). "/>
  657.             <text macro="access"/>
  658.           </group>
  659.         </else-if>
  660.         <else-if type="article map" match="any">
  661.           <group>
  662.             <text macro="author" suffix=". "/>
  663.             <text macro="title" text-case="capitalize-first" suffix=" "/>
  664.             <text variable="medium" suffix=". "/>
  665.             <text variable="edition" suffix=". "/>
  666.             <text macro="publisher" suffix="  "/>
  667.             <text variable="genre" suffix="."/>
  668.             <text variable="scale" suffix=". "/>
  669.             <text macro="access"/>
  670.           </group>
  671.         </else-if>
  672.         <else-if type="speech" match="any">
  673.           <group>
  674.             <text macro="author" suffix=". "/>
  675.             <text macro="title"/>
  676.             <text macro="issued"/>
  677.             <text macro="access"/>
  678.           </group>
  679.         </else-if>
  680.         <else-if type="manuscript" match="any">
  681.           <group>
  682.             <text macro="author" suffix=". "/>
  683.             <text macro="title" text-case="capitalize-first" suffix=" "/>
  684.             <text variable="publisher-place" suffix=", "/>
  685.             <text macro="issued"/>
  686.             <text variable="genre" prefix=" " suffix="."/>
  687.             <text macro="access"/>
  688.           </group>
  689.         </else-if>
  690.         <else-if type="graphic" match="any">
  691.           <group>
  692.             <text macro="author" suffix=". "/>
  693.             <text macro="title"/>
  694.             <text macro="publisher" suffix=". "/>
  695.             <text variable="medium" suffix=", "/>
  696.             <text variable="dimensions" suffix="."/>
  697.             <text variable="genre" suffix="."/>
  698.             <text macro="access"/>
  699.           </group>
  700.         </else-if>
  701.         <else-if type="post-weblog" match="any">
  702.           <group>
  703.             <text macro="author" suffix=". "/>
  704.             <text macro="title"/>
  705.             <text term="in" font-style="italic" text-case="capitalize-first" prefix=". " suffix=": "/>
  706.             <text variable="container-title" text-case="capitalize-first" suffix=". "/>
  707.             <text variable="publisher-place" suffix=", "/>
  708.             <text macro="issued"/>
  709.             <text macro="access"/>
  710.           </group>
  711.         </else-if>
  712.         <else-if type="personal_communication" match="any">
  713.           <group>
  714.             <text macro="author" suffix=". "/>
  715.             <text macro="title"/>
  716.             <text macro="recipient" suffix=". "/>
  717.             <text variable="publisher-place" suffix=", "/>
  718.             <text macro="issued"/>
  719.             <text macro="access"/>
  720.             <text macro="genre" prefix=" "/>
  721.           </group>
  722.         </else-if>
  723.         <else>
  724.           <text macro="author" suffix=". "/>
  725.           <text macro="title" text-case="capitalize-first"/>
  726.           <text macro="container-contributors"/>
  727.           <text macro="secondary-contributors"/>
  728.           <text macro="container-title"/>
  729.           <text variable="collection-title" prefix=": " suffix="."/>
  730.           <text macro="locators"/>
  731.           <group delimiter=". " prefix=". " suffix=". ">
  732.             <text macro="event"/>
  733.           </group>
  734.           <text variable="publisher-place"/>
  735.           <text variable="publisher" suffix=", "/>
  736.           <text macro="issued" prefix=", " suffix=". "/>
  737.           <text macro="access"/>
  738.           <text variable="medium"/>
  739.           <text variable="genre"/>
  740.         </else>
  741.       </choose>
  742.     </layout>
  743.   </bibliography>
  744. </style>
  745.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement