Skip to content

Commit

Permalink
Merge pull request #3987 from MertzG/patch-1
Browse files Browse the repository at this point in the history
add zeitgeschichte
  • Loading branch information
adam3smith committed Mar 23, 2019
2 parents a3e550c + 04e5a42 commit 871eb73
Showing 1 changed file with 393 additions and 0 deletions.
393 changes: 393 additions & 0 deletions zeitgeschichte.csl
@@ -0,0 +1,393 @@
<?xml version="1.0" encoding="utf-8"?>
<style class="note" version="1.0" names-delimiter="/" demote-non-dropping-particle="sort-only" default-locale="de-DE" xmlns="http://purl.org/net/xbiblio/csl">
<!-- This style was edited with the Visual CSL Editor (http://editor.citationstyles.org/visualEditor/) -->
<info>
<title>Zeitgeschichte (German)</title>
<title-short>Zeitgeschichte</title-short>
<id>http://www.zotero.org/styles/zeitgeschichte</id>
<link href="http://www.zotero.org/styles/zeitgeschichte" rel="self"/>
<link href="http://www.zotero.org/styles/geistes-und-kulturwissenschaften-heilmann" rel="template"/>
<link href="http://www.verein-zeitgeschichte.univie.ac.at/fileadmin/user_upload/p_verein_zeitgeschichte/zg_Zitierregeln_dt_2018.pdf" rel="documentation"/>
<author>
<name>Gunnar Mertz</name>
<email>gunnar.mertz@univie.ac.at</email>
</author>
<category citation-format="note"/>
<category field="humanities"/>
<issn>0256-5250</issn>
<eissn>2569-5304</eissn>
<summary>Zotero Zeitgeschichte Zitierstil

Monografie: Eintragsart Buch -- In der Zotero-Datenbank können weitere Angaben erfasst werden, die bei der Ausgabe im Zeitgeschichte Wien Zitierstil nicht aufscheinen (z.B. Verlag), aber bei der Ausgabe in einem anderen Zitationsstil erforderlich sind. Für Kurzitate: Titel in Zotero unter "Kurztitel" eingeben.

Reihentitel: Eintragsart Buch -- Bei Reihe "Veröffentlichungen des Ludwig-Boltzmann-Institutes für Geschichte und Gesellschaft" eintragen, bei Band "27"

Dissertation: Eintragsart Buch -- "phil. Diss.," vor Ort angeben

Diplomarbeit: Eintragsart Buch -- "Dipl. Arb.," vor Ort angeben

Ohne AutorIn, nur HerausgeberIn: Eintragsart Buch -- "hg." nach Titel -- Beispiel: "Beiträge zur Geschichte und Vorgeschichte der Julirevolte, hg. im Selbstverlag des Bundeskommissariates für Heimatdienst")

