Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update archaeologia-austriaca.csl (#4236)

  • Loading branch information
POBrien333 authored and rmzelle committed Aug 6, 2019
1 parent e46dd38 commit eda48709f4e842f5e0830770830743c13a448492
Showing with 16 additions and 24 deletions.
  1. +16 −24 archaeologia-austriaca.csl
@@ -16,12 +16,13 @@
<category field="history"/>
<issn>0003-8008</issn>
<eissn>1816-2959</eissn>
<updated>2019-07-25T15:45:47+00:00</updated>
<updated>2019-08-05T08:19:29+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
<terms>
<term name="accessed">letzter Zugriff</term>
<term name="et-al">et al.</term>
</terms>
</locale>
<macro name="author">
@@ -63,7 +64,7 @@
</names>
</macro>
<macro name="collection">
<group prefix=" (" suffix=")" delimiter=", ">
<group delimiter=" " prefix=" (" suffix=")">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
@@ -79,20 +80,7 @@
</choose>
</macro>
<macro name="title">
<choose>
<if type="book" match="any">
<text variable="title" font-style="italic"/>
</if>
<else-if type="webpage" match="any">
<text variable="title"/>
</else-if>
<else-if variable="container-title" match="none">
<text variable="title" font-style="italic"/>
</else-if>
<else>
<text variable="title"/>
</else>
</choose>
<text variable="title"/>
</macro>
<macro name="publisher">
<text variable="publisher-place"/>
@@ -133,7 +121,7 @@
</if>
</choose>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<citation et-al-min="4" et-al-use-first="3" disambiguate-add-year-suffix="true" collapse="year">
<layout delimiter=" &#8211; ">
<group delimiter=", ">
<group>
@@ -156,7 +144,9 @@
<choose>
<if variable="author">
<names variable="author">
<name et-al-min="4" et-al-use-first="1" initialize-with=". "/>
<name et-al-min="4" et-al-use-first="1" initialize-with=". ">
<name-part name="family" font-variant="small-caps"/>
</name>
<et-al font-style="italic"/>
</names>
</if>
@@ -176,9 +166,9 @@
<choose>
<if type="thesis">
<group delimiter=", ">
<text macro="title" font-style="italic"/>
<text macro="title"/>
<text variable="genre"/>
<text variable="publisher" prefix="soutenue à l'"/>
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</if>
@@ -224,7 +214,7 @@
<text macro="title"/>
<text macro="edition" prefix=", "/>
<text macro="publisher" prefix=", "/>
<text macro="year-date" prefix=", "/>
<text macro="year-date" prefix=" "/>
<text macro="collection"/>
</group>
</else-if>
@@ -255,12 +245,14 @@
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text variable="container-title" font-style="italic"/>
<text variable="container-title"/>
</group>
<text macro="collection" prefix=" "/>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="year-date"/>
<group delimiter=" ">
<text macro="publisher"/>
<text macro="year-date"/>
</group>
<text macro="pages"/>
</group>
</group>

0 comments on commit eda4870

Please sign in to comment.
You can’t perform that action at this time.