<?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">
  <info>
    <title>R&amp;D Management</title>
    <id>http://www.zotero.org/styles/r-and-d-management</id>
    <link href="http://www.zotero.org/styles/r-and-d-management" rel="self"/>
    <link href="http://www.zotero.org/styles/iica-catie" rel="template"/>
    <link href="http://onlinelibrary.wiley.com/journal/10.1111/(ISSN)1467-9310/homepage/ForAuthors.html" rel="documentation"/>
    <author>
      <name>Patrick O'Brien</name>
      <email>obrienpat86@gmail.com</email>
    </author>
    <category citation-format="author-date"/>
    <category field="humanities"/>
    <issn>0033-6807</issn>
    <eissn>1467-9310</eissn>
    <summary>Style for the R &amp; D Management Journal.</summary>
    <updated>2019-12-04T05:05:06+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">
    <choose>
      <if type="bill book graphic legal_case motion_picture report song" match="any">
        <text variable="title" text-case="capitalize-first" font-style="italic"/>
      </if>
      <else>
        <text variable="title"/>
      </else>
    </choose>
  </macro>
  <macro name="editor">
    <names variable="editor">
      <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">
    <text variable="collection-title"/>
  </macro>
  <macro name="container-title">
    <choose>
      <if type="paper-conference" match="any">
        <text variable="container-title" suffix=". "/>
        <text value=" Anais... " font-weight="bold"/>
      </if>
      <else>
        <text variable="container-title"/>
      </else>
    </choose>
  </macro>
  <macro name="translator">
    <names variable="translator">
      <label form="short" suffix=". " text-case="capitalize-first"/>
      <name sort-separator=", " initialize-with="" delimiter="; " delimiter-precedes-last="always"/>
    </names>
  </macro>
  <macro name="container-author">
    <names variable="container-author">
      <name sort-separator=", " initialize-with="" name-as-sort-order="all" delimiter="; " delimiter-precedes-last="always"/>
      <label form="short" prefix=". "/>
    </names>
  </macro>
  <macro name="locators">
    <choose>
      <if type="article-journal article-magazine article-newspaper" match="any">
        <group delimiter=", ">
          <group>
            <choose>
              <if variable="volume">
                <text macro="volume" prefix="Año " suffix=", "/>
              </if>
              <else>
                <text value="s.d. "/>
              </else>
            </choose>
            <text variable="issue" prefix="N° "/>
          </group>
        </group>
      </if>
      <else-if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
        <text macro="edition" suffix=" "/>
        <group delimiter=": " suffix=".">
          <choose>
            <if variable="publisher-place">
              <text macro="publisher-place"/>
            </if>
            <else>
              <text value="s.l."/>
            </else>
          </choose>
          <choose>
            <if variable="publisher">
              <text macro="publisher"/>
            </if>
            <else>
              <text value="s.e."/>
            </else>
          </choose>
          <group>
            <choose>
              <if variable="volume">
                <text macro="volume" prefix="v."/>
              </if>
              <else>
                <text variable="number-of-volumes" suffix=" v."/>
              </else>
            </choose>
          </group>
          <group>
            <choose>
              <if variable="page">
                <label suffix=" " variable="page" form="short"/>
                <text variable="page"/>
              </if>
            </choose>
          </group>
          <group delimiter=", " prefix="(" suffix=").">
            <text variable="collection-title"/>
            <text variable="collection-number" prefix="no. "/>
          </group>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="number-of-pages">
    <text variable="number-of-pages"/>
  </macro>
  <macro name="publisher">
    <text variable="publisher"/>
    <choose>
      <if variable="publisher"/>
      <else>
        <text value="s.e."/>
      </else>
    </choose>
  </macro>
  <macro name="publisher-place">
    <choose>
      <if variable="publisher-place">
        <text variable="publisher-place" text-case="capitalize-first"/>
      </if>
      <else>
        <text value="s.l."/>
      </else>
    </choose>
  </macro>
  <macro name="URL">
    <group delimiter=": ">
      <text term="available at" text-case="capitalize-first"/>
      <text variable="URL"/>
    </group>
  </macro>
  <macro name="access">
    <date variable="accessed" delimiter=" ">
      <date-part name="day"/>
      <date-part name="month" form="short"/>
      <date-part name="year"/>
    </date>
  </macro>
  <macro name="edition">
    <choose>
      <if is-numeric="edition">
        <number variable="edition" form="numeric" suffix=" ed."/>
      </if>
      <else>
        <text variable="edition"/>
      </else>
    </choose>
  </macro>
  <macro name="volume">
    <text variable="volume" font-weight="bold"/>
  </macro>
  <macro name="author-short">
    <names variable="author">
      <name delimiter-precedes-last="always" initialize-with="." name-as-sort-order="all"/>
      <label form="short" prefix=". "/>
      <substitute>
        <names variable="editor" suffix=" ed."/>
        <text variable="title"/>
      </substitute>
    </names>
  </macro>
  <macro name="date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="month"/>
        </date>
      </if>
      <else>
        <text value="s.f."/>
      </else>
    </choose>
  </macro>
  <macro name="year-date">
    <choose>
      <if variable="issued">
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </if>
      <else>
        <text value="n.d."/>
      </else>
    </choose>
  </macro>
  <macro name="author-citation">
    <names variable="author">
      <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=". "/>
    </names>
  </macro>
  <citation et-al-min="3" et-al-use-first="1" disambiguate-add-year-suffix="true" collapse="year">
    <sort>
      <key variable="issued" sort="ascending"/>
    </sort>
    <layout delimiter="; " prefix="(" suffix=")">
      <group delimiter=": ">
        <group delimiter=", ">
          <choose>
            <if variable="author">
              <text macro="author-citation"/>
            </if>
            <else>
              <text macro="title"/>
            </else>
          </choose>
          <text macro="year-date"/>
        </group>
        <text variable="locator"/>
      </group>
    </layout>
  </citation>
  <bibliography subsequent-author-substitute="_____">
    <sort>
      <key macro="author-short"/>
      <key macro="year-date" sort="ascending"/>
      <key macro="title"/>
    </sort>
    <layout>
      <choose>
        <if type="bill book" match="any">
          <group delimiter=". ">
            <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=". ">
            <group delimiter=" ">
              <text macro="author-short"/>
              <text macro="year-date" prefix="(" suffix=")"/>
              <text macro="title"/>
            </group>
            <text macro="container-author" prefix="In "/>
            <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>
        </else-if>
        <else-if type="thesis">
          <text macro="author-short" suffix=". "/>
          <text macro="year-date" suffix=". "/>
          <text macro="title" suffix=". "/>
          <text variable="genre" suffix=". "/>
          <text variable="page" prefix="Págs. " suffix=". "/>
          <text macro="publisher-place" suffix=", "/>
          <text macro="publisher" suffix=". "/>
          <text macro="number-of-pages" suffix=" p."/>
        </else-if>
        <else-if type="article-newspaper">
          <text macro="author-short" suffix=". "/>
          <text macro="year-date" suffix=". "/>
          <text macro="title" suffix=". "/>
          <group suffix=". ">
            <group delimiter=", ">
              <text macro="container-title"/>
              <text macro="publisher-place"/>
              <text macro="publisher"/>
              <date variable="issued">
                <date-part name="month" form="short" suffix=". "/>
                <date-part name="day"/>
              </date>
            </group>
            <text variable="page" prefix=":"/>
          </group>
        </else-if>
        <else-if type="speech report paper-conference" match="any">
          <choose>
            <if variable="event">
              <text variable="event" suffix=". "/>
              <group delimiter=", " prefix="(" suffix="). ">
                <text macro="volume"/>
                <text macro="year-date"/>
                <text macro="publisher-place"/>
              </group>
              <text macro="year-date" suffix=". "/>
              <text macro="title" suffix=". "/>
              <text macro="author-short" prefix="Ed. " suffix=". "/>
              <text macro="publisher-place" suffix=", "/>
              <text macro="publisher" suffix=". "/>
              <group delimiter=", " suffix=". ">
                <text macro="volume" prefix="v."/>
                <text variable="page" suffix=" p"/>
              </group>
            </if>
            <else>
              <text macro="title"/>
              <group delimiter=", " prefix=" (" suffix="). ">
                <text macro="volume"/>
                <text macro="year-date"/>
                <text macro="publisher-place"/>
              </group>
              <text macro="year-date" suffix=". "/>
              <text macro="author-short" prefix="Ed. " suffix=". "/>
              <text macro="publisher-place" suffix=", "/>
              <text macro="publisher" suffix=". "/>
              <group delimiter=", " suffix=". ">
                <text macro="volume" prefix="v."/>
                <text variable="page" suffix=" p"/>
              </group>
            </else>
          </choose>
        </else-if>
        <else-if type="article-journal article-magazine article" match="any">
          <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">
          <group delimiter=". ">
            <text macro="author-short"/>
            <text macro="year-date"/>
            <text macro="title"/>
            <text macro="edition"/>
            <text variable="page" prefix="Págs. "/>
            <group delimiter=", ">
              <text macro="publisher-place"/>
              <text macro="publisher"/>
            </group>
            <text variable="scale"/>
            <text macro="number-of-pages" suffix=" p."/>
          </group>
        </else-if>
        <else-if type="song motion_picture broadcast musical_score graphic" match="any">
          <text macro="author-short" suffix=". "/>
          <text macro="year-date" suffix=". "/>
          <group suffix=". ">
            <text macro="title"/>
          </group>
          <group delimiter=". " suffix=".">
            <text macro="editor"/>
            <text macro="edition"/>
            <group delimiter=", ">
              <text variable="publisher-place"/>
              <text macro="publisher"/>
            </group>
            <text variable="medium" text-case="capitalize-first"/>
            <text macro="collection-title" prefix="(" suffix=")"/>
            <text macro="container-title" prefix="(" suffix=")"/>
          </group>
        </else-if>
        <else-if type="webpage personal_communication post post-weblog" match="any">
          <text macro="author-short" suffix=". "/>
          <choose>
            <if variable="issued">
              <date variable="issued" suffix=". ">
                <date-part name="year"/>
              </date>
            </if>
            <else>
              <date variable="accessed" suffix=". ">
                <date-part name="year"/>
              </date>
            </else>
          </choose>
          <group>
            <text macro="title"/>
            <choose>
              <if variable="genre URL" match="any">
                <text variable="genre" prefix=" (" suffix=")"/>
              </if>
              <else>
                <text value=" (en línea)"/>
              </else>
            </choose>
          </group>
          <group delimiter=". ">
            <text macro="container-title"/>
            <text macro="access"/>
            <text macro="URL"/>
          </group>
        </else-if>
        <else>
          <text macro="author-short" suffix=". "/>
          <text macro="year-date" prefix="(" suffix=")"/>
          <text macro="title" prefix=" &quot;" suffix="&quot;."/>
          <group prefix=" " delimiter=" ">
            <text term="in" text-case="capitalize-first"/>
            <text variable="container-title" font-style="italic" suffix=". "/>
            <text macro="editor" suffix=". "/>
            <text macro="locators" suffix=","/>
            <text macro="date" suffix=". "/>
            <text variable="page" suffix=". "/>
            <group suffix=". ">
              <text macro="publisher"/>
            </group>
          </group>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>
