Skip to content

Commit

Permalink
Update economic-geology.csl (#6128)
Browse files Browse the repository at this point in the history
fix minor issues identified while revising style as per this issue: citation-style-language/styles#6123
  • Loading branch information
POBrien333 authored Aug 24, 2022
1 parent 0adcd30 commit ef34543
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions economic-geology.csl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link href="http://www.zotero.org/styles/economic-geology" rel="self"/>
<link href="http://www.zotero.org/styles/american-journal-of-science" rel="template"/>
<link href="http://www.editorialmanager.com/seg/default.aspx" rel="documentation"/>
<link href="https://www.segweb.org//pdf/publications/economic-geology/Instructions-to-Authors.pdf" rel="documentation"/>
<author>
<name>Patrick O'Brien, PhD</name>
<email>obrienpat86@gmail.com</email>
Expand All @@ -14,7 +15,7 @@
<category field="geology"/>
<issn>0361-0128</issn>
<eissn>1554-0774</eissn>
<updated>2018-02-19T15:05:37+00:00</updated>
<updated>2022-07-06T08:50:29+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>
<locale xml:lang="en">
Expand All @@ -24,13 +25,13 @@
</locale>
<macro name="editor-translator">
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<name and="symbol" initialize-with="."/>
<label form="short" prefix=", " text-case="capitalize-first"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-last="always" initialize-with=". " name-as-sort-order="all"/>
<name and="text" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=", "/>
<substitute>
<names variable="editor"/>
Expand Down Expand Up @@ -155,7 +156,7 @@
<group prefix=", ">
<text term="in"/>
<names variable="editor translator" prefix=" " suffix="," delimiter=", ">
<name and="text" initialize-with=". " name-as-sort-order="all"/>
<name and="text" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" "/>
</names>
<text variable="event" prefix=" " suffix=" &#8211;"/>
Expand Down Expand Up @@ -203,6 +204,10 @@
<label variable="volume" form="short"/>
<text variable="volume"/>
</group>
<group delimiter=" ">
<label variable="issue" form="short"/>
<text variable="issue"/>
</group>
<group delimiter=" ">
<label plural="never" variable="page" form="short"/>
<text variable="page"/>
Expand Down

0 comments on commit ef34543

Please sign in to comment.