Skip to content

Commit

Permalink
Update the-geological-society-of-london.csl (JabRef#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxineAtGeolsoc committed May 1, 2020
1 parent 93ca354 commit 873fc9e
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions the-geological-society-of-london.csl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
<author>
<name>Sebastian Karcher</name>
</author>
<contributor>
<name>Maxine Smith</name>
</contributor>
<category citation-format="author-date"/>
<category field="geography"/>
<summary>Parent style for the Journals published by The Geological Society (London); details taken from sample</summary>
<updated>2012-09-27T22:06:38+00:00</updated>
<category field="geology"/>
<summary>Parent style for the Journals and Books published by The Geological Society (London); details provided by publisher</summary>
<updated>2020-04-29T02:37:31+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-GB">
Expand All @@ -25,13 +28,13 @@
</locale>
<macro name="editor">
<names variable="editor" delimiter=", ">
<name and="symbol" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all" delimiter-precedes-last="never"/>
<name and="text" initialize-with=". " delimiter=", " sort-separator=", " name-as-sort-order="all" delimiter-precedes-last="never"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with="." delimiter-precedes-last="never" delimiter=", "/>
<label form="short" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
Expand All @@ -50,7 +53,7 @@
</macro>
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " delimiter-precedes-last="never"/>
<name form="short" and="text" delimiter=", " delimiter-precedes-last="never"/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
Expand Down Expand Up @@ -82,16 +85,12 @@
<macro name="publisher">
<choose>
<if type="thesis" match="none">
<group delimiter=", ">
<text variable="publisher-place"/>
<text variable="publisher"/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="number" font-weight="bold"/>
</group>
<text variable="collection-title"/>
<text variable="collection-number" font-weight="bold"/>
<group delimiter=" ">
<text variable="genre"/>
<text variable="number" font-weight="bold"/>
</group>
<text variable="collection-title"/>
<text variable="collection-number" font-weight="bold"/>
</if>
</choose>
</macro>
Expand Down

0 comments on commit 873fc9e

Please sign in to comment.