generated from Ecosystem-Assessments/compendium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
65 lines (39 loc) · 2.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
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/",
out.width = "100%"
)
```
# CEACWS <a href=''><img src='man/figures/logo.png' align="right" height="175" /></a>
<!-- badges: start -->
[![License: GPL (>= 2)](https://img.shields.io/badge/License-GPL%20%28%3E%3D%202%29-blue.svg)](https://choosealicense.com/licenses/gpl-2.0/)
[![LifeCycle](https://img.shields.io/badge/lifecycle-experimental-orange)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Dependencies](https://img.shields.io/badge/dependencies-2/70-green?style=flat)](#)
![](https://img.shields.io/badge/status-preliminary-blue.svg)
<!-- badges: end -->
This repository contains the *research compendium* for the project *"Characterizing the intensity and distribution of threats to seabirds in the Northwest Atlantic"*. It contains all the code required to import, format, and integrate the data needed for this project, as well as the code used to perform the analyses, figures, and the project report.
### How to cite
Please cite this research compendium as follows:
> **{{ PLEASE ADD A CITATION }}**
### Content
This research compendium is structured as follows:
- [**data/**](https://github.com/user/repo/tree/main/data): contains the data for the assessment.
- *aoi/*: spatial data on the area of interest
- *basemap/*: spatial data used to generate the maps of the assessment
- *config/*: configuration files with parameters used throughout the project (*e.g.* spatial projection, colors, bounding box, etc.)
- *grid/*: study grid for the project
- *pipedat/*: outputs from the [`pipedat`](https://github.com/Ecosystem-Assessments/pipedat) package workflow, if used.
- [**docs/**](https://github.com/user/repo/tree/main/docs): contains the html version of the report and other publications of the project
- [**figures/**](https://github.com/user/repo/tree/main/figures): contains all the figures generated for the project
- [**man/**](https://github.com/user/repo/tree/main/man): contains the documentation for all R functions that are part of the research compendium
- [**output/**](https://github.com/user/repo/tree/main/output): contains all the outputs from the project
- [**R/**](https://github.com/user/repo/tree/main/R): contains R functions developped for the assessment
- [**pubs/**](https://github.com/user/repo/tree/main/report): contains the R Markdown version of the project report and other publications
- `DESCRIPTION`: research compendium metadata (authors, date, dependencies, etc.)
- `README.Rmd`: description of research compendium