Skip to content

Commit

Permalink
Update universitat-basel-iberoromanistik.csl (#6495)
Browse files Browse the repository at this point in the history
* Update universitat-basel-iberoromanistik.csl

https://forums.zotero.org/discussion/comment/431961/#Comment_431961

* Update universitat-basel-iberoromanistik.csl

* Update universitat-basel-iberoromanistik.csl

---------

Co-authored-by: Brenton M. Wiernik <[email protected]>
  • Loading branch information
POBrien333 and bwiernik authored Sep 11, 2024
1 parent 117372a commit f512d10
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions universitat-basel-iberoromanistik.csl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<category field="linguistics"/>
<category field="humanities"/>
<summary>Citation style as per the guidelines from the 7th edition, Oct 2018.</summary>
<updated>2023-06-26T09:54:15+00:00</updated>
<updated>2024-05-15T11:31:13+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="es">
Expand Down Expand Up @@ -45,7 +45,6 @@
<else>
<names variable="editor" delimiter=" / ">
<name name-as-sort-order="all" sort-separator=", " delimiter="/" delimiter-precedes-last="always" form="long"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</else>
</choose>
Expand Down Expand Up @@ -80,9 +79,16 @@
<else>
<group delimiter=" ">
<text variable="URL"/>
<group delimiter=": " prefix="[" suffix="]">
<text term="accessed"/>
<date form="text" variable="accessed"/>
<group delimiter=", " prefix="[" suffix="]">
<choose>
<if type="thesis" match="any">
<text variable="genre"/>
</if>
</choose>
<group delimiter=": ">
<text term="accessed"/>
<date form="text" variable="accessed"/>
</group>
</group>
</group>
</else>
Expand All @@ -93,7 +99,7 @@
<if type="chapter paper-conference" match="any">
<text variable="title" quotes="true" suffix=","/>
</if>
<else-if type="book" match="any">
<else-if type="book thesis" match="any">
<group delimiter=". " suffix=".">
<text variable="title" font-style="italic"/>
<text macro="number-of-volumes"/>
Expand All @@ -118,7 +124,11 @@
<group delimiter=", ">
<group delimiter=" ">
<group delimiter=": ">
<text variable="publisher-place"/>
<choose>
<if type="article-newspaper" match="none">
<text variable="publisher-place"/>
</if>
</choose>
<text variable="publisher"/>
</group>
<text macro="translator"/>
Expand Down Expand Up @@ -208,6 +218,9 @@
<else-if type="interview" match="any">
<text value="Interview am" text-case="capitalize-first"/>
</else-if>
<else-if type="article-newspaper" match="any">
<text variable="container-title" suffix=","/>
</else-if>
<else>
<text variable="container-title" font-style="italic" text-decoration="none"/>
</else>
Expand Down

0 comments on commit f512d10

Please sign in to comment.