Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time.
Cannot retrieve contributors at this time
<?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-GB"> | |
<info> | |
<title>Applied Spectroscopy Reviews</title> | |
<id>http://www.zotero.org/styles/applied-spectroscopy-reviews</id> | |
<link href="http://www.zotero.org/styles/applied-spectroscopy-reviews" rel="self"/> | |
<link href="http://www.zotero.org/styles/molecular-and-cellular-proteomics" rel="template"/> | |
<link href="http://www.tandfonline.com/action/authorSubmission?journalCode=laps20&page=instructions" rel="documentation"/> | |
<author> | |
<name>Patrick O'Brien</name> | |
<email>obrienpat86@gmail.com</email> | |
</author> | |
<category citation-format="numeric"/> | |
<category field="science"/> | |
<issn>0570-4928</issn> | |
<eissn>1520-569X</eissn> | |
<updated>2017-04-25T13:30:05+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" prefix=" " delimiter=", "> | |
<name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/> | |
<label form="short" text-case="capitalize-first" 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=" "/> | |
<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"/> | |
</group> | |
</if> | |
<else-if type="report" match="any"> | |
<group delimiter=" " prefix="(" suffix=")"> | |
<text variable="genre"/> | |
<number variable="number"/> | |
</group> | |
</else-if> | |
<else> | |
<text variable="edition" suffix="."/> | |
</else> | |
</choose> | |
</macro> | |
<macro name="access"> | |
<choose> | |
<if variable="URL"> | |
<group delimiter=" "> | |
<group delimiter=": "> | |
<text term="available at" text-case="capitalize-first"/> | |
<text variable="URL"/> | |
</group> | |
<group delimiter=" " prefix="(" suffix=")"> | |
<text term="accessed"/> | |
<date form="text" variable="accessed"/> | |
</group> | |
</group> | |
</if> | |
</choose> | |
</macro> | |
<citation collapse="citation-number"> | |
<sort> | |
<key variable="citation-number"/> | |
</sort> | |
<layout prefix="(" suffix=")" delimiter=", "> | |
<text variable="citation-number"/> | |
</layout> | |
</citation> | |
<bibliography second-field-align="flush"> | |
<layout suffix="."> | |
<text variable="citation-number" suffix=". "/> | |
<text macro="author" suffix="."/> | |
<choose> | |
<if match="any" variable="issued"> | |
<date variable="issued" prefix=" (" suffix=")"> | |
<date-part name="year"/> | |
</date> | |
</if> | |
</choose> | |
<choose> | |
<if type="bill book graphic legal_case legislation motion_picture song" match="any"> | |
<group delimiter=" " prefix=" "> | |
<text variable="title" font-style="italic" suffix="."/> | |
<text macro="editor"/> | |
<text macro="edition"/> | |
<text macro="publisher"/> | |
</group> | |
</if> | |
<else-if type="chapter"> | |
<text variable="title" prefix=" " suffix="."/> | |
<group prefix=" " delimiter=" "> | |
<text term="in" text-case="capitalize-first"/> | |
<group delimiter=", "> | |
<text variable="container-title" font-style="italic"/> | |
<text macro="editor"/> | |
</group> | |
</group> | |
<group delimiter=", " prefix=", " suffix="."> | |
<text macro="publisher"/> | |
<group> | |
<label variable="page" suffix=" " form="short" strip-periods="true"/> | |
<text variable="page"/> | |
</group> | |
</group> | |
<text macro="edition"/> | |
</else-if> | |
<else-if type="paper-conference"> | |
<text variable="title" prefix=" " suffix=". "/> | |
<group delimiter=", " suffix="."> | |
<text variable="container-title" font-style="italic"/> | |
<text variable="event" font-style="italic"/> | |
<text macro="publisher"/> | |
<date variable="issued"> | |
<date-part name="month"/> | |
<date-part name="day" prefix=" "/> | |
</date> | |
</group> | |
</else-if> | |
<else-if type="webpage post-weblog post speech" match="any"> | |
<text variable="title" prefix=" " suffix="."/> | |
<text macro="access" prefix=" "/> | |
</else-if> | |
<else-if type="thesis"> | |
<group delimiter=", " prefix=" "> | |
<group delimiter=" "> | |
<text variable="title" prefix=" " font-style="italic"/> | |
<text variable="genre" prefix="(" suffix=")"/> | |
</group> | |
<text variable="publisher"/> | |
<text variable="publisher-place"/> | |
</group> | |
</else-if> | |
<else-if type="manuscript report" match="any"> | |
<group delimiter=" " prefix=" "> | |
<text variable="title" font-style="italic" suffix="."/> | |
<text macro="edition"/> | |
<text macro="access"/> | |
</group> | |
</else-if> | |
<else-if type="speech"> | |
<group delimiter=", "> | |
<text variable="genre"/> | |
<text variable="publisher-place"/> | |
<date form="text" variable="issued"/> | |
</group> | |
</else-if> | |
<else> | |
<text variable="title" prefix=" " suffix="."/> | |
<group prefix=" " delimiter=": "> | |
<group delimiter=" "> | |
<text variable="container-title" form="short" font-style="italic"/> | |
<text variable="volume"/> | |
<text variable="issue" prefix="(" suffix=")"/> | |
</group> | |
<text variable="page"/> | |
</group> | |
</else> | |
</choose> | |
</layout> | |
</bibliography> | |
</style> |