openlibhums / openlibhums/janeway

Re-include license info for crossref

Open
#5,303 0 comments 0 reactions 1 assignee View on GitHub

@ajrbyers is already working on this.

Since May 6, 2026.

new feature
Dominant language
Python
Stars
238
Forks
97
Avg merge
9d 1h
Merged PRs (30d)
8

Description

When Janeway 1.8 moved to crossref schema 5.4.0, IIC, the "license" has been removed from the crossref_article.xml template.

Please re-include license info for crossref.

Commit was:

https://github.com/openlibhums/janeway/commit/61bc4febaa2844ca7f665599649cca87320f8a86#diff-e5d23f274651da2168032b144415fd992dfd32d17f9adfb59e4d727cd909b075L65

the code was

                {% if article.license %}
                <ai:program name="AccessIndicators">
                    <ai:license_ref>{{ article.license }}</ai:license_ref>
                </ai:program>
                ...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.