-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
2,988 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
data/breedfides.json → ...emplates/protocols/breedfides_growth.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"@id": "", | ||
"name": "Breedfides", | ||
"name": "Breedfides Growth", | ||
"description": "", | ||
"uri": "", | ||
"version": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
{ | ||
"@id": "", | ||
"name": "Breedfides Phenotyping", | ||
"description": "", | ||
"uri": "", | ||
"version": "", | ||
"parameters": [ | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Heading Date", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Plant Height", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Thousand Grain Weight", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Ear Weight", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Grain Per Ear", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Yield", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Specific Weight", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Grain Hardiness", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Starch Content", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Protein Content", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Sedimentation Test", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Hagberg Falling Number", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
}, | ||
{ | ||
"@id": "", | ||
"comments": [], | ||
"parameterName": { | ||
"@id": "", | ||
"annotationValue": "Zeleny Sedimentation Index", | ||
"termSource" : "", | ||
"termAccession" : "", | ||
"comments" : [] | ||
} | ||
} | ||
], | ||
"components": [], | ||
"comments": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Sample Name,Heading Date,Unit,Plant Height,Unit,Thousand Grain Weight,Unit,Ear Weight,Unit,Grain Per Ear,Unit,Yield,Unit,Specific Weight,Unit,Grain Hardiness,Unit,Starch Content,Unit,Protein Content,Unit,Sedimentation Test,Unit,Hagberg Falling Number,Unit,Zeleny Sedimentation Index,Unit,Assay Name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Material Name,Organism,Observation Unit Type,Variety Name,Variety Reference,Latitude,Longitude,Original Coding,Sample Name,Year,Location,Repetition,Block |
Oops, something went wrong.