-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
45 lines (30 loc) · 2.3 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# ODPSCP <img src="man/figures/logo.png" align="right" height="122"/>
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
<!-- badges: end -->
The goal of the ODPSCP framework is to provide a reproducible and easy to create reporting standard for systematic conservation planning studies. The abbreviation stands for *O*verview and *D*esign *P*rotocol for *S*ystematic *C*onservation *P*lanning, but can equally be understood as abbreviations for its individual elements (Overview, Design, Specification, Context, Prioritization). The protocol follows other reporting framework such [ODMAP](https://onlinelibrary.wiley.com/doi/10.1111/ecog.04960) or [ODD](https://www.jasss.org/23/2/7.html).
## Availability
This repository contains the shiny app behind the package and can be visualized on <https://odpscp.iiasa.ac.at/> where it will remain hosted.
A full list of known mirrors can be found here:
| Host | Url | Comment |
|------|------|------|
| IIASA | https://odpscp.iiasa.ac.at/ | Official host website |
| Shinyapps (Martin Jung) | https://martinjung.shinyapps.io/ODPSCP/ | Not all functionalities might work |
| | | |
If you plan to host a mirror of the shiny app, please let [Martin](https://github.com/Martin-Jung) know for example via an issue so that it can be added to the table. Hosting a mirror improves the long-term resilience of the platform. Institutional logos and branding are welcome as long as the protocol is consistent with the ODPSCP standard.
## Contribution
The code has been created in *R-shiny* with the help of the *golem* framework for production- ready shiny interfaces. It uses
Further versions of the framework are planned and we welcome suggested pull requests and edits by the SCP community.
Please note that the ODPSCP project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.