New style: Earth and Planetary Science Letters

I'm writing a paper for EPSL and I'm using Zotero for the first time for citations and the reference list. Since there is no CSL for EPSL I decided to try and create one. It is a different style from typical Elsevier journals, and it is not fully described on the EPSL website:

http://www.elsevier.com/wps/find/journaldescription.cws_home/503328/authorinstructions

This is only a first attempt, and will only correctly format journal articles and book chapters (the only references I am citing so far), not books or anything else.


<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
<info>
<title>Earth and Planetary Science Letters</title>
<id>http://www.elsevier.com/wps/find/journaldescription.cws_home/503328/authorinstructions</id>;
<link href=""/>
<author>
<name>Brad De Gregorio</name>
<email>brad.degregorio@gmail.com</email>
</author>
<category term="geology"/>
<category term="author-date"/>
<updated>2008-12-09T13:58:04-05:00</updated>
</info>

<macro name="author-bibliography">
<names variable="author">
<name sort-separator=", " initialize-with=". " delimiter=", " form="long" delimiter-precedes-last="always" name-as-sort-order="all"/>
</names>
<substitute>
<names variable="editor"/>
</substitute>
</macro>
<macro name="author-citation">
<names variable="author">
<name form="short" and="text" sort-separator=", " name-as-sort-order="all"/>
</names>
</macro>
<macro name="year-date">
<date variable="issued">
<date-part name="year"/>
</date>
</macro>
<macro name="title">
<text variable="title"/>
</macro>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name initialize-with=". " delimiter-precedes-last="always" sort-separator=", " name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=".)" text-case="capitalize-first"/>
</names>
</macro>
<macro name="publisher">
<text variable="publisher"/>
</macro>
<macro name="publisher-place">
<text variable="publisher-place"/>
</macro>
<macro name="volume">
<text variable="volume"/>
</macro>
<macro name="page">
<text variable="page"/>
</macro>
<macro name="container-title">
<text variable="container-title" form="short"/>
</macro>
<macro name="series-title">
<text variable="collection-title"/>
</macro>

<citation>
<option name="et-al-min" value="3"/>
<option name="et-al-use-first" value="1"/>
<option name="et-al-subsequent-min" value="3"/>
<option name="et-al-subsequent-use-first" value="1"/>
<option name="disambiguate-add-year-suffix" value="true"/>
<option name="collapse" value="year-suffix"/>
<sort>
<key macro="year-date"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter="; ">
<group delimiter=", ">
<text macro="author-citation"/>
<text macro="year-date"/>
</group>
<text variable="locator"/>
</group>
</layout>
</citation>
<bibliography>
<option name="hanging-indent" value="true"/>
<sort>
<key macro="author-bibliography"/>
<key macro="year-date"/>
</sort>
<layout>
<text macro="author-bibliography" suffix=", "/>
<text macro="year-date" suffix=". "/>
<text macro="title"/>
<choose>
<if type="chapter">
<group prefix=", in: ">
<text macro="editor" suffix=", "/>
<text macro="container-title"/>
<text macro="series-title" prefix=", "/>
<text macro="volume" prefix=" "/>
<text macro="publisher" prefix=". " suffix=", "/>
<text macro="publisher-place" suffix=", "/>
<text macro="page" prefix="pp. " suffix="."/>
</group>
</if>
<else>
<text macro="container-title" prefix=". " suffix=" "/>
<text macro="volume" suffix=", "/>
<text macro="page" suffix="."/>
</else>
</choose>
</layout>
</bibliography>
</style>
Sign In or Register to comment.