Advertisement
reisi007

CSL My style

Oct 12th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.25 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="sort-only" default-locale="de-AT">
  3.   <info>
  4.     <title>FBA Style</title>
  5.     <id>http://www.zotero.org/styles/fba-style</id>
  6.     <link href="http://www.zotero.org/styles/osterreichische-zeitschrift-fur-politikwissenschaft" rel="self"/>
  7.     <link href="http://www.oezp.at/authors_e.php" rel="documentation"/>
  8.     <author>
  9.       <name>Florian Reisinger</name>
  10.     </author>
  11.     <category citation-format="author-date"/>
  12.     <category field="science"/>
  13.    
  14.     <summary>Mein Stil</summary>
  15.     <updated>2012-10-12T14:27:53+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 xml:lang="de">
  19.     <terms>
  20.       <term name="et-al">et al.</term>
  21.     </terms>
  22.   </locale>
  23.   <macro name="editor">
  24.     <names variable="editor" delimiter=", ">
  25.       <name name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="always" delimiter="; ">
  26.         <name-part name="family" font-style="italic"/>
  27.       </name>
  28.       <label form="short" prefix=" (" text-case="capitalize-first" suffix=".):" strip-periods="true"/>
  29.     </names>
  30.   </macro>
  31.   <macro name="anon">
  32.     <text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
  33.   </macro>
  34.   <macro name="author">
  35.     <names variable="author">
  36.       <name name-as-sort-order="all" sort-separator=", " delimiter-precedes-last="always" delimiter="; ">
  37.         <name-part name="family" font-style="italic"/>
  38.       </name>
  39.       <label form="short" prefix=" (" suffix=".)" text-case="capitalize-first" strip-periods="true"/>
  40.       <substitute>
  41.         <names variable="editor"/>
  42.         <text macro="anon"/>
  43.       </substitute>
  44.     </names>
  45.   </macro>
  46.   <macro name="author-short">
  47.     <names variable="author">
  48.       <name form="short" delimiter=" / " delimiter-precedes-last="always" initialize-with=". "/>
  49.       <substitute>
  50.         <names variable="editor"/>
  51.         <names variable="translator"/>
  52.         <text macro="anon"/>
  53.       </substitute>
  54.     </names>
  55.   </macro>
  56.   <macro name="access">
  57.     <choose>
  58.       <if variable="URL">
  59.         <group>
  60.           <text value="Abrufbar unter:" suffix=" "/>
  61.           <text variable="URL"/>
  62.           <group prefix=" (" suffix=")">
  63.             <text value="Letzter Zugriff:" suffix=" "/>
  64.             <date variable="accessed">
  65.               <date-part name="day" suffix="."/>
  66.               <date-part name="month" suffix="." form="numeric"/>
  67.               <date-part name="year"/>
  68.             </date>
  69.           </group>
  70.         </group>
  71.       </if>
  72.     </choose>
  73.   </macro>
  74.   <macro name="title">
  75.     <text variable="title"/>
  76.   </macro>
  77.   <macro name="publisher">
  78.     <group delimiter=": ">
  79.       <text variable="publisher-place"/>
  80.       <text variable="publisher"/>
  81.     </group>
  82.   </macro>
  83.   <macro name="year-date">
  84.     <choose>
  85.       <if variable="issued">
  86.         <date variable="issued">
  87.           <date-part name="year" prefix="("/>
  88.         </date>
  89.          <text value=")"  />
  90.       </if>
  91.       <else-if variable="accessed">
  92.           <date variable="accessed">
  93.             <date-part name="day" suffix="." prefix="("/>
  94.             <date-part name="month" suffix="." form="numeric"/>
  95.             <date-part name="year" />
  96.           </date>
  97.            <text value=")"  />
  98.        </else-if>
  99.         <else>
  100.           <text term="no date" form="short"/>
  101.       </else>
  102.      
  103.      
  104.     </choose>
  105.   </macro>
  106.   <macro name="edition">
  107.     <choose>
  108.       <if is-numeric="edition">
  109.         <group delimiter=" ">
  110.           <number variable="edition" form="ordinal"/>
  111.           <text term="edition" form="short" suffix="." strip-periods="true"/>
  112.         </group>
  113.       </if>
  114.       <else>
  115.         <text variable="edition" suffix="."/>
  116.       </else>
  117.     </choose>
  118.   </macro>
  119.   <macro name="pages">
  120.     <text variable="page"/>
  121.   </macro>
  122.   <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true">
  123.     <layout prefix="(" suffix=")" delimiter="; ">
  124.       <choose>
  125.         <if position="ibid-with-locator">
  126.           <group delimiter=", ">
  127.             <text term="ibid"/>
  128.             <text variable="locator"/>
  129.           </group>
  130.         </if>
  131.         <else-if position="ibid">
  132.           <text term="ibid"/>
  133.         </else-if>
  134.         <else>
  135.           <group delimiter=", ">
  136.             <group delimiter=" ">
  137.               <text macro="author-short"/>
  138.               <text macro="year-date"/>
  139.             </group>
  140.             <group>
  141.               <text variable="locator"/>
  142.             </group>
  143.           </group>
  144.         </else>
  145.       </choose>
  146.     </layout>
  147.   </citation>
  148.   <bibliography hanging-indent="true" et-al-min="3" et-al-use-first="3" entry-spacing="0" line-spacing="1">
  149.     <sort>
  150.       <key macro="author"/>
  151.       <key variable="title"/>
  152.     </sort>
  153.     <layout>
  154.       <text macro="author"/>
  155.       <date variable="issued" prefix=" (" suffix=").">
  156.         <date-part name="year"/>
  157.       </date>
  158.       <choose>
  159.         <if type="bill book graphic legal_case legislation motion_picture report song" match="any">
  160.           <group prefix=" " delimiter=" " suffix=".">
  161.             <group delimiter=", ">
  162.               <text macro="title"/>
  163.               <text variable="genre"/>
  164.             </group>
  165.             <text macro="edition"/>
  166.             <text macro="editor"/>
  167.           </group>
  168.           <text prefix=" " macro="publisher"/>
  169.         </if>
  170.         <else-if type="chapter paper-conference" match="any">
  171.           <text macro="title" prefix=" " suffix="."/>
  172.           <group prefix=" " delimiter=" ">
  173.             <text term="in" text-case="lowercase" suffix=":"/>
  174.             <text macro="editor"/>
  175.             <text variable="container-title" suffix=","/>
  176.             <text variable="collection-title" suffix="."/>
  177.             <text variable="event" suffix="."/>
  178.             <group suffix="" delimiter=", ">
  179.               <text macro="publisher" prefix=""/>
  180.               <text macro="pages"/>
  181.             </group>
  182.           </group>
  183.         </else-if>
  184.         <else-if type="thesis">
  185.           <group prefix=" " suffix="." delimiter=". ">
  186.             <text macro="title"/>
  187.             <text variable="genre"/>
  188.             <text macro="publisher"/>
  189.           </group>
  190.         </else-if>
  191.         <else>
  192.           <group suffix=".">
  193.             <text macro="title" prefix=" "/>
  194.             <text macro="editor" prefix=" "/>
  195.           </group>
  196.           <group prefix=" " suffix="">
  197.             <text term="in" text-case="lowercase" suffix=": "/>
  198.             <text variable="container-title" font-style="italic"/>
  199.             <group prefix=", ">
  200.               <text variable="volume" prefix="Vol. "/>
  201.               <text variable="issue" prefix="(" suffix=")"/>
  202.             </group>
  203.             <group prefix=" (S" suffix=")">
  204.               <text variable="page"/>
  205.             </group>
  206.           </group>
  207.         </else>
  208.       </choose>
  209.       <text prefix=" " macro="access"/>
  210.     </layout>
  211.   </bibliography>
  212. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement