Description
Version 2.4.3.9 adds following enhancements to the texture plugin for OJS 3.3
- Create galley from XML files for JATS XML files
- By galley creation all dependent files are copied to the galley
- By user selection following metada blocks are added or updated to the jats metadata section
- Journal metadata
- Publication history (recieved, accepted and published date )
- published date can be either taken over or modified in the create galley modal
- First page and last page of the article in a volume
<journal-meta>
<journal-id journal-id-type="publisher-id">JPKJPK</journal-id>
<issn pub-type="epub">0378-5955</issn>
<publisher>
<publisher-name>Public Knowledge Project</publisher-name>
</publisher>
</journal-meta>
<history>
<date type="received" iso-8601-date="2022-09-07">
<day>07</day>
<month>09</month>
<year>2022</year>
</date>
<date type="accepted" iso-8601-date="2022-09-12">
<day>12</day>
<month>09</month>
<year>2022</year>
</date>
<date type="published" iso-8601-date="2022-12-11">
<day>11</day>
<month>12</month>
<year>2022</year>
</date>
</history>
<pub-date pub-type="epub">
<day>11</day>
<month>12</month>
<year>2022</year>
<volume>1</volume>
<fpage>1</fpage>
<lpage>2</lpage>
</pub-date>
<history>
- Create the cc-by license block inserted in the journal. Additionally, If a ported cc-by url is added it will be mapped accordingly.
e.g. https://creativecommons.org/licenses/by/3.0/de/deed.en will be mapped to the following block by using the counry codes in OJS.
<permissions>
<copyright-statement>© 2022 The Author(s)</copyright-statement>
<copyright-year>2022</copyright-year>
<license license-type="open-access"
xlink:href="https://creativecommons.org/licenses/by/3.0/de/deed.en" xml:lang="en">
<license-p><inline-graphic
xlink:href="http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by.svg"
/>This work is licensed under a Creative Commons Attribution 3.0 Germany License (CC BY 3.0 DE).</license-p>
</license>
</permissions>