Skip to content

Commit

Permalink
Merge pull request #55 from ImperialCollegeLondon/feature/icl-test-data
Browse files Browse the repository at this point in the history
Test Datasets
  • Loading branch information
cc-a authored Jul 29, 2024
2 parents 1cc31d9 + fc39e92 commit e0c5b1e
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 785,728 deletions.
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

0 comments on commit e0c5b1e

Please sign in to comment.