Skip to content

Commit

Permalink
#367 add zenodo entity handler workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 6, 2023
1 parent 80be5db commit 1cbfe10
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions inst/extdata/workflows/config_metadata_zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"profile": {
"id": "my-workflow",
"name": "My workflow",
"project": "Test geoflow project",
"organization": "My organization",
"logos": [
"https://via.placeholder.com/300x150.png/09f/fff?text=geoflow"
],
"mode": "entity"
},
"metadata": {
"entities": [
{
"handler": "zenodo",
"source": "conceptdoi:\"10.5072/zenodo.1243458\""
}
],
"contacts" : []
},
"software": [
{
"id": "my-zenodo",
"type": "output",
"software_type": "zenodo",
"parameters": {
"url": "https://sandbox.zenodo.org/api",
"token": "{{ ZENODO_SANDBOX_TOKEN }}",
"logger": "DEBUG"
}
}
],
"actions": []
}

0 comments on commit 1cbfe10

Please sign in to comment.