uace-needs-assessment
https://github.com/cred-norton-uarizona/uace-needs-assessment
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.0%) to scientific vocabulary
Keywords
Repository
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
- Releases: 1
Topics
Metadata Files
README.md
uace-needs-assessment
University of Arizona Extension (UACE) undertook a statewide needs assessment process in Fall 2022, led by the Community Research, Evaluation, and Development (CRED) team. The purpose of the needs assessment was to understand community needs and assets across the state as a basis for examining and prioritizing Extension activities to maximize our impact now and into the future. This code produces a Shiny interactive dashboard (https://viz.datascience.arizona.edu/uace-needs-assessment/) that will enable users to look at the results by different filters including sociodemographics, knowledge of and experience with Extension, and how much respondents said they knew about content areas.
Learn more about this project here: https://norton.arizona.edu/uace-needs-assessment-2022
Contributing
This project uses renv for package management.
When opening this repo as an RStudio Project for the first time, renv should automatically install itself and prompt you to run renv::restore() to install all package dependencies.
After installing or upgrading packages, you'll need to run renv::snapshot() to record these version in the lockfile.
This ensures that the published version of the Shiny app is using the same version of R packages as the ones you use locally.
To contribute to this project, please create a new branch for your changes and make a pull request.
One easy way to do this from within R is with the usethis package and the pr_* functions.
pr_init("branch-name") begins a new branch locally, pr_push() helps you create a new pull request, and after it is merged you can use pr_finish() to clean things up.
More about this workflow here.
If you'd like to cite this project, please give credit to the Community Research, Evaluaiton and Development (CRED) Team in UArizona's Norton School of Human Ecology.
UACE Statewide Needs Assessment 2022 Gildersleeve, R., Leih, R., Ewinghill, T., deBlois, M., Avery, D., Tanoue, K.H., Dominguez, V. & Walsh, M. (2023). UA Cooperative Extension Statewide Needs Assessment 2022 | Community Research, Evaluation and Development (CRED) Team in the Norton School of Human Ecology. https://norton.cals.arizona.edu/uace-needs-assessment-2022
If you use this code or want to cite this app, please use this citation. Ewinghill, T., Scott, E.R., & Guo, J.. (2023). Code for "University of Arizona Cooperative Extension Needs Assessment 2022 Dashboard" (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.7931081
Files in the Repository
Within this repository, there are the following folders:
.github
- workflows (for automatic updates to the app)
dashboard
- labels file has the list of survey items
- ui, server, global scripts for the Shiny app
- www folder contains images
- az counties provides the shapefiles for the map on the demographics page
- rsconnect folder links to the location of the dashboard on R Studio Connect for UArizona
data
- .gitignore file
- ArizonaCountyBoundaries.geojson
- labels file has the list of survey items
notes
- Survey for reference and variable names
- bytopicbarchart
- bytopicbarchartplotly
- demographicdonutsplotly
- demographicspage
- example-map
- test-map
- demographicdonuts
- leaflet-chloropleths
- sample-size-indicator
- top20ishbarchart
- selectizeprototype
renv
- library folder
- staging folder
- .gitignore
- activate (R Script)
- settings.json
scripts
- Rhistory
- 01-clean-survey-data
- 02-wrangle-survey-data
Other files include:
.gitignore
.renvignore
.Rhistory
.Rprofile
CITATION.cff
LICENSE
README
renvlock
uace-needs-assessment (R Project)
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: Code for "University of Arizona Cooperative Extension Needs Assessment 2022 Dashboard"
authors:
- family-names: "Ewinghill"
given-names: "Terrace"
- family-names: "Scott"
given-names: "Eric R."
orcid: "https://orcid.org/0000-0002-7430-7879"
- family-names: "Guo"
given-names: "Jessica"
url: https://github.com/cct-datascience/uace-needs-assessment
doi: 10.5281/zenodo.7931081
date-released: 2023-05-12
GitHub Events
Total
- Push event: 3
- Pull request event: 2
Last Year
- Push event: 3
- Pull request event: 2
Dependencies
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-renv v2 composite
- rstudio/actions/connect-publish main composite