Skip to content

Instantly share code, notes, and snippets.

@Tomagic1000
Created October 30, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tomagic1000/03a47e5a7c9cf28332a73f027666e841 to your computer and use it in GitHub Desktop.
Save Tomagic1000/03a47e5a7c9cf28332a73f027666e841 to your computer and use it in GitHub Desktop.
chemie-ingenieur-technik-2
<?xml version="1.0" encoding="utf-8"?>
<style class="in-text" xmlns="http://purl.org/net/xbiblio/csl" demote-non-dropping-particle="sort-only" version="1.0" default-locale="en-US">
<info>
<title>Chemie Ingenieur Technik</title>
<id>http://www.zotero.org/styles/chemie-ingenieur-technik 4</id>
<link rel="self" href="http://www.zotero.org/styles/chemie-ingenieur-technik"/>
<link rel="documentation" href="http://www3.interscience.wiley.com/journal/26737/home/2002_guideline.html"/>
<author>
<name>Richard Karnesky</name>
<email>karnesky+zotero@gmail.com</email>
<uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>
</author>
<contributor>
<name>Sebastian Karcher</name>
</contributor>
<contributor>
<name>Thomas Willms</name>
<email>thwillms@gmail.com</email>
</contributor>
<category citation-format="numeric"/>
<category field="engineering"/>
<category field="chemistry"/>
<issn>1433-7851</issn>
<eissn>1521-3773</eissn>
<summary>A style for Wiley-VCH's journal &quot;Chemie Ingenieur Technik&quot;This style has many limits due to csl constraints, most notably the inability to include pages/page ranges for books, the wrong square brackets for two items cited together, and the lack of support for citing 1a)... b)...c)....</summary>
<updated>2017-10-30T07:23:19+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="author">
<names variable="author" display="block">
<name delimiter=", " initialize-with=". " delimiter-precedes-last="always"/>
<label prefix=", " form="short" suffix=" " text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<label form="short" suffix=".: " text-case="capitalize-first" strip-periods="true"/>
<name delimiter=", " initialize-with="." delimiter-precedes-last="always"/>
</names>
</macro>
<macro name="year-date">
<group font-weight="bold">
<choose>
<if variable="issued">
<date variable="issued" date-parts="year">
<date-part name="year"/>
</date>
</if>
<else>
<text form="short" term="no date"/>
</else>
</choose>
</group>
</macro>
<macro name="access">
<choose>
<if match="none" variable="page">
<choose>
<if variable="DOI">
<text prefix="DOI " variable="DOI"/>
</if>
</choose>
<choose>
<if type="webpage">
<text prefix="can be found under " variable="URL"/>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher" text-case="capitalize-all"/>
<text variable="publisher-place" text-case="title"/>
</group>
</macro>
<macro name="pages">
<label form="short" variable="page" suffix=" "/>
<text variable="page"/>
</macro>
<macro name="DOI">
<choose>
<if match="any" variable="DOI"/>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" delimiter="," suffix="]" vertical-align="baseline">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-use-first="10" et-al-min="11" entry-spacing="0" second-field-align="flush">
<layout suffix=".">
<text prefix="[" variable="citation-number" suffix="]"/>
<text suffix=", " macro="author"/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", ">
<text variable="title" text-case="title" strip-periods="false" font-style="italic"/>
<text macro="publisher"/>
<text macro="year-date"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", ">
<group delimiter=" ">
<text term="in"/>
<text form="short" variable="container-title" text-case="title" font-style="italic"/>
<text prefix="(" suffix=")" macro="editor"/>
</group>
<text macro="publisher"/>
<text macro="year-date"/>
<group delimiter=" ">
<text macro="pages"/>
</group>
</group>
</else-if>
<else-if type="patent">
<group delimiter=", ">
<text prefix="Patent " variable="number"/>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text variable="title" text-case="title"/>
<text variable="genre"/>
<text variable="publisher"/>
<text macro="year-date"/>
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", ">
<text variable="title" quotes="true"/>
<text macro="access"/>
<text macro="year-date"/>
</group>
</else-if>
<else>
<group delimiter=" ">
<text form="short" variable="container-title" font-style="italic"/>
<group delimiter=", ">
<text macro="year-date"/>
<group>
<text variable="volume" font-style="italic"/>
</group>
<text form="short" variable="page"/>
<choose>
<if match="any" variable="DOI">
<text macro="DOI"/>
</if>
</choose>
</group>
</group>
<text prefix=", " macro="access"/>
</else>
</choose>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment