Page tree

Versions Compared

Key

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

...

In the BITS- and JATS- XML, free access is defined by including the <ali:free_to_read>-element in the <permissions>-group. Some examples:

 1. Free access to a specific article or section of a book:

Code Block
languagexml
titlePerpetual free-access
<permissions>
   <copyright-statement>© Koninklijke Brill NV, Leiden, 2021</copyright-statement>
   <copyright-year>2021</copyright-year>
   <copyright-holder>Koninklijke Brill NV incorporates the imprints Brill, Brill Hes & De Graaf, Brill Nijhoff, Brill Rodopi, Brill Sense, Hotei Publishing, mentis Verlag, Verlag Ferdinand Schöningh and Wilhelm Fink Verlag.</copyright-holder>
   <ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"/>
</permissions>

2. Free access to the same content, but now for a certain period:

 Free access to the selected content is limited to the 2nd half year of 2022.

Code Block
languagexml
titleFree-access for a limited period
<permissions>
   <copyright-statement>© Koninklijke Brill NV, Leiden, 2021</copyright-statement>
   <copyright-year>2021</copyright-year>
   <copyright-holder>Koninklijke Brill NV incorporates the imprints Brill, Brill Hes & De Graaf, Brill Nijhoff, Brill Rodopi, Brill Sense, Hotei Publishing, mentis Verlag, Verlag Ferdinand Schöningh and Wilhelm Fink Verlag.</copyright-holder>
   <ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/" start-date="2022-07-01" end-date="2022-12-31"/>
</permissions>

See also

...