Skip to content

Commit

Permalink
add reference to toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed Oct 24, 2023
1 parent 5897ddc commit 3ce66e8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions R/mod_home.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,31 @@ 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",
"Sampling 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%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
",
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/",
Expand Down

0 comments on commit 3ce66e8

Please sign in to comment.