dimensionsR icon indicating copy to clipboard operation
dimensionsR copied to clipboard

Searching metadata for specific DOIs

Open andreaspacher opened this issue 1 year ago • 0 comments

Is there any way to search for metadata based on specific DOIs?

I tried this approach:

QUERY1 <- "10.1109/wfcs.2015.7160587 OR 10.1109/irps.2019.8720541 OR 10.1364/assl.2017.jtu2a.48 OR 10.1097/01.hjh.0000467419.26688.b0 OR 10.3139/147.110446 OR 10.1002/bapi.201610010 OR 10.1002/adma.202002525 OR 10.1515/ms-2017-0245 OR 10.1364/oe.26.009963 OR 10.1364/ol.40.002068"

token <- dsAuth(key = myapikey) # replace this with your API key
query1 <- dsQueryBuild(words = QUERY1)
D1 <- dsApiRequest(token = token, query = QUERY1, limit = 5000, verbose = TRUE)

... but that doesn't work.

At https://docs.dimensions.ai/dsl/language.html I can find no mention of DOIs at all. Does DSL simply does not support this function?

andreaspacher avatar Aug 12 '22 08:08 andreaspacher