-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathtest.md
More file actions
67 lines (45 loc) · 2.77 KB
/
test.md
File metadata and controls
67 lines (45 loc) · 2.77 KB
Edit and raw actions
OlderNewer
1
Introduction
2
------------
3
4
The Ocean Health Index (Halpern et al., 2012; Selig et al., 2013) derives most of its pressures from Halpern et al. (2008)...
5
6
Food Provision: Fisheries
7
-------------------------
8
9
Amount of sustainable wild-caught seafood compared to the max sustainable
10
11
\[
12
x_{FIS} = (\prod_{g=1}^{6} SS_{i,g}^{C_{i,g}})^\frac{1}{\sum{C_{i,g}}}
13
\]
14
15
Variables:
16
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>
21
22
Results
23
-------
24
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).
26
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|
39
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).
41
42

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
46
Github Markdown
47
---------------
48
49
To get github friendly Markdown document for cleanly tracking changes to document in Github, put the following output first:
50
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.
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)