Bibliography Report

Author
Affiliation

Rainer M. Krug

Abstract

Reports analysing the IPBES Libraries on Zotero.

Introduction

This report assesses the AMA Bibliography in regards to different measures and shows some information of the content. It does not assess the content of the sources but rather the bibliometric data.

Bibliographic analysis

In most cases, the bibliographic analysis is done on the OpenAlex library. In some cases, we can also do it using the Zenodo data. This is mentioned in the beginning of each subsection

Publication types

Analysis: Zenodo and OpenAlex

OpenAlex and Zotero use different tyoes. These are not directly compable, which is whu=y both are shown.

Show the code
bib_data$figure_types_data |>
  dplyr::arrange(
    from,
    desc(count)
  ) |>
  knitr::kable(
    caption = "Types of documents from the Zotero bibliography as well as from OpenApex."
  )
Types of documents from the Zotero bibliography as well as from OpenApex.
type count from
article 3377 OpenAlex
review 300 OpenAlex
book-chapter 39 OpenAlex
letter 16 OpenAlex
book 10 OpenAlex
preprint 10 OpenAlex
erratum 4 OpenAlex
paratext 3 OpenAlex
editorial 2 OpenAlex
dataset 1 OpenAlex
journalArticle 4516 Zotero
book 796 Zotero
bookSection 352 Zotero
report 279 Zotero
conferencePaper 28 Zotero
manuscript 25 Zotero
thesis 14 Zotero
Show the code
bib_data$figure_types

Zenodo versus OpenAlex Types

Analysis: Zenodo and OpenAlex

The types entered in the Zenodo library and the types as retrieved from OpenAlex are not linked, therefore they can differ. This can indicate faulty data entering in Zenodo but not necessarily has to. These cases need to be carefully evaluated and here only given as a starting point.

NA in OpenAlex is likely caused by the doi not found in OpenAlex (not in there, not valid, non-standard DOI in Zenodo). NA in Zotero is linked to non-standard DOI entries (i.e. with http) which can therefore not be linked to OpenAlex data. If all DOIs are in standard format, there should be no NAs in this Table in the column Ferom Zenodo.

TODO: Improvements should be done after feedback.

Show the code
bib_data$metrics$types$comparison |>
  knitr::kable(
    col.names = c("Type from Zenodo", "Type from [OpenAlex](https://OpenAlex.org){target='_blank'}", "count"),
    caption = "Table giving the combination of types from Zenodo as well as [OpenAlex](https://OpenAlex.org){target='_blank'} and their frequency"
  )
Table giving the combination of types from Zenodo as well as OpenAlex and their frequency
Type from Zenodo Type from OpenAlex count
journalArticle article 4263
journalArticle NA 1164
book NA 796
journalArticle review 487
NA article 391
bookSection NA 352
report NA 279
journalArticle book-chapter 40
manuscript NA 25
conferencePaper NA 20
journalArticle letter 18
thesis NA 14
conferencePaper article 13
journalArticle preprint 12
journalArticle book 12
NA review 10
NA book-chapter 7
journalArticle erratum 6
conferencePaper book-chapter 2
NA paratext 2
journalArticle paratext 1
journalArticle editorial 1
NA dataset 1
NA editorial 1

Year of Publication

Analysis: Zenodo and OpenAlex

The following ranges of publication years can be found in the data.

Show the code
bib_data$figure_pub_year_data |>
  dplyr::summarize(
    min = min(publication_year, na.rm = TRUE),
    max = max(publication_year, na.rm = TRUE),
    .by = c(from)
  ) |>
  knitr::kable()
from min max
Zenodo 378 2019
OpenAlex 1947 2021
Show the code
bib_data$figure_pub_year
Warning: Removed 1 row containing missing values or values outside the scale range
(`geom_col()`).

Access Status of References

Analysis: OpenAlex

Show the code
bib_data$figure_oa_status

50 Most often cited Journals

Analysis: Zenodo

TODO: OpenAlex should be added

Show the code
bib_data$figure_top_journals

This table contains all Journals as specified in the Zotero database.

Show the code
bib_data$figure_top_journals_data |>
  IPBES.R::table_dt("cited_journals")

Coutries of Institutes of all authors

Analysis: OpenAlex

In this section we will take a closer look at the countries from which ih the authors ot the publication come. THe data includes all authoirs without weighting.

Show the code
#|
#| fig-height: 10
#| fig-width: 10

bib_data$figure_top_country_map

This plot only contains the countries with more than 10 references.

Show the code
#|
#| fig-height: 10
#| fig-width: 10

bib_data$figure_top_country

This table contains all countries and the number of authorship.

Show the code
bib_data$figure_top_country_data |>
  IPBES.R::table_dt("top_countries")

Cleanliness of the Bibliography

Cleanliness of a bibliography is defined here as the quality of the bibliografic data in the bibliography. It does not concern any topical measures, only measures related to the bibliografic data in the bibliography.

The analysis is at the moment only done for DOIs as corresponding measures are not available at the moment for ISBNs and ISSNs and duplicate ISBNs and ISSNs can be rcorrect as different chapters of a book might be in the bibliography.

Entries with DOIs, ISBNs or ISSNs in Zotero

To identify a reference, the most widely used identifier is the DOI. The following table shows the number of references with a DOI and the number of unique DOIs.

To consider duplicate ISBNs or ISSNs as duplicates entries in the library is not waranted as e.g. differenc chapters of a book can be separate entries in the library and therefore lead to duplicates.

  • DOIs: 3935 (65.47%) - 1219 duplicates
  • ISBNss: 533 (8.87%)
  • ISBNss: 3847 (64.01%)

DOIs in Zotero

The following sections provide some more detailed analysis of the bibliography in Zenodo. The tables all contain clickable links which, shwen clicked, show the respective article in the Zotero bibliograpohy.

Duplicates

The following DOIs are duplicates in the bibliography. This table should be empty.

