Skip to content

Commit

Permalink
Merge pull request #710 from PhenoApps/transfer_training_sample
Browse files Browse the repository at this point in the history
transfer training_sample.csv along with other sample fields
  • Loading branch information
trife authored Aug 15, 2023
2 parents c34c0e6 + e9791d2 commit 37a468b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/assets/field_import/training_sample.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plot_id,row,column,plot,replicate,germplasm_name,pedigree
plot_id,row,column,plot,replicate,germplasm,pedigree
23TRN010_0101,1,1,0101,1,Barrie,"BW429, CPSR1//CNR17/3/NI98133/SALWIN"
23TRN010_0102,1,2,0102,1,Oahe,Ransom/SD96240-3-1
23TRN010_0103,1,3,0103,1,Jet,MS Chancellor/SD004072
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class StorageDefinerFragment: PhenoLibStorageDefinerFragment() {
AssetSample("field_import", "field_sample2.csv") to R.string.dir_field_import,
AssetSample("field_import", "field_sample3.csv") to R.string.dir_field_import,
AssetSample("field_import", "rtk_sample.csv") to R.string.dir_field_import,
AssetSample("field_import", "training_sample.csv") to R.string.dir_field_import,
AssetSample("trait", "trait_sample.trt") to R.string.dir_trait,
AssetSample("trait", "severity.txt") to R.string.dir_trait,
AssetSample("database", "sample.db") to R.string.dir_database,
Expand Down
Binary file added docs/source/_static/images/training_field.png
Loading
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 docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contents
brapi
datagrid
geonav
training-resources

.. toctree::
:maxdepth: 2
Expand Down
12 changes: 12 additions & 0 deletions docs/source/training-resources.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Training Resources
==================
In addition to this documentation, we have created training materials that can be used to introduce Field Book to breeders and technicians. These materials are also useful for bringing existing users up-to-speed with new features. This `training presentation <https://docs.google.com/presentation/d/1Milb9mO_LNtLmgo4AQYH7nQ-9E428gGv/edit?usp=sharing&ouid=109819954855460677835&rtpof=true&sd=true>`_ introduces Field Book's core features and key settings with accompanying excercises.

The exercises in the the training slides are based on the `training_sample.csv` field file which is copied into the field_import directory on install and is imported as part training.

.. figure:: /_static/images/training_field.png
:width: 100%
:align: center
:alt: Training field layout

The training sample field in exercise 3

0 comments on commit 37a468b

Please sign in to comment.