Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update instap-academic-press.csl (#4208)

  • Loading branch information
POBrien333 authored and rmzelle committed Jul 19, 2019
1 parent d38ddec commit e92485e61ea07a859c51a76dfed5a5dd58fd20e8
Showing with 11 additions and 19 deletions.
  1. +11 −19 instap-academic-press.csl
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never" default-locale="en-US">
<info>
<title>INSTAP Academic Press</title>
<id>http://www.zotero.org/styles/instap-academic-press</id>
@@ -13,7 +13,7 @@
<category citation-format="author-date"/>
<category field="history"/>
<summary>Reference style for INSTAP manuscripts, based on the 3rd edition (2014) of the guidelines.</summary>
<updated>2018-12-11T10:17:49+00:00</updated>
<updated>2019-07-18T17:31:08+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">
@@ -53,7 +53,7 @@
</macro>
<macro name="container-contributors">
<names variable="editor translator" delimiter=", ">
<name and="text" delimiter-precedes-last="always" initialize-with="."/>
<name and="text" initialize-with="."/>
<label form="short" prefix=", "/>
</names>
</macro>
@@ -77,7 +77,7 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="text" delimiter=", " initialize-with=". "/>
<label form="short" prefix=", "/>
<label form="short" prefix=", " suffix=","/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -106,7 +106,6 @@
<choose>
<if type="thesis" match="any">
<group delimiter=", ">
<text variable="genre"/>
<text variable="publisher"/>
</group>
</if>
@@ -204,7 +203,7 @@
<group delimiter=" ">
<text term="in" font-style="normal" suffix=" "/>
<text variable="container-title" font-style="italic"/>
<text macro="collection" prefix="(" suffix=")"/>
<text macro="collection"/>
</group>
<text macro="container-contributors"/>
</group>
@@ -218,7 +217,7 @@
<text variable="publisher-place"/>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<else-if type="webpage post-weblog post" match="any">
<text variable="container-title" font-style="italic" suffix=","/>
</else-if>
<else>
@@ -227,14 +226,7 @@
</choose>
</macro>
<macro name="citation-locator">
<group delimiter=" ">
<choose>
<if type="chapter" match="any">
<label variable="locator" form="short"/>
</if>
</choose>
<text variable="locator"/>
</group>
<text variable="locator"/>
</macro>
<macro name="page">
<group delimiter=" ">
@@ -247,8 +239,8 @@
<if type="book thesis" match="any">
<group delimiter=" " suffix=", ">
<text variable="title" text-case="title" font-style="italic"/>
<text macro="volumes"/>
<text macro="collection"/>
<text macro="volumes"/>
</group>
</if>
<else-if type="paper-conference" match="any">
@@ -270,12 +262,12 @@
</choose>
</macro>
<macro name="collection">
<group delimiter=", " prefix="(" suffix=")">
<group delimiter=" ">
<group delimiter=" ">
<text variable="volume"/>
<group delimiter=" " prefix="(" suffix=")">
<text variable="collection-title" font-style="italic"/>
<text variable="collection-number"/>
</group>
<text variable="volume"/>
</group>
</macro>
<macro name="volumes">

0 comments on commit e92485e

Please sign in to comment.
You can’t perform that action at this time.