Skip to content

Commit

Permalink
Create forschungsjournal-soziale-bewegungen-fjsb.csl (#5699)
Browse files Browse the repository at this point in the history
Official citation style of the German academic journal "Forschungsjournal Soziale Bewegungen - FJSB" (http://forschungsjournal.de/)
  • Loading branch information
jannisjulien committed Nov 12, 2021
1 parent cb91566 commit 094a1af
Showing 1 changed file with 178 additions and 0 deletions.
178 changes: 178 additions & 0 deletions forschungsjournal-soziale-bewegungen-fjsb.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,178 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="de-DE">
<info>
<title>Forschungsjournal Soziale Bewegungen FJSB(German)</title>
<title-short>FJSB (German)</title-short>
<id>http://www.zotero.org/styles/forschungsjournal-soziale-bewegungen-fjsb</id>
<link href="http://www.zotero.org/styles/forschungsjournal-soziale-bewegungen-fjsb" rel="self"/>
<link href="http://www.zotero.org/styles/technische-universitat-dresden-linguistik" rel="template"/>
<link href="https://github.com/citation-style-language/styles/files/7492338/8_FJSB.Formatstandards_fur.AutorInnen_08.2019_final.pdf" rel="documentation"/>
<author>
<email>jannis.grimm@fu-berlin.de</email>
<name>Jannis Julien Grimm</name>
</author>
<category citation-format="author-date"/>
<category field="social_science"/>
<category field="political_science"/>
<issn>2365-9890</issn>
<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>
<updated>2021-11-07T14:41:50+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="de">
<terms>
<term name="et-al">et al.</term>
<term name="editor" form="short">Hg.</term>
<term name="online">Online unter</term>
</terms>
</locale>
<macro name="creator-year-long">
<choose>
<if match="none" variable="author editor">
<text value="o. A." suffix=" "/>
</if>
</choose>
<group delimiter=" ">
<names variable="author" font-style="italic">
<name delimiter="/" name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
<date date-parts="year" form="text" variable="issued"/>
</group>
</macro>
<macro name="editor-container-title">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<group delimiter=": " suffix=".">
<names variable="editor">
<name delimiter="/" name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
<text variable="container-title"/>
</group>
</group>
</macro>
<macro name="publication-place-publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="creator-year-short">
<choose>
<if match="none" variable="author editor">
<text value="o. A." suffix=" "/>
</if>
</choose>
<group delimiter=" ">
<text macro="creator-short"/>
<date date-parts="year" form="text" variable="issued"/>
</group>
</macro>
<macro name="edition">
<choose>
<if match="any" is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="collection-title-number">
<group delimiter=" " prefix="(= " suffix=")">
<text variable="collection-title"/>
<text variable="collection-number"/>
</group>
</macro>
<macro name="page-range">
<text variable="page" form="short"/>
</macro>
<macro name="online-url">
<group delimiter=": ">
<text variable="URL" text-case="lowercase"/>
</group>
</macro>
<macro name="container-title-volume">
<text variable="container-title"/>
<text variable="volume" prefix=" "/>
<text variable="issue" prefix="(" suffix=")"/>
</macro>
<macro name="creator-short">
<names variable="author">
<name form="short" delimiter="/"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix">
<layout delimiter="; " prefix="(" suffix=")">
<group delimiter=", ">
<text macro="creator-year-short"/>
</group>
</layout>
</citation>
<bibliography et-al-min="9" et-al-use-first="1" entry-spacing="0" hanging-indent="true">
<sort>
<key macro="creator-short"/>
<key macro="creator-year-short"/>
</sort>
<layout>
<group delimiter=". " suffix=".">
<group delimiter=": ">
<text macro="creator-year-long"/>
<text variable="title"/>
</group>
<choose>
<if type="book" match="any">
<group delimiter=". ">
<text macro="edition"/>
<text macro="publication-place-publisher"/>
<text macro="collection-title-number"/>
</group>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=", ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="container-title-volume"/>
</group>
<text macro="page-range"/>
</group>
</else-if>
<else-if type="chapter" match="any">
<group delimiter=", ">
<group delimiter=". ">
<text macro="editor-container-title"/>
<text macro="edition"/>
<text macro="publication-place-publisher"/>
<text macro="collection-title-number"/>
</group>
<text macro="page-range"/>
</group>
</else-if>
<else>
<group delimiter=". ">
<choose>
<if match="any" variable="container-title">
<text macro="editor-container-title"/>
</if>
</choose>
<text macro="publication-place-publisher"/>
<text macro="page-range"/>
<text macro="collection-title-number"/>
<text macro="online-url"/>
</group>
</else>
</choose>
</group>
</layout>
</bibliography>
</style>

0 comments on commit 094a1af

Please sign in to comment.