Show the code
if (length(bib_data$metrics$zotero_dois$duplicate) > 0) {
  data.frame(
    doi = bib_data$metrics$zotero_dois$duplicate,
    link = paste0(bib_data$bibliography$url, "/items/", names(bib_data$metrics$zotero_dois$duplicate))
  ) |>
    dplyr::mutate(
      sort = doi,
      doi = paste0('<a href="', link, '" target="_blank">', doi, "</a>"),
    ) |>
    dplyr::arrange(
      sort
    ) |>
    dplyr::mutate(
      sort = NULL
    ) |>
    knitr::kable(
      caption = "DOIs in Zenodo which are duplicated",
      escape = FALSE
    )
}
DOIs in Zenodo which are duplicated
doi link
FFSMRHKP 10.1002/2013JG002419 https://www.zotero.org/groups/2333011/items/FFSMRHKP
HKNMR2GZ 10.1002/2013JG002419 https://www.zotero.org/groups/2333011/items/HKNMR2GZ
5IWKNA67 10.1002/2013JG002569 https://www.zotero.org/groups/2333011/items/5IWKNA67
KEWXUNA9 10.1002/2013JG002569 https://www.zotero.org/groups/2333011/items/KEWXUNA9
UMRQM7UE 10.1002/2014GB005080 https://www.zotero.org/groups/2333011/items/UMRQM7UE
VJBK4IFZ 10.1002/2014GB005080 https://www.zotero.org/groups/2333011/items/VJBK4IFZ
GHNN8YHA 10.1002/2014JG002795 https://www.zotero.org/groups/2333011/items/GHNN8YHA
R9U829GL 10.1002/2014JG002795 https://www.zotero.org/groups/2333011/items/R9U829GL
Q6CQ2RLE 10.1002/2015EF000330 https://www.zotero.org/groups/2333011/items/Q6CQ2RLE
MDPXEYFT 10.1002/2015EF000330 https://www.zotero.org/groups/2333011/items/MDPXEYFT
KV2PKB94 10.1002/2015GB005133 https://www.zotero.org/groups/2333011/items/KV2PKB94
Y8W2TTYU 10.1002/2015GB005133 https://www.zotero.org/groups/2333011/items/Y8W2TTYU
PZ9E5929 10.1002/2015JG003131 https://www.zotero.org/groups/2333011/items/PZ9E5929
TWJ74UIW 10.1002/2015JG003131 https://www.zotero.org/groups/2333011/items/TWJ74UIW
3I8W7XWF 10.1002/aqc.2386 https://www.zotero.org/groups/2333011/items/3I8W7XWF
IX64MJ7Z 10.1002/aqc.2386 https://www.zotero.org/groups/2333011/items/IX64MJ7Z
88VQCYMT 10.1002/aqc.2638 https://www.zotero.org/groups/2333011/items/88VQCYMT
RHPQKT62 10.1002/aqc.2638 https://www.zotero.org/groups/2333011/items/RHPQKT62
57IK5IS8 10.1002/ece3.909 https://www.zotero.org/groups/2333011/items/57IK5IS8
M6Y55FRM 10.1002/ece3.909 https://www.zotero.org/groups/2333011/items/M6Y55FRM
6SG4RPC3 10.1002/eet.585 https://www.zotero.org/groups/2333011/items/6SG4RPC3
Q97WZM3M 10.1002/eet.585 https://www.zotero.org/groups/2333011/items/Q97WZM3M
EH5FQ5H8 10.1002/eet.585 https://www.zotero.org/groups/2333011/items/EH5FQ5H8
64PT8A2H 10.1002/esp.3738 https://www.zotero.org/groups/2333011/items/64PT8A2H
BK6VUKN8 10.1002/esp.3738 https://www.zotero.org/groups/2333011/items/BK6VUKN8
SB2Y6UNR 10.1002/esp.3738 https://www.zotero.org/groups/2333011/items/SB2Y6UNR
MJMPMH5R 10.1002/etc.671 https://www.zotero.org/groups/2333011/items/MJMPMH5R
7PGN32CB 10.1002/etc.671 https://www.zotero.org/groups/2333011/items/7PGN32CB
TZDI4BQJ 10.1002/ev.297 https://www.zotero.org/groups/2333011/items/TZDI4BQJ
3MLPH254 10.1002/ev.297 https://www.zotero.org/groups/2333011/items/3MLPH254
TX8GFYBN 10.1002/hyp.5555 https://www.zotero.org/groups/2333011/items/TX8GFYBN
FE42JTU4 10.1002/hyp.5555 https://www.zotero.org/groups/2333011/items/FE42JTU4
8U653NHV 10.1002/jgrd.50111 https://www.zotero.org/groups/2333011/items/8U653NHV
NLRZXWZ4 10.1002/jgrd.50111 https://www.zotero.org/groups/2333011/items/NLRZXWZ4
EYP4UVIK 10.1002/jgrd.50111 https://www.zotero.org/groups/2333011/items/EYP4UVIK
M49G7P6C 10.1002/jsfa.6351 https://www.zotero.org/groups/2333011/items/M49G7P6C
LXUVQXKR 10.1002/jsfa.6351 https://www.zotero.org/groups/2333011/items/LXUVQXKR
ME8KJ3G4 10.1002/lno.10055 https://www.zotero.org/groups/2333011/items/ME8KJ3G4
F6QNH2CB 10.1002/lno.10055 https://www.zotero.org/groups/2333011/items/F6QNH2CB
ADWSYJG5 10.1007/978-0-387-73412-5_7 https://www.zotero.org/groups/2333011/items/ADWSYJG5
U649VDAM 10.1007/978-0-387-73412-5_7 https://www.zotero.org/groups/2333011/items/U649VDAM
FGMMJQ5F 10.1007/s00027-012-0253-8 https://www.zotero.org/groups/2333011/items/FGMMJQ5F
RUNLPQJN 10.1007/s00027-012-0253-8 https://www.zotero.org/groups/2333011/items/RUNLPQJN
C6NIIMBC 10.1007/s00027-012-0253-8 https://www.zotero.org/groups/2333011/items/C6NIIMBC
6XEQLY8D 10.1007/s00035-016-0172-8 https://www.zotero.org/groups/2333011/items/6XEQLY8D
6IWDCR8H 10.1007/s00035-016-0172-8 https://www.zotero.org/groups/2333011/items/6IWDCR8H
MYUHG6YN 10.1007/s00122-009-1252-6 https://www.zotero.org/groups/2333011/items/MYUHG6YN
CW99UF7T 10.1007/s00122-009-1252-6 https://www.zotero.org/groups/2333011/items/CW99UF7T
ZJGPCZKQ 10.1007/s00244-015-0188-x https://www.zotero.org/groups/2333011/items/ZJGPCZKQ
UKWIVQYP 10.1007/s00244-015-0188-x https://www.zotero.org/groups/2333011/items/UKWIVQYP
KVHZVB8K 10.1007/s00382-011-1155-5 https://www.zotero.org/groups/2333011/items/KVHZVB8K
43UB3F4E 10.1007/s00382-011-1155-5 https://www.zotero.org/groups/2333011/items/43UB3F4E
ZTMDNHDY 10.1007/s00442-010-1877-9 https://www.zotero.org/groups/2333011/items/ZTMDNHDY
IU2FT886 10.1007/s00442-010-1877-9 https://www.zotero.org/groups/2333011/items/IU2FT886
MSS3XP8Q 10.1007/s10021-009-9229-5 https://www.zotero.org/groups/2333011/items/MSS3XP8Q
ZLPEG698 10.1007/s10021-009-9229-5 https://www.zotero.org/groups/2333011/items/ZLPEG698
DVTRHZI6 10.1007/s10021-012-9519-1 https://www.zotero.org/groups/2333011/items/DVTRHZI6
5SURBA9P 10.1007/s10021-012-9519-1 https://www.zotero.org/groups/2333011/items/5SURBA9P
LWQNPJD7 10.1007/s10021-012-9519-1 https://www.zotero.org/groups/2333011/items/LWQNPJD7
LJTFWPFE 10.1007/s10113-010-0200-y https://www.zotero.org/groups/2333011/items/LJTFWPFE
8MLCFCIM 10.1007/s10113-010-0200-y https://www.zotero.org/groups/2333011/items/8MLCFCIM
4PMVA94Q 10.1007/s10113-012-0329-y https://www.zotero.org/groups/2333011/items/4PMVA94Q
8JSWIVAW 10.1007/s10113-012-0329-y https://www.zotero.org/groups/2333011/items/8JSWIVAW
4EK7I7Q5 10.1007/s10113-015-0854-6 https://www.zotero.org/groups/2333011/items/4EK7I7Q5
LA6Q4GZA 10.1007/s10113-015-0854-6 https://www.zotero.org/groups/2333011/items/LA6Q4GZA
CN2F42E6 10.1007/s10113-015-0854-6 https://www.zotero.org/groups/2333011/items/CN2F42E6
A9KTJLGB 10.1007/s10113-015-0898-7 https://www.zotero.org/groups/2333011/items/A9KTJLGB
CPVHVMR6 10.1007/s10113-015-0898-7 https://www.zotero.org/groups/2333011/items/CPVHVMR6
GJ9I2QAT 10.1007/s10113-015-0898-7 https://www.zotero.org/groups/2333011/items/GJ9I2QAT
YJE2JD54 10.1007/s10530-010-9817-5 https://www.zotero.org/groups/2333011/items/YJE2JD54
Z9AVVF8G 10.1007/s10530-010-9817-5 https://www.zotero.org/groups/2333011/items/Z9AVVF8G
S9X3JIZ2 10.1007/s10530-011-0162-0 https://www.zotero.org/groups/2333011/items/S9X3JIZ2
X7YBPVWM 10.1007/s10530-011-0162-0 https://www.zotero.org/groups/2333011/items/X7YBPVWM
952MM786 10.1007/s10530-011-0162-0 https://www.zotero.org/groups/2333011/items/952MM786
FSHWDWW8 10.1007/s10530-012-0334-6 https://www.zotero.org/groups/2333011/items/FSHWDWW8
Z5CRKNZS 10.1007/s10530-012-0334-6 https://www.zotero.org/groups/2333011/items/Z5CRKNZS
SHIWA7JK 10.1007/s10530-013-0406-2 https://www.zotero.org/groups/2333011/items/SHIWA7JK
AF9TV4EL 10.1007/s10530-013-0406-2 https://www.zotero.org/groups/2333011/items/AF9TV4EL
LVGFDT6S 10.1007/s10530-014-0775-1 https://www.zotero.org/groups/2333011/items/LVGFDT6S
GURS9PNI 10.1007/s10530-014-0775-1 https://www.zotero.org/groups/2333011/items/GURS9PNI
UHRSTZFN 10.1007/s10530-015-1025-x https://www.zotero.org/groups/2333011/items/UHRSTZFN
X2GBHGT9 10.1007/s10530-015-1025-x https://www.zotero.org/groups/2333011/items/X2GBHGT9
SLZ4B5NL 10.1007/s10530-015-1025-x https://www.zotero.org/groups/2333011/items/SLZ4B5NL
X3WZHTET 10.1007/s10531-004-1461-x https://www.zotero.org/groups/2333011/items/X3WZHTET
QY2DCG2F 10.1007/s10531-004-1461-x https://www.zotero.org/groups/2333011/items/QY2DCG2F
ZCN56WYB 10.1007/s10531-008-9366-8 https://www.zotero.org/groups/2333011/items/ZCN56WYB
TH8K6STA 10.1007/s10531-008-9366-8 https://www.zotero.org/groups/2333011/items/TH8K6STA
63UFUS3M 10.1007/s10584-005-5352-2 https://www.zotero.org/groups/2333011/items/63UFUS3M
VWHBGLAW 10.1007/s10584-005-5352-2 https://www.zotero.org/groups/2333011/items/VWHBGLAW
BR3TVDQU 10.1007/s10584-005-5352-2 https://www.zotero.org/groups/2333011/items/BR3TVDQU
QS7Z9L3Z 10.1007/s10584-005-5352-2 https://www.zotero.org/groups/2333011/items/QS7Z9L3Z
TH8EKSPU 10.1007/s10584-006-9113-7 https://www.zotero.org/groups/2333011/items/TH8EKSPU
GD84PNMX 10.1007/s10584-006-9113-7 https://www.zotero.org/groups/2333011/items/GD84PNMX
NGRVIN4I 10.1007/s10584-007-9362-0 https://www.zotero.org/groups/2333011/items/NGRVIN4I
DFLNHIM9 10.1007/s10584-007-9362-0 https://www.zotero.org/groups/2333011/items/DFLNHIM9
B4L5P6CP 10.1007/s10584-009-9773-1 https://www.zotero.org/groups/2333011/items/B4L5P6CP
CGFSGT2M 10.1007/s10584-009-9773-1 https://www.zotero.org/groups/2333011/items/CGFSGT2M
YK6SJZS4 10.1007/s10584-013-0730-7 https://www.zotero.org/groups/2333011/items/YK6SJZS4
YP7HH5DK 10.1007/s10584-013-0730-7 https://www.zotero.org/groups/2333011/items/YP7HH5DK
56DR27ZW 10.1007/s10592-016-0834-5 https://www.zotero.org/groups/2333011/items/56DR27ZW
ATXYBNFN 10.1007/s10592-016-0834-5 https://www.zotero.org/groups/2333011/items/ATXYBNFN
QFEK57UY 10.1007/s10661-013-3243-y https://www.zotero.org/groups/2333011/items/QFEK57UY
7V8HCLEE 10.1007/s10661-013-3243-y https://www.zotero.org/groups/2333011/items/7V8HCLEE
89CW6384 10.1007/s10661-013-3527-2 https://www.zotero.org/groups/2333011/items/89CW6384
CQD8RAGQ 10.1007/s10661-013-3527-2 https://www.zotero.org/groups/2333011/items/CQD8RAGQ
XDZP3N7N 10.1007/s10750-008-9609-4 https://www.zotero.org/groups/2333011/items/XDZP3N7N
NK36SCUD 10.1007/s10750-008-9609-4 https://www.zotero.org/groups/2333011/items/NK36SCUD
6PQV6V8B 10.1007/s10750-008-9609-4 https://www.zotero.org/groups/2333011/items/6PQV6V8B
H99KKB6T 10.1007/s10980-014-0147-3 https://www.zotero.org/groups/2333011/items/H99KKB6T
FMJHI5HS 10.1007/s10980-014-0147-3 https://www.zotero.org/groups/2333011/items/FMJHI5HS
CLZMQZJK 10.1007/s11069-011-9920-7 https://www.zotero.org/groups/2333011/items/CLZMQZJK
HTZDJQC5 10.1007/s11069-011-9920-7 https://www.zotero.org/groups/2333011/items/HTZDJQC5
C5RCJEM8 10.1007/s11069-017-2855-x https://www.zotero.org/groups/2333011/items/C5RCJEM8
UWV6SW2X 10.1007/s11069-017-2855-x https://www.zotero.org/groups/2333011/items/UWV6SW2X
SAXMRKHP 10.1007/s11258-010-9727-8 https://www.zotero.org/groups/2333011/items/SAXMRKHP
N6FW89LB 10.1007/s11258-010-9727-8 https://www.zotero.org/groups/2333011/items/N6FW89LB
3HC8XZT5 10.1007/s11273-016-9482-2 https://www.zotero.org/groups/2333011/items/3HC8XZT5
N8NF7YEB 10.1007/s11273-016-9482-2 https://www.zotero.org/groups/2333011/items/N8NF7YEB
98I5WWL5 10.1007/s11625-015-0352-2 https://www.zotero.org/groups/2333011/items/98I5WWL5
VMIM6MC5 10.1007/s11625-015-0352-2 https://www.zotero.org/groups/2333011/items/VMIM6MC5
9S4M9N98 10.1007/s11625-018-0620-z https://www.zotero.org/groups/2333011/items/9S4M9N98
T7NI69TK 10.1007/s11625-018-0620-z https://www.zotero.org/groups/2333011/items/T7NI69TK
TTDDPPCS 10.1007/s12237-012-9521-z https://www.zotero.org/groups/2333011/items/TTDDPPCS
DRFXG5NV 10.1007/s12237-012-9521-z https://www.zotero.org/groups/2333011/items/DRFXG5NV
KHXUIWSL 10.1007/s12237-012-9521-z https://www.zotero.org/groups/2333011/items/KHXUIWSL
5WWNC5BR 10.1007/s13157-011-0180-9 https://www.zotero.org/groups/2333011/items/5WWNC5BR
B2PZIET4 10.1007/s13157-011-0180-9 https://www.zotero.org/groups/2333011/items/B2PZIET4
GDFMR8FC 10.1007/s13280-011-0185-x https://www.zotero.org/groups/2333011/items/GDFMR8FC
97K727L2 10.1007/s13280-011-0185-x https://www.zotero.org/groups/2333011/items/97K727L2
MLKYS5WC 10.1007/s13280-011-0221-x https://www.zotero.org/groups/2333011/items/MLKYS5WC
M89I28AP 10.1007/s13280-011-0221-x https://www.zotero.org/groups/2333011/items/M89I28AP
ZTN25NRV 10.1007/s13280-014-0610-z https://www.zotero.org/groups/2333011/items/ZTN25NRV
92U2E7WR 10.1007/s13280-014-0610-z https://www.zotero.org/groups/2333011/items/92U2E7WR
Q9ZPGWCZ 10.1007/s13398-014-0173-7.2 https://www.zotero.org/groups/2333011/items/Q9ZPGWCZ
UTEW7H65 10.1007/s13398-014-0173-7.2 https://www.zotero.org/groups/2333011/items/UTEW7H65
QV7GSFF5 10.1007/s13398-014-0173-7.2 https://www.zotero.org/groups/2333011/items/QV7GSFF5
SNPVYGBB 10.1016/0048-9697(94)90177-5 https://www.zotero.org/groups/2333011/items/SNPVYGBB
I2HIDQJ6 10.1016/0048-9697(94)90177-5 https://www.zotero.org/groups/2333011/items/I2HIDQJ6
UVWH67JK 10.1016/B978-0-12-386454-3.00988-X https://www.zotero.org/groups/2333011/items/UVWH67JK
4C9FB5AV 10.1016/B978-0-12-386454-3.00988-X https://www.zotero.org/groups/2333011/items/4C9FB5AV
4EFTE49I 10.1016/S0009-2541(99)00172-2 https://www.zotero.org/groups/2333011/items/4EFTE49I
7TRNSUFS 10.1016/S0009-2541(99)00172-2 https://www.zotero.org/groups/2333011/items/7TRNSUFS
R7LU6Z2S 10.1016/S0167-8809(99)00028-6 https://www.zotero.org/groups/2333011/items/R7LU6Z2S
5XMKZ58L 10.1016/S0167-8809(99)00028-6 https://www.zotero.org/groups/2333011/items/5XMKZ58L
IYS5QCQI 10.1016/S0167-8809(99)00028-6 https://www.zotero.org/groups/2333011/items/IYS5QCQI
V5MTURQ6 10.1016/S0304-3770(98)00117-X https://www.zotero.org/groups/2333011/items/V5MTURQ6
T3PIILNI 10.1016/S0304-3770(98)00117-X https://www.zotero.org/groups/2333011/items/T3PIILNI
P2PB4TID 10.1016/S0304-3770(98)00117-X https://www.zotero.org/groups/2333011/items/P2PB4TID
L6JQLTNH 10.1016/S0304-3770(98)00117-X https://www.zotero.org/groups/2333011/items/L6JQLTNH
TQWXQZYM 10.1016/S0378-1127(02)00565-0 https://www.zotero.org/groups/2333011/items/TQWXQZYM
Q5JN25M4 10.1016/S0378-1127(02)00565-0 https://www.zotero.org/groups/2333011/items/Q5JN25M4
97RGSVGK 10.1016/S0380-1330(04)70389-5 https://www.zotero.org/groups/2333011/items/97RGSVGK
SHL87NNA 10.1016/S0380-1330(04)70389-5 https://www.zotero.org/groups/2333011/items/SHL87NNA
HVHM2S4F 10.1016/S0380-1330(98)70797-X https://www.zotero.org/groups/2333011/items/HVHM2S4F
2GS7GCA5 10.1016/S0380-1330(98)70797-X https://www.zotero.org/groups/2333011/items/2GS7GCA5
WRQSIVB6 10.1016/S0925-8574(98)00061-5 https://www.zotero.org/groups/2333011/items/WRQSIVB6
VJ4FT2VR 10.1016/S0925-8574(98)00061-5 https://www.zotero.org/groups/2333011/items/VJ4FT2VR
BUBZ7VIJ 10.1016/S1352-2310(03)00007-4 https://www.zotero.org/groups/2333011/items/BUBZ7VIJ
MZC3NJTP 10.1016/S1352-2310(03)00007-4 https://www.zotero.org/groups/2333011/items/MZC3NJTP
W8WGEX6P 10.1016/S1469-3062(03)00052-4 https://www.zotero.org/groups/2333011/items/W8WGEX6P
DUY6EYEZ 10.1016/S1469-3062(03)00052-4 https://www.zotero.org/groups/2333011/items/DUY6EYEZ
D2N9QBVW 10.1016/S1642-3593(07)70180-5 https://www.zotero.org/groups/2333011/items/D2N9QBVW
3ND3JMBM 10.1016/S1642-3593(07)70180-5 https://www.zotero.org/groups/2333011/items/3ND3JMBM
78EAT93S 10.1016/j.agee.2008.01.015 https://www.zotero.org/groups/2333011/items/78EAT93S
93HTJA2G 10.1016/j.agee.2008.01.015 https://www.zotero.org/groups/2333011/items/93HTJA2G
XMYV7S7L 10.1016/j.agee.2011.05.013 https://www.zotero.org/groups/2333011/items/XMYV7S7L
E6PWKDQ4 10.1016/j.agee.2011.05.013 https://www.zotero.org/groups/2333011/items/E6PWKDQ4
FGLPBQ2H 10.1016/j.agee.2011.07.010 https://www.zotero.org/groups/2333011/items/FGLPBQ2H
VWJE4W7H 10.1016/j.agee.2011.07.010 https://www.zotero.org/groups/2333011/items/VWJE4W7H
C2AKCIQQ 10.1016/j.agee.2011.07.010 https://www.zotero.org/groups/2333011/items/C2AKCIQQ
S5LCMIRK 10.1016/j.agee.2011.08.012 https://www.zotero.org/groups/2333011/items/S5LCMIRK
88JYAL9E 10.1016/j.agee.2011.08.012 https://www.zotero.org/groups/2333011/items/88JYAL9E
L8BG8868 10.1016/j.agee.2011.08.013 https://www.zotero.org/groups/2333011/items/L8BG8868
MCGV975T 10.1016/j.agee.2011.08.013 https://www.zotero.org/groups/2333011/items/MCGV975T
GAVTJ9V4 10.1016/j.agee.2011.08.013 https://www.zotero.org/groups/2333011/items/GAVTJ9V4
FSDU9S3F 10.1016/j.agee.2011.08.013 https://www.zotero.org/groups/2333011/items/FSDU9S3F
X2P88XFR 10.1016/j.agee.2014.10.024 https://www.zotero.org/groups/2333011/items/X2P88XFR
99FSXBCI 10.1016/j.agee.2014.10.024 https://www.zotero.org/groups/2333011/items/99FSXBCI
28W9GAY6 10.1016/j.agee.2015.01.009 https://www.zotero.org/groups/2333011/items/28W9GAY6
Z9INM7AS 10.1016/j.agee.2015.01.009 https://www.zotero.org/groups/2333011/items/Z9INM7AS
YSPSM6RP 10.1016/j.agee.2015.01.009 https://www.zotero.org/groups/2333011/items/YSPSM6RP
WY82VM7R 10.1016/j.agee.2015.06.007 https://www.zotero.org/groups/2333011/items/WY82VM7R
CPACXGSP 10.1016/j.agee.2015.06.007 https://www.zotero.org/groups/2333011/items/CPACXGSP
DFW7BZFG 10.1016/j.agsy.2013.11.004 https://www.zotero.org/groups/2333011/items/DFW7BZFG
Q2IHRDIE 10.1016/j.agsy.2013.11.004 https://www.zotero.org/groups/2333011/items/Q2IHRDIE
HX823WZ9 10.1016/j.apgeog.2009.12.003 https://www.zotero.org/groups/2333011/items/HX823WZ9
DF4W3C5K 10.1016/j.apgeog.2009.12.003 https://www.zotero.org/groups/2333011/items/DF4W3C5K
ND5H3BV6 10.1016/j.aquabot.2007.12.009 https://www.zotero.org/groups/2333011/items/ND5H3BV6
APSZLM53 10.1016/j.aquabot.2007.12.009 https://www.zotero.org/groups/2333011/items/APSZLM53
Z3F9MRUI 10.1016/j.aquabot.2008.03.010 https://www.zotero.org/groups/2333011/items/Z3F9MRUI
8Y4Y9K3V 10.1016/j.aquabot.2008.03.010 https://www.zotero.org/groups/2333011/items/8Y4Y9K3V
QBZ76IN7 10.1016/j.biocon.2004.03.034 https://www.zotero.org/groups/2333011/items/QBZ76IN7
74ZWPMT8 10.1016/j.biocon.2004.03.034 https://www.zotero.org/groups/2333011/items/74ZWPMT8
E4BAMQXB 10.1016/j.biocon.2005.10.011 https://www.zotero.org/groups/2333011/items/E4BAMQXB
ARI6MXZB 10.1016/j.biocon.2005.10.011 https://www.zotero.org/groups/2333011/items/ARI6MXZB
2KG6AVXM 10.1016/j.biocon.2008.03.022 https://www.zotero.org/groups/2333011/items/2KG6AVXM
PZG93FG6 10.1016/j.biocon.2008.03.022 https://www.zotero.org/groups/2333011/items/PZG93FG6
JPM49KZ4 10.1016/j.biocon.2008.03.022 https://www.zotero.org/groups/2333011/items/JPM49KZ4
9IBT2KXB 10.1016/j.biocon.2009.02.021 https://www.zotero.org/groups/2333011/items/9IBT2KXB
IC5P68QG 10.1016/j.biocon.2009.02.021 https://www.zotero.org/groups/2333011/items/IC5P68QG
IPAT9HJV 10.1016/j.biocon.2009.03.030 https://www.zotero.org/groups/2333011/items/IPAT9HJV
UZJ6AQR9 10.1016/j.biocon.2009.03.030 https://www.zotero.org/groups/2333011/items/UZJ6AQR9
FXDM62F9 10.1016/j.biocon.2009.09.020 https://www.zotero.org/groups/2333011/items/FXDM62F9
IJ7JAADC 10.1016/j.biocon.2009.09.020 https://www.zotero.org/groups/2333011/items/IJ7JAADC
74IEPNH6 10.1016/j.biocon.2009.09.020 https://www.zotero.org/groups/2333011/items/74IEPNH6
ARAUH4MF 10.1016/j.biocon.2009.09.020 https://www.zotero.org/groups/2333011/items/ARAUH4MF
8HCTYFPW 10.1016/j.biocon.2009.09.020 https://www.zotero.org/groups/2333011/items/8HCTYFPW
XRZ39SQ6 10.1016/j.biocon.2010.05.001 https://www.zotero.org/groups/2333011/items/XRZ39SQ6
H7A3SZFK 10.1016/j.biocon.2010.05.001 https://www.zotero.org/groups/2333011/items/H7A3SZFK
5QG728CZ 10.1016/j.biocon.2010.08.006 https://www.zotero.org/groups/2333011/items/5QG728CZ
JVMHM9TW 10.1016/j.biocon.2010.08.006 https://www.zotero.org/groups/2333011/items/JVMHM9TW
A84DTQBA 10.1016/j.biocon.2011.04.010 https://www.zotero.org/groups/2333011/items/A84DTQBA
7IQH7NJV 10.1016/j.biocon.2011.04.010 https://www.zotero.org/groups/2333011/items/7IQH7NJV
XX7A64P3 10.1016/j.biocon.2012.08.035 https://www.zotero.org/groups/2333011/items/XX7A64P3
U5SBSYUK 10.1016/j.biocon.2012.08.035 https://www.zotero.org/groups/2333011/items/U5SBSYUK
5U3BQ6SD 10.1016/j.biocon.2012.09.020 https://www.zotero.org/groups/2333011/items/5U3BQ6SD
XRBANTPD 10.1016/j.biocon.2012.09.020 https://www.zotero.org/groups/2333011/items/XRBANTPD
KE6GSU5R 10.1016/j.biocon.2012.11.018 https://www.zotero.org/groups/2333011/items/KE6GSU5R
HPG3SKU8 10.1016/j.biocon.2012.11.018 https://www.zotero.org/groups/2333011/items/HPG3SKU8
RL74R7KU 10.1016/j.biocon.2013.07.039 https://www.zotero.org/groups/2333011/items/RL74R7KU
T45UAC37 10.1016/j.biocon.2013.07.039 https://www.zotero.org/groups/2333011/items/T45UAC37
VUZHNNP4 10.1016/j.biocon.2015.06.019 https://www.zotero.org/groups/2333011/items/VUZHNNP4
CBJITVSG 10.1016/j.biocon.2015.06.019 https://www.zotero.org/groups/2333011/items/CBJITVSG
SV3A72E4 10.1016/j.biocon.2015.06.032 https://www.zotero.org/groups/2333011/items/SV3A72E4
BXEPP8V4 10.1016/j.biocon.2015.06.032 https://www.zotero.org/groups/2333011/items/BXEPP8V4
Q9A5YLRA 10.1016/j.biocontrol.2007.12.009 https://www.zotero.org/groups/2333011/items/Q9A5YLRA
F3GTK9R3 10.1016/j.biocontrol.2007.12.009 https://www.zotero.org/groups/2333011/items/F3GTK9R3
ILZS998Q 10.1016/j.biocontrol.2011.06.014 https://www.zotero.org/groups/2333011/items/ILZS998Q
B7LVY58Q 10.1016/j.biocontrol.2011.06.014 https://www.zotero.org/groups/2333011/items/B7LVY58Q
QLKLNDTV 10.1016/j.brat.2007.10.010 https://www.zotero.org/groups/2333011/items/QLKLNDTV
JY5PCY5V 10.1016/j.brat.2007.10.010 https://www.zotero.org/groups/2333011/items/JY5PCY5V
XA82J6W3 10.1016/j.coastaleng.2013.11.005 https://www.zotero.org/groups/2333011/items/XA82J6W3
XGCT3G63 10.1016/j.coastaleng.2013.11.005 https://www.zotero.org/groups/2333011/items/XGCT3G63
4QBHQVAY 10.1016/j.coastaleng.2013.11.005 https://www.zotero.org/groups/2333011/items/4QBHQVAY
VZQV8ETM 10.1016/j.cosust.2015.03.007 https://www.zotero.org/groups/2333011/items/VZQV8ETM
J9AS4INK 10.1016/j.cosust.2015.03.007 https://www.zotero.org/groups/2333011/items/J9AS4INK
5EIFCQ7E 10.1016/j.cosust.2015.03.007 https://www.zotero.org/groups/2333011/items/5EIFCQ7E
AMTSLIL4 10.1016/j.cosust.2015.03.007 https://www.zotero.org/groups/2333011/items/AMTSLIL4
PE3JDB9J 10.1016/j.cosust.2016.12.006 https://www.zotero.org/groups/2333011/items/PE3JDB9J
VG8LSUC9 10.1016/j.cosust.2016.12.006 https://www.zotero.org/groups/2333011/items/VG8LSUC9
4HK6I5EX 10.1016/j.cosust.2016.12.006 https://www.zotero.org/groups/2333011/items/4HK6I5EX
T4DD9IAL 10.1016/j.cub.2012.09.036 https://www.zotero.org/groups/2333011/items/T4DD9IAL
9436SW5P 10.1016/j.cub.2012.09.036 https://www.zotero.org/groups/2333011/items/9436SW5P
JWQXUVMN 10.1016/j.dsr2.2013.01.002 https://www.zotero.org/groups/2333011/items/JWQXUVMN
X9QH8YL6 10.1016/j.dsr2.2013.01.002 https://www.zotero.org/groups/2333011/items/X9QH8YL6
VBYUX7FR 10.1016/j.ecocom.2015.09.004 https://www.zotero.org/groups/2333011/items/VBYUX7FR
SRH9S9GL 10.1016/j.ecocom.2015.09.004 https://www.zotero.org/groups/2333011/items/SRH9S9GL
LMGDTM6S 10.1016/j.ecoenv.2010.07.047 https://www.zotero.org/groups/2333011/items/LMGDTM6S
W22EPQD3 10.1016/j.ecoenv.2010.07.047 https://www.zotero.org/groups/2333011/items/W22EPQD3
9DJFGX5P 10.1016/j.ecolecon.2005.03.025 https://www.zotero.org/groups/2333011/items/9DJFGX5P
2JCIN9DB 10.1016/j.ecolecon.2005.03.025 https://www.zotero.org/groups/2333011/items/2JCIN9DB
ZD8955JD 10.1016/j.ecolecon.2005.04.005 https://www.zotero.org/groups/2333011/items/ZD8955JD
J5EPMGW9 10.1016/j.ecolecon.2005.04.005 https://www.zotero.org/groups/2333011/items/J5EPMGW9
NMFTJZDT 10.1016/j.ecolecon.2007.12.014 https://www.zotero.org/groups/2333011/items/NMFTJZDT
S2IWJ7GK 10.1016/j.ecolecon.2007.12.014 https://www.zotero.org/groups/2333011/items/S2IWJ7GK
9LZ7WXF9 10.1016/j.ecolecon.2008.06.014 https://www.zotero.org/groups/2333011/items/9LZ7WXF9
WMPMK5ZZ 10.1016/j.ecolecon.2008.06.014 https://www.zotero.org/groups/2333011/items/WMPMK5ZZ
IKK67DEJ 10.1016/j.ecolecon.2008.09.014 https://www.zotero.org/groups/2333011/items/IKK67DEJ
45JFTC74 10.1016/j.ecolecon.2008.09.014 https://www.zotero.org/groups/2333011/items/45JFTC74
954IQC2R 10.1016/j.ecoleng.2012.07.005 https://www.zotero.org/groups/2333011/items/954IQC2R
CM8FIRWA 10.1016/j.ecoleng.2012.07.005 https://www.zotero.org/groups/2333011/items/CM8FIRWA
IKG599HH 10.1016/j.ecolind.2007.06.004 https://www.zotero.org/groups/2333011/items/IKG599HH
XCCXENII 10.1016/j.ecolind.2007.06.004 https://www.zotero.org/groups/2333011/items/XCCXENII
A5HIXMFM 10.1016/j.ecolind.2014.01.005 https://www.zotero.org/groups/2333011/items/A5HIXMFM
BVSRW742 10.1016/j.ecolind.2014.01.005 https://www.zotero.org/groups/2333011/items/BVSRW742
ZCVVNK3V 10.1016/j.ecolind.2014.01.005 https://www.zotero.org/groups/2333011/items/ZCVVNK3V
UM24S4VF 10.1016/j.ecolind.2014.12.027 https://www.zotero.org/groups/2333011/items/UM24S4VF
7DVZQZL3 10.1016/j.ecolind.2014.12.027 https://www.zotero.org/groups/2333011/items/7DVZQZL3
IZQ37Y22 10.1016/j.ecoser.2012.09.006 https://www.zotero.org/groups/2333011/items/IZQ37Y22
UC85GXGK 10.1016/j.ecoser.2012.09.006 https://www.zotero.org/groups/2333011/items/UC85GXGK
AB7W4DHL 10.1016/j.ecoser.2012.09.006 https://www.zotero.org/groups/2333011/items/AB7W4DHL
B644I5LX 10.1016/j.ecoser.2012.09.006 https://www.zotero.org/groups/2333011/items/B644I5LX
WVE6SCND 10.1016/j.ecoser.2014.05.006 https://www.zotero.org/groups/2333011/items/WVE6SCND
X2828QET 10.1016/j.ecoser.2014.05.006 https://www.zotero.org/groups/2333011/items/X2828QET
C5AYHYDH 10.1016/j.ecoser.2014.09.002 https://www.zotero.org/groups/2333011/items/C5AYHYDH
GUGBBV8D 10.1016/j.ecoser.2014.09.002 https://www.zotero.org/groups/2333011/items/GUGBBV8D
6I9MAQLW 10.1016/j.ecoser.2014.12.009 https://www.zotero.org/groups/2333011/items/6I9MAQLW
M4UYVIQI 10.1016/j.ecoser.2014.12.009 https://www.zotero.org/groups/2333011/items/M4UYVIQI
ELZSPZ45 10.1016/j.ecoser.2017.05.004 https://www.zotero.org/groups/2333011/items/ELZSPZ45
2RW3SHFK 10.1016/j.ecoser.2017.05.004 https://www.zotero.org/groups/2333011/items/2RW3SHFK
ERKIKKAW 10.1016/j.ecoser.2017.05.004 https://www.zotero.org/groups/2333011/items/ERKIKKAW
VCZH7ZTB 10.1016/j.ecss.2012.02.021 https://www.zotero.org/groups/2333011/items/VCZH7ZTB
9ZZXLCUH 10.1016/j.ecss.2012.02.021 https://www.zotero.org/groups/2333011/items/9ZZXLCUH
35Y3E9EF 10.1016/j.eneco.2015.02.003 https://www.zotero.org/groups/2333011/items/35Y3E9EF
Y8B6BEUV 10.1016/j.eneco.2015.02.003 https://www.zotero.org/groups/2333011/items/Y8B6BEUV
T4S7H5W3 10.1016/j.envpol.2005.12.054 https://www.zotero.org/groups/2333011/items/T4S7H5W3
JCDISGRI 10.1016/j.envpol.2005.12.054 https://www.zotero.org/groups/2333011/items/JCDISGRI
MQDGY3SC 10.1016/j.envpol.2011.02.036 https://www.zotero.org/groups/2333011/items/MQDGY3SC
8KKQFF4K 10.1016/j.envpol.2011.02.036 https://www.zotero.org/groups/2333011/items/8KKQFF4K
LUUT4FLK 10.1016/j.envres.2012.12.011 https://www.zotero.org/groups/2333011/items/LUUT4FLK
VUELR8PA 10.1016/j.envres.2012.12.011 https://www.zotero.org/groups/2333011/items/VUELR8PA
ID94QDT6 10.1016/j.envres.2015.10.010 https://www.zotero.org/groups/2333011/items/ID94QDT6
J2XURR9Q 10.1016/j.envres.2015.10.010 https://www.zotero.org/groups/2333011/items/J2XURR9Q
U5SMNXV3 10.1016/j.envres.2015.10.010 https://www.zotero.org/groups/2333011/items/U5SMNXV3
KCXH3VND 10.1016/j.envsci.2010.01.002 https://www.zotero.org/groups/2333011/items/KCXH3VND
G4CJZAKL 10.1016/j.envsci.2010.01.002 https://www.zotero.org/groups/2333011/items/G4CJZAKL
8W4M6CLV 10.1016/j.envsci.2014.02.009 https://www.zotero.org/groups/2333011/items/8W4M6CLV
TNL8GWEI 10.1016/j.envsci.2014.02.009 https://www.zotero.org/groups/2333011/items/TNL8GWEI
M4FH7WHA 10.1016/j.envsci.2014.12.016 https://www.zotero.org/groups/2333011/items/M4FH7WHA
Z2MUVTR8 10.1016/j.envsci.2014.12.016 https://www.zotero.org/groups/2333011/items/Z2MUVTR8
H827C8KE 10.1016/j.foreco.2006.02.045 https://www.zotero.org/groups/2333011/items/H827C8KE
3M66B95P 10.1016/j.foreco.2006.02.045 https://www.zotero.org/groups/2333011/items/3M66B95P
GYNR4SWX 10.1016/j.foreco.2008.10.035 https://www.zotero.org/groups/2333011/items/GYNR4SWX
KSC4QMS3 10.1016/j.foreco.2008.10.035 https://www.zotero.org/groups/2333011/items/KSC4QMS3
S796VJK5 10.1016/j.foreco.2008.10.035 https://www.zotero.org/groups/2333011/items/S796VJK5
CX6XGLUE 10.1016/j.foreco.2009.01.004 https://www.zotero.org/groups/2333011/items/CX6XGLUE
VC9CKSUD 10.1016/j.foreco.2009.01.004 https://www.zotero.org/groups/2333011/items/VC9CKSUD
EF3R3C7J 10.1016/j.foreco.2009.02.024 https://www.zotero.org/groups/2333011/items/EF3R3C7J
K6XEGP83 10.1016/j.foreco.2009.02.024 https://www.zotero.org/groups/2333011/items/K6XEGP83
E99K43H6 10.1016/j.foreco.2009.05.019 https://www.zotero.org/groups/2333011/items/E99K43H6
XLUBII8M 10.1016/j.foreco.2009.05.019 https://www.zotero.org/groups/2333011/items/XLUBII8M
TCIJJ2KE 10.1016/j.foreco.2010.08.027 https://www.zotero.org/groups/2333011/items/TCIJJ2KE
NCD4Q6G9 10.1016/j.foreco.2010.08.027 https://www.zotero.org/groups/2333011/items/NCD4Q6G9
AHLT4YV3 10.1016/j.foreco.2012.05.016 https://www.zotero.org/groups/2333011/items/AHLT4YV3
5PEAL4A3 10.1016/j.foreco.2012.05.016 https://www.zotero.org/groups/2333011/items/5PEAL4A3
MYDDJZB2 10.1016/j.foreco.2015.05.036 https://www.zotero.org/groups/2333011/items/MYDDJZB2
2JBAHLVY 10.1016/j.foreco.2015.05.036 https://www.zotero.org/groups/2333011/items/2JBAHLVY
HKL3EECR 10.1016/j.foreco.2015.06.014 https://www.zotero.org/groups/2333011/items/HKL3EECR
F2GWANIF 10.1016/j.foreco.2015.06.014 https://www.zotero.org/groups/2333011/items/F2GWANIF
4WTHTS6K 10.1016/j.foreco.2015.06.014 https://www.zotero.org/groups/2333011/items/4WTHTS6K
VTMGATM6 10.1016/j.foreco.2015.10.001 https://www.zotero.org/groups/2333011/items/VTMGATM6
TGFIVMS8 10.1016/j.foreco.2015.10.001 https://www.zotero.org/groups/2333011/items/TGFIVMS8
YU3ZWL4D 10.1016/j.gecco.2015.11.002 https://www.zotero.org/groups/2333011/items/YU3ZWL4D
CUV7GA3B 10.1016/j.gecco.2015.11.002 https://www.zotero.org/groups/2333011/items/CUV7GA3B
RT5J27RK 10.1016/j.gloenvcha.2012.01.004 https://www.zotero.org/groups/2333011/items/RT5J27RK
GJ7BSPZ2 10.1016/j.gloenvcha.2012.01.004 https://www.zotero.org/groups/2333011/items/GJ7BSPZ2
L8DI44CZ 10.1016/j.gloenvcha.2012.06.001 https://www.zotero.org/groups/2333011/items/L8DI44CZ
KFJ4QMHA 10.1016/j.gloenvcha.2012.06.001 https://www.zotero.org/groups/2333011/items/KFJ4QMHA
3IL3CBZ8 10.1016/j.gloenvcha.2012.06.001 https://www.zotero.org/groups/2333011/items/3IL3CBZ8
LXCMRT43 10.1016/j.gloenvcha.2014.06.007 https://www.zotero.org/groups/2333011/items/LXCMRT43
2VRVGY2P 10.1016/j.gloenvcha.2014.06.007 https://www.zotero.org/groups/2333011/items/2VRVGY2P
9G6JS2RR 10.1016/j.gloenvcha.2015.06.007 https://www.zotero.org/groups/2333011/items/9G6JS2RR
TI2YQY76 10.1016/j.gloenvcha.2015.06.007 https://www.zotero.org/groups/2333011/items/TI2YQY76
D55NMLV4 10.1016/j.gloplacha.2015.02.009 https://www.zotero.org/groups/2333011/items/D55NMLV4
T4R2HLSC 10.1016/j.gloplacha.2015.02.009 https://www.zotero.org/groups/2333011/items/T4R2HLSC
SANMQI66 10.1016/j.ijheh.2012.09.004 https://www.zotero.org/groups/2333011/items/SANMQI66
BSPNN3I3 10.1016/j.ijheh.2012.09.004 https://www.zotero.org/groups/2333011/items/BSPNN3I3
V9CEM2SD 10.1016/j.jaridenv.2015.04.017 https://www.zotero.org/groups/2333011/items/V9CEM2SD
KRTYCHET 10.1016/j.jaridenv.2015.04.017 https://www.zotero.org/groups/2333011/items/KRTYCHET
NYZGJLPW 10.1016/j.jclepro.2016.03.135 https://www.zotero.org/groups/2333011/items/NYZGJLPW
XKHC6K3Y 10.1016/j.jclepro.2016.03.135 https://www.zotero.org/groups/2333011/items/XKHC6K3Y
RREMS2LB 10.1016/j.jdeveco.2011.06.003 https://www.zotero.org/groups/2333011/items/RREMS2LB
BMHGUNIE 10.1016/j.jdeveco.2011.06.003 https://www.zotero.org/groups/2333011/items/BMHGUNIE
Y8SA2J5T 10.1016/j.jembe.2007.06.012 https://www.zotero.org/groups/2333011/items/Y8SA2J5T
3CEWV69E 10.1016/j.jembe.2007.06.012 https://www.zotero.org/groups/2333011/items/3CEWV69E
Q2GNN9KJ 10.1016/j.jembe.2007.06.012 https://www.zotero.org/groups/2333011/items/Q2GNN9KJ
I58PAAT4 10.1016/j.jembe.2012.11.013 https://www.zotero.org/groups/2333011/items/I58PAAT4
DIV8D2LN 10.1016/j.jembe.2012.11.013 https://www.zotero.org/groups/2333011/items/DIV8D2LN
G287G435 10.1016/j.jenvman.2008.11.014 https://www.zotero.org/groups/2333011/items/G287G435
NU3FGVY9 10.1016/j.jenvman.2008.11.014 https://www.zotero.org/groups/2333011/items/NU3FGVY9
N8WQ6HNJ 10.1016/j.jenvman.2011.03.035 https://www.zotero.org/groups/2333011/items/N8WQ6HNJ
LPDX453T 10.1016/j.jenvman.2011.03.035 https://www.zotero.org/groups/2333011/items/LPDX453T
INSIHVW3 10.1016/j.jenvman.2012.04.013 https://www.zotero.org/groups/2333011/items/INSIHVW3
UYCBW9CC 10.1016/j.jenvman.2012.04.013 https://www.zotero.org/groups/2333011/items/UYCBW9CC
XIN6E23B 10.1016/j.jglr.2010.03.012 https://www.zotero.org/groups/2333011/items/XIN6E23B
4CZYFPBD 10.1016/j.jglr.2010.03.012 https://www.zotero.org/groups/2333011/items/4CZYFPBD
B7SGSWPN 10.1016/j.jglr.2013.06.002 https://www.zotero.org/groups/2333011/items/B7SGSWPN
36CK56M4 10.1016/j.jglr.2013.06.002 https://www.zotero.org/groups/2333011/items/36CK56M4
VBIR24Z4 10.1016/j.jmarsys.2015.01.010 https://www.zotero.org/groups/2333011/items/VBIR24Z4
726X7CMA 10.1016/j.jmarsys.2015.01.010 https://www.zotero.org/groups/2333011/items/726X7CMA
RN4QBQ43 10.1016/j.jnc.2014.03.007 https://www.zotero.org/groups/2333011/items/RN4QBQ43
B5KI2QEF 10.1016/j.jnc.2014.03.007 https://www.zotero.org/groups/2333011/items/B5KI2QEF
I8CVQLSS 10.1016/j.jnc.2014.03.007 https://www.zotero.org/groups/2333011/items/I8CVQLSS
4ZKX8QDR 10.1016/j.jns.2003.09.014 https://www.zotero.org/groups/2333011/items/4ZKX8QDR
EF2F84E2 10.1016/j.jns.2003.09.014 https://www.zotero.org/groups/2333011/items/EF2F84E2
K7AD8ESB 10.1016/j.landurbplan.2008.10.021 https://www.zotero.org/groups/2333011/items/K7AD8ESB
BWQ5TB47 10.1016/j.landurbplan.2008.10.021 https://www.zotero.org/groups/2333011/items/BWQ5TB47
W7ZA2HD7 10.1016/j.landurbplan.2014.05.001 https://www.zotero.org/groups/2333011/items/W7ZA2HD7
SEGH6QXJ 10.1016/j.landurbplan.2014.05.001 https://www.zotero.org/groups/2333011/items/SEGH6QXJ
J33M6IUN 10.1016/j.landurbplan.2014.05.001 https://www.zotero.org/groups/2333011/items/J33M6IUN
S8GYZMP8 10.1016/j.landusepol.2013.09.012 https://www.zotero.org/groups/2333011/items/S8GYZMP8
XJ4RMBV5 10.1016/j.landusepol.2013.09.012 https://www.zotero.org/groups/2333011/items/XJ4RMBV5
DWM68NPT 10.1016/j.marpolbul.2013.11.031 https://www.zotero.org/groups/2333011/items/DWM68NPT
RGU9DQIF 10.1016/j.marpolbul.2013.11.031 https://www.zotero.org/groups/2333011/items/RGU9DQIF
II37PZ44 10.1016/j.marpolbul.2016.04.012 https://www.zotero.org/groups/2333011/items/II37PZ44
NGJPSZDR 10.1016/j.marpolbul.2016.04.012 https://www.zotero.org/groups/2333011/items/NGJPSZDR
98ZQTR8E 10.1016/j.marpolbul.2016.06.082 https://www.zotero.org/groups/2333011/items/98ZQTR8E
Y3UFT5AQ 10.1016/j.marpolbul.2016.06.082 https://www.zotero.org/groups/2333011/items/Y3UFT5AQ
JFZZQ7ID 10.1016/j.ncon.2015.08.002 https://www.zotero.org/groups/2333011/items/JFZZQ7ID
Q5K8SJ45 10.1016/j.ncon.2015.08.002 https://www.zotero.org/groups/2333011/items/Q5K8SJ45
TZDMWW7F 10.1016/j.ncon.2015.08.002 https://www.zotero.org/groups/2333011/items/TZDMWW7F
KYN3Q5H2 10.1016/j.ocecoaman.2010.10.010 https://www.zotero.org/groups/2333011/items/KYN3Q5H2
Q9YIVJ99 10.1016/j.ocecoaman.2010.10.010 https://www.zotero.org/groups/2333011/items/Q9YIVJ99
LCP3VZ97 10.1016/j.rse.2012.08.013 https://www.zotero.org/groups/2333011/items/LCP3VZ97
CBL7WWNI 10.1016/j.rse.2012.08.013 https://www.zotero.org/groups/2333011/items/CBL7WWNI
LLGXEQLR 10.1016/j.rsma.2015.11.011 https://www.zotero.org/groups/2333011/items/LLGXEQLR
HZFJBVFQ 10.1016/j.rsma.2015.11.011 https://www.zotero.org/groups/2333011/items/HZFJBVFQ
G8QUZA8P 10.1016/j.sbspro.2012.07.017 https://www.zotero.org/groups/2333011/items/G8QUZA8P
65PGDH5I 10.1016/j.sbspro.2012.07.017 https://www.zotero.org/groups/2333011/items/65PGDH5I
XKJZUIRY 10.1016/j.scitotenv.2004.10.034 https://www.zotero.org/groups/2333011/items/XKJZUIRY
FDIVGAFN 10.1016/j.scitotenv.2004.10.034 https://www.zotero.org/groups/2333011/items/FDIVGAFN
BRABIQRB 10.1016/j.scitotenv.2009.10.044 https://www.zotero.org/groups/2333011/items/BRABIQRB
A7JPA9LD 10.1016/j.scitotenv.2009.10.044 https://www.zotero.org/groups/2333011/items/A7JPA9LD
QJYUCFVV 10.1016/j.scitotenv.2016.04.200 https://www.zotero.org/groups/2333011/items/QJYUCFVV
5KU897C5 10.1016/j.scitotenv.2016.04.200 https://www.zotero.org/groups/2333011/items/5KU897C5
MTVYZXRB 10.1016/j.still.2009.08.001 https://www.zotero.org/groups/2333011/items/MTVYZXRB
6IUH9YL9 10.1016/j.still.2009.08.001 https://www.zotero.org/groups/2333011/items/6IUH9YL9
PKQ95RXW 10.1016/j.techfore.2016.06.009 https://www.zotero.org/groups/2333011/items/PKQ95RXW
IDX83IRB 10.1016/j.techfore.2016.06.009 https://www.zotero.org/groups/2333011/items/IDX83IRB
CAUILEH4 10.1016/j.tree.2010.01.007 https://www.zotero.org/groups/2333011/items/CAUILEH4
LUWUI5I8 10.1016/j.tree.2010.01.007 https://www.zotero.org/groups/2333011/items/LUWUI5I8
E42LZ25C 10.1016/j.tree.2011.06.011 https://www.zotero.org/groups/2333011/items/E42LZ25C
ZWMDIB49 10.1016/j.tree.2011.06.011 https://www.zotero.org/groups/2333011/items/ZWMDIB49
XRNQ4HDL 10.1016/j.tree.2011.08.006 https://www.zotero.org/groups/2333011/items/XRNQ4HDL
LYPM47L9 10.1016/j.tree.2011.08.006 https://www.zotero.org/groups/2333011/items/LYPM47L9
3GDQ8RWH 10.1016/j.tree.2012.10.012 https://www.zotero.org/groups/2333011/items/3GDQ8RWH
ZMWSCGPC 10.1016/j.tree.2012.10.012 https://www.zotero.org/groups/2333011/items/ZMWSCGPC
VZBVR5NR 10.1016/j.tree.2014.02.004 https://www.zotero.org/groups/2333011/items/VZBVR5NR
TJDH2G8Y 10.1016/j.tree.2014.02.004 https://www.zotero.org/groups/2333011/items/TJDH2G8Y
8WZVHRAR 10.1016/j.tree.2014.09.004 https://www.zotero.org/groups/2333011/items/8WZVHRAR
6UBMLMLK 10.1016/j.tree.2014.09.004 https://www.zotero.org/groups/2333011/items/6UBMLMLK
VF2MSJ9J 10.1016/j.tree.2014.11.009 https://www.zotero.org/groups/2333011/items/VF2MSJ9J
E2UU32R2 10.1016/j.tree.2014.11.009 https://www.zotero.org/groups/2333011/items/E2UU32R2
75G84M54 10.1017/CBO9781107415324.004 https://www.zotero.org/groups/2333011/items/75G84M54
JMU2DLBL 10.1017/CBO9781107415324.004 https://www.zotero.org/groups/2333011/items/JMU2DLBL
KZMFY75D 10.1017/CBO9781107415324.004 https://www.zotero.org/groups/2333011/items/KZMFY75D
3X3828NN 10.1017/CBO9781107415324.004 https://www.zotero.org/groups/2333011/items/3X3828NN
FUJA37AN 10.1017/S0376892902000127 https://www.zotero.org/groups/2333011/items/FUJA37AN
5CD4VWVF 10.1017/S0376892902000127 https://www.zotero.org/groups/2333011/items/5CD4VWVF
VKAYRSE7 10.1017/S0376892902000127 https://www.zotero.org/groups/2333011/items/VKAYRSE7
C3U2HC95 10.1017/S0376892902000127 https://www.zotero.org/groups/2333011/items/C3U2HC95
RHSRK479 10.1017/S0376892902000231 https://www.zotero.org/groups/2333011/items/RHSRK479
RRSKNN5R 10.1017/S0376892902000231 https://www.zotero.org/groups/2333011/items/RRSKNN5R
LX5C4RFD 10.1017/S1464793105006950 https://www.zotero.org/groups/2333011/items/LX5C4RFD
GBN2NQLQ 10.1017/S1464793105006950 https://www.zotero.org/groups/2333011/items/GBN2NQLQ
BGW5ZRHE 10.1017/cbo9781107323506.009 https://www.zotero.org/groups/2333011/items/BGW5ZRHE
SEKQRE9S 10.1017/cbo9781107323506.009 https://www.zotero.org/groups/2333011/items/SEKQRE9S
9PXG5P6T 10.1017/s0376892904001808 https://www.zotero.org/groups/2333011/items/9PXG5P6T
YPDLB9HC 10.1017/s0376892904001808 https://www.zotero.org/groups/2333011/items/YPDLB9HC
E9M24HT8 10.1017/s0376892905002092 https://www.zotero.org/groups/2333011/items/E9M24HT8
RP7DFIV8 10.1017/s0376892905002092 https://www.zotero.org/groups/2333011/items/RP7DFIV8
GWQMJXK6 10.1017/s0954102009990198 https://www.zotero.org/groups/2333011/items/GWQMJXK6
I6BVNSMT 10.1017/s0954102009990198 https://www.zotero.org/groups/2333011/items/I6BVNSMT
HBUHA2WH 10.1017/s0954102009990198 https://www.zotero.org/groups/2333011/items/HBUHA2WH
ZJ37552B 10.1021/acs.est.5b01300 https://www.zotero.org/groups/2333011/items/ZJ37552B
RI6G4LUA 10.1021/acs.est.5b01300 https://www.zotero.org/groups/2333011/items/RI6G4LUA
N38UTI6B 10.1021/acs.est.5b01669 https://www.zotero.org/groups/2333011/items/N38UTI6B
E4BZMQZ6 10.1021/acs.est.5b01669 https://www.zotero.org/groups/2333011/items/E4BZMQZ6
J77PB44A 10.1021/acs.est.5b04985 https://www.zotero.org/groups/2333011/items/J77PB44A
C78ELJ6B 10.1021/acs.est.5b04985 https://www.zotero.org/groups/2333011/items/C78ELJ6B
UT334TYL 10.1021/es062349d https://www.zotero.org/groups/2333011/items/UT334TYL
VX7839YQ 10.1021/es062349d https://www.zotero.org/groups/2333011/items/VX7839YQ
V2C76VWQ 10.1023/A:1006034126698 https://www.zotero.org/groups/2333011/items/V2C76VWQ
E6T2RLSY 10.1023/A:1006034126698 https://www.zotero.org/groups/2333011/items/E6T2RLSY
FEIJMB35 10.1023/a:1008444502859 https://www.zotero.org/groups/2333011/items/FEIJMB35
CXB95JCM 10.1023/a:1008444502859 https://www.zotero.org/groups/2333011/items/CXB95JCM
AB256UDD 10.1029/2001GB001550 https://www.zotero.org/groups/2333011/items/AB256UDD
W9JC2H6K 10.1029/2001GB001550 https://www.zotero.org/groups/2333011/items/W9JC2H6K
DWU26QFP 10.1029/2005GB002672 https://www.zotero.org/groups/2333011/items/DWU26QFP
GXPU676C 10.1029/2005GB002672 https://www.zotero.org/groups/2333011/items/GXPU676C
FQNTLMHU 10.1029/2005GB002672 https://www.zotero.org/groups/2333011/items/FQNTLMHU
J9XDSZNV 10.1029/2005GB002672 https://www.zotero.org/groups/2333011/items/J9XDSZNV
77T58YWN 10.1029/2005JD006119 https://www.zotero.org/groups/2333011/items/77T58YWN
V8BDDAXR 10.1029/2005JD006119 https://www.zotero.org/groups/2333011/items/V8BDDAXR
R5DEWGG3 10.1029/2007JG000568 https://www.zotero.org/groups/2333011/items/R5DEWGG3
65SPZUJ4 10.1029/2007JG000568 https://www.zotero.org/groups/2333011/items/65SPZUJ4
WXYNCVIF 10.1029/2008GB003327 https://www.zotero.org/groups/2333011/items/WXYNCVIF
5PJXHZ8M 10.1029/2008GB003327 https://www.zotero.org/groups/2333011/items/5PJXHZ8M
G2KU8MR8 10.1029/2008JD011021 https://www.zotero.org/groups/2333011/items/G2KU8MR8
WC3FUL86 10.1029/2008JD011021 https://www.zotero.org/groups/2333011/items/WC3FUL86
WXJMQM3K 10.1029/2008JD011021 https://www.zotero.org/groups/2333011/items/WXJMQM3K
9Q3ML584 10.1029/2009GB003587 https://www.zotero.org/groups/2333011/items/9Q3ML584
FJ9H6XYF 10.1029/2009GB003587 https://www.zotero.org/groups/2333011/items/FJ9H6XYF
HMU8CN5Q 10.1038/35002501 https://www.zotero.org/groups/2333011/items/HMU8CN5Q
3SEDDCKS 10.1038/35002501 https://www.zotero.org/groups/2333011/items/3SEDDCKS
3IDADRU9 10.1038/35002501 https://www.zotero.org/groups/2333011/items/3IDADRU9
YE8MFQLC 10.1038/35012241 https://www.zotero.org/groups/2333011/items/YE8MFQLC
CVQ8SV7X 10.1038/35012241 https://www.zotero.org/groups/2333011/items/CVQ8SV7X
YVL63FRU 10.1038/461472a https://www.zotero.org/groups/2333011/items/YVL63FRU
DDCXB9TM 10.1038/461472a https://www.zotero.org/groups/2333011/items/DDCXB9TM
5LPHHPJT 10.1038/461472a https://www.zotero.org/groups/2333011/items/5LPHHPJT
5V6VXB7F 10.1038/461472a https://www.zotero.org/groups/2333011/items/5V6VXB7F
D57FHPW3 10.1038/463307a https://www.zotero.org/groups/2333011/items/D57FHPW3
ESICJM48 10.1038/463307a https://www.zotero.org/groups/2333011/items/ESICJM48
PNQVYML6 10.1038/495305a https://www.zotero.org/groups/2333011/items/PNQVYML6
B4Z96Y3S 10.1038/495305a https://www.zotero.org/groups/2333011/items/B4Z96Y3S
3X6PSLPV 10.1038/495305a https://www.zotero.org/groups/2333011/items/3X6PSLPV
5XFZ5GML 10.1038/495305a https://www.zotero.org/groups/2333011/items/5XFZ5GML
2BG28PA7 10.1038/520020a https://www.zotero.org/groups/2333011/items/2BG28PA7
TKCA7TX7 10.1038/520020a https://www.zotero.org/groups/2333011/items/TKCA7TX7
GJ3FYNJU 10.1038/nature02887 https://www.zotero.org/groups/2333011/items/GJ3FYNJU
S69KPRRZ 10.1038/nature02887 https://www.zotero.org/groups/2333011/items/S69KPRRZ
ISIQNPIF 10.1038/nature04389 https://www.zotero.org/groups/2333011/items/ISIQNPIF
W7NJ6Y66 10.1038/nature04389 https://www.zotero.org/groups/2333011/items/W7NJ6Y66
KTL9KCTP 10.1038/nature04389 https://www.zotero.org/groups/2333011/items/KTL9KCTP
229W9SIK 10.1038/nature09051 https://www.zotero.org/groups/2333011/items/229W9SIK
DJ7DU9W9 10.1038/nature09051 https://www.zotero.org/groups/2333011/items/DJ7DU9W9
LQ9DDLZR 10.1038/nature09492 https://www.zotero.org/groups/2333011/items/LQ9DDLZR
9MH9UX36 10.1038/nature09492 https://www.zotero.org/groups/2333011/items/9MH9UX36
UIN2AIXD 10.1038/nature09549 https://www.zotero.org/groups/2333011/items/UIN2AIXD
RR5A8VNY 10.1038/nature09549 https://www.zotero.org/groups/2333011/items/RR5A8VNY
N5PKUTYH 10.1038/nature09575 https://www.zotero.org/groups/2333011/items/N5PKUTYH
9ETKIS3J 10.1038/nature09575 https://www.zotero.org/groups/2333011/items/9ETKIS3J
YQRS7RQ8 10.1038/nature10452 https://www.zotero.org/groups/2333011/items/YQRS7RQ8
Q8GXTMJG 10.1038/nature10452 https://www.zotero.org/groups/2333011/items/Q8GXTMJG
U9YIY3R6 10.1038/nature10717 https://www.zotero.org/groups/2333011/items/U9YIY3R6
ZPHJKT4D 10.1038/nature10717 https://www.zotero.org/groups/2333011/items/ZPHJKT4D
K6JR4H95 10.1038/nature10717 https://www.zotero.org/groups/2333011/items/K6JR4H95
EIAQXIHB 10.1038/nature11148 https://www.zotero.org/groups/2333011/items/EIAQXIHB
EBMIDYTW 10.1038/nature11148 https://www.zotero.org/groups/2333011/items/EBMIDYTW
Q6VBAZ75 10.1038/nature12129 https://www.zotero.org/groups/2333011/items/Q6VBAZ75
73BNH935 10.1038/nature12129 https://www.zotero.org/groups/2333011/items/73BNH935
W57TW9JY 10.1038/nature13947 https://www.zotero.org/groups/2333011/items/W57TW9JY
4GUZG84F 10.1038/nature13947 https://www.zotero.org/groups/2333011/items/4GUZG84F
HANA7JGP 10.1038/nature13947 https://www.zotero.org/groups/2333011/items/HANA7JGP
LERXCVQ6 10.1038/nature13959 https://www.zotero.org/groups/2333011/items/LERXCVQ6
3F93WAT8 10.1038/nature13959 https://www.zotero.org/groups/2333011/items/3F93WAT8
BC4SX2C9 10.1038/nature13959 https://www.zotero.org/groups/2333011/items/BC4SX2C9
KZV47QYZ 10.1038/nature14283 https://www.zotero.org/groups/2333011/items/KZV47QYZ
FYB77PAV 10.1038/nature14283 https://www.zotero.org/groups/2333011/items/FYB77PAV
FPQJJB5T 10.1038/nature14324 https://www.zotero.org/groups/2333011/items/FPQJJB5T
9247CGZ9 10.1038/nature14324 https://www.zotero.org/groups/2333011/items/9247CGZ9
X6X6ZWRA 10.1038/nature14338 https://www.zotero.org/groups/2333011/items/X6X6ZWRA
NGZ3S4IF 10.1038/nature14338 https://www.zotero.org/groups/2333011/items/NGZ3S4IF
6HYKX47A 10.1038/nature14338 https://www.zotero.org/groups/2333011/items/6HYKX47A
5C56E7EU 10.1038/nature14910 https://www.zotero.org/groups/2333011/items/5C56E7EU
4SULH2UJ 10.1038/nature14910 https://www.zotero.org/groups/2333011/items/4SULH2UJ
LQRC5J75 10.1038/nature16512 https://www.zotero.org/groups/2333011/items/LQRC5J75
YA3J53EH 10.1038/nature16512 https://www.zotero.org/groups/2333011/items/YA3J53EH
Q968Y3CA 10.1038/nature16986 https://www.zotero.org/groups/2333011/items/Q968Y3CA
6WB28BXM 10.1038/nature16986 https://www.zotero.org/groups/2333011/items/6WB28BXM
AWW7T6ZD 10.1038/nclimate1346 https://www.zotero.org/groups/2333011/items/AWW7T6ZD
KFKT3N8B 10.1038/nclimate1346 https://www.zotero.org/groups/2333011/items/KFKT3N8B
2PWXVC6T 10.1038/nclimate1414 https://www.zotero.org/groups/2333011/items/2PWXVC6T
7GWGTIGU 10.1038/nclimate1414 https://www.zotero.org/groups/2333011/items/7GWGTIGU
JLAZPP69 10.1038/nclimate1533 https://www.zotero.org/groups/2333011/items/JLAZPP69
8Q5LR84R 10.1038/nclimate1533 https://www.zotero.org/groups/2333011/items/8Q5LR84R
AL9JPA68 10.1038/nclimate1533 https://www.zotero.org/groups/2333011/items/AL9JPA68
VIWETRM3 10.1038/nclimate1633 https://www.zotero.org/groups/2333011/items/VIWETRM3
UMW2GHYL 10.1038/nclimate1633 https://www.zotero.org/groups/2333011/items/UMW2GHYL
DB23XR25 10.1038/nclimate1970 https://www.zotero.org/groups/2333011/items/DB23XR25
9F7M25FR 10.1038/nclimate1970 https://www.zotero.org/groups/2333011/items/9F7M25FR
EWJW57F5 10.1038/nclimate2056 https://www.zotero.org/groups/2333011/items/EWJW57F5
IUNN72SL 10.1038/nclimate2056 https://www.zotero.org/groups/2333011/items/IUNN72SL
LTVWHLZJ 10.1038/nclimate2430 https://www.zotero.org/groups/2333011/items/LTVWHLZJ
4NBQCDL3 10.1038/nclimate2430 https://www.zotero.org/groups/2333011/items/4NBQCDL3
6PJDQDVU 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information https://www.zotero.org/groups/2333011/items/6PJDQDVU
T2BAU59U 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information https://www.zotero.org/groups/2333011/items/T2BAU59U
VJQKFKGH 10.1038/ncomms12485 https://www.zotero.org/groups/2333011/items/VJQKFKGH
FTR8MH4W 10.1038/ncomms12485 https://www.zotero.org/groups/2333011/items/FTR8MH4W
V9SIJE7J 10.1038/ncomms12485 https://www.zotero.org/groups/2333011/items/V9SIJE7J
L6XSU9FN 10.1038/ncomms12485 https://www.zotero.org/groups/2333011/items/L6XSU9FN
5KMB8B5S 10.1038/ncomms12485 https://www.zotero.org/groups/2333011/items/5KMB8B5S
CMA7FDF4 10.1038/ncomms12558 https://www.zotero.org/groups/2333011/items/CMA7FDF4
NG8LULNN 10.1038/ncomms12558 https://www.zotero.org/groups/2333011/items/NG8LULNN
7EFVJSMW 10.1038/ncomms14435 https://www.zotero.org/groups/2333011/items/7EFVJSMW
HMA2BRIN 10.1038/ncomms14435 https://www.zotero.org/groups/2333011/items/HMA2BRIN
Q3XH89H5 10.1038/ngeo1477 https://www.zotero.org/groups/2333011/items/Q3XH89H5
QDXEMJAB 10.1038/ngeo1477 https://www.zotero.org/groups/2333011/items/QDXEMJAB
4C9ASP9W 10.1038/ngeo2071 https://www.zotero.org/groups/2333011/items/4C9ASP9W
NEM22S2N 10.1038/ngeo2071 https://www.zotero.org/groups/2333011/items/NEM22S2N
EYS3FZGP 10.1038/s41559-016-0023 https://www.zotero.org/groups/2333011/items/EYS3FZGP
YQHJ9HWP 10.1038/s41559-016-0023 https://www.zotero.org/groups/2333011/items/YQHJ9HWP
L68395GV 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/L68395GV
DU2T624R 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/DU2T624R
NSIWTT44 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/NSIWTT44
WMX3WIHT 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/WMX3WIHT
EU3P3A6B 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/EU3P3A6B
JXYKPMG9 10.1038/sdata.2016.7 https://www.zotero.org/groups/2333011/items/JXYKPMG9
6774RALN 10.1046/j.1523-1739.2001.015003761.x https://www.zotero.org/groups/2333011/items/6774RALN
MJK35JMI 10.1046/j.1523-1739.2001.015003761.x https://www.zotero.org/groups/2333011/items/MJK35JMI
YG78ULWV 10.1046/j.1526-100X.2000.80048.x https://www.zotero.org/groups/2333011/items/YG78ULWV
S6NZXZF4 10.1046/j.1526-100X.2000.80048.x https://www.zotero.org/groups/2333011/items/S6NZXZF4
X2DIPJG9 10.1046/j.1526-100X.2000.80048.x https://www.zotero.org/groups/2333011/items/X2DIPJG9
SDDYCZNJ 10.1057/9780230603554 https://www.zotero.org/groups/2333011/items/SDDYCZNJ
AGPMH7KZ 10.1057/9780230603554 https://www.zotero.org/groups/2333011/items/AGPMH7KZ
MVV4GPAX 10.1061/(asce)0733-9496(1997)123:4(246) https://www.zotero.org/groups/2333011/items/MVV4GPAX
F9II3Q4L 10.1061/(asce)0733-9496(1997)123:4(246) https://www.zotero.org/groups/2333011/items/F9II3Q4L
LUC5KASE 10.1068/a42302 https://www.zotero.org/groups/2333011/items/LUC5KASE
INBHWG3J 10.1068/a42302 https://www.zotero.org/groups/2333011/items/INBHWG3J
9DX96EDB 10.1073/pnas.0405147101 https://www.zotero.org/groups/2333011/items/9DX96EDB
XSXDQ9PX 10.1073/pnas.0405147101 https://www.zotero.org/groups/2333011/items/XSXDQ9PX
X47BSJPF 10.1073/pnas.0503198103 https://www.zotero.org/groups/2333011/items/X47BSJPF
BPJ5QXCN 10.1073/pnas.0503198103 https://www.zotero.org/groups/2333011/items/BPJ5QXCN
GWW7ZFR4 10.1073/pnas.0803564105 https://www.zotero.org/groups/2333011/items/GWW7ZFR4
8VZ7477S 10.1073/pnas.0803564105 https://www.zotero.org/groups/2333011/items/8VZ7477S
KH9Y5UUY 10.1073/pnas.0804951106 https://www.zotero.org/groups/2333011/items/KH9Y5UUY
L3VLT5MG 10.1073/pnas.0804951106 https://www.zotero.org/groups/2333011/items/L3VLT5MG
HI7N9C9B 10.1073/pnas.0812419106 https://www.zotero.org/groups/2333011/items/HI7N9C9B
AAASC4PT 10.1073/pnas.0812419106 https://www.zotero.org/groups/2333011/items/AAASC4PT
89KX825N 10.1073/pnas.0904942106 https://www.zotero.org/groups/2333011/items/89KX825N
N55L4HC7 10.1073/pnas.0904942106 https://www.zotero.org/groups/2333011/items/N55L4HC7
WC6HS2D5 10.1073/pnas.0904946106 https://www.zotero.org/groups/2333011/items/WC6HS2D5
7XRML2IS 10.1073/pnas.0904946106 https://www.zotero.org/groups/2333011/items/7XRML2IS
4TTI78M7 10.1073/pnas.0905620106 https://www.zotero.org/groups/2333011/items/4TTI78M7
TZYLUNPH 10.1073/pnas.0905620106 https://www.zotero.org/groups/2333011/items/TZYLUNPH
ITHJG5FK 10.1073/pnas.0905620106 https://www.zotero.org/groups/2333011/items/ITHJG5FK
QYBIY97W 10.1073/pnas.0905620106 https://www.zotero.org/groups/2333011/items/QYBIY97W
JR8IQNCM 10.1073/pnas.091092998 https://www.zotero.org/groups/2333011/items/JR8IQNCM
ETATMAFU 10.1073/pnas.091092998 https://www.zotero.org/groups/2333011/items/ETATMAFU
LI8UU5EY 10.1073/pnas.0913139107 https://www.zotero.org/groups/2333011/items/LI8UU5EY
ZX7B9NKW 10.1073/pnas.0913139107 https://www.zotero.org/groups/2333011/items/ZX7B9NKW
L4ZYTRJV 10.1073/pnas.1003369107 https://www.zotero.org/groups/2333011/items/L4ZYTRJV
97P5EMYF 10.1073/pnas.1003369107 https://www.zotero.org/groups/2333011/items/97P5EMYF
GM7SI5PE 10.1073/pnas.1004875107 https://www.zotero.org/groups/2333011/items/GM7SI5PE
CVFN7WSJ 10.1073/pnas.1004875107 https://www.zotero.org/groups/2333011/items/CVFN7WSJ
9HEIG6GE 10.1073/pnas.1011217108 https://www.zotero.org/groups/2333011/items/9HEIG6GE
S67NNHP3 10.1073/pnas.1011217108 https://www.zotero.org/groups/2333011/items/S67NNHP3
T36F5NK7 10.1073/pnas.1017993108 https://www.zotero.org/groups/2333011/items/T36F5NK7
QC6ALUK2 10.1073/pnas.1017993108 https://www.zotero.org/groups/2333011/items/QC6ALUK2
3JL9XK3A 10.1073/pnas.1115226109 https://www.zotero.org/groups/2333011/items/3JL9XK3A
GY28LTZ6 10.1073/pnas.1115226109 https://www.zotero.org/groups/2333011/items/GY28LTZ6
HACILM65 10.1073/pnas.1204651110 https://www.zotero.org/groups/2333011/items/HACILM65
HRZDP3EZ 10.1073/pnas.1204651110 https://www.zotero.org/groups/2333011/items/HRZDP3EZ
J4DC2F33 10.1073/pnas.1211658109 https://www.zotero.org/groups/2333011/items/J4DC2F33
UIGDMBMW 10.1073/pnas.1211658109 https://www.zotero.org/groups/2333011/items/UIGDMBMW
W4NVFFTZ 10.1073/pnas.1211658109 https://www.zotero.org/groups/2333011/items/W4NVFFTZ
ASH54TMJ 10.1073/pnas.1211658109 https://www.zotero.org/groups/2333011/items/ASH54TMJ
2ZB2LQCR 10.1073/pnas.1215404110 https://www.zotero.org/groups/2333011/items/2ZB2LQCR
4ZDDZWQM 10.1073/pnas.1215404110 https://www.zotero.org/groups/2333011/items/4ZDDZWQM
MC35V4CP 10.1073/pnas.1216006110 https://www.zotero.org/groups/2333011/items/MC35V4CP
VP6Y7ZCP 10.1073/pnas.1216006110 https://www.zotero.org/groups/2333011/items/VP6Y7ZCP
A4JRSZAB 10.1073/pnas.1216006110 https://www.zotero.org/groups/2333011/items/A4JRSZAB
FY8C5D7S 10.1073/pnas.1219844110 https://www.zotero.org/groups/2333011/items/FY8C5D7S
KGZBNW8V 10.1073/pnas.1219844110 https://www.zotero.org/groups/2333011/items/KGZBNW8V
QYCVBCWF 10.1073/pnas.1222463110 https://www.zotero.org/groups/2333011/items/QYCVBCWF
9LH2RDBG 10.1073/pnas.1222463110 https://www.zotero.org/groups/2333011/items/9LH2RDBG
DGJEPUQG 10.1073/pnas.1222463110 https://www.zotero.org/groups/2333011/items/DGJEPUQG
2RX9EM9T 10.1073/pnas.1222465110 https://www.zotero.org/groups/2333011/items/2RX9EM9T
867DSIQF 10.1073/pnas.1222465110 https://www.zotero.org/groups/2333011/items/867DSIQF
2XL6PJ4N 10.1073/pnas.1308149110 https://www.zotero.org/groups/2333011/items/2XL6PJ4N
XKSTK5ZQ 10.1073/pnas.1308149110 https://www.zotero.org/groups/2333011/items/XKSTK5ZQ
RJ7TV2GE 10.1073/pnas.1309492111 https://www.zotero.org/groups/2333011/items/RJ7TV2GE
2X43PJHL 10.1073/pnas.1309492111 https://www.zotero.org/groups/2333011/items/2X43PJHL
4DTWLTM6 10.1073/pnas.1311491110 https://www.zotero.org/groups/2333011/items/4DTWLTM6
M3A2W4MW 10.1073/pnas.1311491110 https://www.zotero.org/groups/2333011/items/M3A2W4MW
4FXSGU56 10.1073/pnas.1315800111 https://www.zotero.org/groups/2333011/items/4FXSGU56
DN764LQJ 10.1073/pnas.1315800111 https://www.zotero.org/groups/2333011/items/DN764LQJ
JUJEJPDL 10.1073/pnas.1406485112 https://www.zotero.org/groups/2333011/items/JUJEJPDL
ANT2T2Y7 10.1073/pnas.1406485112 https://www.zotero.org/groups/2333011/items/ANT2T2Y7
B4HSB7R6 10.1073/pnas.1406485112 https://www.zotero.org/groups/2333011/items/B4HSB7R6
5VALNTJZ 10.1073/pnas.1504613112 https://www.zotero.org/groups/2333011/items/5VALNTJZ
HGGFBBYQ 10.1073/pnas.1504613112 https://www.zotero.org/groups/2333011/items/HGGFBBYQ
SQIW5W5K 10.1073/pnas.1517685113 https://www.zotero.org/groups/2333011/items/SQIW5W5K
U84YQNW2 10.1073/pnas.1517685113 https://www.zotero.org/groups/2333011/items/U84YQNW2
J6D65Q3G 10.1073/pnas.1525002113 https://www.zotero.org/groups/2333011/items/J6D65Q3G
78UFWNSU 10.1073/pnas.1525002113 https://www.zotero.org/groups/2333011/items/78UFWNSU
UEPXXNKE 10.1073/pnas.1525002113 https://www.zotero.org/groups/2333011/items/UEPXXNKE
2NVMH79C 10.1073/pnas.1601529113 https://www.zotero.org/groups/2333011/items/2NVMH79C
KDNVPFW4 10.1073/pnas.1601529113 https://www.zotero.org/groups/2333011/items/KDNVPFW4
MKGYIGNW 10.1080/00222930903477768 https://www.zotero.org/groups/2333011/items/MKGYIGNW
STE8J3J4 10.1080/00222930903477768 https://www.zotero.org/groups/2333011/items/STE8J3J4
ASWYZXXY 10.1080/03632415.2016.1121742 https://www.zotero.org/groups/2333011/items/ASWYZXXY
4DTFFE7U 10.1080/03632415.2016.1121742 https://www.zotero.org/groups/2333011/items/4DTFFE7U
ZHKXAA4K 10.1080/09644016.2015.1074384 https://www.zotero.org/groups/2333011/items/ZHKXAA4K
GUUNM5NN 10.1080/09644016.2015.1074384 https://www.zotero.org/groups/2333011/items/GUUNM5NN
VRBH9UWU 10.1080/10643389709388502 https://www.zotero.org/groups/2333011/items/VRBH9UWU
63ZG66BQ 10.1080/10643389709388502 https://www.zotero.org/groups/2333011/items/63ZG66BQ
3JLJY36B 10.1080/14634980701351023 https://www.zotero.org/groups/2333011/items/3JLJY36B
75B3Y5SS 10.1080/14634980701351023 https://www.zotero.org/groups/2333011/items/75B3Y5SS
YZHDK3XZ 10.1080/14634988.2011.624970 https://www.zotero.org/groups/2333011/items/YZHDK3XZ
6LYB4PHH 10.1080/14634988.2011.624970 https://www.zotero.org/groups/2333011/items/6LYB4PHH
3N9X85W6 10.1080/15287394.2015.1037412 https://www.zotero.org/groups/2333011/items/3N9X85W6
AHCP5LUW 10.1080/15287394.2015.1037412 https://www.zotero.org/groups/2333011/items/AHCP5LUW
R7L7X7PL 10.1080/17451000.2014.932914 https://www.zotero.org/groups/2333011/items/R7L7X7PL
ITIVGVUQ 10.1080/17451000.2014.932914 https://www.zotero.org/groups/2333011/items/ITIVGVUQ
MJ3I3VCQ 10.1080/1747423X.2015.1096423 https://www.zotero.org/groups/2333011/items/MJ3I3VCQ
N3ARAPGI 10.1080/1747423X.2015.1096423 https://www.zotero.org/groups/2333011/items/N3ARAPGI
KZSVHL9N 10.1080/19439340903114628 https://www.zotero.org/groups/2333011/items/KZSVHL9N
DWKRPC72 10.1080/19439340903114628 https://www.zotero.org/groups/2333011/items/DWKRPC72
R2ZVV5MU 10.1080/21513732.2014.997292 https://www.zotero.org/groups/2333011/items/R2ZVV5MU
GWUJ5JQ7 10.1080/21513732.2014.997292 https://www.zotero.org/groups/2333011/items/GWUJ5JQ7
9SEESQWZ 10.1080/21513732.2014.997292 https://www.zotero.org/groups/2333011/items/9SEESQWZ
8L6BD7J4 10.1088/1748-9326/11/1/014013 https://www.zotero.org/groups/2333011/items/8L6BD7J4
MBBWPZ9T 10.1088/1748-9326/11/1/014013 https://www.zotero.org/groups/2333011/items/MBBWPZ9T
VQVTPXGS 10.1088/1748-9326/11/3/034014 https://www.zotero.org/groups/2333011/items/VQVTPXGS
RQVQVAJ6 10.1088/1748-9326/11/3/034014 https://www.zotero.org/groups/2333011/items/RQVQVAJ6
6HP2T7K5 10.1088/1748-9326/11/3/034014 https://www.zotero.org/groups/2333011/items/6HP2T7K5
DNUWDXZS 10.1088/1748-9326/11/3/034014 https://www.zotero.org/groups/2333011/items/DNUWDXZS
XEMP6IEW 10.1088/1748-9326/6/1/014009 https://www.zotero.org/groups/2333011/items/XEMP6IEW
KA4B59DD 10.1088/1748-9326/6/1/014009 https://www.zotero.org/groups/2333011/items/KA4B59DD
4UV4XLIG 10.1088/1748-9326/6/4/045509 https://www.zotero.org/groups/2333011/items/4UV4XLIG
ALXBS8IU 10.1088/1748-9326/6/4/045509 https://www.zotero.org/groups/2333011/items/ALXBS8IU
MY7UINMU 10.1088/1748-9326/6/4/045509 https://www.zotero.org/groups/2333011/items/MY7UINMU
58256K56 10.1088/1748-9326/7/1/014039 https://www.zotero.org/groups/2333011/items/58256K56
U79VSIAG 10.1088/1748-9326/7/1/014039 https://www.zotero.org/groups/2333011/items/U79VSIAG
WBFJUSXA 10.1088/1748-9326/7/1/015506 https://www.zotero.org/groups/2333011/items/WBFJUSXA
7AUFW6RI 10.1088/1748-9326/7/1/015506 https://www.zotero.org/groups/2333011/items/7AUFW6RI
EXRYNA2H 10.1088/1748-9326/8/2/024030 https://www.zotero.org/groups/2333011/items/EXRYNA2H
QUABCHNK 10.1088/1748-9326/8/2/024030 https://www.zotero.org/groups/2333011/items/QUABCHNK
IF4XIQFU 10.1089/vbz.2013.1563 https://www.zotero.org/groups/2333011/items/IF4XIQFU
4DVDGHNR 10.1089/vbz.2013.1563 https://www.zotero.org/groups/2333011/items/4DVDGHNR
M6J8ZI9M 10.1093/acprof:oso/9780199689347.003.0005 https://www.zotero.org/groups/2333011/items/M6J8ZI9M
BUJYYIMI 10.1093/acprof:oso/9780199689347.003.0005 https://www.zotero.org/groups/2333011/items/BUJYYIMI
Y5VKJBW7 10.1093/biosci/biu037 https://www.zotero.org/groups/2333011/items/Y5VKJBW7
PAW68HTB 10.1093/biosci/biu037 https://www.zotero.org/groups/2333011/items/PAW68HTB
PJAENCB3 10.1093/biosci/biu093 https://www.zotero.org/groups/2333011/items/PJAENCB3
G896EPPW 10.1093/biosci/biu093 https://www.zotero.org/groups/2333011/items/G896EPPW
2IZR5Z5Y 10.1093/biosci/biu146 https://www.zotero.org/groups/2333011/items/2IZR5Z5Y
CKAXNKAP 10.1093/biosci/biu146 https://www.zotero.org/groups/2333011/items/CKAXNKAP
CZGL6VQG 10.1093/biosci/biu195 https://www.zotero.org/groups/2333011/items/CZGL6VQG
CXF46IE6 10.1093/biosci/biu195 https://www.zotero.org/groups/2333011/items/CXF46IE6
X84H7MLK 10.1093/biosci/biu195 https://www.zotero.org/groups/2333011/items/X84H7MLK
XK33WG8K 10.1093/biosci/biv118 https://www.zotero.org/groups/2333011/items/XK33WG8K
LRUACZGV 10.1093/biosci/biv118 https://www.zotero.org/groups/2333011/items/LRUACZGV
LK3FNL4R 10.1093/oxrep/grs011 https://www.zotero.org/groups/2333011/items/LK3FNL4R
LM2EGIND 10.1093/oxrep/grs011 https://www.zotero.org/groups/2333011/items/LM2EGIND
G63EUAHM 10.1094/phyto-99-11-1228 https://www.zotero.org/groups/2333011/items/G63EUAHM
3QMGZTRJ 10.1094/phyto-99-11-1228 https://www.zotero.org/groups/2333011/items/3QMGZTRJ
828H5VAA 10.1098/rsbl.2012.0530 https://www.zotero.org/groups/2333011/items/828H5VAA
ASPMR6EC 10.1098/rsbl.2012.0530 https://www.zotero.org/groups/2333011/items/ASPMR6EC
6I65CVB8 10.1098/rspb.2009.0339 https://www.zotero.org/groups/2333011/items/6I65CVB8
Y698T64C 10.1098/rspb.2009.0339 https://www.zotero.org/groups/2333011/items/Y698T64C
EHEUZDD3 10.1098/rspb.2013.3330 https://www.zotero.org/groups/2333011/items/EHEUZDD3
W22ADXXA 10.1098/rspb.2013.3330 https://www.zotero.org/groups/2333011/items/W22ADXXA
CAXQ5XQ7 10.1098/rspb.2013.3330 https://www.zotero.org/groups/2333011/items/CAXQ5XQ7
C77JCMZM 10.1098/rspb.2013.3330 https://www.zotero.org/groups/2333011/items/C77JCMZM
4SF5XDTP 10.1098/rspb.2014.1799 https://www.zotero.org/groups/2333011/items/4SF5XDTP
NTB5WHQG 10.1098/rspb.2014.1799 https://www.zotero.org/groups/2333011/items/NTB5WHQG
GHDK9JIX 10.1098/rstb.2010.0143 https://www.zotero.org/groups/2333011/items/GHDK9JIX
9IS482IK 10.1098/rstb.2010.0143 https://www.zotero.org/groups/2333011/items/9IS482IK
PXA5AQCF 10.1098/rstb.2012.0288 https://www.zotero.org/groups/2333011/items/PXA5AQCF
426B6DVR 10.1098/rstb.2012.0288 https://www.zotero.org/groups/2333011/items/426B6DVR
YVNNK5WL 10.1111/1365-2664.12559 https://www.zotero.org/groups/2333011/items/YVNNK5WL
KZ9YCCHY 10.1111/1365-2664.12559 https://www.zotero.org/groups/2333011/items/KZ9YCCHY
J9NLCA2P 10.1111/1365-2745.12654 https://www.zotero.org/groups/2333011/items/J9NLCA2P
MMSKW9LA 10.1111/1365-2745.12654 https://www.zotero.org/groups/2333011/items/MMSKW9LA
2NYG5TEP 10.1111/ajps.12116 https://www.zotero.org/groups/2333011/items/2NYG5TEP
BZ677KDN 10.1111/ajps.12116 https://www.zotero.org/groups/2333011/items/BZ677KDN
45AABSE2 10.1111/cobi.12099 https://www.zotero.org/groups/2333011/items/45AABSE2
UH53V4HM 10.1111/cobi.12099 https://www.zotero.org/groups/2333011/items/UH53V4HM
I6ZNQ8Z3 10.1111/cobi.12221 https://www.zotero.org/groups/2333011/items/I6ZNQ8Z3
DKP7CQNF 10.1111/cobi.12221 https://www.zotero.org/groups/2333011/items/DKP7CQNF
U3EAMAYX 10.1111/cobi.12318 https://www.zotero.org/groups/2333011/items/U3EAMAYX
EGV6HJ2V 10.1111/cobi.12318 https://www.zotero.org/groups/2333011/items/EGV6HJ2V
QXMUWR8E 10.1111/cobi.12549 https://www.zotero.org/groups/2333011/items/QXMUWR8E
LXV4BAAZ 10.1111/cobi.12549 https://www.zotero.org/groups/2333011/items/LXV4BAAZ
ID9WC6DV 10.1111/cobi.12663 https://www.zotero.org/groups/2333011/items/ID9WC6DV
I9HHRYJH 10.1111/cobi.12663 https://www.zotero.org/groups/2333011/items/I9HHRYJH
5HZJA8IA 10.1111/conl.12110 https://www.zotero.org/groups/2333011/items/5HZJA8IA
XRHGWRRS 10.1111/conl.12110 https://www.zotero.org/groups/2333011/items/XRHGWRRS
4YP5LHZF 10.1111/conl.12159 https://www.zotero.org/groups/2333011/items/4YP5LHZF
J3ZGMBRV 10.1111/conl.12159 https://www.zotero.org/groups/2333011/items/J3ZGMBRV
38VNMK8V 10.1111/conl.12167 https://www.zotero.org/groups/2333011/items/38VNMK8V
NC7RWIZ9 10.1111/conl.12167 https://www.zotero.org/groups/2333011/items/NC7RWIZ9
V9ZY79X4 10.1111/conl.12167 https://www.zotero.org/groups/2333011/items/V9ZY79X4
6NGG9HR4 10.1111/conl.12180 https://www.zotero.org/groups/2333011/items/6NGG9HR4
HIFCYKVK 10.1111/conl.12180 https://www.zotero.org/groups/2333011/items/HIFCYKVK
K8XI4PYY 10.1111/conl.12199 https://www.zotero.org/groups/2333011/items/K8XI4PYY
HXHGNM96 10.1111/conl.12199 https://www.zotero.org/groups/2333011/items/HXHGNM96
T3GMTVWQ 10.1111/ddi.12001 https://www.zotero.org/groups/2333011/items/T3GMTVWQ
U2UWWXFB 10.1111/ddi.12001 https://www.zotero.org/groups/2333011/items/U2UWWXFB
LSXPMLP3 10.1111/ddi.12380 https://www.zotero.org/groups/2333011/items/LSXPMLP3
DU3QTCF2 10.1111/ddi.12380 https://www.zotero.org/groups/2333011/items/DU3QTCF2
WSD5EB9X 10.1111/ddi.12380 https://www.zotero.org/groups/2333011/items/WSD5EB9X
C3WUA9AM 10.1111/ddi.12380 https://www.zotero.org/groups/2333011/items/C3WUA9AM
4N2WHYBR 10.1111/ele.12082 https://www.zotero.org/groups/2333011/items/4N2WHYBR
WMIVP3EH 10.1111/ele.12082 https://www.zotero.org/groups/2333011/items/WMIVP3EH
BWW74L2R 10.1111/faf.12119 https://www.zotero.org/groups/2333011/items/BWW74L2R
I7CMSSUJ 10.1111/faf.12119 https://www.zotero.org/groups/2333011/items/I7CMSSUJ
3IAM23WB 10.1111/gcb.12012 https://www.zotero.org/groups/2333011/items/3IAM23WB
9RUKQAFJ 10.1111/gcb.12012 https://www.zotero.org/groups/2333011/items/9RUKQAFJ
ZV288EEN 10.1111/gcb.12218 https://www.zotero.org/groups/2333011/items/ZV288EEN
P6DIQBV3 10.1111/gcb.12218 https://www.zotero.org/groups/2333011/items/P6DIQBV3
24FSZ4V6 10.1111/gcb.12218 https://www.zotero.org/groups/2333011/items/24FSZ4V6
EZPPVNPH 10.1111/gcb.12218 https://www.zotero.org/groups/2333011/items/EZPPVNPH
SYDFJ9V8 10.1111/gcb.12500 https://www.zotero.org/groups/2333011/items/SYDFJ9V8
WVLYNL29 10.1111/gcb.12500 https://www.zotero.org/groups/2333011/items/WVLYNL29
MEYBAT9S 10.1111/gcb.12500 https://www.zotero.org/groups/2333011/items/MEYBAT9S
VWW8ES3T 10.1111/gcb.12500 https://www.zotero.org/groups/2333011/items/VWW8ES3T
FEQVN6BB 10.1111/gcb.12665 https://www.zotero.org/groups/2333011/items/FEQVN6BB
KURVCJZ8 10.1111/gcb.12665 https://www.zotero.org/groups/2333011/items/KURVCJZ8
FRPBBB33 10.1111/gcb.12852 https://www.zotero.org/groups/2333011/items/FRPBBB33
A22JL3L9 10.1111/gcb.12852 https://www.zotero.org/groups/2333011/items/A22JL3L9
IBQZYVD6 10.1111/gcb.13087 https://www.zotero.org/groups/2333011/items/IBQZYVD6
Y3CUXYI7 10.1111/gcb.13087 https://www.zotero.org/groups/2333011/items/Y3CUXYI7
2LE8NTU7 10.1111/gcb.13090 https://www.zotero.org/groups/2333011/items/2LE8NTU7
PWXQHP9U 10.1111/gcb.13090 https://www.zotero.org/groups/2333011/items/PWXQHP9U
A76CN5P7 10.1111/gcb.13298 https://www.zotero.org/groups/2333011/items/A76CN5P7
VJZPM5RU 10.1111/gcb.13298 https://www.zotero.org/groups/2333011/items/VJZPM5RU
EQDAU3EW 10.1111/gcb.13355 https://www.zotero.org/groups/2333011/items/EQDAU3EW
3ZY555SA 10.1111/gcb.13355 https://www.zotero.org/groups/2333011/items/3ZY555SA
L5HXPZDP 10.1111/gcb.13677 https://www.zotero.org/groups/2333011/items/L5HXPZDP
FHUZMVMV 10.1111/gcb.13677 https://www.zotero.org/groups/2333011/items/FHUZMVMV
NQ26BQ3C 10.1111/geb.12096 https://www.zotero.org/groups/2333011/items/NQ26BQ3C
ARZ8WLYV 10.1111/geb.12096 https://www.zotero.org/groups/2333011/items/ARZ8WLYV
VZ3A5VIN 10.1111/j.1365-2486.2006.01104.x https://www.zotero.org/groups/2333011/items/VZ3A5VIN
A39BLEGG 10.1111/j.1365-2486.2006.01104.x https://www.zotero.org/groups/2333011/items/A39BLEGG
F8PX3HQ5 10.1111/j.1365-2486.2006.01104.x https://www.zotero.org/groups/2333011/items/F8PX3HQ5
C8YK4V94 10.1111/j.1365-2486.2007.01446.x https://www.zotero.org/groups/2333011/items/C8YK4V94
57VZYRXS 10.1111/j.1365-2486.2007.01446.x https://www.zotero.org/groups/2333011/items/57VZYRXS
9YVQZ6T9 10.1111/j.1365-2486.2007.01470.x https://www.zotero.org/groups/2333011/items/9YVQZ6T9
CV5T6MDI 10.1111/j.1365-2486.2007.01470.x https://www.zotero.org/groups/2333011/items/CV5T6MDI
ITP4UE2Z 10.1111/j.1365-2486.2009.01995.x https://www.zotero.org/groups/2333011/items/ITP4UE2Z
8MNGIZIW 10.1111/j.1365-2486.2009.01995.x https://www.zotero.org/groups/2333011/items/8MNGIZIW
EKDR9V83 10.1111/j.1365-2486.2010.02229.x https://www.zotero.org/groups/2333011/items/EKDR9V83
LHD3AMB2 10.1111/j.1365-2486.2010.02229.x https://www.zotero.org/groups/2333011/items/LHD3AMB2
J7R3HN3X 10.1111/j.1365-2486.2010.02389.x https://www.zotero.org/groups/2333011/items/J7R3HN3X
LTMQ626G 10.1111/j.1365-2486.2010.02389.x https://www.zotero.org/groups/2333011/items/LTMQ626G
LGR8Y8JC 10.1111/j.1365-2486.2012.02719.x https://www.zotero.org/groups/2333011/items/LGR8Y8JC
SB3EB6NA 10.1111/j.1365-2486.2012.02719.x https://www.zotero.org/groups/2333011/items/SB3EB6NA
Q7D3LMIY 10.1111/j.1365-2664.2005.01019.x https://www.zotero.org/groups/2333011/items/Q7D3LMIY
CGCZSDJL 10.1111/j.1365-2664.2005.01019.x https://www.zotero.org/groups/2333011/items/CGCZSDJL
RWJG8G3D 10.1111/j.1365-2664.2010.01838.x https://www.zotero.org/groups/2333011/items/RWJG8G3D
GF2X64FI 10.1111/j.1365-2664.2010.01838.x https://www.zotero.org/groups/2333011/items/GF2X64FI
QXVWBY6P 10.1111/j.1365-2699.2005.01424.x https://www.zotero.org/groups/2333011/items/QXVWBY6P
VIPVI7NL 10.1111/j.1365-2699.2005.01424.x https://www.zotero.org/groups/2333011/items/VIPVI7NL
GQ3SYPZS 10.1111/j.1365-2699.2005.01424.x https://www.zotero.org/groups/2333011/items/GQ3SYPZS
F5XZNB8U 10.1111/j.1365-2699.2005.01424.x https://www.zotero.org/groups/2333011/items/F5XZNB8U
NF6WCMQ3 10.1111/j.1365-2699.2007.01799.x https://www.zotero.org/groups/2333011/items/NF6WCMQ3
FTALMIG9 10.1111/j.1365-2699.2007.01799.x https://www.zotero.org/groups/2333011/items/FTALMIG9
M269EXDF 10.1111/j.1365-2699.2010.02444.x https://www.zotero.org/groups/2333011/items/M269EXDF
AQMYQ3SU 10.1111/j.1365-2699.2010.02444.x https://www.zotero.org/groups/2333011/items/AQMYQ3SU
4CHFV2HC 10.1111/j.1365-2745.2007.01295.x https://www.zotero.org/groups/2333011/items/4CHFV2HC
NCYXVSK3 10.1111/j.1365-2745.2007.01295.x https://www.zotero.org/groups/2333011/items/NCYXVSK3
AV8RWRPA 10.1111/j.1365-2745.2008.01361.x https://www.zotero.org/groups/2333011/items/AV8RWRPA
RD5ICCD4 10.1111/j.1365-2745.2008.01361.x https://www.zotero.org/groups/2333011/items/RD5ICCD4
LXK9U47Z 10.1111/j.1366-9516.2005.00145.x https://www.zotero.org/groups/2333011/items/LXK9U47Z
32PRTEFZ 10.1111/j.1366-9516.2005.00145.x https://www.zotero.org/groups/2333011/items/32PRTEFZ
BV2NC6GZ 10.1111/j.1442-9993.2008.01887.x https://www.zotero.org/groups/2333011/items/BV2NC6GZ
BHGI29WI 10.1111/j.1442-9993.2008.01887.x https://www.zotero.org/groups/2333011/items/BHGI29WI
SPSJBL9H 10.1111/j.1442-9993.2008.01887.x https://www.zotero.org/groups/2333011/items/SPSJBL9H
V2S476SX 10.1111/j.1461-0248.2004.00686.x https://www.zotero.org/groups/2333011/items/V2S476SX
TJM9DQFB 10.1111/j.1461-0248.2004.00686.x https://www.zotero.org/groups/2333011/items/TJM9DQFB
HVFTZXRL 10.1111/j.1461-0248.2008.01255.x https://www.zotero.org/groups/2333011/items/HVFTZXRL
4BGURN4W 10.1111/j.1461-0248.2008.01255.x https://www.zotero.org/groups/2333011/items/4BGURN4W
6LBIB6FX 10.1111/j.1461-0248.2008.01255.x https://www.zotero.org/groups/2333011/items/6LBIB6FX
JN44C4IM 10.1111/j.1461-0248.2009.01355.x https://www.zotero.org/groups/2333011/items/JN44C4IM
IHKYLV7Q 10.1111/j.1461-0248.2009.01355.x https://www.zotero.org/groups/2333011/items/IHKYLV7Q
TNVSJL5U 10.1111/j.1461-0248.2009.01387.x https://www.zotero.org/groups/2333011/items/TNVSJL5U
6HAEFJII 10.1111/j.1461-0248.2009.01387.x https://www.zotero.org/groups/2333011/items/6HAEFJII
9DRPJ2ZT 10.1111/j.1461-0248.2009.01403.x https://www.zotero.org/groups/2333011/items/9DRPJ2ZT
69YQFHAK 10.1111/j.1461-0248.2009.01403.x https://www.zotero.org/groups/2333011/items/69YQFHAK
7U7T7FCD 10.1111/j.1462-2920.2010.02152.x https://www.zotero.org/groups/2333011/items/7U7T7FCD
YCQMKLY8 10.1111/j.1462-2920.2010.02152.x https://www.zotero.org/groups/2333011/items/YCQMKLY8
5MU7LMWQ 10.1111/j.1466-8238.2010.00540.x https://www.zotero.org/groups/2333011/items/5MU7LMWQ
IXUU2E3G 10.1111/j.1466-8238.2010.00540.x https://www.zotero.org/groups/2333011/items/IXUU2E3G
SHF9HRDH 10.1111/j.1466-8238.2010.00585.x https://www.zotero.org/groups/2333011/items/SHF9HRDH
EKU74QTM 10.1111/j.1466-8238.2010.00585.x https://www.zotero.org/groups/2333011/items/EKU74QTM
8PMCLVFI 10.1111/j.1466-8238.2010.00585.x https://www.zotero.org/groups/2333011/items/8PMCLVFI
TSD7NCNT 10.1111/j.1466-8238.2011.00664.x https://www.zotero.org/groups/2333011/items/TSD7NCNT
7DGVDU7A 10.1111/j.1466-8238.2011.00664.x https://www.zotero.org/groups/2333011/items/7DGVDU7A
SMIU9LW8 10.1111/j.1472-4642.2010.00654.x https://www.zotero.org/groups/2333011/items/SMIU9LW8
839CCCUK 10.1111/j.1472-4642.2010.00654.x https://www.zotero.org/groups/2333011/items/839CCCUK
LA47MWXE 10.1111/j.1475-4959.2005.00153.x https://www.zotero.org/groups/2333011/items/LA47MWXE
HG3MEM98 10.1111/j.1475-4959.2005.00153.x https://www.zotero.org/groups/2333011/items/HG3MEM98
4BMSMPTD 10.1111/j.1523-1739.2004.00166.x https://www.zotero.org/groups/2333011/items/4BMSMPTD
3RDC4W9U 10.1111/j.1523-1739.2004.00166.x https://www.zotero.org/groups/2333011/items/3RDC4W9U
ZGPFVR87 10.1111/j.1523-1739.2004.00166.x https://www.zotero.org/groups/2333011/items/ZGPFVR87
8XCV6TAK 10.1111/j.1523-1739.2004.00166.x https://www.zotero.org/groups/2333011/items/8XCV6TAK
RTEY8CGV 10.1111/j.1523-1739.2004.00227.x https://www.zotero.org/groups/2333011/items/RTEY8CGV
FLGF3EI6 10.1111/j.1523-1739.2004.00227.x https://www.zotero.org/groups/2333011/items/FLGF3EI6
3C5KDLYT 10.1111/j.1523-1739.2005.00250.x https://www.zotero.org/groups/2333011/items/3C5KDLYT
66EHEMP6 10.1111/j.1523-1739.2005.00250.x https://www.zotero.org/groups/2333011/items/66EHEMP6
GJE7UMYJ 10.1111/j.1523-1739.2005.00680.x https://www.zotero.org/groups/2333011/items/GJE7UMYJ
YMK7KM3N 10.1111/j.1523-1739.2005.00680.x https://www.zotero.org/groups/2333011/items/YMK7KM3N
NS5C97C7 10.1111/j.1523-1739.2006.00351.x https://www.zotero.org/groups/2333011/items/NS5C97C7
GPBI3QIL 10.1111/j.1523-1739.2006.00351.x https://www.zotero.org/groups/2333011/items/GPBI3QIL
6BD8EEWW 10.1111/j.1523-1739.2008.00939.x https://www.zotero.org/groups/2333011/items/6BD8EEWW
EXKJW4VU 10.1111/j.1523-1739.2008.00939.x https://www.zotero.org/groups/2333011/items/EXKJW4VU
ZPDP5GVP 10.1111/j.1523-1739.2008.00939.x https://www.zotero.org/groups/2333011/items/ZPDP5GVP
5Y4VEH5C 10.1111/j.1523-1739.2009.01332.x https://www.zotero.org/groups/2333011/items/5Y4VEH5C
VRND7628 10.1111/j.1523-1739.2009.01332.x https://www.zotero.org/groups/2333011/items/VRND7628
U98AJXGF 10.1111/j.1523-1739.2009.01333.x https://www.zotero.org/groups/2333011/items/U98AJXGF
MAFT2HKL 10.1111/j.1523-1739.2009.01333.x https://www.zotero.org/groups/2333011/items/MAFT2HKL
WQST7RRY 10.1111/j.1523-1739.2011.01729.x https://www.zotero.org/groups/2333011/items/WQST7RRY
LHPBJJQV 10.1111/j.1523-1739.2011.01729.x https://www.zotero.org/groups/2333011/items/LHPBJJQV
UZ9E3X3F 10.1111/j.1600-0587.2010.06390.x https://www.zotero.org/groups/2333011/items/UZ9E3X3F
EWHYFXH3 10.1111/j.1600-0587.2010.06390.x https://www.zotero.org/groups/2333011/items/EWHYFXH3
SMIDALFA 10.1111/j.1654-1103.2005.tb02365.x https://www.zotero.org/groups/2333011/items/SMIDALFA
5K2Z3W47 10.1111/j.1654-1103.2005.tb02365.x https://www.zotero.org/groups/2333011/items/5K2Z3W47
AZ2FLLJH 10.1111/j.1744-7429.2005.00071.x https://www.zotero.org/groups/2333011/items/AZ2FLLJH
6RRAFSND 10.1111/j.1744-7429.2005.00071.x https://www.zotero.org/groups/2333011/items/6RRAFSND
K7FKVJBR 10.1111/j.1744-7429.2009.00569.x https://www.zotero.org/groups/2333011/items/K7FKVJBR
8LXHKMLZ 10.1111/j.1744-7429.2009.00569.x https://www.zotero.org/groups/2333011/items/8LXHKMLZ
9ZJZZNBD 10.1111/j.1744-7429.2012.00908.x https://www.zotero.org/groups/2333011/items/9ZJZZNBD
AIE2TSJT 10.1111/j.1744-7429.2012.00908.x https://www.zotero.org/groups/2333011/items/AIE2TSJT
PAJECC6U 10.1111/j.1744-7429.2012.00908.x https://www.zotero.org/groups/2333011/items/PAJECC6U
KUXEJ8Z5 10.1111/j.1744-7429.2012.00908.x https://www.zotero.org/groups/2333011/items/KUXEJ8Z5
9Q7IRDRG 10.1111/j.1749-6632.2009.05162.x https://www.zotero.org/groups/2333011/items/9Q7IRDRG
FY4XD2TL 10.1111/j.1749-6632.2009.05162.x https://www.zotero.org/groups/2333011/items/FY4XD2TL
ZHQAYFZJ 10.1111/j.1755-263X.2011.00220.x https://www.zotero.org/groups/2333011/items/ZHQAYFZJ
S9288V9D 10.1111/j.1755-263X.2011.00220.x https://www.zotero.org/groups/2333011/items/S9288V9D
NYEZXFW2 10.1111/jvs.12264 https://www.zotero.org/groups/2333011/items/NYEZXFW2
BILTIXHG 10.1111/jvs.12264 https://www.zotero.org/groups/2333011/items/BILTIXHG
45QYSHZA 10.1111/rec.12033 https://www.zotero.org/groups/2333011/items/45QYSHZA
2CCYLY8Z 10.1111/rec.12033 https://www.zotero.org/groups/2333011/items/2CCYLY8Z
TVVJWL8E 10.1111/rec.12174 https://www.zotero.org/groups/2333011/items/TVVJWL8E
MAVHECV5 10.1111/rec.12174 https://www.zotero.org/groups/2333011/items/MAVHECV5
PUMR23F6 10.1111/rec.12174 https://www.zotero.org/groups/2333011/items/PUMR23F6
D7WH6LD8 10.1111/rec.12174 https://www.zotero.org/groups/2333011/items/D7WH6LD8
3JCZXPWY 10.1126/sciadv.1500052 https://www.zotero.org/groups/2333011/items/3JCZXPWY
AVCIVUNJ 10.1126/sciadv.1500052 https://www.zotero.org/groups/2333011/items/AVCIVUNJ
UJ62LKN4 10.1126/sciadv.1500052 https://www.zotero.org/groups/2333011/items/UJ62LKN4
V5QXZ7WY 10.1126/sciadv.1501105 https://www.zotero.org/groups/2333011/items/V5QXZ7WY
MNWITWEI 10.1126/sciadv.1501105 https://www.zotero.org/groups/2333011/items/MNWITWEI
MQD28ICY 10.1126/science.1059199 https://www.zotero.org/groups/2333011/items/MQD28ICY
7ARIQHF7 10.1126/science.1059199 https://www.zotero.org/groups/2333011/items/7ARIQHF7
444Q6HMJ 10.1126/science.1067728 https://www.zotero.org/groups/2333011/items/444Q6HMJ
ZS537AN3 10.1126/science.1067728 https://www.zotero.org/groups/2333011/items/ZS537AN3
4C3S8DIL 10.1126/science.1067728 https://www.zotero.org/groups/2333011/items/4C3S8DIL
SGVDDHI3 10.1126/science.1070656 https://www.zotero.org/groups/2333011/items/SGVDDHI3
3NIHY999 10.1126/science.1070656 https://www.zotero.org/groups/2333011/items/3NIHY999
Z4BYX69F 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/Z4BYX69F
UH7G3T8K 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/UH7G3T8K
QGMK4Z7H 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/QGMK4Z7H
UCU942SU 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/UCU942SU
TY6F7SJS 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/TY6F7SJS
IBNU2DEJ 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/IBNU2DEJ
J94RI5ZK 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/J94RI5ZK
6IWNIGAQ 10.1126/science.1111772 https://www.zotero.org/groups/2333011/items/6IWNIGAQ
A5JQ6UPF 10.1126/science.1136674 https://www.zotero.org/groups/2333011/items/A5JQ6UPF
WD83PYX9 10.1126/science.1136674 https://www.zotero.org/groups/2333011/items/WD83PYX9
I792F3JC 10.1126/science.1146324 https://www.zotero.org/groups/2333011/items/I792F3JC
SXWU7QKP 10.1126/science.1146324 https://www.zotero.org/groups/2333011/items/SXWU7QKP
M36WVL3Y 10.1126/science.1146961 https://www.zotero.org/groups/2333011/items/M36WVL3Y
8DZ3B7ID 10.1126/science.1146961 https://www.zotero.org/groups/2333011/items/8DZ3B7ID
GFJSBSLA 10.1126/science.1149345 https://www.zotero.org/groups/2333011/items/GFJSBSLA
SHYA949K 10.1126/science.1149345 https://www.zotero.org/groups/2333011/items/SHYA949K
JUBNUABP 10.1126/science.1149345 https://www.zotero.org/groups/2333011/items/JUBNUABP
3ZMF8MG2 10.1126/science.1155676 https://www.zotero.org/groups/2333011/items/3ZMF8MG2
8TP25IKY 10.1126/science.1155676 https://www.zotero.org/groups/2333011/items/8TP25IKY
9NHGCHLV 10.1126/science.1156831 https://www.zotero.org/groups/2333011/items/9NHGCHLV
HSZQ8YSJ 10.1126/science.1156831 https://www.zotero.org/groups/2333011/items/HSZQ8YSJ
JZBP6VCH 10.1126/science.1164033 https://www.zotero.org/groups/2333011/items/JZBP6VCH
6VXU9XV4 10.1126/science.1164033 https://www.zotero.org/groups/2333011/items/6VXU9XV4
QAGYYE5A 10.1126/science.1170261 https://www.zotero.org/groups/2333011/items/QAGYYE5A
N7L9BJ7F 10.1126/science.1170261 https://www.zotero.org/groups/2333011/items/N7L9BJ7F
GKTVSAFU 10.1126/science.1172460 https://www.zotero.org/groups/2333011/items/GKTVSAFU
Q238946J 10.1126/science.1172460 https://www.zotero.org/groups/2333011/items/Q238946J
N32ZKUEK 10.1126/science.1185383 https://www.zotero.org/groups/2333011/items/N32ZKUEK
EUY75H3C 10.1126/science.1185383 https://www.zotero.org/groups/2333011/items/EUY75H3C
RKJ9LJHC 10.1126/science.1185383 https://www.zotero.org/groups/2333011/items/RKJ9LJHC
DEA8H7P6 10.1126/science.1186120 https://www.zotero.org/groups/2333011/items/DEA8H7P6
6NM7JAU3 10.1126/science.1186120 https://www.zotero.org/groups/2333011/items/6NM7JAU3
Y8QKVHFX 10.1126/science.1201609 https://www.zotero.org/groups/2333011/items/Y8QKVHFX
Q4Y5KQK3 10.1126/science.1201609 https://www.zotero.org/groups/2333011/items/Q4Y5KQK3
ISK6RRH2 10.1126/science.1210026 https://www.zotero.org/groups/2333011/items/ISK6RRH2
ULPDT7UH 10.1126/science.1210026 https://www.zotero.org/groups/2333011/items/ULPDT7UH
IXTXDEN5 10.1126/science.1217255 https://www.zotero.org/groups/2333011/items/IXTXDEN5
SPEQNDLA 10.1126/science.1217255 https://www.zotero.org/groups/2333011/items/SPEQNDLA
7ZFAZYJD 10.1126/science.1231679 https://www.zotero.org/groups/2333011/items/7ZFAZYJD
4ZWVQ7P2 10.1126/science.1231679 https://www.zotero.org/groups/2333011/items/4ZWVQ7P2
UUFG3VZT 10.1126/science.1231679 https://www.zotero.org/groups/2333011/items/UUFG3VZT
3XKFZNVR 10.1126/science.1231679 https://www.zotero.org/groups/2333011/items/3XKFZNVR
FI9BY9FU 10.1126/science.1231679 https://www.zotero.org/groups/2333011/items/FI9BY9FU
7FPLHGVX 10.1126/science.1234379 https://www.zotero.org/groups/2333011/items/7FPLHGVX
TAULPIZ4 10.1126/science.1234379 https://www.zotero.org/groups/2333011/items/TAULPIZ4
GAB8MDIK 10.1126/science.1237261 https://www.zotero.org/groups/2333011/items/GAB8MDIK
B2CJKUIN 10.1126/science.1237261 https://www.zotero.org/groups/2333011/items/B2CJKUIN
DZWK4D7J 10.1126/science.1248525 https://www.zotero.org/groups/2333011/items/DZWK4D7J
LCGJZ5FJ 10.1126/science.1248525 https://www.zotero.org/groups/2333011/items/LCGJZ5FJ
VMF92Y7B 10.1126/science.1248525 https://www.zotero.org/groups/2333011/items/VMF92Y7B
8VPUS3G4 10.1126/science.1260194 https://www.zotero.org/groups/2333011/items/8VPUS3G4
UNJVHKA3 10.1126/science.1260194 https://www.zotero.org/groups/2333011/items/UNJVHKA3
HQA422UH 10.1126/science.273.5281.1555 https://www.zotero.org/groups/2333011/items/HQA422UH
F5FKMC29 10.1126/science.273.5281.1555 https://www.zotero.org/groups/2333011/items/F5FKMC29
MYP2QPXS 10.1126/science.287.5459.1770 https://www.zotero.org/groups/2333011/items/MYP2QPXS
X2L4SHGK 10.1126/science.287.5459.1770 https://www.zotero.org/groups/2333011/items/X2L4SHGK
L9RB885W 10.1126/science.287.5459.1770 https://www.zotero.org/groups/2333011/items/L9RB885W
PZBGWFW7 10.1126/science.287.5459.1770 https://www.zotero.org/groups/2333011/items/PZBGWFW7
U4KKTQDX 10.1126/science.aaa0181 https://www.zotero.org/groups/2333011/items/U4KKTQDX
FFJTLFWQ 10.1126/science.aaa0181 https://www.zotero.org/groups/2333011/items/FFJTLFWQ
M26SF4AF 10.1126/science.aaa1668 https://www.zotero.org/groups/2333011/items/M26SF4AF
JP99VU5N 10.1126/science.aaa1668 https://www.zotero.org/groups/2333011/items/JP99VU5N
KT5GSKJ4 10.1126/science.aaa1668 https://www.zotero.org/groups/2333011/items/KT5GSKJ4
2RI7FE9Z 10.1126/science.aac7082 https://www.zotero.org/groups/2333011/items/2RI7FE9Z
I7236CVW 10.1126/science.aac7082 https://www.zotero.org/groups/2333011/items/I7236CVW
TGRCJ52B 10.1126/science.aai9226 https://www.zotero.org/groups/2333011/items/TGRCJ52B
6JL42MWL 10.1126/science.aai9226 https://www.zotero.org/groups/2333011/items/6JL42MWL
D3KLE6GD 10.1126/science.aao3895 https://www.zotero.org/groups/2333011/items/D3KLE6GD
Y9FK6YGA 10.1126/science.aao3895 https://www.zotero.org/groups/2333011/items/Y9FK6YGA
7YHXAZ8C 10.1139/er-2013-0042 https://www.zotero.org/groups/2333011/items/7YHXAZ8C
CI6MMXYQ 10.1139/er-2013-0042 https://www.zotero.org/groups/2333011/items/CI6MMXYQ
98C9TKLZ 10.1139/er-2013-0042 https://www.zotero.org/groups/2333011/items/98C9TKLZ
4KT8LMDM 10.1146/annurev-environ-101813-013230 https://www.zotero.org/groups/2333011/items/4KT8LMDM
2TA6KF8K 10.1146/annurev-environ-101813-013230 https://www.zotero.org/groups/2333011/items/2TA6KF8K
WB5XD77B 10.1146/annurev.economics.050708.143235 https://www.zotero.org/groups/2333011/items/WB5XD77B
3C2CY75T 10.1146/annurev.economics.050708.143235 https://www.zotero.org/groups/2333011/items/3C2CY75T
KI92JFJQ 10.1146/annurev.energy.28.050302.105532 https://www.zotero.org/groups/2333011/items/KI92JFJQ
R9XPRPIA 10.1146/annurev.energy.28.050302.105532 https://www.zotero.org/groups/2333011/items/R9XPRPIA
24G7ZFGC 10.1146/annurev.energy.28.050302.105532 https://www.zotero.org/groups/2333011/items/24G7ZFGC
E6TBQ7CK 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333011/items/E6TBQ7CK
JKYJYF6N 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333011/items/JKYJYF6N
ZAYZSF8M 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333011/items/ZAYZSF8M
PTGGIQS5 10.1146/annurev.energy.31.020105.100253 https://www.zotero.org/groups/2333011/items/PTGGIQS5
BCL32PQ7 10.1146/annurev.energy.31.020105.100253 https://www.zotero.org/groups/2333011/items/BCL32PQ7
5RH3YYQ9 10.1146/annurev.es.23.110192.000431 https://www.zotero.org/groups/2333011/items/5RH3YYQ9
TSBCCC38 10.1146/annurev.es.23.110192.000431 https://www.zotero.org/groups/2333011/items/TSBCCC38
46GULFR4 10.1146/annurev.marine.010908.163834 https://www.zotero.org/groups/2333011/items/46GULFR4
IPSMBGR4 10.1146/annurev.marine.010908.163834 https://www.zotero.org/groups/2333011/items/IPSMBGR4
NQ5CPY8Z 10.11609/jott.o2996.2806-44 https://www.zotero.org/groups/2333011/items/NQ5CPY8Z
65XYAJS9 10.11609/jott.o2996.2806-44 https://www.zotero.org/groups/2333011/items/65XYAJS9
WLCQPMYG 10.1161/01.ATV.0000150040.20950.61 https://www.zotero.org/groups/2333011/items/WLCQPMYG
2C6XX4BY 10.1161/01.ATV.0000150040.20950.61 https://www.zotero.org/groups/2333011/items/2C6XX4BY
W3H3M54P 10.1163/15685403-00003482 https://www.zotero.org/groups/2333011/items/W3H3M54P
75NE8NYN 10.1163/15685403-00003482 https://www.zotero.org/groups/2333011/items/75NE8NYN
T733H7FI 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2 https://www.zotero.org/groups/2333011/items/T733H7FI
HQX3Q4ZG 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2 https://www.zotero.org/groups/2333011/items/HQX3Q4ZG
5PPZ6IFY 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2 https://www.zotero.org/groups/2333011/items/5PPZ6IFY
WVDVGVZX 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2 https://www.zotero.org/groups/2333011/items/WVDVGVZX
V5HNK25A 10.1175/2010EI315.1 https://www.zotero.org/groups/2333011/items/V5HNK25A
UIEXKGXC 10.1175/2010EI315.1 https://www.zotero.org/groups/2333011/items/UIEXKGXC
TPYQKS7M 10.1175/BAMS-D-12-00066.1 https://www.zotero.org/groups/2333011/items/TPYQKS7M
KMZBB4MK 10.1175/BAMS-D-12-00066.1 https://www.zotero.org/groups/2333011/items/KMZBB4MK
P7AXD6UX 10.1175/JCLI3695.1 https://www.zotero.org/groups/2333011/items/P7AXD6UX
XDMGNKYU 10.1175/JCLI3695.1 https://www.zotero.org/groups/2333011/items/XDMGNKYU
NS2EP4HM 10.1179/107735202800338650 https://www.zotero.org/groups/2333011/items/NS2EP4HM
GB2GRLPD 10.1179/107735202800338650 https://www.zotero.org/groups/2333011/items/GB2GRLPD
CFMK424K 10.1179/107735202800338650 https://www.zotero.org/groups/2333011/items/CFMK424K
3SME6NWR 10.1234/2013/999990. https://www.zotero.org/groups/2333011/items/3SME6NWR
47E3GS2H 10.1234/2013/999990. https://www.zotero.org/groups/2333011/items/47E3GS2H
KGYYL9WS 10.1257/aer.101.3.318 https://www.zotero.org/groups/2333011/items/KGYYL9WS
T58EZTG7 10.1257/aer.101.3.318 https://www.zotero.org/groups/2333011/items/T58EZTG7
FLXG498R 10.1289/ehp.1205422 https://www.zotero.org/groups/2333011/items/FLXG498R
US2U6GIH 10.1289/ehp.1205422 https://www.zotero.org/groups/2333011/items/US2U6GIH
TSQG2Q5M 10.12952/journal.elementa.000083 https://www.zotero.org/groups/2333011/items/TSQG2Q5M
Q5S3JPZ2 10.12952/journal.elementa.000083 https://www.zotero.org/groups/2333011/items/Q5S3JPZ2
35I9FJ24 10.1353/lag.2006.0028 https://www.zotero.org/groups/2333011/items/35I9FJ24
D73P3A7B 10.1353/lag.2006.0028 https://www.zotero.org/groups/2333011/items/D73P3A7B
BUB9RTCE 10.1353/lar.2011.0033 https://www.zotero.org/groups/2333011/items/BUB9RTCE
ZHAM9YVH 10.1353/lar.2011.0033 https://www.zotero.org/groups/2333011/items/ZHAM9YVH
8Q9VLHT6 10.1371/journal.pbio.0040105 https://www.zotero.org/groups/2333011/items/8Q9VLHT6
CA4LG7PB 10.1371/journal.pbio.0040105 https://www.zotero.org/groups/2333011/items/CA4LG7PB
BSRQZC8J 10.1371/journal.pbio.0040277 https://www.zotero.org/groups/2333011/items/BSRQZC8J
7544MZNE 10.1371/journal.pbio.0040277 https://www.zotero.org/groups/2333011/items/7544MZNE
NXX4P3MF 10.1371/journal.pbio.0040379 https://www.zotero.org/groups/2333011/items/NXX4P3MF
MT4ANC43 10.1371/journal.pbio.0040379 https://www.zotero.org/groups/2333011/items/MT4ANC43
YXQM5P7B 10.1371/journal.pbio.0050157 https://www.zotero.org/groups/2333011/items/YXQM5P7B
T2H3DF5C 10.1371/journal.pbio.0050157 https://www.zotero.org/groups/2333011/items/T2H3DF5C
JQG4BVUK 10.1371/journal.pbio.1001850 https://www.zotero.org/groups/2333011/items/JQG4BVUK
Z5YD2RCI 10.1371/journal.pbio.1001850 https://www.zotero.org/groups/2333011/items/Z5YD2RCI
CC7X74V2 10.1371/journal.pbio.1002040 https://www.zotero.org/groups/2333011/items/CC7X74V2
98WEUBJS 10.1371/journal.pbio.1002040 https://www.zotero.org/groups/2333011/items/98WEUBJS
R7XXWT2Z 10.1371/journal.pbio.2000942 https://www.zotero.org/groups/2333011/items/R7XXWT2Z
CX5EE2TE 10.1371/journal.pbio.2000942 https://www.zotero.org/groups/2333011/items/CX5EE2TE
4KPQAZCD 10.1371/journal.pone.0002932 https://www.zotero.org/groups/2333011/items/4KPQAZCD
HCMH46HW 10.1371/journal.pone.0002932 https://www.zotero.org/groups/2333011/items/HCMH46HW
M3AQ9KES 10.1371/journal.pone.0005461 https://www.zotero.org/groups/2333011/items/M3AQ9KES
M8A58CQ3 10.1371/journal.pone.0005461 https://www.zotero.org/groups/2333011/items/M8A58CQ3
GXFU3HBX 10.1371/journal.pone.0010095 https://www.zotero.org/groups/2333011/items/GXFU3HBX
KWIVE398 10.1371/journal.pone.0010095 https://www.zotero.org/groups/2333011/items/KWIVE398
WDW8G3I8 10.1371/journal.pone.0010095 https://www.zotero.org/groups/2333011/items/WDW8G3I8
CA7EANQB 10.1371/journal.pone.0012396 https://www.zotero.org/groups/2333011/items/CA7EANQB
ZP9U8U4E 10.1371/journal.pone.0012396 https://www.zotero.org/groups/2333011/items/ZP9U8U4E
SJJ5AIJZ 10.1371/journal.pone.0014631 https://www.zotero.org/groups/2333011/items/SJJ5AIJZ
PPEPZ6PY 10.1371/journal.pone.0014631 https://www.zotero.org/groups/2333011/items/PPEPZ6PY
YANLLQCD 10.1371/journal.pone.0014631 https://www.zotero.org/groups/2333011/items/YANLLQCD
VFEX44FK 10.1371/journal.pone.0018875 https://www.zotero.org/groups/2333011/items/VFEX44FK
VM5JQZQL 10.1371/journal.pone.0018875 https://www.zotero.org/groups/2333011/items/VM5JQZQL
JIT8G23L 10.1371/journal.pone.0022722 https://www.zotero.org/groups/2333011/items/JIT8G23L
NKKYUC38 10.1371/journal.pone.0022722 https://www.zotero.org/groups/2333011/items/NKKYUC38
6SXWZAUJ 10.1371/journal.pone.0023777 https://www.zotero.org/groups/2333011/items/6SXWZAUJ
MIYM9NC7 10.1371/journal.pone.0023777 https://www.zotero.org/groups/2333011/items/MIYM9NC7
QWNAJPK2 10.1371/journal.pone.0032529 https://www.zotero.org/groups/2333011/items/QWNAJPK2
YXX9U6RJ 10.1371/journal.pone.0032529 https://www.zotero.org/groups/2333011/items/YXX9U6RJ
JXZ7RCXP 10.1371/journal.pone.0062413 https://www.zotero.org/groups/2333011/items/JXZ7RCXP
IRX9HNR9 10.1371/journal.pone.0062413 https://www.zotero.org/groups/2333011/items/IRX9HNR9
E32F7XDT 10.1371/journal.pone.0066428 https://www.zotero.org/groups/2333011/items/E32F7XDT
9F8TFCRF 10.1371/journal.pone.0066428 https://www.zotero.org/groups/2333011/items/9F8TFCRF
4CCYCYM3 10.1371/journal.pone.0074496 https://www.zotero.org/groups/2333011/items/4CCYCYM3
WR24THIW 10.1371/journal.pone.0074496 https://www.zotero.org/groups/2333011/items/WR24THIW
LG3HPZ7A 10.1371/journal.pone.0081083 https://www.zotero.org/groups/2333011/items/LG3HPZ7A
B6N9CWMC 10.1371/journal.pone.0081083 https://www.zotero.org/groups/2333011/items/B6N9CWMC
MIMKXH6C 10.1371/journal.pone.0090600 https://www.zotero.org/groups/2333011/items/MIMKXH6C
2NRBXKB8 10.1371/journal.pone.0090600 https://www.zotero.org/groups/2333011/items/2NRBXKB8
7YVGY6HP 10.1371/journal.pone.0093507 https://www.zotero.org/groups/2333011/items/7YVGY6HP
EL58LANE 10.1371/journal.pone.0093507 https://www.zotero.org/groups/2333011/items/EL58LANE
5I6DPYK6 10.1371/journal.pone.0116733 https://www.zotero.org/groups/2333011/items/5I6DPYK6
ADDNNU5A 10.1371/journal.pone.0116733 https://www.zotero.org/groups/2333011/items/ADDNNU5A
K7QTI3LL 10.1371/journal.pone.0116733 https://www.zotero.org/groups/2333011/items/K7QTI3LL
9PN9ZYCB 10.1371/journal.pone.0119881 https://www.zotero.org/groups/2333011/items/9PN9ZYCB
Q2DAFKBB 10.1371/journal.pone.0119881 https://www.zotero.org/groups/2333011/items/Q2DAFKBB
D3G3L3R7 10.1371/journal.pone.0119952 https://www.zotero.org/groups/2333011/items/D3G3L3R7
S3FBRXKE 10.1371/journal.pone.0119952 https://www.zotero.org/groups/2333011/items/S3FBRXKE
66IU8XW5 10.1371/journal.pone.0123628 https://www.zotero.org/groups/2333011/items/66IU8XW5
XNHZEGB7 10.1371/journal.pone.0123628 https://www.zotero.org/groups/2333011/items/XNHZEGB7
M3V7IDTA 10.1525/bio.2010.60.4.7 https://www.zotero.org/groups/2333011/items/M3V7IDTA
A59SMQBU 10.1525/bio.2010.60.4.7 https://www.zotero.org/groups/2333011/items/A59SMQBU
2XXUITXM 10.1525/bio.2010.60.8.4 https://www.zotero.org/groups/2333011/items/2XXUITXM
R7EIJ9AC 10.1525/bio.2010.60.8.4 https://www.zotero.org/groups/2333011/items/R7EIJ9AC
6KQ4VS7A 10.1525/bio.2011.61.6.10 https://www.zotero.org/groups/2333011/items/6KQ4VS7A
RFBL67XL 10.1525/bio.2011.61.6.10 https://www.zotero.org/groups/2333011/items/RFBL67XL
T84N224G 10.1525/bio.2012.62.8.7 https://www.zotero.org/groups/2333011/items/T84N224G
R4DYVA2C 10.1525/bio.2012.62.8.7 https://www.zotero.org/groups/2333011/items/R4DYVA2C
MKFWXIIM 10.1525/bio.2012.62.8.7 https://www.zotero.org/groups/2333011/items/MKFWXIIM
6RMMCPIU 10.1525/bio.2012.62.8.7 https://www.zotero.org/groups/2333011/items/6RMMCPIU
4AFL3R3B 10.1525/cond.2010.100020 https://www.zotero.org/groups/2333011/items/4AFL3R3B
4W2TLHLU 10.1525/cond.2010.100020 https://www.zotero.org/groups/2333011/items/4W2TLHLU
8LLRECW8 10.1577/1548-8446-33.8.372 https://www.zotero.org/groups/2333011/items/8LLRECW8
DKV9WDHM 10.1577/1548-8446-33.8.372 https://www.zotero.org/groups/2333011/items/DKV9WDHM
JWAPXFNM 10.1577/1548-8446-35.7.321 https://www.zotero.org/groups/2333011/items/JWAPXFNM
C8F38DHU 10.1577/1548-8446-35.7.321 https://www.zotero.org/groups/2333011/items/C8F38DHU
HI9G36L8 10.1590/s0073-47212013000300010 https://www.zotero.org/groups/2333011/items/HI9G36L8
XX79V9W2 10.1590/s0073-47212013000300010 https://www.zotero.org/groups/2333011/items/XX79V9W2
Y3EUN5R9 10.1590/s0100-84042011000300016 https://www.zotero.org/groups/2333011/items/Y3EUN5R9
EVNFNT4F 10.1590/s0100-84042011000300016 https://www.zotero.org/groups/2333011/items/EVNFNT4F
3FKH2ITX 10.1590/s0102-77862014000100002 https://www.zotero.org/groups/2333011/items/3FKH2ITX
YYV4NJ4T 10.1590/s0102-77862014000100002 https://www.zotero.org/groups/2333011/items/YYV4NJ4T
DQYVX3C4 10.1590/s1676-06032003000200005 https://www.zotero.org/groups/2333011/items/DQYVX3C4
SMKRGXHS 10.1590/s1676-06032003000200005 https://www.zotero.org/groups/2333011/items/SMKRGXHS
M9VB9Y7A 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2 https://www.zotero.org/groups/2333011/items/M9VB9Y7A
RV6BIDVQ 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2 https://www.zotero.org/groups/2333011/items/RV6BIDVQ
P9ID28XB 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2 https://www.zotero.org/groups/2333011/items/P9ID28XB
WBX2NQ45 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2 https://www.zotero.org/groups/2333011/items/WBX2NQ45
V4SSPXNL 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2 https://www.zotero.org/groups/2333011/items/V4SSPXNL
4TXSGAW9 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2 https://www.zotero.org/groups/2333011/items/4TXSGAW9
CPMQCW5R 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2 https://www.zotero.org/groups/2333011/items/CPMQCW5R
QENEQ2E2 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2 https://www.zotero.org/groups/2333011/items/QENEQ2E2
SAAKI4R3 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2 https://www.zotero.org/groups/2333011/items/SAAKI4R3
S5K4XEX9 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2 https://www.zotero.org/groups/2333011/items/S5K4XEX9
PJMEKBJR 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2 https://www.zotero.org/groups/2333011/items/PJMEKBJR
S6JJZFUJ 10.1641/B570707 https://www.zotero.org/groups/2333011/items/S6JJZFUJ
KUAAQNYB 10.1641/B570707 https://www.zotero.org/groups/2333011/items/KUAAQNYB
ZJCBJTVS 10.1641/b571106 https://www.zotero.org/groups/2333011/items/ZJCBJTVS
K9XMT2YX 10.1641/b571106 https://www.zotero.org/groups/2333011/items/K9XMT2YX
MK3I4UP5 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2 https://www.zotero.org/groups/2333011/items/MK3I4UP5
JAXXPQKZ 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2 https://www.zotero.org/groups/2333011/items/JAXXPQKZ
ILLGPTEW 10.18352/bmgn-lchr.139 https://www.zotero.org/groups/2333011/items/ILLGPTEW
Z4ADWRN5 10.18352/bmgn-lchr.139 https://www.zotero.org/groups/2333011/items/Z4ADWRN5
5H82EIQM 10.1890/0012-9658(2006)87 https://www.zotero.org/groups/2333011/items/5H82EIQM
V8B2GMPD 10.1890/0012-9658(2006)87 https://www.zotero.org/groups/2333011/items/V8B2GMPD
IRG6HKIJ 10.1890/04-0268 https://www.zotero.org/groups/2333011/items/IRG6HKIJ
BK9CFSKL 10.1890/04-0268 https://www.zotero.org/groups/2333011/items/BK9CFSKL
692AFAGV 10.1890/08-1863.1 https://www.zotero.org/groups/2333011/items/692AFAGV
KESJSMJ9 10.1890/08-1863.1 https://www.zotero.org/groups/2333011/items/KESJSMJ9
VAPI7PLC 10.1890/080023 https://www.zotero.org/groups/2333011/items/VAPI7PLC
9YLRUYP6 10.1890/080023 https://www.zotero.org/groups/2333011/items/9YLRUYP6
5ELTRGWW 10.1890/080023 https://www.zotero.org/groups/2333011/items/5ELTRGWW
GX8N5H9U 10.1890/080023 https://www.zotero.org/groups/2333011/items/GX8N5H9U
BPW37RMA 10.1890/080041 https://www.zotero.org/groups/2333011/items/BPW37RMA
PTQELEW3 10.1890/080041 https://www.zotero.org/groups/2333011/items/PTQELEW3
AQWYL55W 10.1890/080072 https://www.zotero.org/groups/2333011/items/AQWYL55W
545QRN7A 10.1890/080072 https://www.zotero.org/groups/2333011/items/545QRN7A
4IN2RH3X 10.1890/080126 https://www.zotero.org/groups/2333011/items/4IN2RH3X
P5Z9DSNI 10.1890/080126 https://www.zotero.org/groups/2333011/items/P5Z9DSNI
M947Z7KK 10.1890/090020 https://www.zotero.org/groups/2333011/items/M947Z7KK
ZVXGIG2F 10.1890/090020 https://www.zotero.org/groups/2333011/items/ZVXGIG2F
JRBHSQZL 10.1890/10-2210.1 https://www.zotero.org/groups/2333011/items/JRBHSQZL
QYTW6SYW 10.1890/10-2210.1 https://www.zotero.org/groups/2333011/items/QYTW6SYW
GCWGFRRU 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2 https://www.zotero.org/groups/2333011/items/GCWGFRRU
S6HS6IMX 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2 https://www.zotero.org/groups/2333011/items/S6HS6IMX
7MD5T8GW 10.1890/11-0306.1 https://www.zotero.org/groups/2333011/items/7MD5T8GW
L56VI2VZ 10.1890/11-0306.1 https://www.zotero.org/groups/2333011/items/L56VI2VZ
84Q4WWL8 10.1890/11-0306.1 https://www.zotero.org/groups/2333011/items/84Q4WWL8
QF8L788Y 10.1890/140270 https://www.zotero.org/groups/2333011/items/QF8L788Y
QEI3GG6R 10.1890/140270 https://www.zotero.org/groups/2333011/items/QEI3GG6R
TJWD8E4M 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2 https://www.zotero.org/groups/2333011/items/TJWD8E4M
UUGDDXQL 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2 https://www.zotero.org/groups/2333011/items/UUGDDXQL
AMVTEZS8 10.1890/ES15-00085.1 https://www.zotero.org/groups/2333011/items/AMVTEZS8
JJ5YR7AL 10.1890/ES15-00085.1 https://www.zotero.org/groups/2333011/items/JJ5YR7AL
GYAQUE3E 10.1890/ES15-00104.1 https://www.zotero.org/groups/2333011/items/GYAQUE3E
JSQ8YGV8 10.1890/ES15-00104.1 https://www.zotero.org/groups/2333011/items/JSQ8YGV8
ZSQHBXFM 10.1899/08-171.1 https://www.zotero.org/groups/2333011/items/ZSQHBXFM
XKIBGW7T 10.1899/08-171.1 https://www.zotero.org/groups/2333011/items/XKIBGW7T
VWHLKLKC 10.2111/REM-D-13-00079.1 https://www.zotero.org/groups/2333011/items/VWHLKLKC
IKJPTITR 10.2111/REM-D-13-00079.1 https://www.zotero.org/groups/2333011/items/IKJPTITR
6XRPHF9H 10.2136/sssaj1989.03615995005300030029x https://www.zotero.org/groups/2333011/items/6XRPHF9H
AZKX9WCX 10.2136/sssaj1989.03615995005300030029x https://www.zotero.org/groups/2333011/items/AZKX9WCX
LQUK6EUM 10.2139/ssrn.1817233 https://www.zotero.org/groups/2333011/items/LQUK6EUM
48TCL2SG 10.2139/ssrn.1817233 https://www.zotero.org/groups/2333011/items/48TCL2SG
K8CHJQJ9 10.2139/ssrn.1817233 https://www.zotero.org/groups/2333011/items/K8CHJQJ9
QKBFKUTR 10.2166/nh.2014.004 https://www.zotero.org/groups/2333011/items/QKBFKUTR
AENCCM5B 10.2166/nh.2014.004 https://www.zotero.org/groups/2333011/items/AENCCM5B
FZAKLVVI 10.2307/1311969 https://www.zotero.org/groups/2333011/items/FZAKLVVI
YG9JTCAG 10.2307/1311969 https://www.zotero.org/groups/2333011/items/YG9JTCAG
P5KE936N 10.2307/1352532 https://www.zotero.org/groups/2333011/items/P5KE936N
3JTEHNYD 10.2307/1352532 https://www.zotero.org/groups/2333011/items/3JTEHNYD
6QIJWZL4 10.2307/2389096 https://www.zotero.org/groups/2333011/items/6QIJWZL4
EBEHWUJU 10.2307/2389096 https://www.zotero.org/groups/2333011/items/EBEHWUJU
PJRN6ZEE 10.2307/2419820 https://www.zotero.org/groups/2333011/items/PJRN6ZEE
46U2AJ9W 10.2307/2419820 https://www.zotero.org/groups/2333011/items/46U2AJ9W
X6URJQQF 10.2307/2663960 https://www.zotero.org/groups/2333011/items/X6URJQQF
CQJYIJ4U 10.2307/2663960 https://www.zotero.org/groups/2333011/items/CQJYIJ4U
QT37PCG3 10.2307/3984219 https://www.zotero.org/groups/2333011/items/QT37PCG3
MHEMAVA4 10.2307/3984219 https://www.zotero.org/groups/2333011/items/MHEMAVA4
GSJF9TH4 10.3354/meps07358 https://www.zotero.org/groups/2333011/items/GSJF9TH4
LSA3BGW8 10.3354/meps07358 https://www.zotero.org/groups/2333011/items/LSA3BGW8
THV2VU66 10.3390/rs4071929 https://www.zotero.org/groups/2333011/items/THV2VU66
25MVPSRQ 10.3390/rs4071929 https://www.zotero.org/groups/2333011/items/25MVPSRQ
Q52C8ZDS 10.3390/su10061846 https://www.zotero.org/groups/2333011/items/Q52C8ZDS
CPAPEDEM 10.3390/su10061846 https://www.zotero.org/groups/2333011/items/CPAPEDEM
Z45DTGGP 10.3390/su7022086 https://www.zotero.org/groups/2333011/items/Z45DTGGP
RGX5GW5A 10.3390/su7022086 https://www.zotero.org/groups/2333011/items/RGX5GW5A
NS9VTJ76 10.3390/su70912807 https://www.zotero.org/groups/2333011/items/NS9VTJ76
IGD3MDCY 10.3390/su70912807 https://www.zotero.org/groups/2333011/items/IGD3MDCY
VLBVYGRN 10.3763/ijas.2010.0534 https://www.zotero.org/groups/2333011/items/VLBVYGRN
6B3HWIZ5 10.3763/ijas.2010.0534 https://www.zotero.org/groups/2333011/items/6B3HWIZ5
23E3KZFS 10.3989/scimar.2006.70s1101 https://www.zotero.org/groups/2333011/items/23E3KZFS
KNNT26QK 10.3989/scimar.2006.70s1101 https://www.zotero.org/groups/2333011/items/KNNT26QK
665RU2IX 10.4067/s0716-078x2005000100010 https://www.zotero.org/groups/2333011/items/665RU2IX
RF55H7LM 10.4067/s0716-078x2005000100010 https://www.zotero.org/groups/2333011/items/RF55H7LM
Z4VDV8QZ 10.4067/s0717-66432015000200003 https://www.zotero.org/groups/2333011/items/Z4VDV8QZ
NFFDBF97 10.4067/s0717-66432015000200003 https://www.zotero.org/groups/2333011/items/NFFDBF97
NZEUSVKN 10.4067/s0717-66432015000200003 https://www.zotero.org/groups/2333011/items/NZEUSVKN
AEGTFIVK 10.4067/s0717-92002014000200007 https://www.zotero.org/groups/2333011/items/AEGTFIVK
MEKGKL3R 10.4067/s0717-92002014000200007 https://www.zotero.org/groups/2333011/items/MEKGKL3R
MI6J4H4Q 10.4161/gmcr.20061 https://www.zotero.org/groups/2333011/items/MI6J4H4Q
4IWUFDSA 10.4161/gmcr.20061 https://www.zotero.org/groups/2333011/items/4IWUFDSA
6LMF9ZMQ 10.5194/acp-10-5951-2010 https://www.zotero.org/groups/2333011/items/6LMF9ZMQ
Y3MB5C32 10.5194/acp-10-5951-2010 https://www.zotero.org/groups/2333011/items/Y3MB5C32
ZPACEEIM 10.5194/acp-10-6063-2010 https://www.zotero.org/groups/2333011/items/ZPACEEIM
Y64ZEGA7 10.5194/acp-10-6063-2010 https://www.zotero.org/groups/2333011/items/Y64ZEGA7
WSY6TCH5 10.5670/oceanog.2011.33.COPYRIGHT https://www.zotero.org/groups/2333011/items/WSY6TCH5
J7KLVDH3 10.5670/oceanog.2011.33.COPYRIGHT https://www.zotero.org/groups/2333011/items/J7KLVDH3
ZLE9UDST 10.5670/oceanog.2014.16 https://www.zotero.org/groups/2333011/items/ZLE9UDST
UYK8LHZW 10.5670/oceanog.2014.16 https://www.zotero.org/groups/2333011/items/UYK8LHZW
3YGYBRPR 10.5751/ES-05843-180403 https://www.zotero.org/groups/2333011/items/3YGYBRPR
86HCQM83 10.5751/ES-05843-180403 https://www.zotero.org/groups/2333011/items/86HCQM83
IBPL2BH2 10.5751/ES-05873-180226 https://www.zotero.org/groups/2333011/items/IBPL2BH2
JNIL4KJE 10.5751/ES-05873-180226 https://www.zotero.org/groups/2333011/items/JNIL4KJE
RV8LP5D2 10.5751/ES-05873-180226 https://www.zotero.org/groups/2333011/items/RV8LP5D2
IAURXN44 10.5751/ES-05873-180226 https://www.zotero.org/groups/2333011/items/IAURXN44
TKFPD88S 10.5751/ES-05873-180226 https://www.zotero.org/groups/2333011/items/TKFPD88S
AYXQ4SPM 10.5751/ES-06917-200117 https://www.zotero.org/groups/2333011/items/AYXQ4SPM
R6SDGBZH 10.5751/ES-06917-200117 https://www.zotero.org/groups/2333011/items/R6SDGBZH
W4M4HYT5 10.5772/20294 https://www.zotero.org/groups/2333011/items/W4M4HYT5
TYSJBGYR 10.5772/20294 https://www.zotero.org/groups/2333011/items/TYSJBGYR
6SNFA86C 10.5822/978-1-61091-021-7_16 https://www.zotero.org/groups/2333011/items/6SNFA86C
V2IDV3LS 10.5822/978-1-61091-021-7_16 https://www.zotero.org/groups/2333011/items/V2IDV3LS
2X6XMVGG 10.7930/J00Z7150.On https://www.zotero.org/groups/2333011/items/2X6XMVGG
IFQVSZ9W 10.7930/J00Z7150.On https://www.zotero.org/groups/2333011/items/IFQVSZ9W
XWWBJATP 1215 https://www.zotero.org/groups/2333011/items/XWWBJATP
NCMDFQWA 1215 https://www.zotero.org/groups/2333011/items/NCMDFQWA
NDWXHB7C Artn 1 https://www.zotero.org/groups/2333011/items/NDWXHB7C
WX7XLTCR Artn 1 https://www.zotero.org/groups/2333011/items/WX7XLTCR
77IRLNPC Artn 1 https://www.zotero.org/groups/2333011/items/77IRLNPC
5C6LX5I6 Res. Pap. PSW-RP-266 https://www.zotero.org/groups/2333011/items/5C6LX5I6
ISK38VWU Res. Pap. PSW-RP-266 https://www.zotero.org/groups/2333011/items/ISK38VWU

