Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
102 lines (101 sloc) 3.9 KB
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" demote-non-dropping-particle="sort-only" page-range-format="expanded">
<!-- INFO -->
<info>
<title>International Union of Crystallography journals</title>
<title-short>IUCr</title-short>
<id>http://www.zotero.org/styles/international-union-of-crystallography</id>
<link href="http://www.zotero.org/styles/international-union-of-crystallography" rel="self"/>
<link href="http://journals.iucr.org/d/services/notesforauthors.html" rel="documentation"/>
<author>
<name>James Stroud</name>
<email>jstroud@mbi.ucla.edu</email>
</author>
<contributor>
<name>Wouter Touw</name>
<email>Wouter.Touw@radboudumc.nl</email>
</contributor>
<category citation-format="author-date"/>
<category field="chemistry"/>
<updated>2016-02-09T09:43:09+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>
<!-- MACROS -->
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter-precedes-et-al="never"/>
<et-al font-style="italic"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" initialize-with=". " and="symbol" delimiter-precedes-last="never"/>
</names>
</macro>
<macro name="issued">
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="year-suffix" font-style="italic"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</macro>
<macro name="editor">
<names variable="editor">
<label form="verb" suffix=" "/>
<name initialize-with="." and="symbol" delimiter-precedes-last="never"/>
</names>
</macro>
<!-- CITATION -->
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-year-suffix="true" collapse="year-suffix" year-suffix-delimiter=",">
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="issued"/>
</group>
</layout>
</citation>
<!-- BIBLIOGRAPHY -->
<bibliography hanging-indent="true">
<sort>
<key macro="author"/>
<key macro="issued"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<group delimiter=" ">
<text macro="author"/>
<text macro="issued" prefix="(" suffix=")."/>
<choose>
<if type="article article-magazine article-newspaper article-journal review" match="any">
<text variable="container-title" form="short" font-style="italic" text-case="title" suffix="."/>
<text variable="volume" font-weight="bold" suffix=","/>
<text variable="page" suffix="."/>
</if>
<else-if type="chapter paper-conference" match="any">
<text variable="container-title" text-case="title" font-style="italic" suffix=", "/>
<label variable="volume" form="short" text-case="capitalize-first"/>
<text variable="volume" font-style="italic" suffix=", "/>
<text macro="editor" suffix=", "/>
<label variable="page" form="short"/>
<text variable="page" suffix="."/>
<text macro="publisher" suffix="."/>
</else-if>
<else-if type="thesis">
<text variable="title" suffix="."/>
<text variable="genre" suffix="."/>
<text variable="publisher" suffix="."/>
</else-if>
<else>
<text variable="title"/>
<text macro="publisher" suffix="."/>
</else>
</choose>
</group>
</layout>
</bibliography>
</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.