Skip to content

Commit

Permalink
Update tu-ilm.csl
Browse files Browse the repository at this point in the history
Herr Wilken hat zwei kleine Anpassungen am CSL vorgenommen.
Ich habe das ganze getestet. 
Es kann also gerne direkt auch ins Produktivsystem übernommen werden.
  • Loading branch information
philx17 authored Sep 5, 2024
1 parent 966ce66 commit 5b235a5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions common/src/main/resources/tu-ilm.csl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<category citation-format="author-title"/>
<category field="technology"/>
<summary>Zitierstil Vorstellungen der UB Ilmenau</summary>
<updated>2024-07-08T07:54:10+00:00</updated>
<updated>2024-09-04T08:57:17+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License</rights>
<link/>
</info>
Expand Down Expand Up @@ -113,6 +113,7 @@
</if>
<else>
<text variable="collection-title"/>
<text variable="volume" prefix=" ; "/>
</else>
</choose>
</group>
Expand All @@ -125,7 +126,12 @@
<group>
<text variable="publisher-place"/>
<text variable="publisher" prefix=" : "/>
<text macro="year-date" prefix=", "/>
<choose>
<if match="any" variable="publisher-place publisher">
<text value=", "/>
</if>
</choose>
<text macro="year-date"/>
</group>
<text macro="article-pages" prefix=", "/>
</macro>
Expand Down

0 comments on commit 5b235a5

Please sign in to comment.