Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
471 lines (470 sloc) 14.8 KB
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="de-CH" version="1.0" name-delimiter="; " delimiter-precedes-last="always" delimiter-precedes-et-al="never">
<info>
<title>infoclio.ch (German - Switzerland)</title>
<id>http://www.zotero.org/styles/infoclio-de</id>
<link href="http://www.zotero.org/styles/infoclio-de" rel="self"/>
<link href="http://www.zotero.org/styles/infoclio-fr-smallcaps" rel="template"/>
<link href="https://www.infoclio.ch/de/node/133932" rel="documentation"/>
<author>
<name>Nicolas Chachereau</name>
<email>nicolas.chachereau@unil.ch</email>
</author>
<author>
<name>Enrico Natale</name>
<email>enrico.natale@infoclio.ch</email>
</author>
<author>
<name>Jan Baumann</name>
<email>jan.baumann@infoclio.ch</email>
</author>
<contributor>
<name>Jonas Schneider</name>
<email>jonas.schneider@uzh.ch</email>
</contributor>
<category citation-format="note"/>
<category field="history"/>
<category field="social_science"/>
<updated>2018-03-27T11:58:13+02: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="editor" form="short">Hg.</term>
<term name="interviewer" form="verb">Interview geführt von</term>
<term name="accessed">Stand</term>
<term name="letter">Schreiben</term>
<term name="number-of-volumes" form="short">Bd.</term>
<term name="no date" form="short">o. D.</term>
<term name="edition">Ausgabe</term>
</terms>
</locale>
<citation>
<layout suffix="." delimiter="&#160;; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid"/>
<text macro="locator"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else-if position="subsequent">
<text macro="subsequent-reference"/>
</else-if>
<else>
<text macro="complete-reference"/>
</else>
</choose>
</layout>
</citation>
<bibliography>
<sort>
<key macro="creator" names-min="3" names-use-first="3"/>
<key variable="issued" sort="descending"/>
</sort>
<layout suffix=".">
<text macro="complete-reference"/>
</layout>
</bibliography>
<macro name="complete-reference">
<group delimiter=". ">
<group delimiter=", ">
<group delimiter=": ">
<text macro="creator"/>
<group delimiter=", ">
<text macro="title"/>
<group delimiter=": ">
<text macro="in"/>
<text macro="container-creator"/>
<group delimiter=", ">
<group delimiter=" ">
<text macro="container-information"/>
<text macro="journal-volume"/>
</group>
<text macro="volumes"/>
</group>
</group>
<text macro="type-description"/>
</group>
</group>
<text macro="alt-publisher"/>
<group delimiter=" ">
<text macro="place"/>
<text macro="date"/>
<date variable="original-date" form="text" prefix="[" suffix="]"/>
<text macro="book-series"/>
</group>
<text macro="newspaper-edition"/>
<text macro="artwork-description"/>
<text macro="archive-location"/>
<text macro="pages"/>
<text macro="url-web-documents-only"/>
</group>
<text macro="url-non-web-documents"/>
</group>
</macro>
<macro name="subsequent-reference">
<group delimiter=", ">
<group delimiter=": ">
<text macro="creator-for-subsequent"/>
<text macro="identifier-for-subsequent"/>
</group>
<date variable="issued" form="numeric" date-parts="year"/>
<text macro="locator"/>
</group>
</macro>
<macro name="creator">
<names variable="author">
<name sort-separator=", " name-as-sort-order="all" et-al-min="4" et-al-use-first="3"/>
<label form="short" prefix="&#160;(" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="composer"/>
<names variable="director"/>
</substitute>
</names>
</macro>
<macro name="creator-for-subsequent">
<names variable="author">
<name form="short" et-al-min="4" et-al-use-first="1"/>
<label form="short" prefix="&#160;(" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="composer"/>
<names variable="director"/>
</substitute>
</names>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="identifier-for-subsequent">
<choose>
<if variable="title title-short" match="any">
<text variable="title" form="short"/>
</if>
<else-if type="personal_communication">
<group delimiter=" ">
<text term="letter"/>
<names variable="recipient">
<label form="verb" prefix=" " suffix=" "/>
<name et-al-min="2" et-al-use-first="1"/>
</names>
</group>
</else-if>
<else-if type="interview">
<names variable="interviewer" delimiter=", ">
<label form="verb" prefix=" " suffix=" "/>
<name et-al-min="2" et-al-use-first="1"/>
</names>
</else-if>
<else-if type="report song broadcast motion_picture webpage post post-weblog" match="any">
<!-- these types have either collection-title or container-title -->
<text variable="collection-title"/>
<text variable="container-title"/>
</else-if>
</choose>
</macro>
<macro name="in">
<choose>
<if type="chapter paper-conference entry-encyclopedia entry-dictionary article-magazine article-newspaper article-journal" match="any">
<text term="in"/>
</if>
</choose>
</macro>
<macro name="container-creator">
<choose>
<if type="chapter paper-conference" match="any">
<names variable="editor">
<name sort-separator=", " name-as-sort-order="all" et-al-min="4" et-al-use-first="3"/>
<label form="short" prefix="&#160;(" suffix=")"/>
<substitute>
<names variable="container-author"/>
<names variable="collection-editor"/>
</substitute>
</names>
</if>
</choose>
</macro>
<macro name="container-information">
<choose>
<if type="chapter paper-conference entry-encyclopedia entry-dictionary article-newspaper article-magazine article-journal" match="any">
<text variable="container-title"/>
</if>
<else-if type="report song broadcast motion_picture webpage post post-weblog" match="any">
<group delimiter=", ">
<text variable="genre"/>
<!-- these types have either collection-title or container-title -->
<text variable="collection-title"/>
<text variable="container-title"/>
</group>
</else-if>
</choose>
</macro>
<macro name="journal-volume">
<choose>
<if type="article-journal">
<group delimiter="&#160;">
<number variable="volume"/>
<number variable="issue" prefix="(" suffix=")"/>
</group>
</if>
<else-if type="report song broadcast" match="any">
<number variable="number"/>
</else-if>
</choose>
</macro>
<macro name="volumes">
<choose>
<if type="book chapter entry-encyclopedia entry-dictionary song motion_picture" match="any">
<group delimiter=" / ">
<group delimiter="&#160;">
<label variable="volume" form="short"/>
<number variable="volume"/>
</group>
<group delimiter="&#160;">
<number variable="number-of-volumes"/>
<choose>
<if variable="volume" match="none">
<label variable="number-of-volumes" form="short"/>
</if>
</choose>
</group>
</group>
</if>
</choose>
</macro>
<macro name="type-description">
<choose>
<if type="manuscript thesis speech" match="any">
<text variable="genre"/>
</if>
<else-if type="personal_communication">
<group delimiter=", ">
<group delimiter=" ">
<text term="letter"/>
<names variable="recipient">
<label form="verb" prefix=" " suffix=" "/>
<name and="text" delimiter-precedes-last="never"/>
</names>
</group>
<text variable="genre"/>
</group>
</else-if>
<else-if type="interview">
<names variable="interviewer" delimiter=", ">
<label form="verb" prefix=" " suffix=" "/>
<name and="text" delimiter-precedes-last="never"/>
</names>
</else-if>
<else-if type="motion_picture song broadcast" match="any">
<group delimiter=", ">
<text variable="medium"/>
<!-- refers to duration -->
<text variable="dimensions"/>
</group>
</else-if>
<!-- Computer Program -->
<else-if type="book">
<choose>
<if variable="version medium" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text term="version"/>
<text variable="version"/>
</group>
<text variable="medium"/>
</group>
</if>
</choose>
</else-if>
<else-if type="dataset">
<choose>
<if variable="version">
<text variable="version"/>
</if>
</choose>
</else-if>
</choose>
</macro>
<macro name="alt-publisher">
<choose>
<if type="book chapter paper-conference entry-dictionary entry-encyclopedia" match="none">
<!-- university for theses,
institution for reports,
label for songs,
distributor for films,
studio for video recordings,
network for broadcasts -->
<text variable="publisher"/>
</if>
</choose>
</macro>
<macro name="place">
<choose>
<if type="speech">
<group delimiter=", ">
<text variable="event"/>
<text variable="event-place"/>
</group>
</if>
<else>
<text variable="publisher-place"/>
</else>
</choose>
</macro>
<macro name="date">
<choose>
<if type="book chapter paper-conference thesis" match="any">
<choose>
<if variable="issued">
<date variable="issued" form="numeric" date-parts="year"/>
<choose>
<if is-numeric="edition">
<number vertical-align="sup" variable="edition"/>
</if>
</choose>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</if>
<else-if type="article-journal article-newspaper article-magazine graphic entry-encyclopedia entry-dictionary report speech interview manuscript personal_communication" match="any">
<choose>
<if variable="issued">
<date variable="issued" form="numeric" date-parts="year-month-day"/>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</else-if>
<else>
<date variable="issued" form="numeric" date-parts="year-month-day"/>
</else>
</choose>
</macro>
<macro name="pages">
<choose>
<if variable="locator">
<text macro="locator"/>
</if>
<else>
<group delimiter="&#160;">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else>
</choose>
</macro>
<macro name="locator">
<group delimiter="&#160;">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<macro name="book-series">
<choose>
<if type="book chapter paper-conference entry-dictionary entry-encyclopedia" match="any">
<group prefix="(" suffix=")" delimiter=" ">
<text variable="collection-title"/>
<choose>
<if is-numeric="collection-number">
<number variable="collection-number"/>
</if>
</choose>
</group>
</if>
</choose>
</macro>
<macro name="newspaper-edition">
<choose>
<if type="article-newspaper">
<choose>
<if is-numeric="edition">
<group delimiter="&#160;">
<number variable="edition" form="ordinal"/>
<label variable="edition"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="artwork-description">
<choose>
<if type="graphic">
<group delimiter=", ">
<text variable="medium"/>
<text variable="dimensions"/>
<text variable="genre"/>
</group>
</if>
</choose>
</macro>
<macro name="archive-location">
<choose>
<if variable="archive">
<group delimiter=", ">
<text variable="archive"/>
<text variable="archive_location"/>
<text variable="call-number" prefix="Signatur: "/>
</group>
</if>
</choose>
</macro>
<macro name="url-web-documents-only">
<choose>
<if type="webpage post post-weblog dataset" match="any">
<text macro="url-or-doi"/>
</if>
</choose>
</macro>
<macro name="url-non-web-documents">
<choose>
<if type="webpage post post-weblog dataset" match="none">
<choose>
<if variable="DOI URL" match="any">
<group delimiter=": ">
<text term="online" text-case="capitalize-first"/>
<text macro="url-or-doi"/>
</group>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="url-or-doi">
<choose>
<if variable="DOI">
<group delimiter=", ">
<group delimiter="">
<text value="&lt;"/>
<text variable="DOI" prefix="https://doi.org/"/>
<text value="&gt;"/>
</group>
<text macro="accessed"/>
</group>
</if>
<else-if variable="URL">
<group delimiter=", ">
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
<text macro="accessed"/>
</group>
</else-if>
</choose>
</macro>
<macro name="accessed">
<group delimiter=": ">
<text term="accessed"/>
<date variable="accessed" form="numeric" date-parts="year-month-day"/>
</group>
</macro>
</style>
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.