Where are the instructions for adding dataset to LAAC-LSCP on GIN? #347
-
@alecristia |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hello! You can find procedures for adding new datasets here: https://github.com/LAAC-LSCP/datalad-procedures In your case I recommend using the EL1000 procedure with the following settings: export GIN_ORGANIZATION='LAAC-LSCP'
export CONFIDENTIAL_DATASET=0
datalad create -c el1000 <dataset-name> You will need owner permissions for that on LAAC-LSCP's gin organization |
Beta Was this translation helpful? Give feedback.
-
(Though thinking about it, it would be interesting to know what's in this dataset -- e.g. does it include the audio, or just the annotations?) |
Beta Was this translation helpful? Give feedback.
-
it's a public dataset, Tsay from childes.talkbank.org |
Beta Was this translation helpful? Give feedback.
-
Alright! Well, that should work! |
Beta Was this translation helpful? Give feedback.
Hello!
You can find procedures for adding new datasets here: https://github.com/LAAC-LSCP/datalad-procedures
In your case I recommend using the EL1000 procedure with the following settings:
You will need owner permissions for that on LAAC-LSCP's gin organization