forked from mbruns91/PMD-pyiron_SPARQL_demonstrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
32 lines (30 loc) · 824 Bytes
/
meta.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
30
31
32
{
"workflow_environment":"pyiron",
"title": "pyiron workflow: tensile test",
"authors": [
"Marian Bruns <[email protected]>"
],
"description": "In this workflow, experimental datasets of tensile tests are obtained via sparql queries to a triple store. Then, elastic moduli and Rp0.2 values are calculcated.",
"release": "0.0.2",
"keywords": [
"workflow",
"pyiron",
"ontology",
"sparql",
"experiment",
"tensile_test"
],
"categories":[
"ontology",
"experiment"
],
"steps/codes":[
"step1: Obtaining experimental data and visualization",
"step2: Calculation of the elastic moduli and Rp0.2 values"
],
"license": {
},
"publication": [
],
"logo" : "logo_dark.png"
}