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

Page numbers needed in OAI JATS #4675

Open
joemull opened this issue Mar 24, 2025 · 0 comments
Open

Page numbers needed in OAI JATS #4675

joemull opened this issue Mar 24, 2025 · 0 comments

Comments

@joemull
Copy link
Member

joemull commented Mar 24, 2025

User story

An organization that ingests Janeway metadata using the OAI-JATS feed would like page numbers in the data.

Janeway version

1.7.4

Proposed solution

Add page numbers to this metadata template:

Here is similar logic for comparison, from the crossref XML:

{% if first_page or last_page or other_pages %}
<pages>
{% if first_page %}
<first_page>{{ first_page }}</first_page>
{% endif %}
{% if last_page %}
<last_page>{{ last_page }}</last_page>
{% endif %}
{% if other_pages %}
<other_pages>{{ other_pages }}</other_pages>
{% endif %}
</pages>
{% endif %}

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

No branches or pull requests

1 participant