Skip to content

Commit 094a1af

Browse files
authored
Create forschungsjournal-soziale-bewegungen-fjsb.csl (#5699)
Official citation style of the German academic journal "Forschungsjournal Soziale Bewegungen - FJSB" (http://forschungsjournal.de/)
1 parent cb91566 commit 094a1af

File tree

1 file changed

+178
-0
lines changed

1 file changed

+178
-0
lines changed
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
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="never" default-locale="de-DE">
3+
<info>
4+
<title>Forschungsjournal Soziale Bewegungen FJSB(German)</title>
5+
<title-short>FJSB (German)</title-short>
6+
<id>http://www.zotero.org/styles/forschungsjournal-soziale-bewegungen-fjsb</id>
7+
<link href="http://www.zotero.org/styles/forschungsjournal-soziale-bewegungen-fjsb" rel="self"/>
8+
<link href="http://www.zotero.org/styles/technische-universitat-dresden-linguistik" rel="template"/>
9+
<link href="https://github.com/citation-style-language/styles/files/7492338/8_FJSB.Formatstandards_fur.AutorInnen_08.2019_final.pdf" rel="documentation"/>
10+
<author>
11+
<email>jannis.grimm@fu-berlin.de</email>
12+
<name>Jannis Julien Grimm</name>
13+
</author>
14+
<category citation-format="author-date"/>
15+
<category field="social_science"/>
16+
<category field="political_science"/>
17+
<issn>2365-9890</issn>
18+
<summary>FJSB citation style, based on Technische Universität Dresden - Linguistik (Deutsch) http://www.zotero.org/styles/technische-universitat-dresden-linguistik, by Simon Meier-Vieracker, simon.meier-vieracker@tu-dresden.de, https://tu-dresden.de/gsw/slk/germanistik/al</summary>
19+
<updated>2021-11-07T14:41:50+00:00</updated>
20+
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
21+
</info>
22+
<locale xml:lang="de">
23+
<terms>
24+
<term name="et-al">et al.</term>
25+
<term name="editor" form="short">Hg.</term>
26+
<term name="online">Online unter</term>
27+
</terms>
28+
</locale>
29+
<macro name="creator-year-long">
30+
<choose>
31+
<if match="none" variable="author editor">
32+
<text value="o. A." suffix=" "/>
33+
</if>
34+
</choose>
35+
<group delimiter=" ">
36+
<names variable="author" font-style="italic">
37+
<name delimiter="/" name-as-sort-order="all"/>
38+
<label form="short" prefix=" (" suffix=")"/>
39+
<substitute>
40+
<names variable="editor"/>
41+
</substitute>
42+
</names>
43+
<date date-parts="year" form="text" variable="issued"/>
44+
</group>
45+
</macro>
46+
<macro name="editor-container-title">
47+
<group delimiter=": ">
48+
<text term="in" text-case="capitalize-first"/>
49+
<group delimiter=": " suffix=".">
50+
<names variable="editor">
51+
<name delimiter="/" name-as-sort-order="all"/>
52+
<label form="short" prefix=" (" suffix=")"/>
53+
</names>
54+
<text variable="container-title"/>
55+
</group>
56+
</group>
57+
</macro>
58+
<macro name="publication-place-publisher">
59+
<group delimiter=": ">
60+
<text variable="publisher-place"/>
61+
<text variable="publisher"/>
62+
</group>
63+
</macro>
64+
<macro name="creator-year-short">
65+
<choose>
66+
<if match="none" variable="author editor">
67+
<text value="o. A." suffix=" "/>
68+
</if>
69+
</choose>
70+
<group delimiter=" ">
71+
<text macro="creator-short"/>
72+
<date date-parts="year" form="text" variable="issued"/>
73+
</group>
74+
</macro>
75+
<macro name="edition">
76+
<choose>
77+
<if match="any" is-numeric="edition">
78+
<group delimiter=" ">
79+
<number variable="edition" form="ordinal"/>
80+
<text term="edition" form="short"/>
81+
</group>
82+
</if>
83+
<else>
84+
<text variable="edition"/>
85+
</else>
86+
</choose>
87+
</macro>
88+
<macro name="collection-title-number">
89+
<group delimiter=" " prefix="(= " suffix=")">
90+
<text variable="collection-title"/>
91+
<text variable="collection-number"/>
92+
</group>
93+
</macro>
94+
<macro name="page-range">
95+
<text variable="page" form="short"/>
96+
</macro>
97+
<macro name="online-url">
98+
<group delimiter=": ">
99+
<text variable="URL" text-case="lowercase"/>
100+
</group>
101+
</macro>
102+
<macro name="container-title-volume">
103+
<text variable="container-title"/>
104+
<text variable="volume" prefix=" "/>
105+
<text variable="issue" prefix="(" suffix=")"/>
106+
</macro>
107+
<macro name="creator-short">
108+
<names variable="author">
109+
<name form="short" delimiter="/"/>
110+
<substitute>
111+
<names variable="editor"/>
112+
</substitute>
113+
</names>
114+
</macro>
115+
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
116+
<layout delimiter="; " prefix="(" suffix=")">
117+
<group delimiter=", ">
118+
<text macro="creator-year-short"/>
119+
</group>
120+
</layout>
121+
</citation>
122+
<bibliography et-al-min="9" et-al-use-first="1" entry-spacing="0" hanging-indent="true">
123+
<sort>
124+
<key macro="creator-short"/>
125+
<key macro="creator-year-short"/>
126+
</sort>
127+
<layout>
128+
<group delimiter=". " suffix=".">
129+
<group delimiter=": ">
130+
<text macro="creator-year-long"/>
131+
<text variable="title"/>
132+
</group>
133+
<choose>
134+
<if type="book" match="any">
135+
<group delimiter=". ">
136+
<text macro="edition"/>
137+
<text macro="publication-place-publisher"/>
138+
<text macro="collection-title-number"/>
139+
</group>
140+
</if>
141+
<else-if type="article-journal article-magazine article-newspaper" match="any">
142+
<group delimiter=", ">
143+
<group delimiter=": ">
144+
<text term="in" text-case="capitalize-first"/>
145+
<text macro="container-title-volume"/>
146+
</group>
147+
<text macro="page-range"/>
148+
</group>
149+
</else-if>
150+
<else-if type="chapter" match="any">
151+
<group delimiter=", ">
152+
<group delimiter=". ">
153+
<text macro="editor-container-title"/>
154+
<text macro="edition"/>
155+
<text macro="publication-place-publisher"/>
156+
<text macro="collection-title-number"/>
157+
</group>
158+
<text macro="page-range"/>
159+
</group>
160+
</else-if>
161+
<else>
162+
<group delimiter=". ">
163+
<choose>
164+
<if match="any" variable="container-title">
165+
<text macro="editor-container-title"/>
166+
</if>
167+
</choose>
168+
<text macro="publication-place-publisher"/>
169+
<text macro="page-range"/>
170+
<text macro="collection-title-number"/>
171+
<text macro="online-url"/>
172+
</group>
173+
</else>
174+
</choose>
175+
</group>
176+
</layout>
177+
</bibliography>
178+
</style>

0 commit comments

Comments
 (0)