Skip to content

Instantly share code, notes, and snippets.

@Tomagic1000
Created October 30, 2017 11:02
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/0bac8ff917f25dbcf7e992e0f658f62e to your computer and use it in GitHub Desktop.
Save Tomagic1000/0bac8ff917f25dbcf7e992e0f658f62e to your computer and use it in GitHub Desktop.
Journal of Computational Chemistry 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>Journal of Computational Chemistry2</title>
<title-short>JCC</title-short>
<id>http://www.zotero.org/styles/journal-of-computational-chemistry2</id>
<link rel="self" href="http://www.zotero.org/styles/journal-of-computational-chemistry2"/>
<link rel="documentation" href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1096-987X/homepage/jcc_author_guidelines.html"/>
<author>
<name>Wouter Boomsma</name>
<email>wb@bio.ku.dk</email>
</author>
<category citation-format="numeric"/>
<category field="chemistry"/>
<eissn>1096-987X</eissn>
<updated>2017-10-30T11:00:28+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="edition">
<choose>
<if type="book paper-conference report " match="any">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number form="ordinal" variable="edition"/>
<text form="short" term="edition"/>
</group>
</if>
<else>
<text variable="edition" suffix="." text-case="capitalize-first"/>
</else>
</choose>
</if>
</choose>
</macro>
<macro name="issued">
<choose>
<if type="thesis patent" match="any">
<date variable="issued">
<date-part form="long" name="month" suffix=" "/>
</date>
</if>
</choose>
<choose>
<if type="patent">
<date variable="issued">
<date-part name="day" suffix=", "/>
</date>
</if>
</choose>
<date variable="issued" date-parts="year">
<date-part prefix=" " name="year"/>
</date>
<choose>
<if type="article" match="all" variable="volume">
<text variable="volume"/>
</if>
</choose>
<choose>
<if type="article-journal" match="all" variable="page">
<text prefix=", " variable="page" suffix="."/>
</if>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name initialize-with=". "/>
<label prefix=", " form="short" text-case="capitalize-first"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="editor">
<names variable="editor">
<name delimiter=", " initialize-with=". " and="text"/>
<label prefix=", " form="short" text-case="capitalize-first"/>
</names>
</macro>
<macro name="locators">
<group delimiter=", ">
<text macro="edition"/>
<group delimiter=", ">
<choose>
<if type="book">
<group delimiter=" ">
<text form="short" text-case="capitalize-first" term="volume"/>
<number form="numeric" variable="volume"/>
</group>
<group delimiter=" ">
<text text-case="capitalize-first" term="chapter"/>
<number form="numeric" variable="chapter-number"/>
</group>
</if>
<else>
<number variable="volume" font-style="italic"/>
</else>
</choose>
</group>
</group>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<choose>
<if type="book chapter paper-conference" match="any">
<text variable="publisher" suffix=", "/>
<text variable="publisher-place"/>
</if>
<else>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else>
</choose>
</macro>
<macro name="event">
<choose>
<if type="paper-conference">
<choose>
<if variable="container-title">
<group delimiter=", ">
<text prefix="in " variable="container-title" font-style="normal"/>
<text variable="event-place"/>
<date variable="event-date">
<date-part form="short" name="month" suffix=" " strip-periods="true"/>
<date-part name="day" suffix=", "/>
<date-part form="long" name="year"/>
</date>
</group>
</if>
</choose>
</if>
</choose>
</macro>
<macro name="page">
<group>
<choose>
<if type="book">
<label form="short" variable="page" suffix=" " strip-periods="true"/>
</if>
</choose>
<text variable="page"/>
</group>
</macro>
<macro name="doi">
<text prefix=" DOI:" variable="DOI"/>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" delimiter=", " suffix="]">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush">
<layout suffix=".">
<text prefix="[" variable="citation-number" suffix="]"/>
<text suffix=", " macro="author"/>
<choose>
<if type="book">
<group delimiter="; " suffix=", ">
<text prefix="in " macro="title"/>
<text macro="editor"/>
<text macro="publisher"/>
</group>
<group>
<text macro="issued" font-weight="bold"/>
</group>
<group prefix="; " delimiter=", ">
<text macro="locators"/>
<text macro="page"/>
</group>
</if>
<else-if type="article-journal">
<group>
<text form="short" variable="container-title" font-style="italic"/>
<text macro="issued" font-weight="bold"/>
<choose>
<if variable="DOI">
<text macro="doi"/>
</if>
<else>
<text macro="locators"/>
<text macro="page"/>
</else>
</choose>
</group>
</else-if>
<else-if type="paper-conference">
<text suffix="; " macro="event"/>
<group delimiter=", ">
<text macro="issued"/>
<text suffix="; " macro="editor"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="issued"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", ">
<text macro="title"/>
<text variable="genre"/>
<text macro="publisher"/>
<text macro="issued"/>
</group>
</else-if>
<else-if type="patent">
<text variable="number" suffix=", "/>
<text macro="issued"/>
</else-if>
<else-if type="webpage">
<group delimiter=", ">
<text macro="title"/>
<text variable="URL"/>
<group prefix="(" suffix=")">
<date prefix="accessed " variable="accessed">
<date-part name="month" suffix=" "/>
<date-part name="day" suffix=", "/>
<date-part name="year"/>
</date>
</group>
</group>
</else-if>
<else>
<group delimiter=", " suffix=". ">
<text macro="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="locators"/>
</group>
<group delimiter=", ">
<text macro="publisher"/>
<text macro="page"/>
<text macro="issued"/>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment