Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
227 lines (226 sloc) 7.2 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-US">
<info>
<title>Copernicus Publications</title>
<id>http://www.zotero.org/styles/copernicus-publications</id>
<link href="http://www.zotero.org/styles/copernicus-publications" rel="self"/>
<link href="http://publications.copernicus.org/Copernicus_Publications_Reference_Types.pdf" rel="documentation"/>
<author>
<name>Julian Onions</name>
<email>julian.onions@gmail.com</email>
</author>
<contributor>
<name>Didier Voisin</name>
</contributor>
<category citation-format="author-date"/>
<category field="science"/>
<summary>The Copernicus (EGU) 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=", ">
<label form="verb" suffix=" "/>
<name and="text" initialize-with=". " delimiter=", "/>
</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 sort-separator=", " initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" and="text"/>
<label form="short" prefix=", " text-case="capitalize-first"/>
<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="author-count">
<names variable="author">
<name form="count"/>
<substitute>
<names variable="editor"/>
</substitute>
</names>
</macro>
<macro name="access">
<choose>
<if variable="DOI" match="none">
<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>
</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"/>
</macro>
<macro name="refpages">
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</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 delimiter=" ">
<text term="in"/>
<text variable="container-title"/>
</group>
<group delimiter=" ">
<text term="volume" form="short"/>
<text variable="volume"/>
</group>
<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="100" et-al-use-first="99">
<sort>
<key macro="author" names-min="1" names-use-first="1"/>
<key macro="author-count" names-min="3" names-use-first="3"/>
<key macro="author" names-min="3" names-use-first="1"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
<layout>
<group delimiter=" " suffix=":">
<text macro="author"/>
</group>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text macro="edition"/>
<text macro="editor"/>
<text variable="genre"/>
<text macro="publisher"/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title"/>
<text macro="container"/>
<text macro="refpages"/>
<text macro="publisher"/>
</group>
</else-if>
<else-if type="thesis">
<group delimiter=", " prefix=" " suffix=".">
<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=", " suffix="," prefix=" ">
<text macro="title"/>
<text macro="editor"/>
</group>
<group prefix=" ">
<text variable="container-title" form="short"/>
<group prefix=", " delimiter=", ">
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
<text macro="published-date"/>
</group>
<text macro="pages"/>
<text macro="doi"/>
</group>
</group>
</else>
</choose>
<text prefix=" " macro="access"/>
<text macro="year-date" prefix=", " suffix="."/>
</layout>
</bibliography>
</style>
You can’t perform that action at this time.