From e77f172791cd27459a2a6c37c2b62b7ee46c2c93 Mon Sep 17 00:00:00 2001 From: kauedesousa Date: Fri, 25 Feb 2022 19:58:39 +0100 Subject: [PATCH] readme --- .gitignore | 0 README.md | 4 ++-- data/potato.csv | 0 data/sweetpotato.csv | 0 output/potato_map.png | Bin output/potato_tree.png | Bin output/rtb_map.png | Bin output/rtb_map.svg | 0 output/sweetpotato_map.png | Bin output/sweetpotato_tree.png | Bin processing/potato_geo_extrapolation.csv | 0 processing/sweetpotato_geo_extrapolation.csv | 0 scripts/01_select_data.R | 0 scripts/02_sweetpotato.R | 0 scripts/03_potato.R | 0 scripts/04_make_maps.R | 0 scripts/sessioninfo/01_select_data_session_info.txt | 0 scripts/sessioninfo/02_sweetpotato_session_info.txt | 0 scripts/sessioninfo/03_potato_session_info.txt | 0 scripts/sessioninfo/04_makemaps_session_info.txt | 0 tricot-framework-rtb.Rproj | 0 21 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.md mode change 100644 => 100755 data/potato.csv mode change 100644 => 100755 data/sweetpotato.csv mode change 100644 => 100755 output/potato_map.png mode change 100644 => 100755 output/potato_tree.png mode change 100644 => 100755 output/rtb_map.png mode change 100644 => 100755 output/rtb_map.svg mode change 100644 => 100755 output/sweetpotato_map.png mode change 100644 => 100755 output/sweetpotato_tree.png mode change 100644 => 100755 processing/potato_geo_extrapolation.csv mode change 100644 => 100755 processing/sweetpotato_geo_extrapolation.csv mode change 100644 => 100755 scripts/01_select_data.R mode change 100644 => 100755 scripts/02_sweetpotato.R mode change 100644 => 100755 scripts/03_potato.R mode change 100644 => 100755 scripts/04_make_maps.R mode change 100644 => 100755 scripts/sessioninfo/01_select_data_session_info.txt mode change 100644 => 100755 scripts/sessioninfo/02_sweetpotato_session_info.txt mode change 100644 => 100755 scripts/sessioninfo/03_potato_session_info.txt mode change 100644 => 100755 scripts/sessioninfo/04_makemaps_session_info.txt mode change 100644 => 100755 tricot-framework-rtb.Rproj diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e275342..9f2d461 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Code and data used in: "A standardized framework for agile user testing of crop varieties based on experiences with cassava, potato, and sweetpotato" +# Code and data used in: "An agile framework for decentralized on-farm testing supported by citizen science. A review" -Triadic comparisons of technology options (tricot) is a research approach to crowdsource the evaluation of suitable technologies for local conditions based on user preferences. Over 8 years, tricot has been applied for participatory selection of crop varieties in 21 countries, testing 347 varieties/genotypes of 24 crops. Experiments have covered more than 115,000 plots on each of which three varieties were tested. During and following each trial, learning opportunities offer implementers the means to better understand what worked and the challenges faced by project implementers, farmers, and tricot developers. Through this iterative, multi-national, and multi-crop co-learning process, a suite of protocols have been developed and adapted into a standardised framework for ensuring the success of tricot trials. We developed this standardised and functional framework, following testing in Ghana, Nigeria, and Rwanda on sweetpotato, potato, and cassava. The standardised routines facilitate training of staff and farmers, trial set-up, digital data collection, feedback, and rapid result dissemination. It is hoped that this framework will ensure that tricot provides actionable and cost-efficient insights across domains and locations, generated through agile participatory and collaborative approaches. Further, we believe that this framework could form the basis for greater application of participatory science in domains traditionally dominated by expert opinion. +Triadic comparisons of technology options (tricot) is a research approach to crowdsource the evaluation of suitable technologies for local conditions based on user preferences. Over the last 10 years, tricot has been applied for participatory selection of crop varieties in 21 countries, testing 347 varieties/genotypes of 26 crops. Experiments have covered more than 120,000 plots on each of which three varieties were tested. During and following each trial, learning opportunities offer implementers the means to better understand what worked and the challenges faced by project implementers, farmers, and tricot developers. Through this iterative, multi-national, and multi-crop co-learning process, a suite of protocols has been developed and adapted into a standardised framework for ensuring the success of tricot trials. We developed this standardised and functional framework, following testing in 14 countries in Central America, East and West Africa and South Asia. The standardised routines facilitate training of staff and farmers, trial set-up, digital data collection, feedback, and rapid result dissemination. It is hoped that this framework will ensure that tricot provides actionable and cost-efficient insights across domains and locations, generated through agile participatory and collaborative approaches. Further, we believe that this framework could form the basis for greater application of participatory science in domains traditionally dominated by expert opinion. diff --git a/data/potato.csv b/data/potato.csv old mode 100644 new mode 100755 diff --git a/data/sweetpotato.csv b/data/sweetpotato.csv old mode 100644 new mode 100755 diff --git a/output/potato_map.png b/output/potato_map.png old mode 100644 new mode 100755 diff --git a/output/potato_tree.png b/output/potato_tree.png old mode 100644 new mode 100755 diff --git a/output/rtb_map.png b/output/rtb_map.png old mode 100644 new mode 100755 diff --git a/output/rtb_map.svg b/output/rtb_map.svg old mode 100644 new mode 100755 diff --git a/output/sweetpotato_map.png b/output/sweetpotato_map.png old mode 100644 new mode 100755 diff --git a/output/sweetpotato_tree.png b/output/sweetpotato_tree.png old mode 100644 new mode 100755 diff --git a/processing/potato_geo_extrapolation.csv b/processing/potato_geo_extrapolation.csv old mode 100644 new mode 100755 diff --git a/processing/sweetpotato_geo_extrapolation.csv b/processing/sweetpotato_geo_extrapolation.csv old mode 100644 new mode 100755 diff --git a/scripts/01_select_data.R b/scripts/01_select_data.R old mode 100644 new mode 100755 diff --git a/scripts/02_sweetpotato.R b/scripts/02_sweetpotato.R old mode 100644 new mode 100755 diff --git a/scripts/03_potato.R b/scripts/03_potato.R old mode 100644 new mode 100755 diff --git a/scripts/04_make_maps.R b/scripts/04_make_maps.R old mode 100644 new mode 100755 diff --git a/scripts/sessioninfo/01_select_data_session_info.txt b/scripts/sessioninfo/01_select_data_session_info.txt old mode 100644 new mode 100755 diff --git a/scripts/sessioninfo/02_sweetpotato_session_info.txt b/scripts/sessioninfo/02_sweetpotato_session_info.txt old mode 100644 new mode 100755 diff --git a/scripts/sessioninfo/03_potato_session_info.txt b/scripts/sessioninfo/03_potato_session_info.txt old mode 100644 new mode 100755 diff --git a/scripts/sessioninfo/04_makemaps_session_info.txt b/scripts/sessioninfo/04_makemaps_session_info.txt old mode 100644 new mode 100755 diff --git a/tricot-framework-rtb.Rproj b/tricot-framework-rtb.Rproj old mode 100644 new mode 100755