Skip to content

Commit a440fb6

Browse files
authored
hotfix for crossref dependency
1 parent ed63b91 commit a440fb6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

server/preprocessing/other-scripts/openaire.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ get_papers <- function(query, params) {
5252
funder = funder,
5353
format = 'xml')
5454
pubs_metadata <- parse_response(response)
55-
pubs_metadata <- fill_dois(pubs_metadata)
55+
# FYI: The deactivation of the fill_dois() function is a hotfix
56+
# to enable creation of OpenAIRE project maps
57+
# TODO: root cause analysis of failure mode
58+
# TODO: refactor/replace/remove the function, decision pending
59+
#pubs_metadata <- fill_dois(pubs_metadata)
5660
},
5761
error = function(err){
5862
olog$warn(paste0("vis_id:", .GlobalEnv$VIS_ID, "publications: ", err))

0 commit comments

Comments
 (0)