Figures with Third Party Copyright

Identify third party copyright content for figures within a <permissions> element child of the relevant <fig>.

For simple copyright capture, put the copyright year and the copyright holder in the <copyright-year> and <copyright-holder> child elements of the <permissions> element.

If a specific license (such as a creative commons license) is indicated, then capture the details in a <license> element. The <license> element must contain a @license-type attribute indicating the type of license along with a matching @xlink:href attribute which contains the relevant URL for the license. The <license> element must also contain a <license-p> element containing a descriptive text for the license.

Copyright Example

<fig id="mafaa8d0df2" position="float">
  <label>Figure 2.</label>
  <caption id="mafaa8d0dfc2">
    <p>Chemical structure and absorption spectra of pseudoisocyanine dye (PIC) as the
    prime example of J-aggregate. The concentration-dependent formation of
    J-aggregates is evident from the appearance and growth of narrow band at 573 nm
    with the increase of dye concentration in 0.2 M NaCl aqueous solution: (1)
    2 × 10<sup>−4</sup> M; (2) 5 × 10<sup>−4</sup> M; (3) 7 × 10<sup>−4</sup> M;
    (4) 10<sup>−3</sup> M [<xref ref-type="bibr" rid="mafaa8d0dbib25">25</xref>]. Note
    that on the growth of J-band, the spectral features of monomer (M) and H-type
    dimer (D) do not disappear. (Reprinted from [<xref ref-type="bibr" rid="mafaa8d0dbib25">25</xref>]. Copyright (2006), with permission from
  Elsevier.)</p>
  </caption>
  <graphic content-type="print" id="mafaa8d0df2_eps" xlink:href="mafaa8d0df2.eps"/>
  <graphic content-type="online" id="mafaa8d0df2_lr" xlink:href="mafaa8d0df2_lr.jpg"/>
  <graphic content-type="high" id="mafaa8d0df2_hr" xlink:href="mafaa8d0df2_hr.jpg"/>
  <permissions>
    <copyright-year>2006</copyright-year>
    <copyright-holder>Elsevier</copyright-holder>                 
  </permissions>   
</fig>

OA License Example

<fig id="mafaa8d0df17" position="float">
  <label>Figure 17.</label>
  <caption id="mafaa8d0dfc17">
    <p>Chemical structures of dynamic near-IR fluorogenic probes based on J-aggregate
    disassembly induced emission of Cy5 dye for selective target analyte detection
    and for the application in no-wash live cell imaging of cell surface proteins
    [<xref ref-type="bibr" rid="mafaa8d0dbib263">263</xref>]. Dyes 1 and 2 are
    for detection of carbonic anhydrase, 3 for SNAP-tag protein, 4 is for fructose.
    (Reproduced from [<xref ref-type="bibr" rid="mafaa8d0dbib263">263</xref>]. CC
  BY 3.0.)</p>
  </caption>
  <graphic content-type="print" id="mafaa8d0df17_eps" xlink:href="mafaa8d0df17.eps"/>
  <graphic content-type="online" id="mafaa8d0df17_lr" xlink:href="mafaa8d0df17_lr.jpg"/>
  <graphic content-type="high" id="mafaa8d0df17_hr" xlink:href="mafaa8d0df17_hr.jpg"/>
  <permissions>
    <license license-type="cc-by" xlink:href="https://creativecommons.org/licenses/by/3.0/">
      <license-p><ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</ext-link></license-p>
    </license>
  </permissions>   
</fig>