2020-06-30 12:56:50 +02:00
|
|
|
{
|
|
|
|
"title": "Publish Data",
|
2020-07-09 15:31:47 +02:00
|
|
|
"description": "Highlight the important features of your data set to make it more discoverable and catch the interest of data consumers.",
|
|
|
|
"form": {
|
|
|
|
"title": "Publish",
|
|
|
|
"data": [
|
|
|
|
{
|
|
|
|
"name": "name",
|
|
|
|
"label": "Title",
|
|
|
|
"placeholder": "e.g. Shapes of Desert Plants",
|
|
|
|
"help": "Enter a concise title.",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "files",
|
|
|
|
"label": "Files",
|
|
|
|
"placeholder": "e.g. https://file.com/file.json",
|
|
|
|
"help": "Please provide a URL to your data set file.",
|
2020-07-10 12:09:43 +02:00
|
|
|
"type": "files",
|
2020-07-09 15:31:47 +02:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "description",
|
|
|
|
"label": "Description",
|
|
|
|
"help": "Add a thorough description with as much detail as possible.",
|
|
|
|
"type": "textarea",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "access",
|
|
|
|
"label": "Access Type",
|
2020-07-16 14:23:54 +02:00
|
|
|
"help": "Choose how you want your files to be accessible for the specified price.",
|
2020-07-09 15:31:47 +02:00
|
|
|
"type": "select",
|
|
|
|
"options": ["Download", "Compute"],
|
|
|
|
"required": true
|
|
|
|
},
|
2020-07-16 14:23:54 +02:00
|
|
|
{
|
|
|
|
"name": "cost",
|
|
|
|
"label": "Price",
|
|
|
|
"help": "Set your price for accessing this data set in Ocean Tokens.",
|
|
|
|
"type": "price",
|
|
|
|
"min": 1,
|
|
|
|
"required": true
|
|
|
|
},
|
2020-07-09 15:31:47 +02:00
|
|
|
{
|
|
|
|
"name": "author",
|
|
|
|
"label": "Author",
|
|
|
|
"placeholder": "e.g. Jelly McJellyfish",
|
|
|
|
"help": "Give proper attribution for your data set.",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "copyrightHolder",
|
|
|
|
"label": "Copyright Holder",
|
2020-07-09 18:08:13 +02:00
|
|
|
"placeholder": "e.g. Marine Institute of Jellyfish"
|
2020-07-09 15:31:47 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "tags",
|
|
|
|
"label": "Tags",
|
|
|
|
"placeholder": "e.g. logistics, ai",
|
2020-07-09 18:08:13 +02:00
|
|
|
"help": "Separate tags with comma."
|
2020-07-09 15:31:47 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "license",
|
|
|
|
"label": "License",
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
|
|
|
"Public Domain",
|
|
|
|
"PDDL: Public Domain Dedication and License",
|
|
|
|
"ODC-By: Attribution License",
|
|
|
|
"ODC-ODbL: Open Database License",
|
|
|
|
"CDLA-Sharing: Community Data License Agreement",
|
|
|
|
"CDLA-Permissive: Community Data License Agreement",
|
|
|
|
"CC0: Public Domain Dedication",
|
|
|
|
"CC BY: Attribution 4.0 International",
|
|
|
|
"CC BY-SA: Attribution-ShareAlike 4.0 International",
|
|
|
|
"CC BY-ND: Attribution-NoDerivatives 4.0 International",
|
|
|
|
"CC BY-NC: Attribution-NonCommercial 4.0 International",
|
|
|
|
"CC BY-NC-SA: Attribution-NonCommercial-ShareAlike 4.0 International",
|
|
|
|
"CC BY-NC-ND: Attribution-NonCommercial-NoDerivatives 4.0 International",
|
|
|
|
"No License Specified"
|
|
|
|
],
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "termsAndConditions",
|
|
|
|
"label": "Terms & Conditions",
|
2020-07-17 15:06:28 +02:00
|
|
|
"type": "terms",
|
2020-07-09 15:31:47 +02:00
|
|
|
"options": ["I agree to these Terms and Conditions"],
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"success": "Asset Created!"
|
|
|
|
}
|
2020-06-30 12:56:50 +02:00
|
|
|
}
|