Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching metadata for specific DOIs #4

Open
andreaspacher opened this issue Aug 12, 2022 · 0 comments
Open

Searching metadata for specific DOIs #4

andreaspacher opened this issue Aug 12, 2022 · 0 comments

Comments

@andreaspacher
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant