Permalink
Please
sign in to comment.
@@ -0,0 +1,126 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US"> | ||
<info> | ||
<title>IUBMB Life</title> | ||
<id>http://www.zotero.org/styles/iubmb-life</id> | ||
<link href="http://www.zotero.org/styles/iubmb-life" rel="self"/> | ||
<link href="http://www.zotero.org/styles/molecular-and-cellular-proteomics" rel="template"/> | ||
<link href="https://iubmb.onlinelibrary.wiley.com/hub/journal/15216551/author-guidelines.html" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
<email>citationstyler@gmail.com</email> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="biology"/> | ||
<issn>1521-6543</issn> | ||
<eissn>1521-6551</eissn> | ||
<summary>Flagship journal of the International Union of Biochemistry and Molecular Biology.</summary> | ||
<updated>2019-07-28T14:46:42+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="editor"> | ||
<names variable="editor" delimiter=", "> | ||
<name initialize-with="" name-as-sort-order="all" sort-separator=" " delimiter=", " delimiter-precedes-last="always"/> | ||
<label form="short" strip-periods="false" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name name-as-sort-order="all" sort-separator=", " initialize-with=". " and="text" delimiter-precedes-last="always"/> | ||
<label form="short" prefix=" " suffix="." strip-periods="false"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<text variable="title"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="publisher"> | ||
<group delimiter=", "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short" text-case="capitalize-first"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="page"> | ||
<group delimiter=" "> | ||
<label strip-periods="false" variable="page" form="short"/> | ||
<text variable="page"/> | ||
</group> | ||
</macro> | ||
<citation collapse="citation-number"> | ||
<sort> | ||
<key variable="citation-number"/> | ||
</sort> | ||
<layout prefix="(" suffix=")" delimiter=", "> | ||
<text variable="citation-number"/> | ||
</layout> | ||
</citation> | ||
<bibliography et-al-min="6" et-al-use-first="5" second-field-align="flush"> | ||
<layout suffix="."> | ||
<text variable="citation-number" prefix="[" suffix="]"/> | ||
<group delimiter=". "> | ||
<group delimiter=" "> | ||
<text macro="author"/> | ||
<date variable="issued" prefix=" (" suffix=")"> | ||
<date-part name="year"/> | ||
</date> | ||
<text variable="title"/> | ||
</group> | ||
<choose> | ||
<if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter=". "> | ||
<text macro="editor" prefix="(" suffix=")"/> | ||
<text macro="edition"/> | ||
<text macro="publisher"/> | ||
</group> | ||
</if> | ||
<else-if type="chapter paper-conference" match="any"> | ||
<group prefix=" " delimiter=" "> | ||
<text term="in" text-case="capitalize-first"/> | ||
<group delimiter=", "> | ||
<text variable="container-title" font-style="italic"/> | ||
<text variable="collection-title" prefix=" " suffix="."/> | ||
<text macro="editor" prefix="(" suffix=")"/> | ||
</group> | ||
</group> | ||
<group delimiter=", " prefix=". " suffix="."> | ||
<text macro="page"/> | ||
<text macro="publisher" prefix=" "/> | ||
</group> | ||
<text macro="edition"/> | ||
</else-if> | ||
<else-if type="thesis" match="any"> | ||
<group delimiter=". "> | ||
<text variable="container-title"/> | ||
<group delimiter=", "> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group delimiter=", " prefix=" "> | ||
<group delimiter=" "> | ||
<text variable="container-title" strip-periods="false" font-style="normal"/> | ||
<text variable="volume"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</else> | ||
</choose> | ||
</group> | ||
</layout> | ||
</bibliography> | ||
</style> |
0 comments on commit
fa57411