Sammelwerke bzw. Beitrag in Sammelwerken: Eintragart Buch bzw. Buchteil -- im Zotero Literatureintrag muss nur zwischen "Autor" und "Herausgeber" unterschieden werden.</summary>
<updated>2018-06-04T12:40:29+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">u. a.</term>
<term name="accessed">abgerufen </term>
<term name="editor" form="short">
<single>Hg</single>
<multiple>Hg</multiple>
</term>
<term name="editor" form="verb-short">
<single>Hg. v</single>
<multiple>Hg. v</multiple>
</term>
<term name="translator" form="short">
<single>Übers</single>
<multiple>Übers</multiple>
</term>
<term name="translator" form="verb-short">
<single>Übers. v</single>
<multiple>Übers. v</multiple>
</term>
<term name="accessed">abgerufen</term>
</terms>
</locale>
<macro name="contributors-long">
<choose>
<if variable="author">
<names variable="author">
<name delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
</names>
</if>
<else>
<choose>
<if type="book">
<names variable="editor">
<name delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
<label prefix=" (" form="short" suffix=".)"/>
</names>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="contributors-short">
<choose>
<if variable="author">
<names variable="author">
<name form="short" delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
</names>
</if>
<else>
<choose>
<if type="book">
<names variable="editor">
<name form="short" delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
<label prefix=" (" form="short" suffix=".)"/>
</names>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="secondary-contributors">
<choose>
<if variable="author" type="book" match="all">
<names variable="editor" delimiter="/">
<label form="verb-short" text-case="lowercase" suffix=". "/>
<name delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
</names>
</if>
</choose>
</macro>
<macro name="container-contributors">
<choose>
<if variable="container-author">
<names variable="container-author">
<name delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
</names>
</if>
<else>
<choose>
<if type="chapter">
<names variable="editor">
<name delimiter="/" delimiter-precedes-last="always" sort-separator="/"/>
<label prefix=" (" form="short" suffix=".)"/>
</names>
</if>
</choose>
</else>
</choose>
</macro>
<macro name="secondary-container-contributors">
<choose>
<if variable="container-author" type="chapter" match="all">
<names variable="editor">
<label form="verb-short" text-case="lowercase" suffix=". "/>
<name delimiter="/" delimiter-precedes-last="always"/>
</names>
</if>
<else-if type="article-journal article-magazine" match="any">
<names variable="editor">
<label form="verb-short" text-case="lowercase" suffix=". "/>
<name delimiter=", " delimiter-precedes-last="always"/>
</names>
</else-if>
</choose>
</macro>
<macro name="secondary-collection-contributors">
<names variable="collection-editor">
<name delimiter="/" delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="translatedby">
<names variable="translator">
<label form="verb-short" text-case="lowercase" suffix=". "/>
<name delimiter="/" delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="title-long">
<group>
<choose>
<if type="book">
<text variable="title"/>
</if>
<else>
<text variable="title"/>
<date prefix=" [" variable="original-date" suffix=")">
<date-part name="year"/>
</date>
</else>
</choose>
<text prefix=", " macro="secondary-contributors"/>
</group>
</macro>
<macro name="title-short">
<text variable="title" form="short"/>
</macro>
<macro name="container">
<choose>
<if type="chapter">
<choose>
<if variable="container-author editor" match="any">
<text term="in" suffix=": "/>
</if>
</choose>
<text macro="container-contributors" suffix=", "/>
<text variable="container-title"/>
<choose>
<if variable="volume">
<text prefix=", " term="volume" form="short" suffix=""/>
<text variable="volume"/>
</if>
</choose>
<text prefix=", " macro="secondary-container-contributors"/>
</if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<text variable="container-title" prefix="in: "/>
</else-if>
</choose>
</macro>
<macro name="collection">
<text variable="collection-title"/>
<choose>
<if type="book">
<text variable="volume" prefix=" "/>
</if>
</choose>
<choose>
<if is-numeric="collection-number">
<group delimiter=" ">
<text prefix=" " variable="collection-number"/>
</group>
</if>
<else>
<text prefix=", " variable="collection-number"/>
</else>
</choose>
<choose>
<if variable="collection-editor">
<text prefix=", " term="editor" form="verb-short" text-case="lowercase" suffix=". "/>
<text macro="secondary-collection-contributors"/>
</if>
</choose>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<number variable="edition" form="ordinal"/>
<text prefix=" " term="edition" form="short" suffix="."/>
</if>
<else-if variable="edition">
<text variable="edition"/>
<text prefix=" " term="edition" form="short" suffix="."/>
</else-if>
</choose>
</macro>
<macro name="issued">
<choose>
<if type="book">
<text macro="edition" prefix=", "/>
<text prefix=" (" macro="collection" suffix=")"/>
<text prefix=", " variable="publisher-place"/>
<date prefix=" " variable="issued">
<date-part name="year"/>
</date>
<date prefix=" [" variable="original-date" suffix=")">
<date-part name="year"/>
</date>
</if>
<else-if type="chapter">
<text prefix=" (" macro="collection" suffix=")"/>
<text macro="edition" prefix=", "/>
<text prefix=", " variable="publisher-place"/>
<date prefix=" " variable="issued">
<date-part name="year"/>
</date>
</else-if>
<else-if type="article-journal article-magazine article-newspaper" match="any">
<group delimiter=" " prefix=", ">
<text variable="volume"/>
<group delimiter=" ">
<text variable="publisher-place"/>
<date variable="issued">
<date-part name="year" prefix=" (" suffix=")"/>
</date>
</group>
<text variable="issue"/>
</group>
<text macro="secondary-container-contributors" prefix="/"/>
</else-if>
<else>
<group delimiter=" " prefix=", ">
<text variable="publisher-place"/>
<choose>
<if variable="URL">
<text value="dort datiert"/>
</if>
</choose>
<date variable="issued" form="numeric">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
</group>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
<if type="article-journal article-magazine article-newspaper chapter" match="any">
<text variable="page"/>
</if>
</choose>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<group delimiter=" " prefix=" (" suffix=")">
<text term="accessed" text-case="lowercase"/>
<date variable="accessed">
<date-part name="day" form="numeric" suffix="."/>
<date-part name="month" form="numeric" prefix=" " suffix="."/>
<date-part name="year" prefix=" "/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="citation-locator">
<text variable="locator"/>
</macro>
<citation et-al-subsequent-min="100" et-al-subsequent-use-first="99" disambiguate-add-names="true">
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<text term="ibid" text-case="capitalize-first" suffix="."/>
<text macro="citation-locator" prefix=", "/>
</if>
<else-if position="ibid">
<text term="ibid" text-case="capitalize-first" suffix="."/>
</else-if>
<else-if position="subsequent">
<choose>
<if type="motion_picture">
<text variable="title" form="long" font-style="italic"/>
<text prefix=", Regie: " macro="contributors-long"/>
<group prefix=", " delimiter=" ">
<text variable="publisher-place"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text macro="contributors-short" suffix=", "/>
<text macro="title-short"/>
<text prefix=", " macro="citation-locator"/>
</else>
</choose>
</else-if>
<else>
<choose>
<if type="motion_picture">
<text variable="title" form="long" font-style="italic"/>
<text prefix=", Regie: " macro="contributors-long"/>
<group prefix=", " delimiter=" ">
<text variable="publisher-place"/>
<date variable="issued">
<date-part name="year"/>
</date>
</group>
</if>
<else>
<text macro="contributors-long" suffix=", "/>
<text macro="title-long"/>
<text prefix=", " macro="container"/>
<text macro="issued"/>
<text prefix=", " macro="pages"/>
<choose>
<if variable="page" type="chapter" match="all">
<text prefix=", " macro="citation-locator"/>
</if>
<else-if variable="page" type="article-journal" match="all">
<text prefix=", " macro="citation-locator"/>
</else-if>
<else-if variable="page" type="article-magazine" match="all">
<text prefix=", " macro="citation-locator"/>
</else-if>
<else-if variable="page" type="article-newspaper" match="all">
<text prefix=", " macro="citation-locator"/>
</else-if>
<else>
<text prefix=", " macro="citation-locator"/>
</else>
</choose>
<text prefix=", " macro="translatedby"/>
</else>
</choose>
</else>
</choose>
<choose>
<if type="webpage" match="any">
<choose>
<if match="any" variable="URL">
<text variable="URL" prefix=", URL: "/>
<group>
<date form="text" variable="issued">
<date-part name="day"/>
<date-part name="month"/>
<date-part name="year"/>
</date>
<text macro="access"/>
</group>
</if>
</choose>
</if>
</choose>
</layout>
</citation>
</style>

0 comments on commit 871eb73

Please sign in to comment.