Report Assessment Ch5 Inventoring Options

Data Management Report

Authors
Affiliation

Rainer M Krug

Rainer M. Krug

Doi
Abstract

A short description what this is about. This is not a tracditional abstract, but rather something else …

Working Title

IPBES_TCA_Ch5_inventoring_options

Code repo

Github - private

Build No: 36

%The BuidNo is automatically increased by one each time the report is rendered. It is used to indicate different renderings when the version stays the same%.

Introduction

All searches are done on Using the OpenAlex database.

In addition, all searches are run in combination with the search term foir nature.

The following steps will be done in documented in this report:

Step 1: Determination of numbers

The search terms are based on the shared google doc. They are cleaned up for the usage in OpenAlex.

Nature

The search terms is nature

Show the code
#|

nature_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

TFC

The search terms is tfc

Show the code
#|

tfc_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", tfc_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

TFC AND Nature

The search terms is tfc AND nature

Show the code
#|

tfc_nature_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", tfc_st, ") AND (", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

R1

The search terms is R1 AND Nature

Show the code
#|

R1_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", R1_st, ") AND (", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

R2

The search terms is R2 AND Nature

Show the code
#|

R2_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", R2_st, ") AND (", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

R1 AND R2

The search term is R1 AND R2 AND Nature

Show the code
#|

R1_R2_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", R1_st, ") AND (", R2_st, ") AND (", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

Policy

The search terms is policy AND Nature

Show the code
#|

policy_count <- openalexR::oa_fetch(
    title_and_abstract.search = compact(paste0("(", policy_st, ") AND (", nature_st, ")")),
    count_only = TRUE,
    verbose = TRUE
)[, "count"]

Results

Number of hits

  • nature: 24,157,756 hits
  • tfc: 18,331,245 hits
  • tfc AND nature: 4,548,060 hits
  • R1 AND nature: 17,231,273 hits
  • R2 AND nature: 7,330,433 hits
  • R1 AND R2 AND nature: 6,777,173 hits
  • policy AND nature: 16,817,514 hits

Reuse

Citation

BibTeX citation:
@report{m krug,
  author = {M Krug, Rainer and Krug, Rainer M.},
  title = {Report {Assessment} {Ch5} {Inventoring} {Options}},
  doi = {XXXXXX},
  langid = {en},
  abstract = {A short description what this is about. This is not a
    tracditional abstract, but rather something else ...}
}
For attribution, please cite this work as:
M Krug, Rainer, and Rainer M. Krug. n.d. “Report Assessment Ch5 Inventoring Options.” IPBES Data Management Report. https://doi.org/XXXXXX.