No description
  • Python 89.2%
  • Makefile 10.8%
Find a file
2025-12-02 13:51:00 +01:00
.datalad [DATALAD] new dataset 2025-11-20 12:25:08 +01:00
code unannex code 2025-11-20 13:37:39 +01:00
docs update merge schema 2025-11-26 14:53:44 +01:00
imports [DATALAD] Added subdataset 2025-11-21 08:37:12 +01:00
records move XYZGrant-local.json XYZGrant-local.json 2025-12-02 13:51:00 +01:00
.gitattributes [DATALAD] exclude paths from annex'ing 2025-11-20 13:36:12 +01:00
.gitignore don't use annex, ignore IDE files 2025-11-20 12:27:12 +01:00
.gitmodules [DATALAD] Added subdataset 2025-11-21 08:37:12 +01:00
.noannex don't use annex, ignore IDE files 2025-11-20 12:27:12 +01:00
Makefile fix Makefile 2025-11-26 18:27:34 +01:00
README.md update Makefile, delete empty JSONl file 2025-11-26 15:07:17 +01:00

Records for pool.psychoinformatics.de

This is to a large degree a copy of the content in https://hub.datalad.org/edu/pool.v0.edu.datalad.org-knowledge.git with some additional records.

pool.psychoinformatics.de uses the schema: https://concepts.datalad.org/s/demo-rse-group/unreleased

Example upload

The following command will upload all JSON records in the JSONL files matching records/XYZPerson-*.jsonl to https://pool.psychoinformatics.de/api/public/curated/record/XYZPerson:

export CURATOR_TOKEN=<token> make upload-XYZPerson

To upload to a different server set the environment variable BASE_URL to the URL without the trailing /<class_name>, for example:

export BASE_URL='https://www.example.com/public/curated/record'
export CURATOR_TOKEN=<token>
make upload-XYZPerson

would upload the records in all files matching records/XYZPerson-*.jsonl to https://www.example.com/public/curated/record/XYZPerson.