User-Documentation
The user has the following responsibilities:
- Fill the prefilled metadata config file
- Execute the gather script to create the metadata json
- Get the API key from the dataverse instance
- Execute the upload_to_dataverse script to upload the data to dataverse.
1. Fill the prefilled metadata config file
Example of a prefilled metadata config file:
e.g.
contact:
-
name: @literal Max Mustermann
givenName: @echo $USER
familyName:
address:
affiliation:
name:
-
name: @literal John Smith
givenName: @@echo $USER
familyName:
address:
affiliation:
name:
2. Execute the gather script to create the metadata json
- ToDo
3. Get the API key from the dataverse instance
See here.
4. Execute the upload_to_dataverse script to upload the data to dataverse.
- ToDo