Guest User

Untitled

a guest
Jul 21st, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <style class="in-text" version="1.0" and="symbol" demote-non-dropping-particle="never" default-locale="sv-SE" xmlns="http://purl.org/net/xbiblio/csl">
  3.   <info>
  4.     <title>Institutionen för biologisk grundutbildning, Uppsala, svenska</title>
  5.     <title-short>IBG Uppsala, SE</title-short>
  6.     <id>http://www.zotero.org/styles/institutionen-for-biologisk-grundutbildning-uppsala-svenska</id>
  7.     <link href="http://www.zotero.org/styles/institutionen-for-biologisk-grundutbildning-uppsala-svenska" rel="self"/>
  8.     <author>
  9.       <name>Per Enström</name>
  10.       <email>[email protected]</email>
  11.     </author>
  12.     <category citation-format="author-date"/>
  13.     <category field="generic-base"/>
  14.     <summary>Style for Swedish texts done ta the Biology Education Centre at Uppsala University, Sweden.</summary>
  15.     <updated>2015-07-21T13:59:29+00:00</updated>
  16.     <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  17.   </info>
  18.   <locale>
  19.     <terms>
  20.       <term name="et-al">et al.</term>
  21.       <term name="ordinal">:e</term>
  22.       <term name="ordinal-01">:a</term>
  23.       <term name="ordinal-02">:a</term>
  24.       <term name="ordinal-11">:e</term>
  25.       <term name="ordinal-12">:e</term>
  26.     </terms>
  27.   </locale>
  28.   <macro name="author-short">
  29.     <names variable="author">
  30.       <name form="short"/>
  31.       <et-al prefix="ljhg" suffix=".6854684" font-style="italic" text-decoration="none"/>
  32.       <substitute>
  33.         <names variable="editor"/>
  34.         <names variable="translator"/>
  35.       </substitute>
  36.     </names>
  37.   </macro>
  38.   <macro name="author">
  39.     <names variable="author">
  40.       <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  41.       <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
  42.       <substitute>
  43.         <names variable="editor"/>
  44.         <names variable="translator"/>
  45.       </substitute>
  46.     </names>
  47.   </macro>
  48.   <macro name="editor">
  49.     <text term="in" text-case="capitalize-first" suffix=": "/>
  50.     <names variable="editor">
  51.       <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
  52.       <label form="short" strip-periods="true" prefix=" (" suffix=")"/>
  53.     </names>
  54.   </macro>
  55.   <macro name="edition">
  56.     <choose>
  57.       <if is-numeric="edition">
  58.         <group delimiter=" ">
  59.           <number variable="edition" form="ordinal"/>
  60.           <text term="edition" form="short"/>
  61.         </group>
  62.       </if>
  63.       <else>
  64.         <text variable="edition"/>
  65.       </else>
  66.     </choose>
  67.   </macro>
  68.   <macro name="year">
  69.     <date variable="issued">
  70.       <date-part name="year"/>
  71.     </date>
  72.   </macro>
  73.   <macro name="title">
  74.     <choose>
  75.       <if type="book">
  76.         <group delimiter=", " suffix=". ">
  77.           <text variable="title"/>
  78.           <text macro="edition"/>
  79.         </group>
  80.       </if>
  81.       <else>
  82.         <text variable="title" suffix=". "/>
  83.       </else>
  84.     </choose>
  85.   </macro>
  86.   <macro name="year-dot">
  87.     <date variable="issued" suffix=".">
  88.       <date-part name="year"/>
  89.     </date>
  90.   </macro>
  91.   <macro name="citation-locator">
  92.     <group delimiter=" ">
  93.       <label suffix="." variable="locator" form="short"/>
  94.       <text variable="locator"/>
  95.     </group>
  96.   </macro>
  97.   <citation and="symbol" et-al-min="3" et-al-use-first="1" name-as-sort-order="first" sort-separator=" " disambiguate-add-givenname="true" disambiguate-add-year-suffix="true" givenname-disambiguation-rule="primary-name-with-initials">
  98.     <sort>
  99.       <key variable="issued"/>
  100.       <key macro="author"/>
  101.     </sort>
  102.     <layout delimiter=", " prefix="(" suffix=")">
  103.       <group font-style="normal" delimiter=" ">
  104.         <text macro="author-short"/>
  105.         <text macro="year"/>
  106.         <text macro="citation-locator"/>
  107.       </group>
  108.     </layout>
  109.   </citation>
  110.   <bibliography hanging-indent="true">
  111.     <sort>
  112.       <key macro="author"/>
  113.       <key variable="author" sort="ascending"/>
  114.     </sort>
  115.     <layout>
  116.       <group delimiter=" ">
  117.         <text macro="author" suffix="."/>
  118.         <text macro="year-dot"/>
  119.         <text macro="title"/>
  120.       </group>
  121.       <choose>
  122.         <if variable="page">
  123.           <choose>
  124.             <if type="chapter paper-conference" match="any">
  125.               <text macro="editor"/>
  126.               <group prefix=" " delimiter=", " suffix=". ">
  127.                 <text variable="container-title" form="short"/>
  128.                 <text macro="edition"/>
  129.               </group>
  130.               <text variable="publisher" suffix=", "/>
  131.               <text variable="publisher-place" suffix=", "/>
  132.               <group delimiter=" ">
  133.                 <label variable="page" form="short" strip-periods="true"/>
  134.                 <text variable="page"/>
  135.               </group>
  136.             </if>
  137.             <else>
  138.               <group>
  139.                 <text variable="container-title" suffix=" " form="short" strip-periods="true"/>
  140.                 <text variable="volume" suffix=":"/>
  141.                 <text variable="page" suffix="."/>
  142.                 <text prefix=" doi: " variable="DOI"/>
  143.               </group>
  144.             </else>
  145.           </choose>
  146.         </if>
  147.         <else-if variable="DOI">
  148.           <group delimiter=". ">
  149.             <text variable="container-title" form="short" strip-periods="true"/>
  150.             <text prefix="doi: " variable="DOI"/>
  151.           </group>
  152.         </else-if>
  153.         <else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  154.           <group delimiter=", ">
  155.             <text variable="publisher"/>
  156.             <text variable="publisher-place"/>
  157.           </group>
  158.         </else-if>
  159.         <else-if type="webpage post-weblog" match="any">
  160.           <group>
  161.             <text prefix="In: " variable="container-title" suffix=". " form="short"/>
  162.             <text variable="URL" suffix=". "/>
  163.             <date variable="accessed">
  164.               <date-part prefix="Accessed " name="day" suffix=" "/>
  165.               <date-part name="month" form="short" suffix=" " strip-periods="true"/>
  166.               <date-part name="year"/>
  167.             </date>
  168.           </group>
  169.         </else-if>
  170.         <else-if type="thesis">
  171.           <group delimiter=", ">
  172.             <text variable="genre"/>
  173.             <text variable="publisher"/>
  174.           </group>
  175.         </else-if>
  176.         <else>
  177.           <group>
  178.             <text variable="container-title" form="short" suffix=" "/>
  179.             <text variable="volume" suffix=":"/>
  180.             <text variable="page" suffix="."/>
  181.           </group>
  182.         </else>
  183.       </choose>
  184.     </layout>
  185.   </bibliography>
  186. </style>
Advertisement
Add Comment
Please, Sign In to add comment