Hello,
I am trying to get the main metadatas (type, title, date, authors, …) of a document via the CrossRef API. I am trying to develop it in JAVA. Did any of you already develop some JAVA codes that queries the CrossRef API and would accept to share it ?
If no, maybe you could still help me. I am querying the API if the following way :
Hello,
I am trying to get the main metadatas (type, title, date, authors, …) of a document via the CrossRef API. I am trying to develop it in JAVA. Did any of you already develop some JAVA codes that queries the CrossRef API and would accept to share it ?
If no, maybe you could still help me. I am querying the API if the following way :
doi crossref org / search/doi?pid=[mogin/password]&format=unixsd&doi=10.1787/9789264275928-fr
Then I using expressions to get the metadata. My main problem is that the structure of the XML is depending of the type of the document. For example, the title will be store in the following path in case of In press articles:
/crossref_result/query_result/body/query/doi_record/crossref/posted_content/titles/title
But it will be stored in the following path in case of published articles:
/crossref_result/query_result/body/query/doi_record/crossref/journal/journal_article/titles/title
How do you manage all these path for all the different kind of documents?
Thanks,
Fred