Permalink
Browse files

Update cultural-geographies.csl (#3556)

  • Loading branch information...
POBrien333 authored and rmzelle committed Jun 22, 2018
1 parent 93dfc6d commit 24433dc242d6a3fff569e538d794519c77b2081b
Showing with 81 additions and 16 deletions.
  1. +81 −16 cultural-geographies.csl
@@ -1,5 +1,5 @@
<?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-GB">
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-GB">
<info>
<title>cultural geographies</title>
<title-short>cg</title-short>
@@ -8,16 +8,21 @@
<link href="http://www.zotero.org/styles/international-journal-of-humanoid-robotics" rel="template"/>
<link href="https://uk.sagepub.com/en-gb/eur/journal/cultural-geographies#submission-guidelines" rel="documentation"/>
<author>
<name>Sebastian Karcher</name>
<name>Patrick O'Brien</name>
<email>obrienpat86@gmail.com</email>
</author>
<category citation-format="numeric"/>
<category citation-format="note"/>
<category field="geography"/>
<issn>1474-4740</issn>
<eissn>1477-0881</eissn>
<updated>2017-06-16T14:14:05+00:00</updated>
<updated>2018-06-20T09:01:33+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">
<terms>
<term name="ibid">op cit.</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name and="text" delimiter-precedes-last="never" initialize-with=". "/>
@@ -34,6 +39,12 @@
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="editor-short">
<names variable="editor">
<label form="short" strip-periods="false" suffix=" "/>
<name and="text" delimiter-precedes-last="never" initialize-with=". "/>
</names>
</macro>
<macro name="year-date">
<choose>
<if variable="issued">
@@ -75,6 +86,13 @@
<text macro="year-date"/>
</group>
</macro>
<macro name="publisher-short">
<group delimiter=", ">
<text variable="publisher-place" form="long"/>
<text variable="publisher" form="long"/>
<text macro="year-date"/>
</group>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
@@ -88,17 +106,62 @@
</else>
</choose>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout delimiter="," vertical-align="sup">
<text variable="citation-number"/>
<macro name="volumes">
<group delimiter=" ">
<number variable="number-of-volumes"/>
<text variable="number-of-volumes"/>
</group>
</macro>
<macro name="title-short">
<choose>
<if type="article article-journal chapter" match="any">
<text variable="title" quotes="true"/>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="locator">
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
</macro>
<citation>
<layout vertical-align="baseline" delimiter="; ">
<choose>
<if match="any" position="subsequent">
<group delimiter=", ">
<text macro="author"/>
<text variable="title-short"/>
<text macro="locator"/>
</group>
</if>
<else-if match="any" position="ibid">
<group delimiter=", ">
<text term="ibid"/>
<text macro="locator"/>
</group>
</else-if>
<else>
<group delimiter=" ">
<group delimiter=", ">
<text macro="author"/>
<text macro="title-short"/>
<text macro="editor-short"/>
</group>
<group delimiter=", " prefix="(" suffix=")">
<text macro="volumes"/>
<text macro="publisher-short"/>
</group>
</group>
</else>
</choose>
</layout>
</citation>
<bibliography entry-spacing="0" second-field-align="flush" et-al-min="31" et-al-use-first="30">
<layout suffix=".">
<text variable="citation-number" suffix=". "/>
<text macro="author" suffix=", "/>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
@@ -131,12 +194,14 @@
</group>
</else-if>
<else-if type="webpage">
<group delimiter=", " suffix=". ">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="year-date"/>
<group delimiter=". ">
<group delimiter=", ">
<text variable="title"/>
<text variable="container-title" font-style="italic"/>
<text macro="year-date"/>
</group>
<text macro="access"/>
</group>
<text macro="access" prefix=". "/>
</else-if>
<else-if type="patent">
<group delimiter=", ">

0 comments on commit 24433dc

Please sign in to comment.