https://github.com/cct-datascience/afs_database_code_fork
Interactive data viewer for the AFS standardized fish database
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 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 (14.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Interactive data viewer for the AFS standardized fish database
Basic Info
- Host: GitHub
- Owner: cct-datascience
- License: bsd-2-clause
- Language: R
- Default Branch: main
- Size: 1.23 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of cct-datascience/AFS_database_code
Created over 3 years ago
· Last pushed almost 3 years ago
https://github.com/cct-datascience/AFS_database_code_fork/blob/main/
[](https://zenodo.org/badge/latestdoi/581326973) # AFS Standard Fish Data App The primary purpose of this application is to display data collected across North America on fish species, using a standardized collection approach and resulting comparable metrics by AFS. Additionally, users can upload their own data to compare to the provided standardized data. Link to the deployed app: [https://viz.datascience.arizona.edu/afs-standard-fish-data/](https://viz.datascience.arizona.edu/afs-standard-fish-data/) ### Repository file organization **Dashboard** - `app/app.R`: file that generates dashboard showing standardized fish data and allows user to upload data to compare - `app/Test_results_full_012723.csv`: standardized fish data file - `app/R/functions.R`: functions to calculate three metrics of interest - `app/www/AFS_sponsor_3.png`: image file with sponsor logo displayed on dashboard "About" page **Data prep** - `app/process_user_data.Rmd`: generates example user upload data (`user_example.csv`) shown in app; shows development of metric calculations - `app/user_example.csv`: example user upload data - `app/download_map_data.R`: code to download the [EPA Ecoregions](https://www.epa.gov/eco-research/ecoregions) data used in app map - `analysis_scripts`: folder with scripts to prepare standardized data; newer version of this is in `app/R/functions.R` - `input_examples`: folder containing additional user upload example datasets **Package versions & dependences** - `renv` folder - `renv.lock` - `.Rprofile` **Repository metadata** - `.gitignore` - `AFS_database_code.Rproj` - `LICENSE` - `README.md` - `CITATION.cff` ### How to cite Please use the citation below if you use or modify this tool for research purposes. > Tracy, E., Guo, J., Riemer, K., & Bonar, S. (2023). Code for "AFS Standard Fish Data App" (Version 1.0.0) [Computer software]. https://doi.org/10.5281/zenodo.8169922 ### How to contribute If you would like to suggest or make changes to this app, there are a few ways to do so. You can reach out via email to [Scott Bonar](mailto:SBonar@ag.arizona.edu) or the [CCT Data Science team](mailto:cct-datascience@arizona.edu) with suggestions.You can also create an issue describing a problem with the code or improvements. Because this is a forked repo, issues need to be made in the [upstream repo](https://github.com/erinetracy/AFS_database_code) under the "Issues" tab. If you can make changes to the code yourself, feel free to fork this repo and make a pull request. To run the code locally, it is necessary to download the ecoregions map data by running `app/download_map_data.R` and have access to the standardized fish records location data file `app/Lat_long_AFSshiny_012023.csv`. Package versions and dependencies are tracked with `renv`.
Owner
- Name: CCT Data Science
- Login: cct-datascience
- Kind: organization
- Email: cct-datascience@arizona.edu
- Location: United States of America
- Website: datascience.cals.arizona.edu
- Twitter: cct_datascience
- Repositories: 29
- Profile: https://github.com/cct-datascience