diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-04-04 10:02:07 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-04-04 10:05:32 +0200 |
| commit | dbc80c1a6b5c28befbf7e791665d53de0f22c5f9 (patch) | |
| tree | 094933344aac1973a621facc894fbb013ea48d62 /doc | |
| parent | 836c3c524126718ac90f8d1eda17a3c1ad6ad61e (diff) | |
JATS template: allow multiple licenses to be given.
The `license` metadata field can now be used to set the license of an
article; a list can be used to add multiple license statements.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jats.md | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/doc/jats.md b/doc/jats.md index 9e9ab10fb..ddd6d989d 100644 --- a/doc/jats.md +++ b/doc/jats.md @@ -152,11 +152,13 @@ Metadata Values (if the latter is present). `copyright` -: Licensing and copyright information. This information is +: Copyright and licensing information. This information is rendered via the [`<permissions>`][elem:permissions] element. - The variables `type`, `link`, and `text` should always be used - together. + It is recommended to use the `license` field (described below) + for licensing information. If licensing information is + included below `copyright`, then the variables `type`, `link`, + and `text` should always be used together. `statement` : copyright notice or statement; used as content of the @@ -348,6 +350,27 @@ Metadata Values : place of publication. Used as the content of the [`<publisher-loc>`][elem:publisher-loc] element. +`license` +: Article licensing information. Each item of this field is + rendered as a `<license>` element within the + [`<permissions>`][elem:permissions] element. + + Item content should be either a single paragraph, or a map + with the fields listed below. + + `text` + : inline text describing a license under which the text is + published; included via the + [`<license-p>`][elem:copyright-holder] element. + + `type` + : type of the license; used as value of the + [`license-type`][attr:license-type] attribute. + + `link` + : external link describing the license; used as value of a + `xlink:href` attribute in the `<license>` element. + `notes` : Additional notes concerning the whole article. Added to the article's frontmatter via the [`<notes>`][elem:notes] element. |
