Skip to content
Permalink
Browse files

Update cultural-geographies.csl (#3942)

  • Loading branch information...
POBrien333 authored and rmzelle committed Feb 20, 2019
1 parent 2d27822 commit 836dce68ed0dea420d5e22e2f4d74d291f8521b1
Showing with 26 additions and 5 deletions.
  1. +26 −5 cultural-geographies.csl
@@ -15,7 +15,7 @@
<category field="geography"/>
<issn>1474-4740</issn>
<eissn>1477-0881</eissn>
<updated>2018-06-20T09:01:33+00:00</updated>
<updated>2019-02-19T17:11:15+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">
@@ -123,11 +123,27 @@
</choose>
</macro>
<macro name="locator">
<group delimiter=" ">
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<macro name="locators">
<choose>
<if type="article-journal" match="any">
<group delimiter=" ">
<text variable="container-title"/>
<number text-case="uppercase" variable="volume" form="roman"/>
</group>
</if>
</choose>
</macro>
<macro name="pages">
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</macro>
<citation>
<layout vertical-align="baseline" delimiter="; ">
<choose>
@@ -150,12 +166,17 @@
<text macro="author"/>
<text macro="title-short"/>
<text macro="editor-short"/>
<text macro="locators"/>
</group>
<group delimiter=", " prefix="(" suffix=")">
<text macro="volumes"/>
<text macro="publisher-short"/>
<group delimiter=", ">
<group delimiter=", " prefix="(" suffix=")">
<text macro="volumes"/>
<text macro="publisher-short"/>
</group>
<text macro="pages"/>
</group>
</group>
<text macro="locator" prefix=", "/>
</else>
</choose>
</layout>

0 comments on commit 836dce6

Please sign in to comment.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.