Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
170 lines (169 sloc) 5.68 KB
<?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>Journal of Glaciology</title>
<id>http://www.zotero.org/styles/journal-of-glaciology</id>
<link href="http://www.zotero.org/styles/journal-of-glaciology" rel="self"/>
<link href="http://www.zotero.org/styles/international-journal-of-wildland-fire" rel="template"/>
<link href="http://www.igsoc.org/production/Journal_instructions_2014.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<category citation-format="author-date"/>
<category field="science"/>
<issn>0022-1430</issn>
<updated>2012-10-18T22:38:43+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">
<name and="text" initialize-with="" delimiter=", " name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=" "/>
</names>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" suffix="n." strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " and="text" initialize-with="" delimiter=", " delimiter-precedes-last="never"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=""/>
<et-al term="and others"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text variable="title"/>
</substitute>
</names>
</macro>
<macro name="access">
<group>
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="(doi:" suffix=")"/>
</if>
<else>
<choose>
<if variable="URL" match="any">
<text variable="URL"/>
</if>
</choose>
</else>
</choose>
</group>
</macro>
<macro name="title">
<text variable="title" suffix="."/>
</macro>
<macro name="publisher">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="container-title">
<group>
<choose>
<if type="article-journal">
<text variable="container-title" form="short"/>
</if>
<else>
<text variable="container-title" font-style="italic"/>
</else>
</choose>
</group>
</macro>
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true">
<sort>
<key variable="issued"/>
<key variable="author"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author-short"/>
<date variable="issued">
<date-part name="year"/>
</date>
<text variable="locator" prefix=" "/>
</group>
</layout>
</citation>
<bibliography hanging-indent="true">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
</sort>
<layout>
<text macro="author"/>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
<choose>
<if type="bill book graphic legal_case legislation motion_picture song" match="any">
<group suffix="." delimiter=", " prefix=" ">
<text macro="title" font-style="italic"/>
<text macro="edition"/>
</group>
<text macro="publisher" prefix=" "/>
</if>
<else-if type="report" match="any">
<text variable="title" prefix=" " suffix="."/>
<text variable="genre" prefix=" "/>
<text variable="number" prefix=" " suffix="."/>
<text macro="publisher" prefix=" "/>
</else-if>
<else-if type="thesis" match="any">
<text variable="title" suffix="." prefix=" "/>
<group prefix=" " delimiter=", " suffix=".">
<text variable="genre"/>
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<text variable="title" prefix=" "/>
<group prefix=". " delimiter=" ">
<text macro="editor"/>
<text macro="container-title" suffix="."/>
<group delimiter=", ">
<text macro="publisher"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else>
<text variable="title" suffix="." prefix=" "/>
<group prefix=" ">
<text macro="container-title" font-style="italic"/>
<group prefix=" ">
<text variable="volume" font-weight="bold"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page" prefix=", "/>
</group>
</else>
</choose>
<text macro="access" prefix=" "/>
</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.