Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Created August 18, 2017 02:42
Show Gist options
  • Save rmzelle/b1d797f0453dd5729576c7ba9266e276 to your computer and use it in GitHub Desktop.
Save rmzelle/b1d797f0453dd5729576c7ba9266e276 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" default-locale="de-DE">
<info>
<title>FOM Hochschule für Oekonomie und Management</title>
<id>http://www.zotero.org/styles/fom-hochschule-fuer-oekonomie-und-management</id>
<link href="http://www.zotero.org/styles/fom-hochschule-fuer-oekonomie-und-management" rel="self"/>
<link href="http://www.zotero.org/styles/chicago-note-bibliography" rel="template"/>
<author>
<name>Patrick O'Brien</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="note"/>
<category field="generic-base"/>
<summary>Chicago format adapted for FOM Hochschule with notes and bibliography. Adapted for use with Mendeley. Short titles for note references to be saved under "Notes" in Mendeley.</summary>
<updated>2017-08-17T13:39:00+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>
<macro name="publisher">
<group delimiter=": ">
<choose>
<if variable="publisher-place">
<text variable="publisher-place"/>
</if>
<else>
<text value="o. O."/>
</else>
</choose>
<choose>
<if variable="publisher">
<text variable="publisher"/>
</if>
<else>
<text value="o. V."/>
</else>
</choose>
</group>
</macro>
<macro name="issue">
<choose>
<if type="bill legislation legal_case" match="any">
<text macro="issued" prefix="(" suffix=")"/>
</if>
<else-if variable="publisher-place publisher" match="any">
<group delimiter=", ">
<choose>
<if type="thesis">
<text variable="genre" text-case="capitalize-first"/>
</if>
</choose>
<group delimiter=". ">
<text macro="originally-published"/>
<group delimiter=", ">
<text macro="reprint"/>
<text macro="publisher"/>
</group>
</group>
<text macro="issued"/>
</group>
</else-if>
</choose>
</macro>
<citation>
<layout>
<text value="citation"/>
</layout>
</citation>
<bibliography>
<layout>
<text macro="issue"/>
<text value="bib"/>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment