Skip to content
Permalink
Browse files

Update inter-research-science-center.csl (#4123)

  • Loading branch information...
POBrien333 authored and rmzelle committed Jun 4, 2019
1 parent 37741ff commit cccbf223c4ce23bd20619f19a164a68ad9fedb54
Showing with 39 additions and 27 deletions.
  1. +39 −27 inter-research-science-center.csl
@@ -6,26 +6,29 @@
<id>http://www.zotero.org/styles/inter-research-science-center</id>
<link href="http://www.zotero.org/styles/inter-research-science-center" rel="self"/>
<link href="http://www.zotero.org/styles/addiction-biology" rel="template"/>
<link href="https://www.int-res.com/journals/guidelines-for-authors/manuscript-formatting-requirements-and-preparation-tips/" rel="documentation"/>
<link href="https://www.int-res.com/journals/guidelines-for-authors/guidelines-authors/" rel="documentation"/>
<author>
<name>Stefania M Gorgopa</name>
<email>stefania.gorgopa@gmail.com</email>
</author>
<contributor>
<name>Patrick O'Brien</name>
</contributor>
<category citation-format="author-date"/>
<category field="biology"/>
<updated>2019-02-17T00:10:24+00:00</updated>
<updated>2019-05-29T08:06:56+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>
<macro name="editor">
<names variable="editor">
<name and="symbol" sort-separator=" " initialize-with="." delimiter=", " delimiter-precedes-last="never"/>
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="author">
<names variable="author">
<name and="symbol" delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" prefix=" "/>
<name delimiter-precedes-last="never" initialize-with="" name-as-sort-order="all" sort-separator=" "/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -36,7 +39,6 @@
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" initialize-with=". " delimiter=", " delimiter-precedes-last="never"/>
<et-al term="et-al" font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
@@ -48,7 +50,7 @@
<text variable="title" text-case="capitalize-first" font-style="normal"/>
</macro>
<macro name="publisher">
<group delimiter=": ">
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
@@ -71,12 +73,12 @@
</else>
</choose>
</macro>
<citation et-al-min="99" et-al-subsequent-min="3" et-al-use-first="1" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="false" disambiguate-add-givenname="false" collapse="year-suffix" year-suffix-delimiter=" ">
<citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year-suffix" year-suffix-delimiter=" ">
<sort>
<key variable="issued" sort="ascending"/>
<key macro="author-short"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<layout delimiter=", " prefix="(" suffix=")">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date"/>
@@ -89,11 +91,11 @@
<key macro="author"/>
<key variable="title"/>
</sort>
<layout suffix=".">
<layout>
<text macro="author"/>
<choose>
<if match="any" variable="issued">
<date variable="issued" prefix=" (" suffix=")">
<date variable="issued" prefix=" (" suffix=") ">
<date-part name="year"/>
</date>
</if>
@@ -103,19 +105,19 @@
</choose>
<choose>
<if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group delimiter=" " prefix=" ">
<group delimiter=" ">
<group delimiter=", " prefix=" " suffix=".">
<text macro="title" font-style="normal"/>
<text macro="edition"/>
</group>
<group prefix=" " suffix=".">
<group delimiter=" " prefix=" " suffix=".">
<text macro="editor"/>
<text macro="publisher"/>
</group>
<text macro="publisher" prefix=" "/>
</group>
</if>
<else-if type="chapter paper-conference" match="any">
<text macro="title" prefix=" " suffix="." font-style="normal"/>
<text macro="title" font-style="normal" suffix="."/>
<group prefix=" " suffix=" ">
<text term="in" text-case="capitalize-first" suffix=": "/>
<group delimiter=", " suffix=".">
@@ -124,24 +126,34 @@
</group>
<text variable="collection-title" font-style="normal" prefix=" " suffix=","/>
</group>
<text macro="editor" suffix="."/>
<group suffix=".">
<text macro="publisher" prefix=" " suffix="."/>
<group prefix=" " suffix=".">
<label variable="page" suffix=" " form="short"/>
<text macro="editor"/>
<group delimiter=", ">
<text macro="publisher" prefix=" "/>
<group prefix=" ">
<label plural="never" strip-periods="true" suffix=" " variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<text macro="title" prefix=" " suffix=". "/>
<group delimiter=": " suffix=".">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
<group delimiter=". ">
<text macro="title"/>
<group delimiter=" ">
<text variable="URL"/>
<group delimiter=" " prefix=" (" suffix=")">
<text term="accessed" text-case="lowercase"/>
<date form="text" variable="accessed"/>
</group>
</group>
</group>
<group delimiter=" " prefix=" ">
<text term="accessed" text-case="lowercase" prefix="("/>
<date form="text" variable="accessed" suffix=")"/>
</else-if>
<else-if type="thesis" match="any">
<group delimiter=". ">
<text macro="title"/>
<group delimiter=", ">
<text variable="genre"/>
<text macro="publisher"/>
</group>
</group>
</else-if>
<else>

0 comments on commit cccbf22

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