Skip to content
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
220 lines (219 sloc) 7.25 KB
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" default-locale="en-US" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>Earth Surface Processes and Landforms</title>
<id>http://www.zotero.org/styles/earth-surface-processes-and-landforms</id>
<link href="http://www.zotero.org/styles/earth-surface-processes-and-landforms" rel="self"/>
<link href="http://www.zotero.org/styles/elsevier-harvard2" rel="template"/>
<link href="http://onlinelibrary.wiley.com/journal/10.1002/(ISSN)1096-9837/homepage/ForAuthors.html" rel="documentation"/>
<author>
<name>Matthias Benjamin Siewert</name>
<email>msiewert@uni-bonn.de</email>
</author>
<category citation-format="author-date"/>
<category field="geology"/>
<category field="geography"/>
<issn>0197-9337</issn>
<eissn>1096-9837</eissn>
<summary>British Society for Geomorphology generic style</summary>
<updated>2012-09-27T22:06:38+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 and="text" initialize-with="" sort-separator=" " delimiter=", " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
</names>
</macro>
<macro name="anon">
<text term="anonymous" form="short" text-case="capitalize-first" strip-periods="true"/>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " delimiter=", " form="long" delimiter-precedes-last="always" initialize-with=""/>
<label form="short" prefix=" (" suffix=")" strip-periods="true"/>
<substitute>
<names variable="editor"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<text macro="anon"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="URL">
<text term="online" prefix="[" suffix="]"/>
<text value=" Available from: "/>
<text variable="URL"/>
<group prefix=" (" delimiter=" " suffix=")">
<text term="accessed" text-case="capitalize-first"/>
<date variable="accessed">
<date-part name="day" suffix=" "/>
<date-part name="month" suffix=" "/>
<date-part name="year"/>
</date>
</group>
</if>
</choose>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
<date variable="issued">
<date-part name="year"/>
</date>
</if>
<else>
<text term="no date" form="short"/>
</else>
</choose>
</macro>
<macro name="published-date">
<choose>
<if type="article-newspaper">
<date variable="issued">
<date-part name="day" form="ordinal" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</if>
</choose>
</macro>
<macro name="pages">
<text variable="page" suffix="."/>
</macro>
<macro name="refpages">
<text variable="page" suffix="."/>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short"/>
</group>
</if>
<else>
<text variable="edition" suffix="."/>
</else>
</choose>
</macro>
<macro name="doi">
<text variable="DOI" prefix="DOI: "/>
</macro>
<macro name="container">
<group delimiter=" ">
<group>
<text term="in" text-case="capitalize-first" suffix=" "/>
</group>
<text variable="container-title" suffix=" , "/>
<text macro="editor"/>
</group>
</macro>
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
<sort>
<key macro="author"/>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=", ">
<text macro="author-short"/>
<text macro="year-date"/>
</group>
<text variable="locator" prefix="p."/>
</group>
</layout>
</citation>
<bibliography et-al-min="11" et-al-use-first="1">
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout>
<group delimiter=". " suffix=".">
<text macro="author"/>
<text macro="year-date"/>
</group>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=". " prefix=" ">
<text macro="title" suffix=" "/>
<text macro="edition"/>
<text macro="editor"/>
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="paper-conference">
<group delimiter=". " prefix=" ">
<text macro="title"/>
<text variable="event" prefix="presented at the "/>
<text variable="event-place"/>
<text variable="page" suffix=" pp."/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</group>
</else-if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=" " prefix=" ">
<text macro="title" suffix="."/>
<text macro="container" suffix="."/>
<text macro="publisher" suffix=";"/>
<text macro="refpages"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" ">
<text macro="title"/>
<text variable="genre"/>
<text variable="page" suffix=" pp."/>
<text macro="publisher"/>
<date variable="issued">
<date-part name="day" suffix=" "/>
<date-part name="month" form="long"/>
</date>
</group>
</else-if>
<else>
<group delimiter=". " prefix=" ">
<text macro="title"/>
<text macro="editor"/>
</group>
<group prefix=". ">
<text variable="container-title"/>
<group prefix=" " delimiter=" ">
<group>
<text variable="volume" font-weight="bold"/>
<text macro="published-date"/>
</group>
<text macro="pages" prefix=" : "/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access"/>
</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.