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

Retrieving DOI from Title, Author & Year #456

Open
kotenok-xyz opened this issue Apr 12, 2019 · 4 comments
Open

Retrieving DOI from Title, Author & Year #456

kotenok-xyz opened this issue Apr 12, 2019 · 4 comments

Comments

@kotenok-xyz
Copy link

kotenok-xyz commented Apr 12, 2019

Dear All,

I want to retrieve DOI for a publication:

Andries et al. (2012). Comparison of the gene transfer efficiency of mRNA/GL67 and pDNA/GL67 complexes in respiratory cells.

I tried different queries to combine Title, Author & Year, but most of the cases I received plenty of results (while I need only 1 correct DOI per publication). Is it possible to get only 1 DOI as the result?

https://api.crossref.org/works?query.title=Comparison%20of%20the%20gene%20transfer%20efficiency%20of%20mRNA/GL67%20and%20pDNA/GL67%20complexes%20in%20respiratory%20cells&query.author=Andries+et+al
https://api.crossref.org/works?query.title=Comparison%20of%20the%20gene%20transfer%20efficiency%20of%20mRNA/GL67%20and%20pDNA/GL67%20complexes%20in%20respiratory%20cells&query.author=Andries+et+al,select=doi
https://api.crossref.org/works?query.title=Comparison%20of%20the%20gene%20transfer%20efficiency%20of%20mRNA/GL67%20and%20pDNA/GL67%20complexes%20in%20respiratory%20cells&query.author=Andries+et+al,select=doi&filter=from-created-date:2012,until-created-date:2012

Thank you very much!

@kotenok-xyz kotenok-xyz changed the title Combining Field Queries - Retrieving DOI from Title, Author & Year Retrieving DOI from Title, Author & Year Apr 16, 2019
@pdavis8
Copy link
Collaborator

pdavis8 commented Apr 17, 2019

If you are trying to match a DOI to a reference then I would recommend trying these tools for that purpose:
http://search.crossref.org/references
https://doi.crossref.org/simpleTextQuery

@kotenok-xyz
Copy link
Author

If you are trying to match a DOI to a reference then I would recommend trying these tools for that purpose:
http://search.crossref.org/references
https://doi.crossref.org/simpleTextQuery

The simpleTextQuery does not work for my dataset because it is not in good format.
Can I use the first search link for about 4000 references without DOIs?

@hubgit
Copy link
Contributor

hubgit commented Jul 19, 2019

Is it possible to get only 1 DOI as the result?

Add &rows=1 to the query parameters.

@bnoushin7
Copy link

#578

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

No branches or pull requests

4 participants