Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 2.77 KB

File metadata and controls

67 lines (45 loc) · 2.77 KB
 
Aug 1, 2014
Aug 1, 2014
1
Introduction
2
------------
Aug 1, 2014
Aug 1, 2014
3
Aug 3, 2014
Aug 3, 2014
4
The Ocean Health Index (Halpern et al., 2012; Selig et al., 2013) derives most of its pressures from Halpern et al. (2008)...
Aug 1, 2014
Aug 1, 2014
5
Aug 1, 2014
Aug 1, 2014
6
Food Provision: Fisheries
7
-------------------------
Aug 1, 2014
Aug 1, 2014
8
9
Amount of sustainable wild-caught seafood compared to the max sustainable
10
Aug 1, 2014
Aug 1, 2014
11
\[
Aug 1, 2014
Aug 1, 2014
12
x_{FIS} = (\prod_{g=1}^{6} SS_{i,g}^{C_{i,g}})^\frac{1}{\sum{C_{i,g}}}
Aug 1, 2014
Aug 1, 2014
13
\]
Aug 1, 2014
Aug 1, 2014
14
15
Variables:
16
Aug 1, 2014
Aug 1, 2014
17
- \(SS\): stock status score, based on B/Bmsy and an underharvest penalty adjustment
18
- \(C\): total catch
19
- \(i\): OHI reporting region
20
- \(g\): level of taxonomic grouping (ISSCAAP)</small>
Aug 1, 2014
Aug 1, 2014
21
Aug 3, 2014
Aug 3, 2014
22
Results
23
-------
Aug 1, 2014
Aug 1, 2014
24
Aug 3, 2014
Aug 3, 2014
25
Hats off to the top scoring region of **Heard and McDonald Islands** with a score of 90.29! The top 10 scoring regions (of 221 globally) are largely comprised of unpopulated islands (see Table 1).
Aug 1, 2014
Aug 1, 2014
26
Aug 3, 2014
Aug 3, 2014
27
|Region|Score|
28
|:-----|----:|
29
|Heard and McDonald Islands|90.29|
30
|Ile Europa|89.48|
31
|Bassas da India|88.17|
32
|Howland Island and Baker Island|85.89|
33
|Juan de Nova Island|83.84|
34
|Glorioso Islands|83.79|
35
|Kerguelen Islands|82.84|
36
|Northern Saint-Martin|82.58|
37
|Nauru|82.18|
38
|Seychelles|81.93|
Aug 1, 2014
Aug 1, 2014
39
Aug 3, 2014
Aug 3, 2014
40
The global average of 68 consists of food provision scores being lowest (Mariculture = 26; Fisheries = 40), but Artisanal Fishing Opportunities highest (98) (see Figure 1).
Aug 1, 2014
Aug 1, 2014
41
Aug 3, 2014
Aug 3, 2014
42
![Global average across Oceean Health Index goals.](./test_files/figure-markdown_github/flower_plot.png)
Aug 1, 2014
Aug 1, 2014
43
44
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.
45
Aug 1, 2014
Aug 1, 2014
46
Github Markdown
Aug 1, 2014
Aug 1, 2014
47
---------------
48
Aug 1, 2014
Aug 1, 2014
49
To get github friendly Markdown document for cleanly tracking changes to document in Github, put the following output first:
Aug 1, 2014
Aug 1, 2014
50
Aug 1, 2014
Aug 1, 2014
51
output:
52
md_document:
53
variant: "markdown_github"
54
55
NOTE: You need to run this **LAST** though, since knitting other formats wipes out the `test_files` directory. To return to the Knit button having other options (HTML, PDF, Word), move this output type below the first option.
Aug 1, 2014
Aug 1, 2014
56
57
References
58
----------
59
60
<!-- placeholder for References in toc -->
61
62
63
Halpern, B. S., Longo, C., Hardy, D., McLeod, K. L., Samhouri, J. F., Katona, S. K., … Zeller, D. (2012). An index to assess the health and benefits of the global ocean. *Nature*. doi:[10.1038/nature11397](http://dx.doi.org/10.1038/nature11397)
64
65
Halpern, B. S., Walbridge, S., Selkoe, K. A., Kappel, C. V., Micheli, F., D’Agrosa, C., … Watson, R. (2008). A Global Map of Human Impact on Marine Ecosystems. *Science*, *319*(5865), 948–952. doi:[10.1126/science.1149345](http://dx.doi.org/10.1126/science.1149345)
66
67
Selig, E. R., Longo, C., Halpern, B. S., Best, B. D., Hardy, D., Elfes, C. T., … Katona, S. K. (2013). Assessing Global Marine Biodiversity Status within a Coupled Socio-Ecological Perspective. *PLoS ONE*, *8*(4), e60284. doi:[10.1371/journal.pone.0060284](http://dx.doi.org/10.1371/journal.pone.0060284)