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

Test Datasets #55

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ data/.minio.sys

# Celery
celerybeat-schedule

# test datasets
test_data/10.14469_hpc_*
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,15 @@ Note that overriding settings by environment variable still works.
The default configuration is suitable for development. A production oriented settings
file is also provided in `ic_data_repo.config.production`.

## Test Data

Instructions for accessing and working with realistic test data records are provided in
the [test_data directory].

[configuration approach]: https://inveniordm.docs.cern.ch/install/configuration/
[getting started]: #getting-started
[invenio-cli]: https://github.com/inveniosoftware/invenio-cli
[pre-commit]: https://pre-commit.com/
[pytest-flask]: https://pytest-flask.readthedocs.io/en/latest/
[pytest-invenio]: https://pytest-invenio.readthedocs.io/en/latest/
[test_data directory]: ./test_data/README.md
14 changes: 7 additions & 7 deletions app_data/vocabularies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ subjects:
# pid-type: lng
# data-file: vocabularies/languages.yaml
# TODO: Uncoment this if you want to have all affiliations with ROR identifiers.
# affiliations:
# pid-type: aff
# schemes:
# - id: ROR
# name: Research Organization Registry
# uri: "https://ror.org/"
# data-file: vocabularies/affiliations_ror.yaml
affiliations:
pid-type: aff
data-file: vocabularies/affiliations_ror.yaml
schemes:
- id: ROR
name: Research Organization Registry
uri: "https://ror.org/"
Loading
Loading