Skip to content

Commit

Permalink
Local project tutorial up to Assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Apr 14, 2020
1 parent 38cf560 commit ec74ee0
Show file tree
Hide file tree
Showing 43 changed files with 1,889 additions and 9 deletions.
618 changes: 618 additions & 0 deletions source/_static/concepts.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/_static/examples/drug-trial/drug-trial.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/_static/examples/fireworks/fireworks.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Silent Fireworks",
"type": "project",
"description": "Determining whether recipe A or B is quieter."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:55:55",
"type": "recipe",
"name": "Recipe A",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"recipe": "a"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 1",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "1"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 2",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "2"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:55:55",
"type": "recipe",
"name": "Recipe B",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"recipe": "b"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 1",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "1"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 2",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "2"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,125
2,130
3,127
4,133
5,124
6,131
7,125
8,128
9,125
10,126
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,122
2,127
3,124
4,121
5,126
6,125
7,122
8,124
9,123
10,122
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,90
2,95
3,96
4,97
5,92
6,93
7,98
8,101
9,95
10,96
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,92
2,93
3,97
4,90
5,94
6,95
7,92
8,94
9,95
10,93
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Silent Fireworks",
"type": "project",
"description": "Determining whether recipe A or B is quieter."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:55:55",
"type": "recipe",
"name": "Recipe A",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"recipe": "a"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 1",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "1"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"_id": null,
"created": "2020-04-14T20:07:42",
"type": "noise-data",
"name": "Noise Data",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {},
"file": "data.csv",
"parent": null,
"creator": null,
"creator_type": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,125
2,130
3,127
4,133
5,124
6,131
7,125
8,128
9,125
10,126
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 2",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "2"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"_id": null,
"created": "2020-04-14T20:07:42",
"type": "noise-data",
"name": "Noise Data",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {},
"file": "data.csv",
"parent": null,
"creator": null,
"creator_type": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,122
2,127
3,124
4,121
5,126
6,125
7,122
8,124
9,123
10,122
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:55:55",
"type": "recipe",
"name": "Recipe B",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"recipe": "b"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 1",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "1"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"_id": null,
"created": "2020-04-14T20:07:42",
"type": "noise-data",
"name": "Noise Data",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {},
"file": "data.csv",
"parent": null,
"creator": null,
"creator_type": null
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Trial,Volume [dB]
1,90
2,95
3,96
4,97
5,92
6,93
7,98
8,101
9,95
10,96
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"_id": null,
"created": "2020-04-14T09:57:22",
"type": "batch",
"name": "Batch 2",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {
"batch": "2"
},
"parent": null,
"children": [],
"assets": [],
"scripts": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"_id": null,
"created": "2020-04-14T20:07:42",
"type": "noise-data",
"name": "Noise Data",
"description": null,
"roles": [],
"tags": [],
"notes": [],
"metadata": {},
"file": "data.csv",
"parent": null,
"creator": null,
"creator_type": null
}

0 comments on commit ec74ee0

Please sign in to comment.