Non Standard

All DOIs should be given as only the DOI without the resolver, i.e. not starting with http. The following table shows all entries which do have a non-conform DOI:

Not Valid

Here we do acheck for the structural validity of the dois. This check needs to be improved. Of these 574 are not valid. These are:

Show the code
#|

if (length(bib_data$metrics$zotero_dois$not_valid) > 0) {
  data.frame(
    doi = bib_data$metrics$zotero_dois$not_valid,
    link = paste0(bib_data$bibliography$url, "/items/", names(bib_data$metrics$zotero_dois$not_valid))
  ) |>
    dplyr::mutate(
      doi = paste0('<a href="', link, '" target="_blank">', doi, "</a>"),
      link = NULL
    ) |>
    knitr::kable(
      caption = "DOIs in Zenodo which ar not valid",
      escape = FALSE
    )
} else {
  print("All DOIs in Zenodo are valid.")
}
DOIs in Zenodo which ar not valid
doi
4DVNUTWV 10.1641/0006-3568(2005)055[0399:TDIUC]2.0.CO;2
PQWB7IPF 10.2980/1195-6860(2007)14[482:HIOEEI]2.0.CO;2
PGTBEYCI En161-3/1-2011E-PDF. EPA 950-R-13-00
CMBH9GAX 10.1603/0013-8746(2000)093[0825:EOUAAR]2.0.CO;2
JU25XC28 10.1890/1051-0761(1997)007[0218:EORDOS]2.0.CO;2
6PJDQDVU 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information
FCFDRZSQ 10.1890/1051-0761(2001)011[0914:PFIOSF]2.0.CO;2
H5Z7XHKY 10.1038/nature14967 http://www.nature.com/nature/journal/v525/n7568/abs/nature14967.html#supplementary-information
RCVHWBL3 10.1672/0277-5212(2005)025[0854:bbcem]2.0.co;2
CPMQCW5R 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2
PZU9UA8S 10.1641/0006-3568(2000)050[0783:aorecb]2.0.co;2
696TZY68 10.1672/0277-5212(2003)023[0541:IWAWQ]2.0.CO;2
HCI7PWER 10.1890/1540-9295(2006)004[0087:ECESAA]2.0.CO;2
JLYDUH76 10.1890/0012-9658(2001)082[0018:DPABNT]2.0.CO;2
MF8XINKJ DOI: 10.1016/j.marpol.2008.05.002
T2BAU59U 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information
CXT8Q6A6 10.1579/0044-7447(2008)37[241:TVOCWF]2.0.CO;2
YKHZRIJM 10.3138/carto.42.4.297
DIRXX573 10.1650/0010-5422(2006)108[778:cceonm]2.0.co;2
ZIEDNS3X DOI: 10.2307/40168278
XSCJR22H 10.1659/0276-4741(2000)020[0052:clcith]2.0.co;2
I46294ND 10.1890/0012-9658(1998)079[1526:TROTPB]2.0.CO;2
QPHECA3F Artn 214304/1.4881176
5C6LX5I6 Res. Pap. PSW-RP-266
CIITDQBQ 10.1038/nclimate3061 http://www.nature.com/nclimate/journal/vaop/ncurrent/abs/nclimate3061.html#supplementary-information
UTC8UE9P 10.1675/1524-4695(2002)025[0358:poadah]2.0.co;2
KB8CYHWC 10.1890/1540-9295(2003)001[0315:DBTRUR]2.0.CO;2
HRVRKVBC 10.1890/1051-0761(2001)011[1287:CISFFI]2.0.CO;2
M9VB9Y7A 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2
ISK38VWU Res. Pap. PSW-RP-266
CSZVU8GQ 10.1672/0277-5212(2005)025[0980:cemots]2.0.co;2
RV6BIDVQ 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2
TCN5FA7L 10.1641/0006-3568(2005)055[0017:wbpchc]2.0.co;2
9CNC3RI6 10.1175/1525-7541(2002)003<0660:EOFDFC>2.0.CO;2
T733H7FI 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2
HRNURGZU 10.1659/0276-4741(2000)020[0332:tecica]2.0.co;2
CY7SUS3N 10.2192/1537-6176(2005)016[0222:DPHAFT]2.0.CO;2
QFEQ2H8Z FS-1035
452UCUFL 10.1579/0044-7447(2006)35[198:braatm]2.0.co;2
55YQZANL Yes
FZTVDY25 10.1641/0006-3568(2001)051[0103:HAAPOI]2.0.CO;2
5C7HZH5A 10.1577/1548-8446(1993)018<0006:csofmo>2.0.co;2
P9ID28XB 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2
8ZXHE8G7 10.1890/1540-9295(2004)002[0235:POEIPD]2.0.CO;2
JQC8ZB83 10.1890/0012-9658(2006)87[2479:GBPOBM]2.0.CO;2
6ALWIE84 10.1659/0276-4741(2002)022[0159:ioppos]2.0.co;2
DPJQVB7P 10.1641/0006-3568(2002)052[0883:UBAC]2.0.CO;2
46EY48VL 10.1016/j.cosust.2014.11.002
KH7IGE68 10.5751/
88TX2JQC 10.1658/1100-9233(2004)015[0295:TPTTDE]2.0.CO;2
5LFAHGM2 10.1890/0012-9658(2006)87[1465:ATTFHF]2.0.CO;2
NDWXHB7C Artn 1
SAAKI4R3 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
QENEQ2E2 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2
RINLGZLY 10.1641/0006-3568(2005)055[1041:ooiw]2.0.co;2
HQX3Q4ZG 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2
G7V55MIU 10.2193/0022-541X(2005)069<0001:NAGBAU>2.0.CO;2
V4SSPXNL 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2
GCWGFRRU 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2
2DHQ54GI 10.1890/1051-0761(1999)009[0732:DACDIV]2.0.CO;2
BRPYIMIS 10.1890/1051-0761(2000)010[0626:HMSBCI]2.0.CO;2
TJWD8E4M 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2
5PPZ6IFY 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2
SKGPZN7H 10.1897/1552-8618(1992)11[1691:omrtei]2.0.co;2
WBX2NQ45 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2
N3H3KPFL 10.1890/1540-9295(2003)001[0197:SODECA]2.0.CO;2
DNIX9ERN 10.1890/1051-0761(1998)008[0559:NPOSWW]2.0.CO;2
RFYN6YUV 10.1641/0006-3568(2003)053[0341:TNC]2.0.CO;2
9DW8H76B online
6EJMZGNV 10.1890/1051-0761(2006)016[1338:hipiai]2.0.co;2
M4SJG9B8 10.1890/0012-9623(2005)86[249b:IIE]2.0.CO;2
UUGDDXQL 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2
7XNFX55J 10.1641/0006-3568(2002)052[0129:bsipgo]2.0.co;2
NVEIPLI2 10.1641/0006-3568(2000)050[0053:eaecon]2.3.co;2
WBPTMUP4 10.1579/0044-7447(2007)36[33:ROMF]2.0.CO;2
GBDIQ9B7 10.1897/1551-5028(1998)017<0146:EOMOWA>2.3.CO;2
7U2FKZUQ 10.1890/1540-9295(2004)002[0427:NIEAAO]2.0.CO;2
6BRCJJKM 10.1577/1548-8659(2002)131<0865:faaeva>2.0.co;2
X2XI79MJ 10.1641/0006-3568(2005)055[0115:asoior]2.0.co;2
4TXSGAW9 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2
9AY5SHI9 10.1175/1520-0442(2003)016<3535:IGLSDT>2.0.CO;2
T9FRB4FK 10.1175/1520-0442(1998)011<1105:SATVIT>2.0.CO;2
MFSJYZAI 10.1890/1051-0761(1999)009[0045:HGASQA]2.0.CO;2
WVDVGVZX 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2
K5EHHUF6 10.1006
JVPETAJ5 10.1658/1100-9233(2006)17[693:coiobt]2.0.co;2
8TYDP3YB 10.1175/1520-0442(2004)017<2261:COTLJE>2.0.CO;2
S5K4XEX9 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
WX7XLTCR Artn 1
64DP8E4F 10.1890/1540-9295(2006)004[0238:EVOTPC]2.0.CO;2
RS5X2MWZ ISBN: 978-92-1-132757-1
SQXCEM6H http://www.publish.csiro.au/view/journals/dsp_journals_pip_abstract_Schol ar1.cfm?nid=126&pip=MF14173 Journal
CSD43ZTZ 8
EN9QEZVC 10.1175/1520-0442(2000)013<2002:SDAAEI>2.0.CO;2
KEA2SIT5 10.1073 pnas.142033699
YEUS9S54 10.1641/0006-3568(2001)051[0709:TSFTTS]2.0.CO;2
MK3I4UP5 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2
C7TYQB6D 10.1579/0044-7447(2008)37[241:tvocwf]2.0.co;2
M5Q4UMFD 10.1641/0006-3568(2003)053[0573:TIOFDO]2.0.CO;2
UGK9QQ3S 10.1659/0276-4741(2003)023[0197:vubaca]2.0.co;2
QXHR9VAD 10.1890/1540-9295(2007)5[25:ARFDAL]2.0.CO;2
EAG6F55E 10.1890/1051-0761(1999)009[0772:EVOFES]2.0.CO;2
XWWBJATP 1215
9FL2CLMF 10.1641/0006-3568(2005)055[0311:TICITE]2.0.CO;2
4CPCB523 3
JAXXPQKZ 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2
XD2BTNZE 74/1/3 [pii]
S6HS6IMX 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2
IZU3WZKW 10.1663/0013-0001(2006)60[374:ctoeki]2.0.co;2
NCMDFQWA 1215
8Y7UMBY5 10.1657/1523-0430(06-099)[borner]2.0.co;2
ZSC49D5S 10.1641/0006-3568(2001)051[0373:rnlttg]2.0.co;2
GKJSD5II 10.1890/1540-9295(2003)001[0255:PFRMCI]2.0.CO;2
RBXCLCR8 10.1890/1540-9295(2003)001[0065:waysri]2.0.co;2
PJMEKBJR 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
77IRLNPC Artn 1

Not in OpenAlex

To validate the existence and validity of the DOIs, we check if the DOIs are in the OpenAlex database.

Of the 3935 unique DOIs in the library, 574 (14.59%) are in not in OpenAlex. This includes the non-valid DOIS, which are filtered out in the table below.

Show the code
data.frame(
  doi = bib_data$metrics$zotero_dois$not_in_oa,
  link = paste0(bib_data$bibliography$url, "/items/", names(bib_data$metrics$zotero_dois$not_in_oa))
) |>
  dplyr::mutate(
    doi = paste0('<a href="', link, '" target="_blank">', doi, "</a>"),
    link = NULL
  ) |>
  knitr::kable(
    caption = "DOIs in Zenodo which ar not in [OpenAlex](https://OpenAlex.org){target='_blank'}",
    escape = FALSE
  )
DOIs in Zenodo which ar not in OpenAlex
doi
NJ2VZZ8J 10.1016/S0006-3207(00)00063-X
V8PSDSSX 10.1016/S0169-2046(00)00122-5
M6MRXNFA 10.1029/2009EO040001
4DVNUTWV 10.1641/0006-3568(2005)055[0399:TDIUC]2.0.CO;2
FTIFNEYP 10.4067/S0716-078X2006000200010
XLWUEF4V 10.1590/S1516-89132005000200016
PQWB7IPF 10.2980/1195-6860(2007)14[482:HIOEEI]2.0.CO;2
J254VW5Z 10.4067/S0716-078X2013000400003
XV3HZQ9A 10.1002/2015GL067265
IM6D3CYX 10.1590/S1519-69842011000200011
NWVVFU6A 10.1175/JCLI-D-12-00369.1
PGTBEYCI En161-3/1-2011E-PDF. EPA 950-R-13-00
2WKJHF7K 10.1002/2014GL062433
CMBH9GAX 10.1603/0013-8746(2000)093[0825:EOUAAR]2.0.CO;2
5IWKNA67 10.1002/2013JG002569
JU25XC28 10.1890/1051-0761(1997)007[0218:EORDOS]2.0.CO;2
DZ8FAIVU 10.1590/S1519-69842011000200010
YQSC989B 10.4067/S0717-92002011000300012
ITLLCKC5 10.1007/BF00008448
EJXJACZF 10.1002/2016GL070023
SCPGYS2F 10.1007/BF02393729
798V4A42 10.1023/B:BINV.0000041562.31023.42
DWU26QFP 10.1029/2005GB002672
8SL9NY22 10.1016/S1040-6182(02)00206-9
F6B3P67Z 10.1007/BF00046928
WRYSBLUK 10.1016/j.pocean.2006.03.003
P6S7TWI2 10.1007/BF02347101
R7LU6Z2S 10.1016/S0167-8809(99)00028-6
D2N9QBVW 10.1016/S1642-3593(07)70180-5
6PJDQDVU 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information
5IRXRM93 10.1175/2010JCLI3421.1
FCFDRZSQ 10.1890/1051-0761(2001)011[0914:PFIOSF]2.0.CO;2
SEPDLPTQ 10.1017/S0959270900000290
H5Z7XHKY 10.1038/nature14967 http://www.nature.com/nature/journal/v525/n7568/abs/nature14967.html#supplementary-information
RCVHWBL3 10.1672/0277-5212(2005)025[0854:bbcem]2.0.co;2
CPMQCW5R 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2
S6NYRDLB 10.1023/A:1003784504005
IMRZMVRT 10.1016/S0006-3207(00)00115-4
C9GBSFLM 10.1007/BF00122638
PZU9UA8S 10.1641/0006-3568(2000)050[0783:aorecb]2.0.co;2
W8WGEX6P 10.1016/S1469-3062(03)00052-4
Y6YAAWN9 10.3750/AIP2011.41.3.11
696TZY68 10.1672/0277-5212(2003)023[0541:IWAWQ]2.0.CO;2
GZ2W9JJA 10.1111/j.2008.0030-1299.16692.x
HCI7PWER 10.1890/1540-9295(2006)004[0087:ECESAA]2.0.CO;2
NVSV7HKZ 10.5751/ES-07822-200325
E72Z8UC8 10.1016/J.LANDURBPLAN.2012.12.003
YG78ULWV 10.1046/j.1526-100X.2000.80048.x
3WXXDRSW 10.1023/A:1016001714358
GVB5UMR4 10.1111/j.1755-263X.2012.00270.x
2GZ34SYQ 10.1017/S0266467414000364
8R9GD2SN 10.1128/AEM.01469-08
3TS8UQUW 10.1890/ES14-00103.1
ME7IEV7U 10.1641/B580507
LGSU55N3 10.1890/ES13-00207.1
UWHKQIND 10.1111/j.1755-263X.2008.00030.x
JLYDUH76 10.1890/0012-9658(2001)082[0018:DPABNT]2.0.CO;2
5H82EIQM 10.1890/0012-9658(2006)87
8UPKUAR5 10.1890/ES14-00004.1
8727IFFS 10.5751/ES-06509-190253
6UC96W2K 10.1017/S0959270915000362
GBT34RN5 10.1016/S0169-5347(00)88955-7
75G84M54 10.1017/CBO9781107415324.004
IS7BJTRN 10.4067/S0718-16202016000300005
FFSMRHKP 10.1002/2013JG002419
MF8XINKJ DOI: 10.1016/j.marpol.2008.05.002
WX93ZX59 10.1021/es0011
9KF3B3DE 10.1023/B:COGE.0000041031.58192.7c
3MK3XB48 10.1127/0340-269X/2014/0044-0577
T2BAU59U 10.1038/nclimate2563://www.nature.com/nclimate/journal/v5/n5/abs/nclimate2563.html#supplementary-information
PZ9E5929 10.1002/2015JG003131
LKR9GUYR 10.1111/j.2041-210X.2011.00134.x
5CXA6MNR 10.4067/S0716-078X2002000400012
RDNZRMWK 10.1002/2015JG003132
PVQH7GRR 10.1023/A:1023625125032
US8NIB6S 10.1016/0006-3207(94)00102-V
AUYIMDIZ 10.1111/j.1654-109X.2012.01218.x
F2YXKNL7 10.1023/B:BIOC.0000006505.67560.9f
TWJ74UIW 10.1002/2015JG003131
V8B2GMPD 10.1890/0012-9658(2006)87
CXT8Q6A6 10.1579/0044-7447(2008)37[241:TVOCWF]2.0.CO;2
RSRBY5HU 10.1002/2013GB004664
H3AYT6ZC 10.1016/S1040-6182(02)00205-7
S6NZXZF4 10.1046/j.1526-100X.2000.80048.x
L5TBPB3N 10.1023/A:1009848525399
GMJ3IQU8 10.1016/0305-7488(91)90003-E
Q9ZPGWCZ 10.1007/s13398-014-0173-7.2
4MVRCJM9 10.1002/2014JG002778
DUY6EYEZ 10.1016/S1469-3062(03)00052-4
CNNHMET5 10.1023/A:1017578330641
YKHZRIJM 10.3138/carto.42.4.297
E9WAVJCT 10.1023/A:1013130902993
F77EW3IG 10.1636/JoA-S-16-012
DIRXX573 10.1650/0010-5422(2006)108[778:cceonm]2.0.co;2
XYJ8BHR8 10.4067/S0716-078X2005000400005
M5I82ULP 10.4067/S0716-078X2009000300004
WJTX4IYQ 10.1007/BF02803546
TIGNBYYT 10.15517/rbt.v61i1.23185
ZIEDNS3X DOI: 10.2307/40168278
GHNN8YHA 10.1002/2014JG002795
XBCHWFBE 10.1016/S0264-8377(03)00047-4
XSCJR22H 10.1659/0276-4741(2000)020[0052:clcith]2.0.co;2
EKE52ZI3 10.1017/S1755691007000096
AYXQ4SPM 10.5751/ES-06917-200117
I46294ND 10.1890/0012-9658(1998)079[1526:TROTPB]2.0.CO;2
QPHECA3F Artn 214304/1.4881176
5C6LX5I6 Res. Pap. PSW-RP-266
CIITDQBQ 10.1038/nclimate3061 http://www.nature.com/nclimate/journal/vaop/ncurrent/abs/nclimate3061.html#supplementary-information
UTC8UE9P 10.1675/1524-4695(2002)025[0358:poadah]2.0.co;2
G8QUZA8P 10.1016/j.sbspro.2012.07.017
65PGDH5I 10.1016/j.sbspro.2012.07.017
KB8CYHWC 10.1890/1540-9295(2003)001[0315:DBTRUR]2.0.CO;2
HRVRKVBC 10.1890/1051-0761(2001)011[1287:CISFFI]2.0.CO;2
6GH38LEY 10.1007/BF02859312
RH2EBLIV 10.1007/BF02866498
VMSK77GR 10.1016/S0167-8809(98)00140-6
32A9PTM2 10.1111/j.1365-294X.2009.04311.x
EV2ZDCCK 10.4067/S0716-078X2002000200008
V2HRMWKY 10.1029/2006GL025759
6B6W66CX 10.15468/0FXSOX
M9VB9Y7A 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2
HKNMR2GZ 10.1002/2013JG002419
7EUEDEIY 10.1590/S1519-69842011000200001
L7KIWPYN 10.1641/0006-3568(2001)051
P3GNX8M2 10.1016/S0006-3207(99)00188-3
UTEW7H65 10.1007/s13398-014-0173-7.2
EV3W7T9R 10.4067/S0716-078X2013000100007
EHLJ6JDR 10.1016/S0921-8009(00)00273-1
5H8JAJ7E 10.1175/2008JCLI2117.1
ISK38VWU Res. Pap. PSW-RP-266
CSZVU8GQ 10.1672/0277-5212(2005)025[0980:cemots]2.0.co;2
P8SZGAHD 10.1023/A:1005309908420
3ND3JMBM 10.1016/S1642-3593(07)70180-5
RV6BIDVQ 10.1641/0006-3568(2000)050[0807:reohao]2.0.co;2
TCN5FA7L 10.1641/0006-3568(2005)055[0017:wbpchc]2.0.co;2
X2DIPJG9 10.1046/j.1526-100X.2000.80048.x
5WKUEQI8 10.1023/A:1004327224729
5TSDIARS 10.4067/S0717-66432010000200007
GXPU676C 10.1029/2005GB002672
9CNC3RI6 10.1175/1525-7541(2002)003<0660:EOFDFC>2.0.CO;2
2X8C4JCW 10.1002/2016WR018596
4PWTAKRU 10.1109/MIAS.2012.2192233
WITTCESM 10.1071/ZO9940527
MGLWCJ6T 10.1016/S0007-117X(82)80041-3
XQM2X4JG 10.1016/S0065-2113(08)60871-8
T733H7FI 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2
HRNURGZU 10.1659/0276-4741(2000)020[0332:tecica]2.0.co;2
QEBETLU4 10.1590/S1984-46702012000600004
DWUIGCWB 10.1016/S0006-3207(96)00056-0
JMU2DLBL 10.1017/CBO9781107415324.004
QZPDSZ4F 10.1029/2007WR005929
6QCAAGQJ 10.1016/S0169-5347(01)02283-2
U96LZ2UC 10.4067/S0716-078X2002000100008
BZJM5JGG 10.1097/SS.0b013e3181c4a7f8
NNUU5CVR 10.5751/ES-05035-170440
N32Y38V7 10.1029/2008JD010519
5XMKZ58L 10.1016/S0167-8809(99)00028-6
CY7SUS3N 10.2192/1537-6176(2005)016[0222:DPHAFT]2.0.CO;2
GYAQUE3E 10.1890/ES15-00104.1
LX5C4RFD 10.1017/S1464793105006950
HFBPGJ7L 10.1046/j.1365-294X.2003.01914.x
WRQSIVB6 10.1016/S0925-8574(98)00061-5
RWSK97R5 10.1659/MRD-JOURNAL-D-14-00033.1
N5IY8AB5 10.15517/rbt.v61i1.23184
YNFMSXX5 10.1016/S0167-8809(01)00298-5
QFEQ2H8Z FS-1035
2VJIPNQX 10.1111/j.1755-263X.2012.00267.x
452UCUFL 10.1579/0044-7447(2006)35[198:braatm]2.0.co;2
VU3MHBPX 10.2989/SF.2009.71.2.3.818
55YQZANL Yes
I33RJAIR 10.1023/A:1008825802448
FHX46YHY 10.1023/A:1020522923905
ANZJUB7T 10.1016/j.ncon.2015.02.001
RC8RMARY 10.1002/2015GL064924
CZ3D6ESD 10.1016/S0921-8009(99)00015-4
SCDU88K6 10.1023/A:1026281405115
UNXBYS5B 10.5751/ES-04582-170115
S9UX74V9 10.1016/S0006-3207(98)00090-1
FZTVDY25 10.1641/0006-3568(2001)051[0103:HAAPOI]2.0.CO;2
M5VJ7X7G 10.4067/S0250-71612010000300004
XDD2Q57K 10.1007/BF02696012
CGSMFY8D 10.1016/S0960-8524(02)00063-9
5C7HZH5A 10.1577/1548-8446(1993)018<0006:csofmo>2.0.co;2
P9ID28XB 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2
45A3393A 10.1023/A:1008856912888
8ZXHE8G7 10.1890/1540-9295(2004)002[0235:POEIPD]2.0.CO;2
ZU3YU7HI 10.1017/S0959270901001034
H65ZY9FM 10.1175/2011JHM1324.1
2IYZP8ME 10.1657/AAAR0015-063
JQC8ZB83 10.1890/0012-9658(2006)87[2479:GBPOBM]2.0.CO;2
HILLNDYR 10.3189/2015JoG15J017
FPS5L2W4 10.1023/B:BIOC.0000011719.03230.17
MIG7YICA 10.1007/BF00385244
7KEIK2BV 10.1016/S0016-7037(03)00458-7
3RBV78SW 10.1007/BF00052117
JVV7SD9S 10.4067/S0717-92002013000200008
EGPY8SPB 10.1007/BF02866499
6ALWIE84 10.1659/0276-4741(2002)022[0159:ioppos]2.0.co;2
DPJQVB7P 10.1641/0006-3568(2002)052[0883:UBAC]2.0.CO;2
VGL7YS3R 10.1080/0028825X.2015.1064974
AB256UDD 10.1029/2001GB001550
VPIFWP2X 10.1111/2041-210X.12861
M9VD7GMG 10.1081/CSS-200059082
AMVTEZS8 10.1890/ES15-00085.1
CXXMI5D2 10.1111/j.1755-263X.2011.00205.x
3ZSKJIJE 10.1590/S1516-35982014001100001
46EY48VL 10.1016/j.cosust.2014.11.002
TZM6BSBV 10.1023/A:1020596916153
V5HNK25A 10.1175/2010EI315.1
GT3FFUJ8 10.1016/S0006-3207(98)00095-0
AF5U9NDZ 10.1590/S1519-69842011000200005
RNKLRSD8 10.1016/S0167-8809(02)00006-3
QPYYZELP 10.1639/0044-7447
UKI9E8V7 10.21425/F59232082
AA2NGERE 10.4067/S0716-078X2011000300001
KH7IGE68 10.5751/
DXHCM2MK 10.1080/1747423X.2015.1057244
R6SDGBZH 10.5751/ES-06917-200117
88TX2JQC 10.1658/1100-9233(2004)015[0295:TPTTDE]2.0.CO;2
IYS5QCQI 10.1016/S0167-8809(99)00028-6
YH5EL5RF 10.1016/S0006-3207(02)00359-2
M6K4XGKU 10.1079/SUM200165
CBHGYK8D 10.5751/ES-07137-200122
5LFAHGM2 10.1890/0012-9658(2006)87[1465:ATTFHF]2.0.CO;2
8WFRMXRC 10.1017/S0031182014001759
BUBZ7VIJ 10.1016/S1352-2310(03)00007-4
V5MTURQ6 10.1016/S0304-3770(98)00117-X
NDWXHB7C Artn 1
IBPL2BH2 10.5751/ES-05873-180226
FUJA37AN 10.1017/S0376892902000127
AJCXSH9Z 10.1016/S0140-6736(09)60935-1
S6JJZFUJ 10.1641/B570707
ZHQAYFZJ 10.1111/j.1755-263X.2011.00220.x
SAAKI4R3 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
TBE65MGC 10.13140/RG.2.1.2782.7362
QENEQ2E2 10.1641/0006-3568(2005)055[0863:vonpwt]2.0.co;2
2WW5GTQ2 10.1023/A:1013088011223
BWQJZC92 10.1021/ES060406X
8EPJSN9K 10.1016/J.ECOLECON.2017.03.010
84YYXZN8 10.1016/J.WORLDDEV.2012.11.016
GHHCS8I2 10.1080/1747423X.2012.667452
SXK492JM 10.1029/94GB00387
MFSG8H8P 10.1002/2015GL063306
LLAA3PW2 10.1029/2005JC003129
SANYP89W 10.1016/S0021-9290(96)80001-7
FJQXE53X 10.1175/2011EI398.1
JEJLWZ96 10.1029/2010GB003892
RINLGZLY 10.1641/0006-3568(2005)055[1041:ooiw]2.0.co;2
HQX3Q4ZG 10.1175/1520-0442(1999)012<1577:TMDOMA>2.0.CO;2
G7V55MIU 10.2193/0022-541X(2005)069<0001:NAGBAU>2.0.CO;2
MB56DGXH 10.1175/2008JCLI2592.1
KQ6H9588 10.1016/J.ECSS.2007.08.024
HVHM2S4F 10.1016/S0380-1330(98)70797-X
P7AXD6UX 10.1175/JCLI3695.1
E2933DXQ 10.1017/S0892679415000374
V4SSPXNL 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2
GCWGFRRU 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2
UITJPMCL 10.1029/2006JC003759
SV6LT2IU 10.1029/2009GL040999
3SME6NWR 10.1234/2013/999990.
TX2XKGGZ 10.1016/0304-4203(93)90201-X
KGTQ5VW5 10.1029/2006GL028145
7ALM9P43 10.1029/2010JC006199
B7382GLZ 10.20937/ATM.2016.29.01.04
TPYQKS7M 10.1175/BAMS-D-12-00066.1
VZLKS8HL 10.1021/ES0609856
UMDFYGSS 10.1029/2005JC003173
YI6ICNPZ 10.1029/2008GB003407
N4HT7IL4 10.1109/ICCW.2009.5208041
HQTM6FVA 10.1016/J.SCITOTENV.2007.05.004
77T58YWN 10.1029/2005JD006119
K37SNNKZ 10.1016/0098-3004(92)90029-Q
XRUYBLIH 10.1029/2006JC003941
2DHQ54GI 10.1890/1051-0761(1999)009[0732:DACDIV]2.0.CO;2
MNTFDPZG 10.1016/J.ENVRES.2003.08.012
BRPYIMIS 10.1890/1051-0761(2000)010[0626:HMSBCI]2.0.CO;2
BZ6BWTAA 10.1016/S0967-0637(03)00144-4
DYGS8ZKG 10.1029/93GB02263
42BTG7L9 10.1023/B:JOCE.0000038315.23875.ae
TJWD8E4M 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2
5PPZ6IFY 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2
TAR6QIF2 10.1002/2014JG002749.Received
MJ3I3VCQ 10.1080/1747423X.2015.1096423
4EFTE49I 10.1016/S0009-2541(99)00172-2
4H6A6NTM 10.1056/NEJMoa020157
GNCCVKV5 10.1029/2012GL051665
SKGPZN7H 10.1897/1552-8618(1992)11[1691:omrtei]2.0.co;2
F73PT586 10.2111/REM-D-09-00165.1
R5DEWGG3 10.1029/2007JG000568
KY2R4YUU 10.1029/2003GB002179
BGKPHB7K 10.1016/S0954-349X(97)00029-5
IRC5UNBD 10.1007/BF01091640
YFP694E8 10.1029/2004GL020229
V9NPBRZ7 10.1029/2010JC006831
LSMDCSKE 10.1029/2006GB002825
KJWCBHU3 10.1590/S1519-69842011000400004
QV7GSFF5 10.1007/s13398-014-0173-7.2
F6HWRPZC 10.1016/S0967-0645(00)00148-X
97RGSVGK 10.1016/S0380-1330(04)70389-5
6PPFURGY 10.5751/ES-01826-110229
AIVRFXCI 10.1111/j.1755-263X.2009.00049.x
8JIC388X 10.1029/2004GB002247
WBX2NQ45 10.1641/0006-3568(2001)051[0807:MFOOTW]2.0.CO;2
4QH8EPN4 10.1029/2004GL021952
LDDMEZF2 10.1029/93GL03212
R499K8ST 10.1016/S0048-9697(00)00855-X
N2Y22JDI 10.1016/S0048-9697(00)00434-4
YIX6WYD8 10.1016/J.TREE.2004.06.001
XLQE9UAM 10.1590/S0001-37652013000300012
3YGYBRPR 10.5751/ES-05843-180403
KMZBB4MK 10.1175/BAMS-D-12-00066.1
VRCUSDU9 10.1029/JC090iC04p06903
JMWDES8L 10.1029/2008JC004862
47E3GS2H 10.1234/2013/999990.
299NBDGE 10.1016/S0967-0645(00)00151-X
QJEC7D8K 10.1029/2006GB002788
N3H3KPFL 10.1890/1540-9295(2003)001[0197:SODECA]2.0.CO;2
V2C76VWQ 10.1023/A:1006034126698
BT8AJK8T 10.2111/.1/REM-D-09-00029.1
RTYJDEVB 10.1029/2010JG001471
9Q3ML584 10.1029/2009GB003587
DNIX9ERN 10.1890/1051-0761(1998)008[0559:NPOSWW]2.0.CO;2
TR9Q5JM3 10.1175/JCLI-D-14-00847.1
MM8EVUP2 10.1890/ES14-00047.1
8UVRA57N 10.1175/2011JCLI4066.1
JNIL4KJE 10.5751/ES-05873-180226
RKDS4B4Y 10.1097/MD.0000000000002474
VWHLKLKC 10.2111/REM-D-13-00079.1
AM8W5R7D 10.1029/2011GL046583
E6T2RLSY 10.1023/A:1006034126698
CYMMIKJ4 10.1890/ES15-00249.1
WK9XZVXD 10.1111/j.1654-109X.2002.tb00551.x
RFYN6YUV 10.1641/0006-3568(2003)053[0341:TNC]2.0.CO;2
2X6XMVGG 10.7930/J00Z7150.On
9DW8H76B online
6EJMZGNV 10.1890/1051-0761(2006)016[1338:hipiai]2.0.co;2
3IB9S5F8 10.7930/J0Z60KZC.On
MCGCSA8A 10.1002/2014JC010472.Received
Q6CQ2RLE 10.1002/2015EF000330
XDCL2WDP 10.3391/ai.2010.5.S1.024
M4SJG9B8 10.1890/0012-9623(2005)86[249b:IIE]2.0.CO;2
J5XZZ28X 10.1289/EHP.8041
TQWXQZYM 10.1016/S0378-1127(02)00565-0
JG5J6IVA 10.1016/S0378-1127(97)00010-8
JJ5YR7AL 10.1890/ES15-00085.1
UUGDDXQL 10.1890/1540-9295(2005)003[0479:LOFSCF]2.0.CO;2
9QR48JWF 10.1016/S0187-6236(13)71076-2
ZHE428WY 10.1002/2016GL067738
6JGAC8JA 10.1029/2008GL033940
MDBPCGYS 10.1029/2011GB004157
4HE22AJH 10.1056/NEJMsa0805646
MDPXEYFT 10.1002/2015EF000330
7XNFX55J 10.1641/0006-3568(2002)052[0129:bsipgo]2.0.co;2
GBN2NQLQ 10.1017/S1464793105006950
WLCQPMYG 10.1161/01.ATV.0000150040.20950.61
NVEIPLI2 10.1641/0006-3568(2000)050[0053:eaecon]2.3.co;2
RVHW2ICC 10.1111/j.1755-263X.2009.00082.x
LPI4W7BX 10.2111/REM-D-13-00022.1
89JIUELA 10.1029/2007JC004629
F745TLA7 10.1175/JCLI-D-14-00467.1
Q5JN25M4 10.1016/S0378-1127(02)00565-0
WBPTMUP4 10.1579/0044-7447(2007)36[33:ROMF]2.0.CO;2
IFQVSZ9W 10.7930/J00Z7150.On
PB8CK4UZ 10.1023/A:1022554810870
GBDIQ9B7 10.1897/1551-5028(1998)017<0146:EOMOWA>2.3.CO;2
7U2FKZUQ 10.1890/1540-9295(2004)002[0427:NIEAAO]2.0.CO;2
HPYLVBWC 10.1641/B570107
SKGX5ZS5 10.1051/alr
V8BDDAXR 10.1029/2005JD006119
6BRCJJKM 10.1577/1548-8659(2002)131<0865:faaeva>2.0.co;2
65SPZUJ4 10.1029/2007JG000568
3RIIFAHE 10.1016/S1352-2310(98)00370-7
TTLCQB8J 10.2305/IUCN.CH.2012.PARKS-18-1.en
X2XI79MJ 10.1641/0006-3568(2005)055[0115:asoior]2.0.co;2
PEZ8WSQ3 10.1002/2013JC009069
FPEE2T9I 10.1175/JCLI3589.1
SHL87NNA 10.1016/S0380-1330(04)70389-5
UMRQM7UE 10.1002/2014GB005080
FQNTLMHU 10.1029/2005GB002672
7RBLXDWS 10.1016/S0380-1330(05)70253-7
4WLW77VK 10.1111/j.1526-100X.2009.00609.x
2GS7GCA5 10.1016/S0380-1330(98)70797-X
9P9DLUBT 10.1002/2014GB005080.Received
4TXSGAW9 10.1641/0006-3568(2005)055[0256:cietio]2.0.co;2
9AY5SHI9 10.1175/1520-0442(2003)016<3535:IGLSDT>2.0.CO;2
PRKLWRKC 10.1890/ES14-00208.1
FGKF9KRG 10.1029/2000GB001265
T9FRB4FK 10.1175/1520-0442(1998)011<1105:SATVIT>2.0.CO;2
7TRNSUFS 10.1016/S0009-2541(99)00172-2
C6GWDPRH 10.1016/S0048-9697(03)00141-4
MFSJYZAI 10.1890/1051-0761(1999)009[0045:HGASQA]2.0.CO;2
7F8WB7AX 10.1590/S0100-06832014000200030
KP68WVXP 10.1590/S1984-46702009000200011
FJ9H6XYF 10.1029/2009GB003587
XDMGNKYU 10.1175/JCLI3695.1
F6BZJI4D 10.1007/3-540-35375-5
JEXHFGJJ 10.1017/S1876404511200046
86HCQM83 10.5751/ES-05843-180403
IYQBRGBM 10.1002/joc
ZQBY94KG 10.1016/0167-8809(92)90105-K
G3UIUGDY 10.1016/S0048-9697(99)00444-1
IKJPTITR 10.2111/REM-D-13-00079.1
CCVBLNFJ 10.1175/EI-D-14-0023.1
ULXVZ4WM 10.2305/IUCN.CH.2017.PARKS-23-1HB.en
SUWWMHIA 10.1175/2008JTECHA1138.1
QV8IEANS 10.1016/S0380-1330(01)70637-5
EUQ6QYMG 10.1175/EI190.1
C3S9UXT9 10.1007/BF02907650
WVDVGVZX 10.1175/1520-0442(1999)012<2515:LTTIEP>2.0.CO;2
WLLD9M3R 10.1017/S0376892901000261
R9KA5X7K 10.1023/B:BINV.0000041555.29305.41
KZMFY75D 10.1017/CBO9781107415324.004
23ACA67U 10.1016/S0167-8809(97)00079-0
HBUA5ERV 10.1023/A:1024406427519
5PN4QSPX 10.1029/2006WR005486
K5EHHUF6 10.1006
G2KU8MR8 10.1029/2008JD011021
JVPETAJ5 10.1658/1100-9233(2006)17[693:coiobt]2.0.co;2
PHCK49SU 10.1590/S1519-69842012000400005
I5WLM66P 10.1890/ES13-00263.1
2C6XX4BY 10.1161/01.ATV.0000150040.20950.61
IPUZJVB9 10.1002/2015GL066063
AV4UA5IR 10.5751/ES-07433-200210
8TYDP3YB 10.1175/1520-0442(2004)017<2261:COTLJE>2.0.CO;2
QTMXQ7ZW 10.1016/S0921-8009(96)00066-3
KV2PKB94 10.1002/2015GB005133
TQ98FZQQ 10.2307/25094583
N3WHZX67 10.1029/2001JD000717
29XWS8CY 10.1029/2007GL030612
5CD4VWVF 10.1017/S0376892902000127
YZDBGXRI 10.1016/S1352-2310(01)00198-4
EMGXZC2T 10.1002/2014GL062826
VJ4FT2VR 10.1016/S0925-8574(98)00061-5
J9XDSZNV 10.1029/2005GB002672
WSY6TCH5 10.5670/oceanog.2011.33.COPYRIGHT
DJBC9SCP 10.1016/J.JCLEPRO.2010.01.014
MV42FTCQ 10.5751/ES-08384-210212
R9U829GL 10.1002/2014JG002795
S5K4XEX9 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
KEWXUNA9 10.1002/2013JG002569
YF6L73LN 10.1002/2014JG002872
XET26K6N 10.1002/2015GL065252
HSJHG85W 10.1016/J.CROPRO.2013.10.022
T3PIILNI 10.1016/S0304-3770(98)00117-X
JSQ8YGV8 10.1890/ES15-00104.1
P2PB4TID 10.1016/S0304-3770(98)00117-X
VKAYRSE7 10.1017/S0376892902000127
8RRMMI6Y 10.1111/j.1365-2486.2005.01008.x
M28CL6WT 10.1029/2009JG001270
UWR224CX 10.5751/ES-07868-200344
WX7XLTCR Artn 1
Y8W2TTYU 10.1002/2015GB005133
64DP8E4F 10.1890/1540-9295(2006)004[0238:EVOTPC]2.0.CO;2
92NDQRIR 10.5751/ES-07186-200120
X6XGMZKM 10.1017/S0030605311001128
QBHX2ZZS 10.1890/ES12-00178.1
XM343YUC 10.1002/2014EF000257
I3IUHHVM 10.5751/ES-07985-200432
YBG49LVJ 10.1029/2007GL029695
YU7LHRR4 10.5751/ES-07926-200428
LELTNE9F 10.1002/2016GL070624
ZU26L34V 10.1111/j.1755-263X.2010.00133.x
GFTRNRPB 10.1016/S0304-3800(01)00357-X
JA9AVFS8 10.1017/S0376892914000174
HW4QZ35Z 10.1073/PNAS
UIEXKGXC 10.1175/2010EI315.1
NUFBE57B 10.5751/ES-07379-200161
VA64GZGV 10.1029/2007JG000528
8F2GB7QH 10.1175/JCLI3769.1
VI9PSUMA 10.1590/S0100-06832011000300037
TBT3Q59V 10.1017/S0021859605005708
RS5X2MWZ ISBN: 978-92-1-132757-1
RV8LP5D2 10.5751/ES-05873-180226
VJBK4IFZ 10.1002/2014GB005080
GWX25MBW 10.1590/S0001-37652008000100006
SQXCEM6H http://www.publish.csiro.au/view/journals/dsp_journals_pip_abstract_Schol ar1.cfm?nid=126&pip=MF14173 Journal
J7KLVDH3 10.5670/oceanog.2011.33.COPYRIGHT
N3ARAPGI 10.1080/1747423X.2015.1096423
8P39KTNH 10.1890/EHS14-0009.1
W4DAKIPV 10.5751/ES-07927-200415
DF3EYBRV 10.1080/1747423X.2015.1098739
T3466F4N 10.1017/S143192760606781X
TMRTWX7L 10.1890/ES15-00256.1
I9MFKYSZ 10.1007/s10530/007-9145-6
SFRM8Z6T 10.1080/1088937X.2016.1274789
5HSJRGYH 10.5751/ES-07029-190428
DBF4ZPGN 10.1016/S2095-3119(16)61528-9
RHSRK479 10.1017/S0376892902000231
WXYNCVIF 10.1029/2008GB003327
RRSKNN5R 10.1017/S0376892902000231
2LKFVML7 10.1016/S0959-3780(98)00012-0
W9JC2H6K 10.1029/2001GB001550
8YHDU5A3 10.1111/j.1526-100X.2011.00815.x
PWQ4N6Y8 10.1002/2014EF000258
IAURXN44 10.5751/ES-05873-180226
NKFGPASB 10.1111/j.1526-100X.2009.00638.x
CSD43ZTZ 8
DHABSJP6 10.1162/GLEP_a_00256
3X3828NN 10.1017/CBO9781107415324.004
ZFM3IRJ4 10.4067/S0716-078X2010000100009
46ZLER9T 10.1016/S0921-8009(99)00013-0
EN9QEZVC 10.1175/1520-0442(2000)013<2002:SDAAEI>2.0.CO;2
ULM7EMNU 10.1029/2004GL021272
KEA2SIT5 10.1073 pnas.142033699
MERJXJUQ 10.1111/2041-210X.12423
B4DASPR7 10.1023/A:1010399110654
YEUS9S54 10.1641/0006-3568(2001)051[0709:TSFTTS]2.0.CO;2
MK3I4UP5 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2
VYN2T796 10.1590/S1516-35982012000100020
C7TYQB6D 10.1579/0044-7447(2008)37[241:tvocwf]2.0.co;2
RQYWXQMB 10.5751/ES-07297-200162
WC3FUL86 10.1029/2008JD011021
47DZFULQ 10.1641/B580807
KS4C3QCR 10.1097/SLA.0000000000002002
5PJXHZ8M 10.1029/2008GB003327
9JVVGMJX 10.1177/1357034X11410450
ZYI5JRBA 10.5751/ES-06191-190124
VHGGJKJ5 10.1016/S0378-1127(00)00644-7
UVWH67JK 10.1016/B978-0-12-386454-3.00988-X
M5Q4UMFD 10.1641/0006-3568(2003)053[0573:TIOFDO]2.0.CO;2
UGK9QQ3S 10.1659/0276-4741(2003)023[0197:vubaca]2.0.co;2
JNQVNCDJ 10.1029/2010GL043789
QXHR9VAD 10.1890/1540-9295(2007)5[25:ARFDAL]2.0.CO;2
UG47HZR4 10.1016/S0277-9536(98)00181-6
WXJMQM3K 10.1029/2008JD011021
7JIHKLKB 10.1016/S0305-750X(01)00070-5
EAG6F55E 10.1890/1051-0761(1999)009[0772:EVOFES]2.0.CO;2
T6C5QCHW 10.4067/S0718-34022015000200010
2YRNZBDW 10.1016/S1462-9011(02)00020-5
PXIHGIVB 10.2307/40512417
XWWBJATP 1215
K62ZRL6X 10.1016/0006-8993(95)00261-N
SKFP4T3Z 10.1023/A:1017520800568
RHXZZ6WN 10.2307/40512038
9FL2CLMF 10.1641/0006-3568(2005)055[0311:TICITE]2.0.CO;2
ADYIDY3V 10.1590/S0102-695X2013005000034
GX4B2QUD 10.1016/0378-1127(91)90235-N
AE4LDNI7 10.4067/S0718-16202013000100006
4CPCB523 3
JAXXPQKZ 10.1672/0277-5212(2006)26[889:TCBONA]2.0.CO;2
XD2BTNZE 74/1/3 [pii]
QB769UL2 10.5751/ES-07545-200328
S6HS6IMX 10.1890/1051-0761(1997)007[0737:HAOTGN]2.0.CO;2
IZU3WZKW 10.1663/0013-0001(2006)60[374:ctoeki]2.0.co;2
PSZW46NU 10.1111/j.1755-263X.2012.00239.x
8KGZQHWW 10.1029/2007GB003077.Law
HEIDJG9Q 10.1016/S0305-750X(99)00025-X
NCMDFQWA 1215
PP5W42D2 10.1016/0305-750X(85)90114-7
WNEIAW28 10.1029/2002GB001917
7ZFVBIFG 10.5123/S1679-49742015000200008
DZQVFNUV 10.1890/ES15-00121.1
8Y7UMBY5 10.1657/1523-0430(06-099)[borner]2.0.co;2
73E83M2S 10.1016/S0140-6736(16)00345-7
4C9FB5AV 10.1016/B978-0-12-386454-3.00988-X
G7REGGMZ 10.1029/2004JC002576
T5QV5H9G 10.1111/j.1755-263X.2008.00025.x
YXDZUQU6 10.1641/B570306
ZSC49D5S 10.1641/0006-3568(2001)051[0373:rnlttg]2.0.co;2
5VVHFZ7P 10.1016/S0367-326X(01)00362-8
GKJSD5II 10.1890/1540-9295(2003)001[0255:PFRMCI]2.0.CO;2
BTZQ9D3E 10.1017/S0031182000086121
QFN74T9J 10.1017/S0031182012001539
GDQ7F9Q8 10.5751/ES-06207-180471
RBXCLCR8 10.1890/1540-9295(2003)001[0065:waysri]2.0.co;2
DKDDV348 10.5751/ES-00655-090204
L6JQLTNH 10.1016/S0304-3770(98)00117-X
PJMEKBJR 10.1641/0006-3568(2006)56[987:agcfse]2.0.co;2
TKFPD88S 10.5751/ES-05873-180226
S9288V9D 10.1111/j.1755-263X.2011.00220.x
MZC3NJTP 10.1016/S1352-2310(03)00007-4
C3U2HC95 10.1017/S0376892902000127
77IRLNPC Artn 1
KUAAQNYB 10.1641/B570707

TODO Do Exist

TODO Finally we check, if these dois exist but are not ingested into OpenAlex. This is done using the doi.org resolver This is disabled at the moment and still needs to be implemented.

Reuse

Citation

BibTeX citation:
@report{krug,
  author = {Krug, Rainer M.},
  title = {Bibliography {Report}},
  langid = {en},
  abstract = {Reports analysing the IPBES Libraries on Zotero.}
}
For attribution, please cite this work as:
Krug, Rainer M. n.d. “Bibliography Report.”