Skip to content

Commit

Permalink
Finale Änderung tu-ilm.csl
Browse files Browse the repository at this point in the history
Letzte Anpassung des CSL Styles. Vorbereitung für die Produktivsetzung
  • Loading branch information
philx17 authored Jul 8, 2024
1 parent 532c6a6 commit ab4df7f
Showing 1 changed file with 140 additions and 65 deletions.
205 changes: 140 additions & 65 deletions common/src/main/resources/tu-ilm.csl
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" names-delimiter="" demote-non-dropping-particle="sort-only">
<style class="in-text" version="1.0" et-al-use-last="true" names-delimiter="" demote-non-dropping-particle="sort-only" xmlns="http://purl.org/net/xbiblio/csl">
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Technische Universität Ilmenau - Universitätsbibliographie (author-date)</title>
<title-short>UB Ilmenau (author-title)</title-short>
<id>http://www.zotero.org/styles/technische-universitat-ilmenau-universitatsbibliographie</id>
<link rel="self" href="http://www.zotero.org/styles/technische-universitat-ilmenau-universitatsbibliographie"/>
<author>
<name>UB Ilmenau</name>
<uri>http://www.tu-ilmenau.de/ub</uri>
<uri>https://www.tu-ilmenau.de/ub</uri>
</author>
<author>
<name>Philipp Sterzing</name>
<email>philipp.sterzing@tu-ilmenau.de</email>
<name>Johannes Wilken</name>
<uri>https://www.tu-ilmenau.de/ub</uri>
</author>
<contributor>
<name>Johannes Wilken</name>
<uri>http://www.tu-ilmenau.de/ub</uri>
<name>Philipp Sterzing</name>
<email>philipp.sterzing@tu-ilmenau.de</email>
</contributor>
<contributor>
<name>Silvio Hermann</name>
Expand All @@ -24,7 +25,7 @@
<category citation-format="author-title"/>
<category field="technology"/>
<summary>Zitierstil Vorstellungen der UB Ilmenau</summary>
<updated>2024-03-21T13:46:25+00:00</updated>
<updated>2024-07-08T07:54:10+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 All @@ -43,7 +44,8 @@
</locale>
<locale xml:lang="en">
<terms>
<term name="et-al"> [et al.]</term>
<term name="anonymous" form="short">anon.</term>
<term name="et-al"> [et al.]</term>
<term name="issue">number</term>
<term name="issue" form="short">no.</term>
<term name="number">article</term>
Expand Down Expand Up @@ -79,7 +81,7 @@
<macro name="access">
<choose>
<if variable="DOI">
<group display="block">
<group>
<text value="DOI: "/>
<text variable="DOI" prefix="https://doi.org/"/>
</group>
Expand All @@ -88,8 +90,8 @@
<date form="numeric" variable="accessed"/>
</group>
</if>
<else-if type="article article-journal thesis" match="any">
<group display="block">
<else-if match="any" variable="URL">
<group>
<text value="URL: "/>
<text variable="URL"/>
</group>
Expand All @@ -104,27 +106,28 @@
</macro>
<macro name="collection">
<group display="block" prefix="(" suffix=")">
<text variable="collection-title"/>
<text variable="volume" prefix=" ; "/>
<choose>
<if match="any" variable="container-title">
<text variable="container-title"/>
<text variable="volume" prefix=" ; "/>
</if>
<else>
<text variable="collection-title"/>
</else>
</choose>
</group>
</macro>
<macro name="title">
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song thesis" match="any">
<text variable="title" font-weight="bold"/>
</if>
<else>
<text variable="title" font-weight="bold"/>
</else>
</choose>
<text variable="title" font-weight="bold" display="block"/>
<text variable="citation-key" form="short" text-case="lowercase" display="block" prefix="#!" suffix="!#"/>
</macro>
<macro name="publisher">
<group>
<text variable="publisher-place"/>
<text variable="publisher" prefix=" : "/>
<text macro="year-date" prefix=", "/>
</group>
<text macro="pages"/>
<text macro="article-pages" prefix=", "/>
</macro>
<macro name="year-date">
<choose>
Expand All @@ -147,12 +150,12 @@
</group>
</if>
<else>
<text variable="edition" suffix="."/>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="pages">
<group prefix=", ">
<group>
<label suffix=" " variable="page" form="short"/>
<text variable="page"/>
</group>
Expand Down Expand Up @@ -247,6 +250,41 @@
</if>
</choose>
</macro>
<macro name="article">
<group>
<text term="number" form="short" suffix=" "/>
<text variable="number"/>
</group>
</macro>
<macro name="article-pages">
<choose>
<if match="any" variable="number">
<text macro="article"/>
</if>
<else>
<text macro="pages"/>
</else>
</choose>
</macro>
<macro name="volume-issue">
<choose>
<if match="any" variable="volume">
<group delimiter=" ">
<text term="volume" form="short"/>
<text variable="volume" form="short" suffix=" "/>
</group>
</if>
</choose>
<text macro="year-date" prefix="(" suffix=")"/>
<choose>
<if match="any" variable="issue">
<group delimiter=" " prefix=", ">
<text term="issue" form="short"/>
<text variable="issue"/>
</group>
</if>
</choose>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true" disambiguate-add-year-suffix="true">
<layout delimiter="; " prefix=" (" suffix=")">
<choose>
Expand Down Expand Up @@ -277,13 +315,20 @@
</citation>
<bibliography delimiter-precedes-et-al="never" et-al-min="4" et-al-use-first="3" hanging-indent="true">
<sort>
<key variable="issued"/>
<key variable="container-title"/>
<key variable="volume"/>
<key macro="author"/>
<key variable="title"/>
<key variable="issued"/>
</sort>
<layout>
<group display="block" delimiter=" " suffix=": ">
<text macro="author"/>
<choose>
<if type="periodical" match="any"/>
<else>
<text macro="author"/>
</else>
</choose>
<choose>
<if type="webpage" match="any">
<group delimiter=" ">
Expand All @@ -293,86 +338,116 @@
</choose>
</group>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<if type="bill book graphic legal_case legislation motion_picture report song dataset" match="any">
<group display="block">
<text macro="title"/>
<text macro="editor"/>
</group>
<group display="block">
<text macro="edition" display="block" suffix=", "/>
<text macro="publisher" prefix=" "/>
<text macro="edition" suffix=". - "/>
<text macro="publisher"/>
<text variable="ISBN" prefix=". - ISBN "/>
</group>
<text macro="collection"/>
<group display="block" prefix=" ">
<text macro="event-title"/>
</group>
</if>
<else-if type="chapter paper-conference entry-dictionary entry-encyclopedia article" match="any">
<group prefix=" ">
<text macro="title" prefix=" "/>
<else-if type="thesis">
<group display="block" delimiter=". - " prefix=" ">
<text macro="title"/>
<text variable="genre"/>
</group>
<group display="block" prefix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<text variable="container-title" font-style="italic" suffix=". - "/>
<group display="block">
<text macro="publisher"/>
<text variable="ISBN" prefix=". - ISBN "/>
</group>
</else-if>
<else-if type="chapter entry-dictionary post entry-encyclopedia" match="any">
<group display="block" prefix=" ">
<text macro="event-title"/>
<text macro="title" prefix=" "/>
</group>
<group display="block" prefix=" ">
<text macro="collection"/>
<text term="in" text-case="capitalize-first" suffix=": "/>
<text variable="container-title" font-style="italic"/>
<text macro="publisher" prefix=". - "/>
</group>
<group display="block" prefix=" ">
<text macro="event-title"/>
</group>
</else-if>
<else-if type="thesis">
<group display="block" delimiter=". - " prefix=" ">
<else-if type="article paper-conference speech" match="any">
<group display="block">
<text macro="title"/>
<text variable="genre"/>
</group>
<group display="block">
<text macro="publisher"/>
<choose>
<if match="any" variable="container-title">
<group prefix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<text variable="container-title" font-style="italic"/>
<choose>
<if match="any" variable="ISBN">
<text variable="ISBN" prefix=" (ISBN " suffix=")"/>
<text macro="year-date" prefix=", (" suffix=")"/>
</if>
<else>
<text macro="volume-issue" prefix=", "/>
</else>
</choose>
<text macro="article-pages" prefix=", "/>
</group>
</if>
<else>
<text macro="publisher"/>
<group>
<text value="ISSN " prefix=". - "/>
<text variable="ISSN"/>
</group>
</else>
</choose>
</group>
<group display="block" prefix=" ">
<text macro="event-title"/>
</group>
</else-if>
<else-if type="webpage" match="any">
<group delimiter=". ">
<else-if type="patent" match="any">
<group display="block">
<text macro="title"/>
</group>
<group display="block">
<text value="- Patentschrift -"/>
</group>
<group display="block">
<text macro="publisher"/>
</group>
</else-if>
<else>
<group display="block">
<text macro="title" prefix=" "/>
<text macro="editor" prefix=" "/>
<text macro="title"/>
</group>
<group display="block">
<text term="in" text-case="sentence" font-style="normal" suffix=": "/>
<text term="in" text-case="capitalize-first" font-style="normal" suffix=": "/>
<choose>
<if type="interview article-newspaper" match="any">
<if type="article-newspaper" match="any">
<text variable="medium" suffix=" "/>
<date form="numeric" variable="issued"/>
</if>
<else>
<text variable="container-title" font-style="italic" suffix=" "/>
<group display="indent">
<group delimiter=" " prefix=" ">
<text term="volume" form="short"/>
<text variable="volume" form="short"/>
<text macro="year-date" prefix="(" suffix=")"/>
</group>
<group delimiter=" " prefix=" ">
<text term="issue" form="short"/>
<text variable="issue"/>
</group>
</group>
<text variable="container-title" font-style="italic"/>
<text macro="volume-issue" prefix=", "/>
</else>
</choose>
<group prefix=", ">
<text term="number" form="short"/>
<text variable="number"/>
</group>
<group>
<text macro="pages"/>
<text macro="article-pages"/>
</group>
</group>
</else>
</choose>
<choose>
<if type="book thesis motion_picture report" match="any">
<text macro="collection"/>
</if>
</choose>
<group display="block" prefix=" ">
<text macro="access"/>
</group>
Expand Down

0 comments on commit ab4df7f

Please sign in to comment.