Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open access to an article or chapter is specified in the <permissions>-group in the XML. relevant Relevant elements are:

  • <copyright-statement>
  • <copyright-year>
  • <copyright-holder> - in general the name of the author(s)
  • <license> - to specify the  type of open access license in the attributes @license-type, @xlink:href and @xlink:title. (see table below for the values)
  • <license-p> - A textual description of the license information

The following table specified the values for the attributes in the <license>-element and the text for the <license-p> element.

xlink:titlelicense-typexlink:href<license-p>
CC-BYopen-accesshttps://creativecommons.org/licenses/by/4.0/This is an open access article distributed under the terms of the CC BY 4.0 license.
CC-BY-NCopen-accesshttps://creativecommons.org/licenses/by-nc/4.0/This is an open access article distributed under the terms of the CC BY-NC 4.0 license.
CC-BY-NCNDopen-accesshttps://creativecommons.org/licenses/by-nc-nd/4.0/This is an open access article distributed under the terms of the CC BY-NCND 4.0 license.


Code Block
languagexml
titleAn example of the <permissions>-group
<permissions>
	<copyright-statement>Copyright 2021 by Shigeko Okamoto</copyright-statement>
	<copyright-year>2021</copyright-year>
	<copyright-holder>Shigeko Okamoto</copyright-holder>
	<license license-type="open-access" xlink:href="https://creativecommons.org/licenses/by/4.0/" xlink:title="CC-BY">
		<license-p>This is an open access article distributed under the terms of the CC BY 4.0 license.</license-p>
	</license>
</permissions>