License
Capture license information inside 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 a URL for the license. The
allowed values for @license-type
and the
matching@xlink:href
are in the table below:@license-type |
@xlink:href |
---|---|
iop-standard | https://publishingsupport.iopscience.iop.org/iop-standard/v1 |
cc-by | https://creativecommons.org/licenses/by/4.0/ |
cc-by-sa | https://creativecommons.org/licenses/by-sa/4.0/ |
cc-by-nd | https://creativecommons.org/licenses/by-nd/4.0/ |
cc-by-nc | https://creativecommons.org/licenses/by-nc/4.0/ |
cc-by-nc-nd | https://creativecommons.org/licenses/by-nc-nd/4.0/ |
cc-by-nc-sa | https://creativecommons.org/licenses/by-nc-sa/4.0/ |
The <license>
element must contain a child
<license-p>
element describing the license.
If the article has an Open Access license then include the graphic for the license using
a <graphic>
element.
The
<license-p>
must contain a <ext-link>
element which contains:- A
@xlink:href
attribute which matches the@xlink:href
of the parent<license>
element. - A
@ext-link-type
with the value ofuri
.
Standard License Example
<license license-type="iop-standard" xlink:href="https://publishingsupport.iopscience.iop.org/iop-standard/v1"> <license-p> This article is available under the terms of the <ext-link ext-link-type="uri" xlink:href="https://publishingsupport.iopscience.iop.org/iop-standard/v1">IOP-Standard License</ext-link> . </license-p> </license>
Open Access License Example
<license license-type="cc-by" xlink:href="https://creativecommons.org/licenses/by/4.0/"> <license-p> <graphic content-type="print" xlink:href="njpacd8e4license.eps"/> <graphic content-type="online" xlink:href="njpacd8e4license.gif"/> Original content from this work may be used under the terms of the <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 license</ext-link>. Any further distribution of this work must maintain attribution to the author(s) and the title of the work, journal citation and DOI.</license-p> </license>