Permalink
Please
sign in to comment.
@@ -0,0 +1,175 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only"> | ||
<info> | ||
<title>Aging and Disease</title> | ||
<id>http://www.zotero.org/styles/aging-and-disease</id> | ||
<link href="http://www.zotero.org/styles/aging-and-disease" rel="self"/> | ||
<link href="http://www.zotero.org/styles/international-microbiology" rel="template"/> | ||
<link href="http://www.aginganddisease.org/EN/column/column217.shtml" rel="documentation"/> | ||
<author> | ||
<name>Patrick O'Brien</name> | ||
</author> | ||
<category citation-format="numeric"/> | ||
<category field="medicine"/> | ||
<category field="biology"/> | ||
<eissn>2152-5250</eissn> | ||
<updated>2019-09-26T09:18:08+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-short"> | ||
<names variable="author"> | ||
<name form="short" and="text"/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="author"> | ||
<names variable="author"> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label strip-periods="false" prefix=", "/> | ||
<substitute> | ||
<names variable="editor"/> | ||
<names variable="translator"/> | ||
</substitute> | ||
</names> | ||
</macro> | ||
<macro name="editor"> | ||
<text term="in" text-case="capitalize-first" suffix=": "/> | ||
<names variable="editor"> | ||
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/> | ||
<label strip-periods="true" prefix=", "/> | ||
</names> | ||
</macro> | ||
<macro name="edition"> | ||
<choose> | ||
<if is-numeric="edition"> | ||
<group delimiter=" "> | ||
<number variable="edition" form="ordinal"/> | ||
<text term="edition" form="short" strip-periods="true"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="edition"/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="year"> | ||
<date variable="issued"> | ||
<date-part name="year"/> | ||
</date> | ||
</macro> | ||
<macro name="title"> | ||
<choose> | ||
<if type="book"> | ||
<group delimiter=", " suffix=". "> | ||
<text variable="title"/> | ||
<text macro="edition"/> | ||
</group> | ||
</if> | ||
<else> | ||
<text variable="title" suffix=". "/> | ||
</else> | ||
</choose> | ||
</macro> | ||
<macro name="year-parenth"> | ||
<choose> | ||
<if type="book" match="none"> | ||
<date variable="issued" prefix="(" suffix=")."> | ||
<date-part name="year"/> | ||
</date> | ||
</if> | ||
</choose> | ||
</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="7" et-al-use-first="6" second-field-align="flush"> | ||
<sort> | ||
<key macro="author-short"/> | ||
<key macro="year"/> | ||
</sort> | ||
<layout suffix="."> | ||
<text variable="citation-number" prefix="[" suffix="]"/> | ||
<group delimiter=" "> | ||
<text macro="author"/> | ||
<text macro="year-parenth"/> | ||
<text macro="title"/> | ||
</group> | ||
<choose> | ||
<if variable="page"> | ||
<choose> | ||
<if type="chapter paper-conference" match="any"> | ||
<text macro="editor"/> | ||
<group prefix=" " delimiter=", " suffix=". "> | ||
<text variable="container-title" form="short"/> | ||
<text macro="edition"/> | ||
</group> | ||
<group delimiter=", "> | ||
<group delimiter=": "> | ||
<text variable="publisher-place"/> | ||
<text variable="publisher"/> | ||
</group> | ||
<text variable="page"/> | ||
</group> | ||
</if> | ||
<else> | ||
<group delimiter=", "> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
<group delimiter=":"> | ||
<text variable="volume"/> | ||
<text variable="page"/> | ||
</group> | ||
</group> | ||
</else> | ||
</choose> | ||
</if> | ||
<else-if variable="DOI"> | ||
<group delimiter=". "> | ||
<text variable="container-title" form="short" strip-periods="true"/> | ||
<text prefix="doi: " variable="DOI"/> | ||
</group> | ||
</else-if> | ||
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any"> | ||
<group delimiter="; "> | ||
<group delimiter=": "> | ||
<text variable="publisher"/> | ||
<text variable="publisher-place"/> | ||
</group> | ||
<date date-parts="year" form="text" variable="issued"/> | ||
</group> | ||
</else-if> | ||
<else-if type="webpage post post-weblog" match="any"> | ||
<group> | ||
<text prefix="In: " variable="container-title" suffix=". " form="short"/> | ||
<text variable="URL" suffix=". "/> | ||
<date variable="accessed"> | ||
<date-part prefix="Accessed " name="day" suffix=" "/> | ||
<date-part name="month" form="short" suffix=" " strip-periods="true"/> | ||
<date-part name="year"/> | ||
</date> | ||
</group> | ||
</else-if> | ||
<else-if type="thesis"> | ||
<group delimiter=", "> | ||
<text variable="genre"/> | ||
<text variable="publisher"/> | ||
</group> | ||
</else-if> | ||
<else> | ||
<group> | ||
<text variable="container-title" form="short" suffix=" "/> | ||
<text variable="volume" suffix=":"/> | ||
<text variable="page" suffix="."/> | ||
</group> | ||
</else> | ||
</choose> | ||
</layout> | ||
</bibliography> | ||
</style> |
0 comments on commit
0d0cc1c