<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" page-range-format="minimal-two" default-locale="en-US">
  <info>
    <title>Current Gene Therapy</title>
    <id>http://www.zotero.org/styles/current-gene-therapy</id>
    <link href="http://www.zotero.org/styles/current-gene-therapy" rel="self"/>
    <link href="http://www.zotero.org/styles/ucl-university-college-vancouver" rel="template"/>
    <link href="http://benthamscience.com/journals/current-gene-therapy/author-guidelines/#top" rel="documentation"/>
    <author>
      <name>Patrick O'Brien, PhD</name>
      <email>obrienpat86@gmail.com</email>
    </author>
    <category citation-format="numeric"/>
    <issn>1566-5232</issn>
    <eissn>1875-5631</eissn>
    <updated>2020-08-20T12:14:42+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="accessed">cited</term>
    </terms>
  </locale>
  <macro name="page">
    <choose>
      <if is-numeric="locator">
        <label variable="locator" form="short" suffix=" "/>
        <text variable="locator"/>
      </if>
      <else>
        <text variable="locator"/>
      </else>
    </choose>
  </macro>
  <macro name="author">
    <choose>
      <if type="legislation"/>
      <else-if type="entry-encyclopedia" variable="author" match="all">
        <names variable="author">
          <name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
        </names>
      </else-if>
      <else-if variable="author editor composer" match="any">
        <names variable="author">
          <name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
          <label prefix=", "/>
          <substitute>
            <names variable="editor"/>
            <names variable="composer"/>
          </substitute>
        </names>
      </else-if>
    </choose>
  </macro>
  <macro name="title">
    <choose>
      <if type="entry-dictionary entry-encyclopedia" match="any">
        <choose>
          <if variable="author">
            <text variable="title"/>
          </if>
        </choose>
      </if>
      <else-if type="book" match="any">
        <text variable="title" suffix=","/>
      </else-if>
      <else-if type="post-weblog" match="none">
        <text variable="title"/>
      </else-if>
    </choose>
  </macro>
  <macro name="editor-container">
    <group delimiter=": ">
      <text term="in" text-case="capitalize-first"/>
      <group delimiter=". ">
        <names variable="editor">
          <name name-as-sort-order="all" sort-separator=" " initialize-with=""/>
          <label form="short" text-case="capitalize-first" prefix=", "/>
        </names>
        <text variable="container-title"/>
      </group>
    </group>
  </macro>
  <macro name="container-title">
    <choose>
      <if type="article-journal">
        <choose>
          <if variable="container-title-short">
            <text variable="container-title-short" strip-periods="true"/>
          </if>
          <else>
            <text variable="container-title"/>
          </else>
        </choose>
      </if>
      <else-if type="entry-encyclopedia" variable="author">
        <text macro="editor-container"/>
      </else-if>
      <else-if type="chapter">
        <text macro="editor-container"/>
      </else-if>
      <else-if type="patent" match="any">
        <text variable="authority" suffix=" "/>
        <text variable="number" suffix=","/>
      </else-if>
      <else>
        <text variable="container-title" suffix=" "/>
        <text macro="year"/>
        <text term="online" text-case="capitalize-first" prefix="[" suffix="]"/>
      </else>
    </choose>
  </macro>
  <macro name="material">
    <choose>
      <if type="report">
        <text macro="online" prefix=" [" suffix="]"/>
      </if>
      <else-if type="thesis" variable="genre">
        <group delimiter=", ">
          <text variable="genre" prefix="[" suffix="]"/>
          <text macro="online" prefix="[" suffix="]"/>
        </group>
      </else-if>
      <else-if variable="medium">
        <group delimiter=", ">
          <text variable="medium" prefix="[" suffix="]"/>
          <text macro="online" prefix="[" suffix="]"/>
        </group>
      </else-if>
      <else>
        <text macro="online" prefix=" [" suffix="]"/>
      </else>
    </choose>
  </macro>
  <macro name="online">
    <choose>
      <if variable="URL">
        <choose>
          <if type="legislation bill" match="any"/>
        </choose>
      </if>
    </choose>
  </macro>
  <macro name="edition">
    <group delimiter=" ">
      <choose>
        <if is-numeric="edition">
          <number variable="edition" form="ordinal"/>
          <text term="edition" form="short"/>
        </if>
        <else>
          <text variable="edition"/>
        </else>
      </choose>
    </group>
  </macro>
  <macro name="city">
    <text variable="publisher-place"/>
  </macro>
  <macro name="publisher">
    <text variable="publisher"/>
  </macro>
  <macro name="year">
    <choose>
      <if type="legislation bill patent" match="any">
        <date form="text" variable="issued">
          <date-part name="year"/>
          <date-part name="month" form="short"/>
          <date-part name="day"/>
        </date>
      </if>
      <else-if type="article-newspaper broadcast" match="any">
        <date variable="issued" delimiter=" ">
          <date-part name="year"/>
          <date-part name="month" form="short"/>
          <date-part name="day"/>
        </date>
      </else-if>
      <else-if type="chapter article-journal" match="any">
        <date variable="issued" suffix=";">
          <date-part name="year"/>
        </date>
      </else-if>
      <else>
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </else>
    </choose>
  </macro>
  <macro name="accessed">
    <choose>
      <if type="legislation bill" match="any"/>
      <else-if variable="URL">
        <group delimiter=" " prefix="[" suffix="].">
          <text term="accessed"/>
          <date delimiter=" " variable="accessed">
            <date-part name="year"/>
          </date>
        </group>
      </else-if>
    </choose>
  </macro>
  <macro name="entry">
    <choose>
      <if type="entry-encyclopedia">
        <choose>
          <if variable="author"/>
          <else>
            <text variable="title"/>
          </else>
        </choose>
      </if>
      <else-if type="post-weblog">
        <text variable="title" suffix=";"/>
      </else-if>
    </choose>
  </macro>
  <macro name="locator">
    <choose>
      <if type="article-journal article-magazine" match="any">
        <group delimiter=":">
          <group>
            <text variable="volume"/>
            <text variable="issue" prefix="(" suffix=")"/>
          </group>
          <text variable="page"/>
        </group>
      </if>
      <else-if type="article-newspaper">
        <group delimiter=":">
          <text variable="section"/>
          <text variable="page"/>
        </group>
      </else-if>
      <else-if type="chapter entry-dictionary entry-encyclopedia" match="any">
        <group delimiter=" " suffix=", ">
          <text term="book" form="short"/>
          <text variable="volume"/>
        </group>
        <group delimiter=" ">
          <label variable="page" form="short"/>
          <text variable="page"/>
        </group>
      </else-if>
      <else-if type="legislation">
        <number variable="volume"/>
        <date variable="issued" prefix=" af " delimiter="/">
          <date-part name="day" form="numeric-leading-zeros"/>
          <date-part name="month" form="numeric-leading-zeros"/>
          <date-part name="year"/>
        </date>
      </else-if>
      <else-if type="bill">
        <number variable="number"/>
        <date variable="issued" prefix=". " delimiter="/">
          <date-part name="day" form="numeric-leading-zeros"/>
          <date-part name="month" form="numeric-leading-zeros"/>
          <date-part name="year"/>
        </date>
      </else-if>
    </choose>
  </macro>
  <macro name="url">
    <choose>
      <if type="legislation bill" match="none">
        <group delimiter=": ">
          <text term="available at" text-case="capitalize-first"/>
          <text variable="URL" text-decoration="none"/>
        </group>
      </if>
    </choose>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout prefix="[" suffix="]" delimiter=", ">
      <text variable="citation-number"/>
      <text macro="page" prefix=", "/>
    </layout>
  </citation>
  <bibliography et-al-min="4" et-al-use-first="3" second-field-align="flush">
    <layout>
      <text variable="citation-number" prefix="[" suffix="]"/>
      <group delimiter=" " suffix=".">
        <group delimiter=" ">
          <group delimiter=". ">
            <text macro="author"/>
            <text macro="title"/>
            <text macro="container-title"/>
          </group>
          <text macro="material"/>
        </group>
        <text macro="edition"/>
        <group delimiter=" ">
          <group delimiter=": ">
            <choose>
              <if type="book">
                <text macro="publisher"/>
                <text macro="city"/>
              </if>
              <else>
                <text macro="publisher"/>
                <text macro="city"/>
              </else>
            </choose>
          </group>
          <group delimiter=" ">
            <group delimiter=". ">
              <text macro="year"/>
              <text macro="entry"/>
            </group>
          </group>
          <text macro="locator"/>
        </group>
        <choose>
          <if type="webpage post-weblog" match="any">
            <text macro="accessed"/>
            <text macro="url"/>
          </if>
        </choose>
      </group>
    </layout>
  </bibliography>
</style>
