From 3ce66e82f1ff712a6efd87718e7f3a69107ebca2 Mon Sep 17 00:00:00 2001 From: Edouard Date: Tue, 24 Oct 2023 11:54:23 -0500 Subject: [PATCH] add reference to toolkit --- R/mod_home.R | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/R/mod_home.R b/R/mod_home.R index 08c3e5e..7584d3e 100644 --- a/R/mod_home.R +++ b/R/mod_home.R @@ -21,7 +21,7 @@ mod_home_ui <- function(id) { ), br(), ### Then a short explainer - p( "The Result Monitoring Survey (RMS) sampling App complements RMS technical guidances: ", + p( "This ",tags$span("companion app", style = "color:#00B398"), " complements Result Monitoring Survey (RMS) technical guidances: ", tags$a(href="https://intranet.unhcr.org/content/dam/unhcr/intranet/staff%20support/common-good-data-initiatives/rms/main-page/RMS%20design%20and%20implementation%20management%20Guidance.pdf", "Design and Implementation Management Guidance"),", ", tags$a(href="https://intranet.unhcr.org/content/dam/unhcr/intranet/staff%20support/common-good-data-initiatives/rms/toolbox-subpage/2-design-and-collect/RMS%20basic%20sampling%20guidance.pdf", @@ -29,7 +29,7 @@ mod_home_ui <- function(id) { tags$a(href="https://intranet.unhcr.org/content/dam/unhcr/intranet/staff%20support/common-good-data-initiatives/rms/toolbox-subpage/2-design-and-collect/RMS%20sampling%20decision%20tree.pdf", "Sampling Decision Tree"),". The app guides users throught the different decision points to address during the preparation phase, including study design, adequate sampling technique, expected results disaggregation and indicators precision goals. ", - style = "font-size: 20px"), + style = "font-size: 16px"), br(), p( "Building a sampling plan is not a mechanical process and needs back and forth review in order to be optimal. Using information already available from UNHCR Official Statistics for each country, and based on the confirmation of sampling assumptions, this ",tags$span("companion app", style = "color:#00B398"), " will help operations building an initial @@ -37,6 +37,15 @@ mod_home_ui <- function(id) { strong("Methodological Approach Documentation "), "that can then be reviewed by regional DIMA in order to inform the preparation of an RMS survey.", style = "font-size: 16px"), + br(), + p("This app is part of a ",tags$span("comprehensive app toolkit", style = "color:#00B398"), + " to enhance the process of survey implementation through Kobotoolbox. It includes: ", + tags$a(href="https://rstudio.unhcr.org/rmsSampling/", "rmsSampling"), " to help designing sampling strategies, ", + tags$a(href="https://rstudio.unhcr.org/Survey_Designer", "SurveyDesigner"), " to help integrating annual survey needs, ", + tags$a(href="https://rstudio.unhcr.org/XlsFormUtil/", "XlsFormUtil"), " to help reviewing form contextualisation, ", + tags$a(href="https://rstudio.unhcr.org/HighFrequencyChecks/", "HighFrequencyChecks"), " to monitor data collection quality, ", + tags$a(href="https://rstudio.unhcr.org/kobocruncher/", "KoboCruncher"), " to perform rapid data exploration and compile indicators.", + style = "font-size: 12px"), p(tags$i( class = "fa fa-github"), "App built with ", tags$a(href="https://edouard-legoupil.github.io/graveler/",