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

Include /codeBook/stdyDscr/citation/holdings/@URI to oai_ddi25 metadata #26

Closed
cessda-bitbucket-importer opened this issue May 13, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request major
Milestone

Comments

@cessda-bitbucket-importer
Copy link
Contributor

Original report on BitBucket by Toni Sissala (GitHub: toni-sissala).


Reporting on behalf of Katja Moilanen (FSD).

BY-COVID portal requires "The original link of the dataset in the provider’s web service, it should be a universal URL that can be used to find the original data". CDC uses DDI-C field /codeBook/stdyDscr/citation/holdings/@‌URI for this purpose (it is mandatory field), but it is missing from the CESSDA metadata aggregator. Would it be possible to have /codeBook/stdyDscr/citation/holdings/@‌URI in aggregator, once the field is mandatory for CDC and it is needed for BY-COVID project?

@cessda-bitbucket-importer
Copy link
Contributor Author

Original comment by Toni Sissala (GitHub: toni-sissala).


Should be pretty straightforward since this element is included in oai_ddi25.xml template at Kuha. For some reason the source attribute (Study.study_uris) is is not included in AggOAIDDI25MetadataFormat._record_fields. See https://github.com/cessda/cessda.cdc.aggregator.oai-pmh-repo-handler/blob/main/cdcagg_oai/metadataformats.py#lines-569

@cessda-bitbucket-importer
Copy link
Contributor Author

Original comment by Toni Sissala (GitHub: toni-sissala).


Other missing fields:

  • data_kind
  • document_titles

@cessda-bitbucket-importer
Copy link
Contributor Author

Original comment by Toni Sissala (GitHub: toni-sissala).


Merged in bugfix/26-missing-fields-in-oai-ddi25-metadata (pull request #30)

  • Prepare 0.2.1 release

Add todays date to 0.2.1 changelog entry.

  • Fixes for oai_ddi25 & oai_dc metadatas

Include fields that are supported by Kuha OAI-PMH Repo Handler for
oai_ddi25 metadata: Study.document_titles, Study.data_kinds,
Study.study_uris.

Fixes #26 at BB.

Render subject in oai_dc metadata regardless if the study.keyword does not have a value. This gets fixed by requiring Kuha OAI-PMH Repo Handler 1.0.1.

Fixes #27 at BB.

Fix nested lists in previous changelog entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request major
Projects
None yet
Development

No branches or pull requests

2 participants