Show the code
#|
nature_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]Data Management Report
A short description what this is about. This is not a tracditional abstract, but rather something else …
IPBES_TCA_Ch5_inventoring_options
%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%.
All searches are done on Using the OpenAlex database.
In addition, all searches are run in combination with the search term foir nature.
The search terms are based on the shared google doc. They are cleaned up for the usage in OpenAlex.
The search terms is nature
#|
nature_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]The search terms is tfc
#|
tfc_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", tfc_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]The search terms is tfc AND nature
#|
tfc_nature_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", tfc_st, ") AND (", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]The search terms is R1 AND Nature
#|
R1_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", R1_st, ") AND (", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]The search terms is R2 AND Nature
#|
R2_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", R2_st, ") AND (", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]The search term is R1 AND R2 AND Nature
#|
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"]The search terms is policy AND Nature
#|
policy_count <- openalexR::oa_fetch(
title_and_abstract.search = compact(paste0("(", policy_st, ") AND (", nature_st, ")")),
count_only = TRUE,
verbose = TRUE
)[, "count"]@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 ...}
}