Skip to content

Commit

Permalink
Update r-and-d-management.csl (citation-style-language#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 authored and rmzelle committed Jun 27, 2019
1 parent 1398117 commit 3e3c1b1
Showing 1 changed file with 58 additions and 48 deletions.
106 changes: 58 additions & 48 deletions r-and-d-management.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<issn>0033-6807</issn>
<eissn>1467-9310</eissn>
<summary>Style for the R &amp; D Management Journal.</summary>
<updated>2017-01-06T17:26:43+00:00</updated>
<updated>2019-06-25T14:36:25+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="title">
Expand All @@ -30,8 +30,8 @@
</macro>
<macro name="editor">
<names variable="editor">
<label form="short" suffix=" " text-case="capitalize-first"/>
<name sort-separator=", " initialize-with="" delimiter="; " delimiter-precedes-last="always"/>
<name and="text" delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
<label form="short" prefix=" (" suffix=")"/>
</names>
</macro>
<macro name="collection-title">
Expand Down Expand Up @@ -145,7 +145,10 @@
</choose>
</macro>
<macro name="URL">
<text variable="URL"/>
<group delimiter=": ">
<text term="available at" text-case="capitalize-first"/>
<text variable="URL"/>
</group>
</macro>
<macro name="access">
<date variable="accessed" delimiter=" ">
Expand Down Expand Up @@ -237,22 +240,31 @@
<choose>
<if type="bill book" match="any">
<group delimiter=". ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="title"/>
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="title"/>
</group>
<text macro="translator"/>
<text macro="editor"/>
<text macro="locators"/>
</group>
</if>
<else-if type="chapter">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="title"/>
<group delimiter=". ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="title"/>
</group>
<text macro="container-author" prefix="In "/>
<text term="in" text-case="capitalize-first"/>
<text macro="container-title"/>
<group delimiter=", ">
<group delimiter=": ">
<text term="in" text-case="capitalize-first"/>
<text macro="editor"/>
</group>
<text macro="container-title"/>
</group>
<text macro="translator"/>
<text macro="locators"/>
</group>
Expand Down Expand Up @@ -322,30 +334,31 @@
</choose>
</else-if>
<else-if type="article-journal article-magazine article" match="any">
<text macro="author-short" suffix=". "/>
<text macro="year-date" prefix="(" suffix=") "/>
<group delimiter=" " suffix=". ">
<text macro="title"/>
<text variable="note" prefix="(En " suffix=")" text-case="lowercase"/>
</group>
<group suffix=".">
<text variable="container-title" font-style="italic" suffix=", "/>
<text macro="collection-title" prefix="(Serie " suffix=") "/>
<choose>
<if variable="volume">
<text macro="volume" suffix=", "/>
</if>
<else-if variable="issue">
<text variable="issue" prefix="no."/>
</else-if>
<else>
<date variable="issued">
<date-part name="month" form="short" suffix=". "/>
<date-part name="year"/>
</date>
</else>
</choose>
<text variable="page"/>
<group delimiter=". ">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="year-date" prefix="(" suffix=")"/>
<text macro="title"/>
</group>
<group delimiter=", ">
<text variable="container-title" font-style="italic"/>
<choose>
<if variable="volume">
<text macro="volume"/>
</if>
<else-if variable="issue">
<text variable="issue" prefix="no."/>
</else-if>
<else>
<date variable="issued">
<date-part name="month" form="short" suffix=". "/>
<date-part name="year"/>
</date>
</else>
</choose>
<text variable="page"/>
</group>
<text variable="DOI" prefix="https://doi.org/"/>
</group>
</else-if>
<else-if type="map" match="any">
Expand All @@ -368,7 +381,6 @@
<text macro="year-date" suffix=". "/>
<group suffix=". ">
<text macro="title"/>
<text variable="note" prefix=" (" suffix=")"/>
</group>
<group delimiter=". " suffix=".">
<text macro="editor"/>
Expand All @@ -382,7 +394,7 @@
<text macro="container-title" prefix="(" suffix=")"/>
</group>
</else-if>
<else-if type="webpage personal_communication" match="any">
<else-if type="webpage personal_communication post post-weblog" match="any">
<text macro="author-short" suffix=". "/>
<choose>
<if variable="issued">
Expand All @@ -396,7 +408,7 @@
</date>
</else>
</choose>
<group suffix=". ">
<group>
<text macro="title"/>
<choose>
<if variable="genre URL" match="any">
Expand All @@ -407,13 +419,11 @@
</else>
</choose>
</group>
<text macro="edition" suffix=". "/>
<text variable="publisher-place" suffix=", "/>
<text macro="publisher" suffix=". "/>
<text variable="note" suffix=". "/>
<text macro="access" prefix="Consultado " suffix=". "/>
<text macro="URL" prefix="Disponible en "/>
<text macro="container-title" prefix=" (" suffix="). "/>
<group delimiter=". ">
<text macro="container-title"/>
<text macro="access"/>
<text macro="URL"/>
</group>
</else-if>
<else>
<text macro="author-short" suffix=". "/>
Expand All @@ -425,7 +435,7 @@
<text macro="editor" suffix=". "/>
<text macro="locators" suffix=","/>
<text macro="date" suffix=". "/>
<text variable="page" prefix="Págs. " suffix=". "/>
<text variable="page" suffix=". "/>
<group suffix=". ">
<text macro="publisher"/>
</group>
Expand Down

0 comments on commit 3e3c1b1

Please sign in to comment.