Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transfer training_sample.csv along with other sample fields #710

Merged
merged 4 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading