-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zenodo.json
29 lines (29 loc) · 918 Bytes
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"title": "Structured Metadata Engine and Graph Objects Library",
"description": "A C++ library for creating custom dataflow pipelines that are instrumented for serialization. It is designed to make it easy to convert existing processing workflows into repeatable and observable pipelines for the purposes of experimental reporting, reliability, and validation.",
"upload_type": "software",
"license": "other-open",
"creators": [
{
"orcid": "0000-0002-3887-1237",
"affiliation": "University of Kentucky",
"name": "Parker, C. Seth"
}
],
"keywords" : [
"c-plus-plus",
"dataflow"
],
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://gitlab.com/educelab/smgl/",
"relation": "isSupplementTo"
},
{
"scheme": "url",
"identifier": "https://github.com/educelab/smgl/",
"relation": "isSupplementTo"
}
]
}