Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="never" default-locale="pt-BR">
  3.   <info>
  4.     <title>University of Padova Medicine Thesis Citation Style</title>
  5.     <title-short>UPMTCS</title-short>
  6.     <id>http://www.zotero.org/styles/university-of-padova-medicine-thesis-citation-style</id>
  7.     <link href="http://www.zotero.org/styles/university-of-padova-medicine-thesis-citation-style" rel="self"/>
  8.     <link href="http://www.zotero.org/styles/vancouver-author-date" rel="template"/>
  9.     <link href="http://www.scielo.br/revistas/rbcs/iinstruc.htm" rel="documentation"/>
  10.     <author>
  11.       <name>Fábio Satoshi Higashikawa</name>
  12.       <email>[email protected]</email>
  13.     </author>
  14.     <category citation-format="author-date"/>
  15.     <category field="science"/>
  16.     <updated>2016-09-14T10:19:21+00:00</updated>
  17.     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  18.   </info>
  19.   <locale xml:lang="pt-BR">
  20.     <terms>
  21.       <term name="month-01" form="short">jan</term>
  22.       <term name="month-02" form="short">fev</term>
  23.       <term name="month-03" form="short">mar</term>
  24.       <term name="month-04" form="short">abr</term>
  25.       <term name="month-05" form="short">maio</term>
  26.       <term name="month-06" form="short">jun</term>
  27.       <term name="month-07" form="short">jul</term>
  28.       <term name="month-08" form="short">ago</term>
  29.       <term name="month-09" form="short">set</term>
  30.       <term name="month-10" form="short">out</term>
  31.       <term name="month-11" form="short">nov</term>
  32.       <term name="month-12" form="short">dez</term>
  33.       <term name="editor" form="short">
  34.         <single>ed</single>
  35.         <multiple>eds</multiple>
  36.       </term>
  37.       <term name="container-author" form="short">
  38.         <single>ed</single>
  39.         <multiple>eds</multiple>
  40.       </term>
  41.       <term name="collection-editor" form="short">
  42.         <single>ed</single>
  43.         <multiple>eds</multiple>
  44.       </term>
  45.     </terms>
  46.   </locale>
  47.   <macro name="author">
  48.     <names variable="author">
  49.       <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  50.       <label form="long" prefix=", "/>
  51.       <substitute>
  52.         <names variable="editor"/>
  53.       </substitute>
  54.     </names>
  55.   </macro>
  56.   <macro name="editor">
  57.     <group delimiter=": ">
  58.       <choose>
  59.         <if type="chapter paper-conference" match="any">
  60.           <text term="in" text-case="capitalize-first"/>
  61.         </if>
  62.       </choose>
  63.       <names variable="editor" suffix=".">
  64.         <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  65.         <label form="long" prefix=", "/>
  66.       </names>
  67.     </group>
  68.   </macro>
  69.   <macro name="publisher">
  70.     <group delimiter=": " suffix=";">
  71.       <choose>
  72.         <if type="thesis">
  73.           <text variable="publisher-place" prefix="[" suffix="]"/>
  74.         </if>
  75.         <else>
  76.           <text variable="publisher-place"/>
  77.         </else>
  78.       </choose>
  79.       <text variable="publisher"/>
  80.     </group>
  81.   </macro>
  82.   <macro name="access">
  83.     <choose>
  84.       <if variable="URL"/>
  85.     </choose>
  86.   </macro>
  87.   <macro name="accessed-date">
  88.     <choose>
  89.       <if variable="URL"/>
  90.     </choose>
  91.   </macro>
  92.   <macro name="container-title">
  93.     <choose>
  94.       <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
  95.         <group suffix="." delimiter=" ">
  96.           <text variable="container-title" form="short" strip-periods="true"/>
  97.           <choose>
  98.             <if variable="URL"/>
  99.           </choose>
  100.         </group>
  101.         <text macro="edition" prefix=" "/>
  102.       </if>
  103.       <else-if type="bill legislation" match="any">
  104.         <group delimiter=", ">
  105.           <group delimiter=". ">
  106.             <text variable="container-title" form="short"/>
  107.             <group delimiter=" ">
  108.               <text term="section" form="short" text-case="capitalize-first"/>
  109.               <text variable="section"/>
  110.             </group>
  111.           </group>
  112.           <text variable="number"/>
  113.         </group>
  114.       </else-if>
  115.       <else>
  116.         <text variable="container-title" suffix="." form="short"/>
  117.       </else>
  118.     </choose>
  119.   </macro>
  120.   <macro name="title">
  121.     <text variable="title" quotes="false"/>
  122.     <choose>
  123.       <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
  124.         <choose>
  125.           <if variable="URL">
  126.             <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
  127.           </if>
  128.         </choose>
  129.         <text macro="edition" prefix=". "/>
  130.       </if>
  131.     </choose>
  132.     <choose>
  133.       <if type="thesis">
  134.         <text variable="genre" prefix=" [" suffix="]"/>
  135.       </if>
  136.     </choose>
  137.   </macro>
  138.   <macro name="edition">
  139.     <choose>
  140.       <if is-numeric="edition">
  141.         <group delimiter=" ">
  142.           <number variable="edition" form="ordinal"/>
  143.           <text term="edition" form="short"/>
  144.         </group>
  145.       </if>
  146.       <else>
  147.         <text variable="edition" suffix="."/>
  148.       </else>
  149.     </choose>
  150.   </macro>
  151.   <macro name="date">
  152.     <choose>
  153.       <if type="article-journal article-magazine article-newspaper" match="any">
  154.         <group delimiter=" " suffix="; ">
  155.           <date date-parts="year" form="text" variable="issued"/>
  156.           <text macro="accessed-date"/>
  157.         </group>
  158.       </if>
  159.       <else-if type="bill legislation" match="any">
  160.         <group delimiter=", ">
  161.           <date variable="issued" delimiter=" ">
  162.             <date-part name="month" form="short" strip-periods="true"/>
  163.             <date-part name="day"/>
  164.           </date>
  165.           <date variable="issued">
  166.             <date-part name="year"/>
  167.           </date>
  168.         </group>
  169.       </else-if>
  170.       <else-if type="report">
  171.         <date variable="issued" delimiter=" ">
  172.           <date-part name="year"/>
  173.           <date-part name="month" form="short" strip-periods="true"/>
  174.         </date>
  175.       </else-if>
  176.       <else>
  177.         <group suffix=".">
  178.           <date date-parts="year" form="numeric" variable="issued">
  179.             <date-part name="year"/>
  180.           </date>
  181.           <text macro="accessed-date" prefix=" "/>
  182.         </group>
  183.       </else>
  184.     </choose>
  185.   </macro>
  186.   <macro name="pages">
  187.     <choose>
  188.       <if type="article-journal article-magazine article-newspaper" match="any">
  189.         <text variable="page" prefix=": "/>
  190.       </if>
  191.       <else>
  192.         <group prefix=" " delimiter=" ">
  193.           <label plural="never" variable="page" form="short"/>
  194.           <text variable="page"/>
  195.         </group>
  196.       </else>
  197.     </choose>
  198.   </macro>
  199.   <macro name="journal-location">
  200.     <choose>
  201.       <if type="article-journal article-magazine" match="any">
  202.         <text variable="volume"/>
  203.       </if>
  204.     </choose>
  205.   </macro>
  206.   <macro name="report-details">
  207.     <choose>
  208.       <if type="report">
  209.         <text variable="number" prefix="Report No.: "/>
  210.       </if>
  211.     </choose>
  212.   </macro>
  213.   <macro name="author-short">
  214.     <names variable="author" suffix=",">
  215.       <name form="short" delimiter=" e " sort-separator=","/>
  216.     </names>
  217.   </macro>
  218.   <macro name="issued">
  219.     <date variable="issued">
  220.       <date-part name="year"/>
  221.     </date>
  222.   </macro>
  223.   <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
  224.     <sort>
  225.       <key macro="issued"/>
  226.       <key macro="author-short"/>
  227.     </sort>
  228.     <layout prefix="(" suffix=")" delimiter="; ">
  229.       <group delimiter=" ">
  230.         <text macro="author-short"/>
  231.         <text macro="issued"/>
  232.       </group>
  233.     </layout>
  234.   </citation>
  235.   <bibliography entry-spacing="1" line-spacing="1">
  236.     <sort>
  237.       <key macro="author"/>
  238.       <key macro="issued"/>
  239.       <key variable="title"/>
  240.     </sort>
  241.     <layout>
  242.       <group delimiter=" " suffix=". ">
  243.         <text variable="citation-number" suffix=" -"/>
  244.         <text macro="author" suffix=":"/>
  245.         <text macro="title"/>
  246.       </group>
  247.       <group delimiter=" " suffix=" ">
  248.         <text macro="editor"/>
  249.         <text macro="container-title"/>
  250.         <text macro="publisher"/>
  251.         <group>
  252.           <text macro="date"/>
  253.           <text macro="journal-location"/>
  254.           <text macro="pages"/>
  255.         </group>
  256.       </group>
  257.       <text macro="report-details" suffix=". "/>
  258.       <text macro="access"/>
  259.     </layout>
  260.   </bibliography>
  261. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement