Bibliography Report

Author
Affiliation

Rainer M. Krug

Abstract

Reports analysing the IPBES Libraries on Zotero.

Introduction

This report assesses the AFA 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 473 OpenAlex
review 56 OpenAlex
book 6 OpenAlex
book-chapter 5 OpenAlex
letter 3 OpenAlex
preprint 3 OpenAlex
editorial 1 OpenAlex
erratum 1 OpenAlex
report 1 OpenAlex
journalArticle 1207 Zotero
book 144 Zotero
report 112 Zotero
bookSection 14 Zotero
conferencePaper 9 Zotero
thesis 9 Zotero
manuscript 7 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 NA 703
journalArticle article 543
book NA 144
report NA 112
journalArticle review 57
NA article 47
bookSection NA 14
thesis NA 9
manuscript NA 7
NA review 7
conferencePaper NA 6
journalArticle letter 5
journalArticle book 5
journalArticle preprint 3
conferencePaper article 3
NA book-chapter 3
journalArticle book-chapter 2
conferencePaper review 2
journalArticle editorial 1
journalArticle erratum 1
journalArticle report 1
NA book 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 1937 7815
OpenAlex 1988 2018
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: 611 (40.68%) - 154 duplicates
  • ISBNss: 115 (7.66%)
  • ISBNss: 563 (37.48%)

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
3N76MC5Y 10.1002/pad.259 https://www.zotero.org/groups/2333070/items/3N76MC5Y
NIM4IATL 10.1002/pad.259 https://www.zotero.org/groups/2333070/items/NIM4IATL
N6SRQVB3 10.1007/s10113-013-0533-4 https://www.zotero.org/groups/2333070/items/N6SRQVB3
JUEN28RA 10.1007/s10113-013-0533-4 https://www.zotero.org/groups/2333070/items/JUEN28RA
8AJVAU45 10.1007/s10531-015-1019-0 https://www.zotero.org/groups/2333070/items/8AJVAU45
W5AJRB2X 10.1007/s10531-015-1019-0 https://www.zotero.org/groups/2333070/items/W5AJRB2X
22XSXN74 10.1007/s10750-009-9979-2 https://www.zotero.org/groups/2333070/items/22XSXN74
7BIGYE34 10.1007/s10750-009-9979-2 https://www.zotero.org/groups/2333070/items/7BIGYE34
L4JTQQHN 10.1007/s11069-011-0064-6 https://www.zotero.org/groups/2333070/items/L4JTQQHN
EW7E3FVG 10.1007/s11069-011-0064-6 https://www.zotero.org/groups/2333070/items/EW7E3FVG
SM5DBXB4 10.1016/S0016-7185(01)00027-6 https://www.zotero.org/groups/2333070/items/SM5DBXB4
P3IZQW8X 10.1016/S0016-7185(01)00027-6 https://www.zotero.org/groups/2333070/items/P3IZQW8X
T2XD77JX 10.1016/S0020-7519(01)00203-X https://www.zotero.org/groups/2333070/items/T2XD77JX
WIEA8WAF 10.1016/S0020-7519(01)00203-X https://www.zotero.org/groups/2333070/items/WIEA8WAF
52VKBADX 10.1016/S0020-7519(98)00056-3 https://www.zotero.org/groups/2333070/items/52VKBADX
FZ8Q8JS2 10.1016/S0020-7519(98)00056-3 https://www.zotero.org/groups/2333070/items/FZ8Q8JS2
CSA9ENM9 10.1016/S0140-6736(12)61678-X https://www.zotero.org/groups/2333070/items/CSA9ENM9
XV84CKIV 10.1016/S0140-6736(12)61678-X https://www.zotero.org/groups/2333070/items/XV84CKIV
RERF7QRD 10.1016/j.cosust.2009.07.006 https://www.zotero.org/groups/2333070/items/RERF7QRD
WIU8RG98 10.1016/j.cosust.2009.07.006 https://www.zotero.org/groups/2333070/items/WIU8RG98
4RCQTQQF 10.1016/j.cosust.2013.07.002 https://www.zotero.org/groups/2333070/items/4RCQTQQF
8ZMH3GJZ 10.1016/j.cosust.2013.07.002 https://www.zotero.org/groups/2333070/items/8ZMH3GJZ
SYBKG64P 10.1016/j.cosust.2014.11.002 https://www.zotero.org/groups/2333070/items/SYBKG64P
AASRKY44 10.1016/j.cosust.2014.11.002 https://www.zotero.org/groups/2333070/items/AASRKY44
RVC59KNZ 10.1016/j.cosust.2014.11.002 https://www.zotero.org/groups/2333070/items/RVC59KNZ
M4UGNAKS 10.1016/j.cosust.2015.02.006 https://www.zotero.org/groups/2333070/items/M4UGNAKS
22HTBU6G 10.1016/j.cosust.2015.02.006 https://www.zotero.org/groups/2333070/items/22HTBU6G
YWGWI9N3 10.1016/j.crm.2014.08.002 https://www.zotero.org/groups/2333070/items/YWGWI9N3
LJHNHKRH 10.1016/j.crm.2014.08.002 https://www.zotero.org/groups/2333070/items/LJHNHKRH
WVXL3CWW 10.1016/j.cub.2007.11.054 https://www.zotero.org/groups/2333070/items/WVXL3CWW
KVHG4GAB 10.1016/j.cub.2007.11.054 https://www.zotero.org/groups/2333070/items/KVHG4GAB
WVVJKYZU 10.1016/j.ecolecon.2007.09.018 https://www.zotero.org/groups/2333070/items/WVVJKYZU
45WANHNI 10.1016/j.ecolecon.2007.09.018 https://www.zotero.org/groups/2333070/items/45WANHNI
7ZG8N4ZB 10.1016/j.ecolecon.2011.11.012 https://www.zotero.org/groups/2333070/items/7ZG8N4ZB
CNREUHIN 10.1016/j.ecolecon.2011.11.012 https://www.zotero.org/groups/2333070/items/CNREUHIN
MLDNDRTS 10.1016/j.ecolecon.2016.03.018 https://www.zotero.org/groups/2333070/items/MLDNDRTS
UTXGU8T2 10.1016/j.ecolecon.2016.03.018 https://www.zotero.org/groups/2333070/items/UTXGU8T2
BJA5L3DY 10.1016/j.ecolind.2014.01.025 https://www.zotero.org/groups/2333070/items/BJA5L3DY
FH295ZBR 10.1016/j.ecolind.2014.01.025 https://www.zotero.org/groups/2333070/items/FH295ZBR
W3EHYINH 10.1016/j.ecolind.2014.05.023 https://www.zotero.org/groups/2333070/items/W3EHYINH
W93GC8EJ 10.1016/j.ecolind.2014.05.023 https://www.zotero.org/groups/2333070/items/W93GC8EJ
PG7PX9DK 10.1016/j.ecolind.2014.05.023 https://www.zotero.org/groups/2333070/items/PG7PX9DK
LUCZYAK3 10.1016/j.envdev.2015.06.006 https://www.zotero.org/groups/2333070/items/LUCZYAK3
3FUC5I7G 10.1016/j.envdev.2015.06.006 https://www.zotero.org/groups/2333070/items/3FUC5I7G
3AIYLQPL 10.1016/j.envdev.2015.09.007 https://www.zotero.org/groups/2333070/items/3AIYLQPL
UAV6MPC9 10.1016/j.envdev.2015.09.007 https://www.zotero.org/groups/2333070/items/UAV6MPC9
V4Q8LDCW 10.1016/j.envhaz.2006.11.001 https://www.zotero.org/groups/2333070/items/V4Q8LDCW
GBL6CVK9 10.1016/j.envhaz.2006.11.001 https://www.zotero.org/groups/2333070/items/GBL6CVK9
7YZFEYVR 10.1016/j.envsci.2009.04.002 https://www.zotero.org/groups/2333070/items/7YZFEYVR
YBQAKTIN 10.1016/j.envsci.2009.04.002 https://www.zotero.org/groups/2333070/items/YBQAKTIN
MC2CG9FM 10.1016/j.envsci.2014.10.011 https://www.zotero.org/groups/2333070/items/MC2CG9FM
QJHEBFFF 10.1016/j.envsci.2014.10.011 https://www.zotero.org/groups/2333070/items/QJHEBFFF
GNDR8TMZ 10.1016/j.gloenvcha.2008.02.001 https://www.zotero.org/groups/2333070/items/GNDR8TMZ
FNUHRJZ5 10.1016/j.gloenvcha.2008.02.001 https://www.zotero.org/groups/2333070/items/FNUHRJZ5
RYZDDBYS 10.1016/j.gloenvcha.2011.08.002 https://www.zotero.org/groups/2333070/items/RYZDDBYS
25NYMDFE 10.1016/j.gloenvcha.2011.08.002 https://www.zotero.org/groups/2333070/items/25NYMDFE
UU8LLRMM 10.1016/j.gloenvcha.2011.08.005 https://www.zotero.org/groups/2333070/items/UU8LLRMM
ICJ8TD9Q 10.1016/j.gloenvcha.2011.08.005 https://www.zotero.org/groups/2333070/items/ICJ8TD9Q
TSCXN85Q 10.1016/j.gloenvcha.2014.03.001 https://www.zotero.org/groups/2333070/items/TSCXN85Q
RDNW6W2A 10.1016/j.gloenvcha.2014.03.001 https://www.zotero.org/groups/2333070/items/RDNW6W2A
DFHWJUE2 10.1016/j.gloenvcha.2014.03.001 https://www.zotero.org/groups/2333070/items/DFHWJUE2
2ZIRE65B 10.1016/j.gloenvcha.2014.08.007 https://www.zotero.org/groups/2333070/items/2ZIRE65B
3ZT558LB 10.1016/j.gloenvcha.2014.08.007 https://www.zotero.org/groups/2333070/items/3ZT558LB
N97J8VPE 10.1016/j.icesjms.2004.12.003 https://www.zotero.org/groups/2333070/items/N97J8VPE
6IIBW3I2 10.1016/j.icesjms.2004.12.003 https://www.zotero.org/groups/2333070/items/6IIBW3I2
PDSCGICN 10.1016/j.icesjms.2004.12.006 https://www.zotero.org/groups/2333070/items/PDSCGICN
E9D2WJ5K 10.1016/j.icesjms.2004.12.006 https://www.zotero.org/groups/2333070/items/E9D2WJ5K
4GKD2R76 10.1016/j.ijdrr.2015.01.007 https://www.zotero.org/groups/2333070/items/4GKD2R76
KNDRG4R3 10.1016/j.ijdrr.2015.01.007 https://www.zotero.org/groups/2333070/items/KNDRG4R3
WHZ3YKTY 10.1016/j.jenvman.2010.03.023 https://www.zotero.org/groups/2333070/items/WHZ3YKTY
64EIXP2E 10.1016/j.jenvman.2010.03.023 https://www.zotero.org/groups/2333070/items/64EIXP2E
J7HETNRJ 10.1016/j.jenvman.2014.09.026 https://www.zotero.org/groups/2333070/items/J7HETNRJ
AMXV43ET 10.1016/j.jenvman.2014.09.026 https://www.zotero.org/groups/2333070/items/AMXV43ET
TRX5YJJH 10.1016/j.jhydrol.2011.04.023 https://www.zotero.org/groups/2333070/items/TRX5YJJH
Z29DJNZY 10.1016/j.jhydrol.2011.04.023 https://www.zotero.org/groups/2333070/items/Z29DJNZY
CYKSYCUZ 10.1016/j.jhydrol.2014.01.055 https://www.zotero.org/groups/2333070/items/CYKSYCUZ
CN6XKS89 10.1016/j.jhydrol.2014.01.055 https://www.zotero.org/groups/2333070/items/CN6XKS89
ICGZL7JD 10.1017/S0376892910000366 https://www.zotero.org/groups/2333070/items/ICGZL7JD
2RY9VVUN 10.1017/S0376892910000366 https://www.zotero.org/groups/2333070/items/2RY9VVUN
BAM5LCDE 10.1017/S1355770X12000551 https://www.zotero.org/groups/2333070/items/BAM5LCDE
LYMKQBXH 10.1017/S1355770X12000551 https://www.zotero.org/groups/2333070/items/LYMKQBXH
GXNANZV7 10.1038/nature01833 https://www.zotero.org/groups/2333070/items/GXNANZV7
7XY4W5WT 10.1038/nature01833 https://www.zotero.org/groups/2333070/items/7XY4W5WT
698SH9B2 10.1073/pnas.0703873104 https://www.zotero.org/groups/2333070/items/698SH9B2
2N2YLS9F 10.1073/pnas.0703873104 https://www.zotero.org/groups/2333070/items/2N2YLS9F
9P2HPFA2 10.1073/pnas.1013100108 https://www.zotero.org/groups/2333070/items/9P2HPFA2
73B9IINA 10.1073/pnas.1013100108 https://www.zotero.org/groups/2333070/items/73B9IINA
XKRZP9TP 10.1073/pnas.1211466110/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1211466110 https://www.zotero.org/groups/2333070/items/XKRZP9TP
4D9EBYFA 10.1073/pnas.1211466110/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1211466110 https://www.zotero.org/groups/2333070/items/4D9EBYFA
JRI4966L 10.1073/pnas.1302251110 https://www.zotero.org/groups/2333070/items/JRI4966L
HNPZGQ74 10.1073/pnas.1302251110 https://www.zotero.org/groups/2333070/items/HNPZGQ74
UEYABQ5T 10.1080/02673843.2012.657657 https://www.zotero.org/groups/2333070/items/UEYABQ5T
ATXTYUEA 10.1080/02673843.2012.657657 https://www.zotero.org/groups/2333070/items/ATXTYUEA
EY9NYIWR 10.1080/03736245.2017.1299639 https://www.zotero.org/groups/2333070/items/EY9NYIWR
43PWA7NU 10.1080/03736245.2017.1299639 https://www.zotero.org/groups/2333070/items/43PWA7NU
UCZ3SLUP 10.1080/09500690902981269 https://www.zotero.org/groups/2333070/items/UCZ3SLUP
42SL27VA 10.1080/09500690902981269 https://www.zotero.org/groups/2333070/items/42SL27VA
6PSYF3J6 10.1080/13504500609469666 https://www.zotero.org/groups/2333070/items/6PSYF3J6
58NWJBGE 10.1080/13504500609469666 https://www.zotero.org/groups/2333070/items/58NWJBGE
N6NRN2AJ 10.1080/14728028.2014.993431 https://www.zotero.org/groups/2333070/items/N6NRN2AJ
R2R6N244 10.1080/14728028.2014.993431 https://www.zotero.org/groups/2333070/items/R2R6N244
PKW8KKPG 10.1080/21513732.2011.617711 https://www.zotero.org/groups/2333070/items/PKW8KKPG
5FWJTLSV 10.1080/21513732.2011.617711 https://www.zotero.org/groups/2333070/items/5FWJTLSV
S5VJBIKJ 10.1080/21513732.2011.634436 https://www.zotero.org/groups/2333070/items/S5VJBIKJ
WEZ992BT 10.1080/21513732.2011.634436 https://www.zotero.org/groups/2333070/items/WEZ992BT
2ADILHGL 10.1080/21513732.2011.634436 https://www.zotero.org/groups/2333070/items/2ADILHGL
94LDEL2S 10.1111/fme.12133 https://www.zotero.org/groups/2333070/items/94LDEL2S
IBX5BR3J 10.1111/fme.12133 https://www.zotero.org/groups/2333070/items/IBX5BR3J
YQ8GHN8J 10.1111/j.1365-294X.2012.05461.x https://www.zotero.org/groups/2333070/items/YQ8GHN8J
9BEMFIZD 10.1111/j.1365-294X.2012.05461.x https://www.zotero.org/groups/2333070/items/9BEMFIZD
5SD6UNTB 10.1111/j.1467-9493.2008.00343.x https://www.zotero.org/groups/2333070/items/5SD6UNTB
5T9SRJCT 10.1111/j.1467-9493.2008.00343.x https://www.zotero.org/groups/2333070/items/5T9SRJCT
45IQT3ES 10.1111/j.1468-0491.2008.00402.x https://www.zotero.org/groups/2333070/items/45IQT3ES
8MDAYUTG 10.1111/j.1468-0491.2008.00402.x https://www.zotero.org/groups/2333070/items/8MDAYUTG
QBSS49TB 10.1111/j.1469-0691.2008.02691.x https://www.zotero.org/groups/2333070/items/QBSS49TB
WPHTYHDM 10.1111/j.1469-0691.2008.02691.x https://www.zotero.org/groups/2333070/items/WPHTYHDM
SETJF9AE 10.1111/j.1472-4642.2011.00770.x https://www.zotero.org/groups/2333070/items/SETJF9AE
4L3VSGW7 10.1111/j.1472-4642.2011.00770.x https://www.zotero.org/groups/2333070/items/4L3VSGW7
9RA4S94N 10.1111/j.1475-2743.2008.00169.x https://www.zotero.org/groups/2333070/items/9RA4S94N
ITHEPW9K 10.1111/j.1475-2743.2008.00169.x https://www.zotero.org/groups/2333070/items/ITHEPW9K
5GC5TY5V 10.1111/j.1475-2743.2008.00169.x https://www.zotero.org/groups/2333070/items/5GC5TY5V
APWVLCI7 10.1111/j.1475-4959.2011.00432.x https://www.zotero.org/groups/2333070/items/APWVLCI7
WW3D5T6V 10.1111/j.1475-4959.2011.00432.x https://www.zotero.org/groups/2333070/items/WW3D5T6V
23GDQPJ8 10.1111/j.1523-1739.2008.00970.x https://www.zotero.org/groups/2333070/items/23GDQPJ8
Y6HRNQ75 10.1111/j.1523-1739.2008.00970.x https://www.zotero.org/groups/2333070/items/Y6HRNQ75
Q7JE86BX 10.1111/j.1523-1739.2009.01243.x https://www.zotero.org/groups/2333070/items/Q7JE86BX
CBU9RIKM 10.1111/j.1523-1739.2009.01243.x https://www.zotero.org/groups/2333070/items/CBU9RIKM
ZY59PKGE 10.1126/science.aaa1788 https://www.zotero.org/groups/2333070/items/ZY59PKGE
JGVL5SKF 10.1126/science.aaa1788 https://www.zotero.org/groups/2333070/items/JGVL5SKF
QPKPVPIW 10.1146/annurev-environ-042911-093511 https://www.zotero.org/groups/2333070/items/QPKPVPIW
DLSNF3R3 10.1146/annurev-environ-042911-093511 https://www.zotero.org/groups/2333070/items/DLSNF3R3
5EXS2E4I 10.1146/annurev-environ-042911-093511 https://www.zotero.org/groups/2333070/items/5EXS2E4I
YGGJIRLI 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333070/items/YGGJIRLI
R8XF9ZDD 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333070/items/R8XF9ZDD
3UEGWTNH 10.1146/annurev.energy.30.050504.144511 https://www.zotero.org/groups/2333070/items/3UEGWTNH
AEW6P2YF 10.1146/annurev.polisci.2.1.493 https://www.zotero.org/groups/2333070/items/AEW6P2YF
MPUQHJR6 10.1146/annurev.polisci.2.1.493 https://www.zotero.org/groups/2333070/items/MPUQHJR6
F3SKKFBH 10.1175/JCLI-D-12-00302.1 https://www.zotero.org/groups/2333070/items/F3SKKFBH
E5THUUG5 10.1175/JCLI-D-12-00302.1 https://www.zotero.org/groups/2333070/items/E5THUUG5
REV2NBTS 10.1353/lde.2012.0019 https://www.zotero.org/groups/2333070/items/REV2NBTS
2BR3SGWB 10.1353/lde.2012.0019 https://www.zotero.org/groups/2333070/items/2BR3SGWB
DDKR2E8Q 10.1525/bio.2009.59.11.6 https://www.zotero.org/groups/2333070/items/DDKR2E8Q
4THF43HJ 10.1525/bio.2009.59.11.6 https://www.zotero.org/groups/2333070/items/4THF43HJ
4M8YZKRC 10.1525/bio.2009.59.11.6 https://www.zotero.org/groups/2333070/items/4M8YZKRC
6YD5QZET 10.1579/0044-7447(2007)36[614:TAAHNO]2.0.CO;2 https://www.zotero.org/groups/2333070/items/6YD5QZET
UALSVJIX 10.1579/0044-7447(2007)36[614:TAAHNO]2.0.CO;2 https://www.zotero.org/groups/2333070/items/UALSVJIX
7DVRXNN6 10.3389/fevo.2015.00137 https://www.zotero.org/groups/2333070/items/7DVRXNN6
UFB4CWTX 10.3389/fevo.2015.00137 https://www.zotero.org/groups/2333070/items/UFB4CWTX
9GXIAHRC 10.3390/atmos4040383 https://www.zotero.org/groups/2333070/items/9GXIAHRC
BCYYBV66 10.3390/atmos4040383 https://www.zotero.org/groups/2333070/items/BCYYBV66
R9XNZDGN 10.3390/su6107142 https://www.zotero.org/groups/2333070/items/R9XNZDGN
C3PHHEJB 10.3390/su6107142 https://www.zotero.org/groups/2333070/items/C3PHHEJB
WIS6CZDB 8 https://www.zotero.org/groups/2333070/items/WIS6CZDB
SEJ7PENW 8 https://www.zotero.org/groups/2333070/items/SEJ7PENW

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:

Show the code
#|

http <- grep("http", bib_data$metrics$zotero_dois$id_raw)
data.frame(
  doi = bib_data$metrics$zotero_dois$id_raw[http],
  link = paste0(bib_data$bibliography$url, "/items/", names(bib_data$metrics$zotero_dois$id_raw)[http])
) |>
  dplyr::mutate(
    doi = paste0('<a href="', link, '" target="_blank">', doi, "</a>"),
    link = NULL
  ) |>
  knitr::kable(
    caption = "DOIs in Zenodo which include a `http`",
    escape = FALSE
  )

Not Valid

Here we do acheck for the structural validity of the dois. This check needs to be improved. Of these 103 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.")
}

Not in OpenAlex

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

Of the 611 unique DOIs in the library, 103 (16.86%) 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
EMFZMFJX 10.2788/47210
XKRZP9TP 10.1073/pnas.1211466110/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1211466110
MP6TAUWI 10.1023/A:1026001626076
GPZFZGWV 10.7287/peerj.preprints.1218v2
QWTN5QAQ 10.1016/S0160-4120(99)00005-7
BPP9C9Z3 10.1163/157075511X554400
ZPIBRPWZ 10.1103/PhysRevLett.95.258101
52VKBADX 10.1016/S0020-7519(98)00056-3
8CAUH334 10.2989/1814232X.2012.675041
4D9EBYFA 10.1073/pnas.1211466110/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1211466110
7YAS96FD 10.1126/science.1217245
F3SKKFBH 10.1175/JCLI-D-12-00302.1
CSA9ENM9 10.1016/S0140-6736(12)61678-X
PIPGYNPM 10.5897/IJBC12.030
NXLFBNHI 10.5751/ES-07823-200340
T2XD77JX 10.1016/S0020-7519(01)00203-X
IICB37UW 10.1175/BAMS-D-11-00021.1
P8I39ZL2 8209 [pii]
I8Z8QSFH 978-92-5-1066904
YQ8GHN8J 10.1111/j.1365-294X.2012.05461.x
63MKNL95 10.1016/B978-0-444-52272-6.00363-9
CP7UKF7C 10.1144/GSL.SP.2005.250.01.09
8WS4HETT 10.1641/0006-3568(2004)054[0817:DCPOD]2.0.CO;2
CT9V8TTG 10.1017/CBO9781107415379.016
SQWIYYPM 10.1016/S1352-2310(02)01009-9
6ZUEIKCH 10.1890/ES14-00292.1
9BEMFIZD 10.1111/j.1365-294X.2012.05461.x
WIEA8WAF 10.1016/S0020-7519(01)00203-X
XV84CKIV 10.1016/S0140-6736(12)61678-X
6YD5QZET 10.1579/0044-7447(2007)36[614:TAAHNO]2.0.CO;2
E5THUUG5 10.1175/JCLI-D-12-00302.1
DAUHJFVF 10.1016/S0160-4120(02)00099-5
XEJSJH6R 10.5751/ES-04531-170109
UALSVJIX 10.1579/0044-7447(2007)36[614:TAAHNO]2.0.CO;2
Q7WW5XNA citeulike-article-id:4423649
FZ8Q8JS2 10.1016/S0020-7519(98)00056-3
GYJ75W6E 10.5751/ES-05867-180412
UEPLVNCU 10.1023/A:1008877309871
H37N6HGV www.csuchico.edu/biol/Sociobiology/sociobiologyindex.html
ATNTZ2EC 10.1016/S0921-8181(00)00040-0
2A8GZBPL 10.1016/S0269-7491(03)00053-8
3Y3RFYQM 10.1017/S0376892906003183
MKJDFKPC 10.1017/S037689290400116X
FGF9VBT8 10.3366/E0954889009000280
M4ZNDDJN 10.1146/ammrev-soc-070308-115926
XMZYQJUS 10.1108/SAMPJ-04-2014-0020
AI5IRECR Doi 10.1017/S1355770x08004427
LAWDQPVS 10.3390/
G6QBKKSI 10.1111/j.0361-3666.2009.01126.x.4.
U4EJFNG4 10.1017/S1744137410000378
SM5DBXB4 10.1016/S0016-7185(01)00027-6
ICGZL7JD 10.1017/S0376892910000366
G55E2E6T 10.3920/JCNS2012.x002
68ZP4BMV 10.1007/s13398-014-0173-7.2
REV2NBTS 10.1353/lde.2012.0019
2BR3SGWB 10.1353/lde.2012.0019
WFY2CSUH 10.1257/aer.100.3.1
WIS6CZDB 8
BAM5LCDE 10.1017/S1355770X12000551
LYMKQBXH 10.1017/S1355770X12000551
2KNKKBIE 10.5751/ES-02051-120117
9EKHVM4E 10.5751/ES-05180-180109
RHYAIREK 10.1016/S0921-8009(98)00020-2
2RY9VVUN 10.1017/S0376892910000366
ZGM9B9N9 10.1579/0044-7447(2007)36[387:cldtpm]2.0.co;2
HHPN4PJZ 10.4103/0972-4923.49201
DMXFN5IH 10.5751/ES-04853-170322
X6YS2WQ7 10.1680/mpal.2012.165.0.1
5BCDTMNH 10.2307/2118057
9LHMA9FI Artn 19
Q4ZP6CLT 10.5751/ES-06638-190314
P3IZQW8X 10.1016/S0016-7185(01)00027-6
K3MAKFUN 18
WI48J4RJ 10.1007/sl0745-006-9013-5
UIRTKH4C 10.1139/F2011-061
32EU75A8 10.1073/pnas.1213163110/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1213163110
66N2NPBF 10.1029/2001 WR000355; Döll, P., Kaspar, F., Alcamo, J., Computation of global water availability and water use at the scale of large drainage basins (1999) Math. Geol., 4, pp. 115-122; Döll, P., Kaspar, F., Lehner, B., A global hydrological m(TRUNCADO)
3MPJYJP8 10568/73375
SEJ7PENW 8
XQKWDTQK doi.org.proxy2.lib.umanitoba.ca/10.1
YC8LZL39 10.1111/j.1472-4642.2006.00308.x
WN9ZUH59 10.1016/S0167-8809(01)00206-7
KZ3MLYMJ 1092-8987
Y6UART9Z 10.5751/ES-07380-200152
LY5HBXSH 10.1007/SpringerReference_353599
TU5AIUE3 10.1016/S0305-750X(98)00141-7
CBY79WGJ 10.2993/0278-0771(2006)26
N4XZFHNY 10.5751/ES-07039-190450
UB3UCEK7 10.1017/CBO9781107415324.004
8NUXDFDA 10.1016/0006-3207(88)90050-X
FEFUW6LC 10.1659/MRD-JOURNAL-D-09-00040.1
E8QTCYN7 Project Code C08-0170-0062, 69 pp.
Y5KQ7BNG 10.5751/ES-04342-160406
7W8LXBTN 978-92-650-43-77-0
KLMF2KM5 10.1016/S0140-6736(12)61766-8
KJDYUQS3 10.5338/KJEA.2011.30.1.24
MW6K6ZEC 10.1073/pnas.1007217108/-/DCSupplemental.www.pnas.org/cgi/doi/10.1073/pnas.1007217108
9VIYA49J 10.1017/S0030605303000334
B8SHQU99 10.1023/A:1008880113990
QMAPYSUW 10.1017/CBO9780511750458
H9MW8SDS 10.5897/AJEST08.173
3UPB9GKG 10.7287/peerj.preprints.488v1
L6GPHCIW 10.1016/S0167-8809(01)00236-5

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.”