Skip to content

Commit

Permalink
Update journal-of-glaciology.csl (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jan 23, 2021
1 parent c6a94c9 commit a96a61e
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions journal-of-glaciology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
<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>
<title-short>JOG</title-short>
<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"/>
<link href="https://www.cambridge.org/core/journals/journal-of-glaciology/information" rel="documentation"/>
<link href="https://www.cambridge.org/core/services/aop-file-manager/file/5b431f1d2c1c7a5063243b24/jglac-instructionsforauthors-11Apr2019.pdf" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="science"/>
<issn>0022-1430</issn>
<updated>2012-10-18T22:38:43+00:00</updated>
<summary>Style for JOG as per the guidelines from 11 April 2019.</summary>
<updated>2021-01-18T12:19:06+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">
Expand All @@ -37,6 +43,7 @@
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" sort-separator=" " and="text" initialize-with="" delimiter=", " delimiter-precedes-last="never"/>
<et-al term="and others"/>
<label form="short" prefix=" "/>
<substitute>
<names variable="editor"/>
Expand All @@ -60,7 +67,7 @@
<group>
<choose>
<if variable="DOI" match="any">
<text variable="DOI" prefix="(doi:" suffix=")"/>
<text variable="DOI" prefix="doi:"/>
</if>
<else>
<choose>
Expand All @@ -82,16 +89,7 @@
</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>
<text variable="container-title" font-style="italic"/>
</macro>
<citation collapse="year-suffix" et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true">
<sort>
Expand All @@ -108,13 +106,13 @@
</group>
</layout>
</citation>
<bibliography hanging-indent="true">
<bibliography et-al-min="7" et-al-use-first="1" hanging-indent="true">
<sort>
<key macro="author-short"/>
<key variable="issued"/>
<key macro="author-short" names-min="3"/>
<key variable="issued" sort="descending"/>
</sort>
<layout>
<text macro="author"/>
<layout suffix=".">
<text macro="author" font-weight="bold"/>
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
Expand Down Expand Up @@ -163,7 +161,7 @@
</group>
</else>
</choose>
<text macro="access" prefix=" "/>
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>

0 comments on commit a96a61e

Please sign in to comment.