Skip to content

Commit 7059cca

Browse files
authored
Create tu-dortmund-agvm.csl (#5088)
1 parent c321c98 commit 7059cca

File tree

1 file changed

+141
-0
lines changed

1 file changed

+141
-0
lines changed
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
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-DE">
3+
<info>
4+
<title>Technische Universität Dortmund - AG Virtual Machining (German)</title>
5+
<title-short>TU-Dortmund AGVM</title-short>
6+
<id>http://www.zotero.org/styles/technische-universitat-dortmund-ag-virtual-machining</id>
7+
<link href="http://www.zotero.org/styles/technische-universitat-dortmund-ag-virtual-machining" rel="self"/>
8+
<link href="https://ls14-www.cs.tu-dortmund.de/" rel="documentation"/>
9+
<author>
10+
<name>Nils Potthoff</name>
11+
<email>[email protected]</email>
12+
</author>
13+
<category citation-format="author-date"/>
14+
<category field="engineering"/>
15+
<summary>Individual style TU Dortmund AGVM</summary>
16+
<updated>2020-10-28T00:36:11+00:00</updated>
17+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
18+
</info>
19+
<locale xml:lang="de">
20+
<terms>
21+
<term name="presented at">Gehalten auf</term>
22+
</terms>
23+
</locale>
24+
<macro name="authors">
25+
<names variable="author">
26+
<name and="text" delimiter-precedes-last="never" initialize-with="." sort-separator=","/>
27+
<label form="short" text-case="capitalize-first" prefix=", "/>
28+
</names>
29+
</macro>
30+
<macro name="title">
31+
<text variable="title" font-style="normal" font-weight="bold"/>
32+
</macro>
33+
<macro name="container-title">
34+
<text variable="container-title" font-style="normal"/>
35+
</macro>
36+
<macro name="collection-title">
37+
<text variable="collection-title"/>
38+
<text variable="collection-number" prefix=" "/>
39+
</macro>
40+
<macro name="volume">
41+
<text variable="volume" prefix=" "/>
42+
</macro>
43+
<macro name="date">
44+
<date variable="issued">
45+
<date-part name="year" prefix="(" suffix=")"/>
46+
</date>
47+
</macro>
48+
<macro name="issue">
49+
<choose>
50+
<if type="article-journal article-newspaper article-magazine" match="any">
51+
<text variable="issue" prefix=" "/>
52+
</if>
53+
<else-if type="chapter bill book graphic legal_case legislation motion_picture report song" match="any">
54+
<text variable="event-place" prefix=", "/>
55+
<text macro="editor" prefix=", "/>
56+
<text macro="publisher" prefix=", "/>
57+
</else-if>
58+
<else>
59+
<group prefix=". " delimiter=", ">
60+
<choose>
61+
<if type="thesis">
62+
<text variable="genre" text-case="capitalize-first"/>
63+
</if>
64+
</choose>
65+
</group>
66+
</else>
67+
</choose>
68+
</macro>
69+
<macro name="pages">
70+
<text variable="page" prefix=": "/>
71+
</macro>
72+
<macro name="access">
73+
<group>
74+
<choose>
75+
<if variable="ISBN" type="book chapter" match="none">
76+
<text variable="DOI" prefix="DOI: "/>
77+
</if>
78+
<else-if variable="ISBN" match="any">
79+
<text variable="ISBN" prefix="ISBN "/>
80+
</else-if>
81+
</choose>
82+
</group>
83+
</macro>
84+
<macro name="sort-date">
85+
<date variable="issued">
86+
<date-part name="year"/>
87+
<date-part name="month"/>
88+
<date-part name="day"/>
89+
</date>
90+
</macro>
91+
<macro name="editor">
92+
<names variable="editor">
93+
<name delimiter-precedes-last="never" initialize-with="." sort-separator=","/>
94+
<label form="short" prefix=" (" suffix=")"/>
95+
</names>
96+
</macro>
97+
<macro name="point-locators">
98+
<choose>
99+
<if variable="locator">
100+
<choose>
101+
<if locator="page" match="none">
102+
<label variable="locator" form="short" suffix=" "/>
103+
</if>
104+
</choose>
105+
<text variable="locator"/>
106+
</if>
107+
</choose>
108+
</macro>
109+
<macro name="publisher">
110+
<group delimiter=" ">
111+
<text variable="publisher"/>
112+
</group>
113+
</macro>
114+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" after-collapse-delimiter="; ">
115+
<layout prefix="(" suffix=")" delimiter="; ">
116+
<group delimiter=", ">
117+
<group delimiter=" ">
118+
<text macro="authors"/>
119+
<text macro="date"/>
120+
</group>
121+
<text macro="point-locators"/>
122+
</group>
123+
</layout>
124+
</citation>
125+
<bibliography hanging-indent="false" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="---" entry-spacing="0">
126+
<sort>
127+
<key macro="sort-date" sort="descending"/>
128+
</sort>
129+
<layout>
130+
<text macro="title" font-weight="bold" display="block"/>
131+
<text macro="authors" display="block"/>
132+
<text macro="container-title"/>
133+
<text macro="collection-title"/>
134+
<text macro="volume" prefix=" "/>
135+
<text macro="date" prefix=" "/>
136+
<text macro="issue"/>
137+
<text macro="pages"/>
138+
<text macro="access" display="block"/>
139+
</layout>
140+
</bibliography>
141+
</style>

0 commit comments

Comments
 (0)