Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.8%) to scientific vocabulary
Keywords
fisheries-management
management-strategy-evaluation
mse
r-shiny
Last synced: 9 months ago
·
JSON representation
Repository
Slick Decision Analysis
Basic Info
- Host: GitHub
- Owner: Blue-Matter
- Language: R
- Default Branch: master
- Homepage: https://slick.bluematterscience.com/
- Size: 777 MB
Statistics
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
- Releases: 0
Topics
fisheries-management
management-strategy-evaluation
mse
r-shiny
Created over 5 years ago
· Last pushed 9 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Slick
[](https://github.com/Blue-Matter/Slick/actions/workflows/R-CMD-check.yaml)
## Overview
`Slick` is an R package designed for visualizing and exploring results of a Management Strategy Evaluation (MSE).
MSE involves using closed-loop simulation testing to evaluate and compare the expected performance of alternative management methods, often call **Management Procedures (MPs)**, across different hypotheses of the historical and future fishery dynamics, referred to as **Operating Models (OMs)**. The results of an MSE are reported in a set of **Performance Indicators (PIs)**, quantitative measures of the management objectives of fishery stakeholders, managers, and other decision-makers.
`Slick` allows MSE developers and analysts to prepare their MSE results in a standardized data structure, easily generate publication quality figures and tables, and present and explore the MSE results in an interactive application.
## Installation
`Slick` can be installed from CRAN:
```r
install.packages('Slick')
```
The development version can be installed from Github:
```r
# install.packages('pak')
pak::pkg_install('blue-matter/Slick')
library(Slick)
```
## The Slick object
To use `Slick`, the results of an MSE must be available in a Slick data object. The Slick App includes several example data objects. See the [Developer's Guide](https://slick.bluematterscience.com/articles/DevelopersGuide.html) for documentation on creating a Slick Data object for your MSE results.
## The Slick App
The Slick App has been designed for interactively examining the MSE results contained within a Slick data object.
The App allows for the simultaneous presentation of various performance metrics and can account for uncertainty in the states of nature. Slick is interactive and allows users to filter results live in order to explore robustness and performance.
While Slick can be applied to any decision analysis context it was specifically designed to investigate the performance of fisheries management procedures tested by management strategy evaluation (MSE).
Importantly the App is platform agnostic: results arising from any MSE framework that are formatted in a compatible Slick object can be loaded and visualized in the App.
### Running the App locally
The Slick App can be run locally or accessed online.
To run the App locally, simply run `App()`.
The example data objects can be loaded within the App, or a Slick data object can be uploaded.
If you have your own Slick data object, this object can be loaded directly with:
```r
App(slick=mySlick)
```
where `mySlick` is a completed Slick data object.
### Online App
The online version of the Slick App can be accessed [here](https://shiny.bluematterscience.com/app/slick).
### About Slick
Slick was developed by [Blue Matter Science](https://www.bluematterscience.com) and designed and commissioned by [The Ocean Foundation's](https://oceanfdn.org/) International Fisheries Conservation Project and [harveststrategies.org](https://harveststrategies.org/), with support from [The Pew Charitable Trusts](https://www.pew.org/en/), and the [Common Oceans Tuna Fisheries Project](https://www.fao.org/in-action/commonoceans/what-we-do/tuna-fisheries/en/), which is funded by [GEF](https://www.thegef.org/what-we-do/topics/areas-beyond-national-jurisdiction) and implemented by the [FAO](https://www.fao.org/in-action/commonoceans/en/).
The prototype figure designs were developed by [5W Infographics](https://www.5wgraphics.com/).
`Slick` is under going further development. All feedback is welcome.
Owner
- Name: Blue Matter Science
- Login: Blue-Matter
- Kind: organization
- Location: Vancouver, Canada
- Website: https://www.bluematterscience.com/
- Repositories: 8
- Profile: https://github.com/Blue-Matter
GitHub Events
Total
- Issues event: 14
- Watch event: 1
- Issue comment event: 1
- Push event: 56
- Pull request event: 11
- Fork event: 2
- Create event: 1
Last Year
- Issues event: 14
- Watch event: 1
- Issue comment event: 1
- Push event: 56
- Pull request event: 11
- Fork event: 2
- Create event: 1