Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Texture crossref reference support and create galley support for OJS 3.3 #111

Merged
merged 6 commits into from
Sep 13, 2022

Conversation

withanage
Copy link
Member

@withanage withanage commented Sep 7, 2022

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>
<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>

Demo

Peek_2022-09-12_16-05.mp4

Milestone

Issues

@withanage withanage added this to the 2.4.3.9 milestone Sep 7, 2022
@withanage withanage self-assigned this Sep 8, 2022
@withanage withanage merged commit e758e24 into pkp:stable-3_3_0 Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant