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

doi-service must process "relatedItems" in json #417

Open
rsjoyner opened this issue Sep 27, 2023 · 0 comments
Open

doi-service must process "relatedItems" in json #417

rsjoyner opened this issue Sep 27, 2023 · 0 comments

Comments

@rsjoyner
Copy link

Checked for duplicates

No - I haven't checked

🐛 Describe the bug

See the 2 JSON files (with TXT extension because a file with JSON extension cannot be uploaded here).
The input JSON file was processed BUT the snipped was not proceed. is a new construct in the DataCite schema.
See the "results" JSON file for the results of processing the input JSON.

        "relatedItems": {
            "relatedItem": {
                "relationType": "IsPublishedIn",
                "relatedItemType": "Journal",
                "relatedItemIdentifier": {
                    "relatedItemIdentifierType": "DOI",
                    "#text": "10.3847/PSJ/aced50"
                },
                "titles": {"title": "R.G. French, D. Souami, Earth-based Stellar Occultation Predictions for Jupiter, Saturn, Uranus, Neptune, Titan, and Triton: 2023–2050 "},
                "publicationYear": 2023
            }
        },

The above JSON snipped should have been included the resulting DOI metadata.

activate_REVIEW_RINGS_annex_french23_occult_edit.txt
result_activate_no_review_RINGS_annex_french23.txt

🕵️ Expected behavior

I expected the doi-service to process the input JSON and include the JSON in the resulting output JSON (i.e., the output JSON should have included the in the DOI metadata).

📜 To Reproduce

...

🖥 Environment Info

  • Version of this software [e.g. vX.Y.Z]
  • Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
    ...

📚 Version of Software Used

No response

🩺 Test Data / Additional context

No response

🦄 Related requirements

🦄 #xyz

⚙️ Engineering Details

No response

@rsjoyner rsjoyner added bug Something isn't working needs:triage labels Sep 27, 2023
@tloubrieu-jpl tloubrieu-jpl added B14.1 task and removed bug Something isn't working needs:triage labels Nov 10, 2023
@tloubrieu-jpl tloubrieu-jpl changed the title doi-service does not process "relatedItems" in json doi-service must process "relatedItems" in json Nov 10, 2023
@github-project-automation github-project-automation bot moved this to Release Backlog in EN Portfolio Backlog Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ToDo
Development

No branches or pull requests

3 participants